body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2.2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #2299aa !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2299aa !important;
  border-color: #2299aa !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #145862 !important;
  border-color: #145862 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #2299aa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #145862 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #2299aa !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #114c55 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #2299aa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2299aa;
  border-color: #2299aa;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2299aa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #6ad2e1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #2299aa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #2299aa;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2299aa;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #2299aa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2299aa;
  border-bottom-color: #2299aa;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #2299aa !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%232299aa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tNeVV5ESVI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNeVV5ESVI nav.navbar {
  position: fixed;
}
.cid-tNeVV5ESVI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown-menu {
  padding: 0;
}
.cid-tNeVV5ESVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .dropdown-item:hover,
.cid-tNeVV5ESVI .dropdown-item:focus {
  background: #2299aa !important;
  color: white !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNeVV5ESVI .nav-link {
  position: relative;
}
.cid-tNeVV5ESVI .container {
  display: flex;
  margin: auto;
}
.cid-tNeVV5ESVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNeVV5ESVI .navbar-caption {
  padding-right: 4rem;
}
.cid-tNeVV5ESVI .dropdown-menu,
.cid-tNeVV5ESVI .navbar.opened {
  background: #ffffff !important;
}
.cid-tNeVV5ESVI .nav-item:focus,
.cid-tNeVV5ESVI .nav-link:focus {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNeVV5ESVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNeVV5ESVI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .navbar.opened {
  transition: all .3s;
}
.cid-tNeVV5ESVI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tNeVV5ESVI .navbar .navbar-logo img {
  width: auto;
}
.cid-tNeVV5ESVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNeVV5ESVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNeVV5ESVI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNeVV5ESVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tNeVV5ESVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tNeVV5ESVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNeVV5ESVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNeVV5ESVI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNeVV5ESVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNeVV5ESVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNeVV5ESVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNeVV5ESVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tNeVV5ESVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNeVV5ESVI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown-item.active,
.cid-tNeVV5ESVI .dropdown-item:active {
  background-color: transparent;
}
.cid-tNeVV5ESVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNeVV5ESVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNeVV5ESVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNeVV5ESVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNeVV5ESVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNeVV5ESVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNeVV5ESVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNeVV5ESVI .navbar {
    height: 77px;
  }
  .cid-tNeVV5ESVI .navbar.opened {
    height: auto;
  }
  .cid-tNeVV5ESVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spRrJGF8sj {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-spRrJGF8sj .mbr-text,
.cid-spRrJGF8sj .mbr-section-btn {
  color: #232323;
}
.cid-spRrJGF8sj .card-title,
.cid-spRrJGF8sj .card-box {
  color: #ffffff;
}
.cid-spRrJGF8sj .mbr-text,
.cid-spRrJGF8sj .link-wrap {
  color: #ffffff;
}
.cid-spROYritys {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spROYritys .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spROYritys .row {
  flex-direction: row-reverse;
}
.cid-spROYritys img {
  width: 100%;
}
.cid-uHO74zB5K7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-uHO74zB5K7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uHO74zB5K7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uHO74zB5K7 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #2299aa;
  margin-bottom: 2rem;
}
.cid-uHO74zB5K7 .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-uHO74zB5K7 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uHO74zB5K7 .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-spT8CkoRuW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spT8CkoRuW .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-spT8CkoRuW .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-spT8CkoRuW .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spT8CkoRuW .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-spT8CkoRuW .mbr-iconfont {
  font-size: 3rem;
  padding-right: 1.5rem;
  color: #2299aa;
}
.cid-spT8CkoRuW P {
  color: #000000;
}
.cid-spT8CkoRuW .card-title {
  color: #000000;
}
.cid-tvooDxmUrL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tvooDxmUrL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvooDxmUrL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvooDxmUrL .google-map {
  height: 30rem;
  position: relative;
}
.cid-tvooDxmUrL .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tvooDxmUrL .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tvooDxmUrL .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tvooDxmUrL .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-ttOfldK0PK {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ttOfldK0PK .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-ttOfldK0PK form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-ttOfldK0PK form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-ttOfldK0PK form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-ttOoo8gn8V {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ttOoo8gn8V img,
.cid-ttOoo8gn8V .item-img {
  width: 100%;
}
.cid-ttOoo8gn8V .item:focus,
.cid-ttOoo8gn8V span:focus {
  outline: none;
}
.cid-ttOoo8gn8V .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-ttOoo8gn8V .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ttOoo8gn8V .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttOoo8gn8V .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ttOoo8gn8V .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ttOoo8gn8V .mbr-section-title {
  color: #232323;
}
.cid-ttOoo8gn8V .mbr-text,
.cid-ttOoo8gn8V .mbr-section-btn {
  text-align: center;
}
.cid-ttOoo8gn8V .item-title {
  text-align: center;
}
.cid-ttOoo8gn8V .item-subtitle {
  text-align: center;
}
.cid-u66jFmgyde {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-u66jFmgyde img,
.cid-u66jFmgyde .item-img {
  width: 100%;
  height: 100%;
  height: 400px;
  object-fit: cover;
}
.cid-u66jFmgyde .item:focus,
.cid-u66jFmgyde span:focus {
  outline: none;
}
.cid-u66jFmgyde .item-wrapper {
  position: relative;
}
.cid-u66jFmgyde .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u66jFmgyde .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-u66jFmgyde .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u66jFmgyde .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-u66jFmgyde .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-u66jFmgyde .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u66jFmgyde .mbr-section-title {
  color: #232323;
}
.cid-u66jFmgyde .mbr-text,
.cid-u66jFmgyde .mbr-section-btn {
  text-align: left;
}
.cid-u66jFmgyde .item-title {
  text-align: left;
}
.cid-u66jFmgyde .item-subtitle {
  text-align: left;
}
.cid-u66jFmgyde .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-u66jFmgyde .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-u66jFmgyde .embla__button--next,
.cid-u66jFmgyde .embla__button--prev {
  display: flex;
}
.cid-u66jFmgyde .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-u66jFmgyde .embla__button {
    display: none;
  }
}
.cid-u66jFmgyde .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-u66jFmgyde .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-u66jFmgyde .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-u66jFmgyde .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-u66jFmgyde .embla__button {
    top: auto;
  }
}
.cid-u66jFmgyde .embla {
  position: relative;
  width: 100%;
}
.cid-u66jFmgyde .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-u66jFmgyde .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u66jFmgyde .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u66jFmgyde .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-sq4uPQeMHR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sq4uPQeMHR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sq4uPQeMHR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sq4uPQeMHR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sq4uPQeMHR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sq4uPQeMHR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sq4uPQeMHR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sq4uPQeMHR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sq4uPQeMHR foot-menu-item {
  text-align: right;
}
.cid-spNGNG3GYL {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #000000;
}
.cid-spNGNG3GYL .mbr-section-title {
  color: #ffffff;
}
.cid-spNGNG3GYL .mbr-text,
.cid-spNGNG3GYL .mbr-section-btn {
  color: #bbbbbb;
}
.cid-spXHyMuhQ1 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-spXHyMuhQ1 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-spXHyMuhQ1 .container {
    max-width: 1400px;
  }
}
.cid-spXHyMuhQ1 .card {
  margin: auto;
}
.cid-spXHyMuhQ1 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-spXHyMuhQ1 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-spXHyMuhQ1 .row {
  justify-content: center;
}
.cid-spNpako3yC {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-spNpako3yC .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spNpako3yC .row {
  flex-direction: row-reverse;
}
.cid-spNpako3yC img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-spNpako3yC .text-wrapper {
    padding: 2rem;
  }
}
.cid-sriUcOpZct {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sriUcOpZct .line {
  background-color: #2299aa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sriUcOpZct .mbr-text {
  text-align: center;
}
.cid-spNpbmBAdx {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spNpbmBAdx .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spNpbmBAdx img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-spNpbmBAdx .text-wrapper {
    padding: 2rem;
  }
}
.cid-tve60vShv6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tve60vShv6 .line {
  background-color: #2299aa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ttkHkbOk96 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttkHkbOk96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttkHkbOk96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttkHkbOk96 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ttkHkbOk96 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-ttkHkbOk96 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttkHkbOk96 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ttkHkbOk96 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttkHkbOk96 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ttkHkbOk96 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-ttkHkbOk96 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttkHkbOk96 .card-title {
  text-align: left;
}
.cid-tviEjjl1Fc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tviEjjl1Fc .line {
  background-color: #2299aa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tve4Yqf0tt {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tve4Yqf0tt img,
.cid-tve4Yqf0tt .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tve4Yqf0tt .item:focus,
.cid-tve4Yqf0tt span:focus {
  outline: none;
}
.cid-tve4Yqf0tt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tve4Yqf0tt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tve4Yqf0tt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tve4Yqf0tt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tve4Yqf0tt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tve4Yqf0tt .mbr-section-title {
  color: #000000;
}
.cid-tve4Yqf0tt .mbr-text,
.cid-tve4Yqf0tt .mbr-section-btn {
  text-align: center;
}
.cid-tve4Yqf0tt .item-title {
  text-align: center;
}
.cid-tve4Yqf0tt .item-subtitle {
  text-align: center;
}
.cid-spNpiGPHON {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spNpiGPHON .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spNpiGPHON .row {
  flex-direction: row-reverse;
}
.cid-spNpiGPHON img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-spNpiGPHON .text-wrapper {
    padding: 2rem;
  }
}
.cid-ttpFJJ8vwU {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-ttpFJJ8vwU .line {
  background-color: #2299aa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ttYFWBrMgS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ttYFWBrMgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttYFWBrMgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttYFWBrMgS .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ttYFWBrMgS .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttYFWBrMgS .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ttYFWBrMgS .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttYFWBrMgS .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ttYFWBrMgS .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ttYFWBrMgS .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttU4rAdmnm {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8Eq8wBIKc {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t8Eq8wBIKc .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8Eq8wBIKc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8Eq8wBIKc .mbr-text {
  color: #767676;
}
.cid-t8Eq8wBIKc .mbr-section-subtitle {
  color: #767676;
}
.cid-t8Eq8wBIKc .title .num {
  width: 100%;
  display: block;
}
.cid-t8Eq8wBIKc .title .card-title {
  z-index: 1;
}
.cid-t8Eq8wBIKc .num {
  color: #40b0bf;
}
@media (max-width: 767px) {
  .cid-t8Eq8wBIKc * {
    text-align: center !important;
  }
  .cid-t8Eq8wBIKc .content-column {
    margin-bottom: 2rem;
  }
}
.cid-t8Eq8wBIKc .card-title,
.cid-t8Eq8wBIKc .card-img {
  text-align: left;
}
.cid-t8Eq8wBIKc .mbr-text,
.cid-t8Eq8wBIKc .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-trqeDoFMi9 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-trqeDoFMi9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-trqeDoFMi9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-trqeDoFMi9 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-trqeDoFMi9 .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-trqeDoFMi9 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-trqeDoFMi9 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-trqeDoFMi9 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-trqeDoFMi9 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-trqeDoFMi9 .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-trqeDoFMi9 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-trl6YMEPdC {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-trl6YMEPdC .line {
  background-color: #2299aa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tv6TVOiQp6 {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tv6TVOiQp6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tv6TVOiQp6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tv6TVOiQp6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tv6TVOiQp6 .row {
  flex-direction: row-reverse;
}
.cid-tv6TVOiQp6 img {
  width: 100%;
}
.cid-sq4uPQeMHR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sq4uPQeMHR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sq4uPQeMHR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sq4uPQeMHR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sq4uPQeMHR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sq4uPQeMHR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sq4uPQeMHR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sq4uPQeMHR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sq4uPQeMHR foot-menu-item {
  text-align: right;
}
.cid-tNeVV5ESVI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNeVV5ESVI nav.navbar {
  position: fixed;
}
.cid-tNeVV5ESVI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown-menu {
  padding: 0;
}
.cid-tNeVV5ESVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .dropdown-item:hover,
.cid-tNeVV5ESVI .dropdown-item:focus {
  background: #2299aa !important;
  color: white !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNeVV5ESVI .nav-link {
  position: relative;
}
.cid-tNeVV5ESVI .container {
  display: flex;
  margin: auto;
}
.cid-tNeVV5ESVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNeVV5ESVI .navbar-caption {
  padding-right: 4rem;
}
.cid-tNeVV5ESVI .dropdown-menu,
.cid-tNeVV5ESVI .navbar.opened {
  background: #ffffff !important;
}
.cid-tNeVV5ESVI .nav-item:focus,
.cid-tNeVV5ESVI .nav-link:focus {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNeVV5ESVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNeVV5ESVI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .navbar.opened {
  transition: all .3s;
}
.cid-tNeVV5ESVI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tNeVV5ESVI .navbar .navbar-logo img {
  width: auto;
}
.cid-tNeVV5ESVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNeVV5ESVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNeVV5ESVI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNeVV5ESVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tNeVV5ESVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tNeVV5ESVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNeVV5ESVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNeVV5ESVI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNeVV5ESVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNeVV5ESVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNeVV5ESVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNeVV5ESVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tNeVV5ESVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNeVV5ESVI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown-item.active,
.cid-tNeVV5ESVI .dropdown-item:active {
  background-color: transparent;
}
.cid-tNeVV5ESVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNeVV5ESVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNeVV5ESVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNeVV5ESVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNeVV5ESVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNeVV5ESVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNeVV5ESVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNeVV5ESVI .navbar {
    height: 77px;
  }
  .cid-tNeVV5ESVI .navbar.opened {
    height: auto;
  }
  .cid-tNeVV5ESVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tmE0Z1450x {
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-tmE0Z1450x .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-tmE0Z1450x {
    align-items: center;
  }
  .cid-tmE0Z1450x .row {
    justify-content: center;
  }
  .cid-tmE0Z1450x .content-wrap {
    width: 23%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tmE0Z1450x .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tmE0Z1450x {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tmE0Z1450x .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tmE0Z1450x .content-wrap {
    width: 100%;
  }
}
.cid-tmE0Z1450x .mbr-text,
.cid-tmE0Z1450x .mbr-section-btn {
  color: #bbbbbb;
}
.cid-spMuKJFM2L {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spMuKJFM2L .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-spMuKJFM2L .icon-box {
  background: #2299aa;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-spMuKJFM2L .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spMuKJFM2L .card {
    margin-bottom: 2rem;
  }
  .cid-spMuKJFM2L .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-spSlQkM9Y6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-spSlQkM9Y6 .mbr-text {
  color: #767676;
}
.cid-spSlQkM9Y6 .mbr-section-subtitle {
  color: #767676;
}
.cid-spSlQkM9Y6 .title .num {
  width: 100%;
  display: block;
}
.cid-spSlQkM9Y6 .title .card-title {
  z-index: 1;
}
.cid-spSlQkM9Y6 .num {
  color: #40b0bf;
}
@media (max-width: 767px) {
  .cid-spSlQkM9Y6 * {
    text-align: center !important;
  }
  .cid-spSlQkM9Y6 .content-column {
    margin-bottom: 2rem;
  }
}
.cid-spSlQkM9Y6 .card-text {
  text-align: left;
}
.cid-spT5esX5TB {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spT5esX5TB blockquote {
  border-color: #2299aa;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-spT5esX5TB .mbr-section-title {
  text-align: left;
}
.cid-spSULIzft2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udqZsgXUoH {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-udqZsgXUoH img,
.cid-udqZsgXUoH .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udqZsgXUoH .item:focus,
.cid-udqZsgXUoH span:focus {
  outline: none;
}
.cid-udqZsgXUoH .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udqZsgXUoH .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udqZsgXUoH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udqZsgXUoH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udqZsgXUoH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udqZsgXUoH .mbr-section-title {
  color: #232323;
}
.cid-spT0CkZJ2s {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-spT0CkZJ2s .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-spT0CkZJ2s .row {
  flex-direction: row-reverse;
}
.cid-spT0CkZJ2s img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-spT0CkZJ2s .text-wrapper {
    padding: 2rem;
  }
}
.cid-spSO52rFLi {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-spSO52rFLi .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-spSO52rFLi .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-spSO52rFLi .mbr-iconfont {
  font-size: 2rem;
  color: #6592e6;
  padding-right: 1.5rem;
}
.cid-sq4wg30Aem {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sq4wg30Aem img,
.cid-sq4wg30Aem .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sq4wg30Aem .item:focus,
.cid-sq4wg30Aem span:focus {
  outline: none;
}
.cid-sq4wg30Aem .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sq4wg30Aem .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sq4wg30Aem .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sq4wg30Aem .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sq4wg30Aem .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sq4wg30Aem .mbr-section-title {
  color: #232323;
}
.cid-spXqJX3i1D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spXqJX3i1D .line {
  background-color: #2299aa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-spXniBeNmp {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spXniBeNmp .mbr-section-title {
  color: #111111;
}
.cid-spXniBeNmp .mbr-text,
.cid-spXniBeNmp .mbr-section-btn {
  color: #111111;
}
.cid-sq4uPQeMHR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sq4uPQeMHR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sq4uPQeMHR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sq4uPQeMHR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sq4uPQeMHR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sq4uPQeMHR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sq4uPQeMHR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sq4uPQeMHR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sq4uPQeMHR foot-menu-item {
  text-align: right;
}
.cid-tNeVV5ESVI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNeVV5ESVI nav.navbar {
  position: fixed;
}
.cid-tNeVV5ESVI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown-menu {
  padding: 0;
}
.cid-tNeVV5ESVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .dropdown-item:hover,
.cid-tNeVV5ESVI .dropdown-item:focus {
  background: #2299aa !important;
  color: white !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNeVV5ESVI .nav-link {
  position: relative;
}
.cid-tNeVV5ESVI .container {
  display: flex;
  margin: auto;
}
.cid-tNeVV5ESVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNeVV5ESVI .navbar-caption {
  padding-right: 4rem;
}
.cid-tNeVV5ESVI .dropdown-menu,
.cid-tNeVV5ESVI .navbar.opened {
  background: #ffffff !important;
}
.cid-tNeVV5ESVI .nav-item:focus,
.cid-tNeVV5ESVI .nav-link:focus {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNeVV5ESVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNeVV5ESVI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .navbar.opened {
  transition: all .3s;
}
.cid-tNeVV5ESVI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tNeVV5ESVI .navbar .navbar-logo img {
  width: auto;
}
.cid-tNeVV5ESVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNeVV5ESVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNeVV5ESVI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNeVV5ESVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tNeVV5ESVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tNeVV5ESVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNeVV5ESVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNeVV5ESVI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNeVV5ESVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNeVV5ESVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNeVV5ESVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNeVV5ESVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tNeVV5ESVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNeVV5ESVI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown-item.active,
.cid-tNeVV5ESVI .dropdown-item:active {
  background-color: transparent;
}
.cid-tNeVV5ESVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNeVV5ESVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNeVV5ESVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNeVV5ESVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNeVV5ESVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNeVV5ESVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNeVV5ESVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNeVV5ESVI .navbar {
    height: 77px;
  }
  .cid-tNeVV5ESVI .navbar.opened {
    height: auto;
  }
  .cid-tNeVV5ESVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spRphXegCz {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #111111;
}
.cid-spRphXegCz .mbr-text,
.cid-spRphXegCz .mbr-section-btn {
  color: #232323;
}
.cid-spRphXegCz .card-title,
.cid-spRphXegCz .card-box {
  color: #ffffff;
}
.cid-spRphXegCz .mbr-text,
.cid-spRphXegCz .link-wrap {
  color: #ffffff;
}
.cid-spRphXegCz .card-box .mbr-text,
.cid-spRphXegCz .mbr-section-btn {
  color: #ffffff;
}
.cid-sq4UvuqK8S {
  background-image: url("../../../assets/images/whatsapp-image-2024-05-20-at-13.39.22-1600x1200.jpg");
}
.cid-sq4UvuqK8S .mbr-text,
.cid-sq4UvuqK8S .mbr-section-btn {
  color: #ffffff;
}
.cid-tvvAvJLF7E {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tvvAvJLF7E .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvvAvJLF7E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-spMu5Gyerl {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-spMu5Gyerl img,
.cid-spMu5Gyerl .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-spMu5Gyerl .item:focus,
.cid-spMu5Gyerl span:focus {
  outline: none;
}
.cid-spMu5Gyerl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-spMu5Gyerl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-spMu5Gyerl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-spMu5Gyerl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spMu5Gyerl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-spMu5Gyerl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-spMu5Gyerl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-spMu5Gyerl .mbr-section-title {
  color: #232323;
}
.cid-spMu5Gyerl .mbr-text,
.cid-spMu5Gyerl .mbr-section-btn {
  text-align: left;
}
.cid-spMu5Gyerl .item-title {
  text-align: left;
}
.cid-spMu5Gyerl .item-subtitle {
  text-align: center;
}
.cid-sq5czjXHkM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7f7f7;
}
.cid-sq5czjXHkM .mbr-iconfont {
  display: block;
  font-size: 4rem;
  color: #2299aa;
  margin-bottom: 2rem;
}
.cid-sq5czjXHkM .card-wrapper {
  min-height: 220px;
  transition: all 0.3s;
  border-radius: 4px;
  padding: 1rem;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-spRzsiXhwz {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-spRzsiXhwz img,
.cid-spRzsiXhwz .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-spRzsiXhwz .item:focus,
.cid-spRzsiXhwz span:focus {
  outline: none;
}
.cid-spRzsiXhwz .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-spRzsiXhwz .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-spRzsiXhwz .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-spRzsiXhwz .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spRzsiXhwz .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-spRzsiXhwz .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-spRzsiXhwz .mbr-section-btn {
  margin-top: auto !important;
}
.cid-spRzsiXhwz .mbr-section-title {
  color: #232323;
}
.cid-spRzsiXhwz .mbr-text,
.cid-spRzsiXhwz .mbr-section-btn {
  text-align: left;
}
.cid-spRzsiXhwz .item-title {
  text-align: left;
}
.cid-spRzsiXhwz .item-subtitle {
  text-align: center;
}
.cid-tvcPg5kRg7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tvcPg5kRg7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvcPg5kRg7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvcPg5kRg7 .mbr-text,
.cid-tvcPg5kRg7 .mbr-section-btn {
  color: #232323;
}
.cid-tvcPg5kRg7 .card-title,
.cid-tvcPg5kRg7 .card-box {
  color: #000000;
}
.cid-tvcPg5kRg7 .mbr-text,
.cid-tvcPg5kRg7 .link-wrap {
  color: #ffffff;
}
.cid-tvcPg5kRg7 .card-box .mbr-text,
.cid-tvcPg5kRg7 .mbr-section-btn {
  color: #353535;
}
.cid-uqnqvLEred {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uqnqvLEred .mbr-fallback-image.disabled {
  display: none;
}
.cid-uqnqvLEred .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uqnqvLEred .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-uqnqvLEred .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uqnqvLEred .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uqnqvLEred .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uqnqvLEred .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-uqnqvLEred .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-uqnqvLEred .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-spTjt2LREh {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-spTjt2LREh .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-spTjt2LREh .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-spTjt2LREh .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-spTjt2LREh .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-spTjt2LREh .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-spTjt2LREh .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-spTjt2LREh .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-spTjt2LREh .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-udwOblUc6K {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udwOblUc6K img,
.cid-udwOblUc6K .item-img {
  width: 100%;
}
.cid-udwOblUc6K .item:focus,
.cid-udwOblUc6K span:focus {
  outline: none;
}
.cid-udwOblUc6K .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udwOblUc6K .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udwOblUc6K .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udwOblUc6K .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udwOblUc6K .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udwOblUc6K .mbr-section-title {
  color: #232323;
}
.cid-sq59G0WZOr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sq59G0WZOr .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sq59G0WZOr .icon-box {
  background: #2299aa;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sq59G0WZOr .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sq59G0WZOr .card {
    margin-bottom: 2rem;
  }
  .cid-sq59G0WZOr .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sq4uPQeMHR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sq4uPQeMHR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sq4uPQeMHR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sq4uPQeMHR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sq4uPQeMHR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sq4uPQeMHR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sq4uPQeMHR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sq4uPQeMHR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sq4uPQeMHR foot-menu-item {
  text-align: right;
}
.cid-tNeVV5ESVI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNeVV5ESVI nav.navbar {
  position: fixed;
}
.cid-tNeVV5ESVI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown-menu {
  padding: 0;
}
.cid-tNeVV5ESVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .dropdown-item:hover,
.cid-tNeVV5ESVI .dropdown-item:focus {
  background: #2299aa !important;
  color: white !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNeVV5ESVI .nav-link {
  position: relative;
}
.cid-tNeVV5ESVI .container {
  display: flex;
  margin: auto;
}
.cid-tNeVV5ESVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNeVV5ESVI .navbar-caption {
  padding-right: 4rem;
}
.cid-tNeVV5ESVI .dropdown-menu,
.cid-tNeVV5ESVI .navbar.opened {
  background: #ffffff !important;
}
.cid-tNeVV5ESVI .nav-item:focus,
.cid-tNeVV5ESVI .nav-link:focus {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNeVV5ESVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNeVV5ESVI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .navbar.opened {
  transition: all .3s;
}
.cid-tNeVV5ESVI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tNeVV5ESVI .navbar .navbar-logo img {
  width: auto;
}
.cid-tNeVV5ESVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNeVV5ESVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNeVV5ESVI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNeVV5ESVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tNeVV5ESVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tNeVV5ESVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNeVV5ESVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNeVV5ESVI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNeVV5ESVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNeVV5ESVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNeVV5ESVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNeVV5ESVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tNeVV5ESVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNeVV5ESVI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown-item.active,
.cid-tNeVV5ESVI .dropdown-item:active {
  background-color: transparent;
}
.cid-tNeVV5ESVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNeVV5ESVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNeVV5ESVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNeVV5ESVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNeVV5ESVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNeVV5ESVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNeVV5ESVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNeVV5ESVI .navbar {
    height: 77px;
  }
  .cid-tNeVV5ESVI .navbar.opened {
    height: auto;
  }
  .cid-tNeVV5ESVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spRWZM20kg {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-spRWZM20kg .mbr-text,
.cid-spRWZM20kg .mbr-section-btn {
  color: #232323;
}
.cid-spRWZM20kg .card-title,
.cid-spRWZM20kg .card-box {
  color: #ffffff;
}
.cid-spRWZM20kg .mbr-text,
.cid-spRWZM20kg .link-wrap {
  color: #ffffff;
}
.cid-spRWZM20kg .card-box .mbr-text,
.cid-spRWZM20kg .mbr-section-btn {
  color: #bbbbbb;
}
.cid-spNlHHi4Cn {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-spNlHHi4Cn img,
.cid-spNlHHi4Cn .item-img {
  width: 100%;
  height: 100%;
  height: 200px;
  object-fit: cover;
}
.cid-spNlHHi4Cn .item:focus,
.cid-spNlHHi4Cn span:focus {
  outline: none;
}
.cid-spNlHHi4Cn .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-spNlHHi4Cn .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-spNlHHi4Cn .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-spNlHHi4Cn .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-spNlHHi4Cn .mbr-section-btn {
  margin-top: auto !important;
}
.cid-spNlHHi4Cn .mbr-section-title {
  color: #232323;
}
.cid-spNlHHi4Cn .mbr-text,
.cid-spNlHHi4Cn .mbr-section-btn {
  text-align: left;
}
.cid-spNlHHi4Cn .item-title {
  text-align: left;
}
.cid-spNlHHi4Cn .item-subtitle {
  text-align: left;
  color: #bbbbbb;
}
.cid-spRXnzVpgo {
  padding-top: 1rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-spRXnzVpgo .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-spRXnzVpgo .card {
    margin-bottom: 2rem!important;
  }
  .cid-spRXnzVpgo .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-spRXnzVpgo .link-wrap {
    align-items: center;
  }
}
.cid-spRXnzVpgo .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-tvSVb2Rxt7 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tvSVb2Rxt7 img,
.cid-tvSVb2Rxt7 .item-img {
  width: 100%;
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-tvSVb2Rxt7 .item:focus,
.cid-tvSVb2Rxt7 span:focus {
  outline: none;
}
.cid-tvSVb2Rxt7 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-tvSVb2Rxt7 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvSVb2Rxt7 .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-tvSVb2Rxt7 .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvSVb2Rxt7 .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-tvSVb2Rxt7 .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-tvSVb2Rxt7 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvSVb2Rxt7 .mbr-section-title {
  color: #232323;
}
.cid-tvSVb2Rxt7 .mbr-text,
.cid-tvSVb2Rxt7 .mbr-section-btn {
  text-align: left;
}
.cid-tvSVb2Rxt7 .item-title {
  text-align: left;
}
.cid-tvSVb2Rxt7 .item-subtitle {
  text-align: left;
}
.cid-sq4uPQeMHR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sq4uPQeMHR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sq4uPQeMHR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sq4uPQeMHR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sq4uPQeMHR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sq4uPQeMHR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sq4uPQeMHR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sq4uPQeMHR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sq4uPQeMHR foot-menu-item {
  text-align: right;
}
.cid-tNeVV5ESVI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNeVV5ESVI nav.navbar {
  position: fixed;
}
.cid-tNeVV5ESVI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown-menu {
  padding: 0;
}
.cid-tNeVV5ESVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .dropdown-item:hover,
.cid-tNeVV5ESVI .dropdown-item:focus {
  background: #2299aa !important;
  color: white !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNeVV5ESVI .nav-link {
  position: relative;
}
.cid-tNeVV5ESVI .container {
  display: flex;
  margin: auto;
}
.cid-tNeVV5ESVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNeVV5ESVI .navbar-caption {
  padding-right: 4rem;
}
.cid-tNeVV5ESVI .dropdown-menu,
.cid-tNeVV5ESVI .navbar.opened {
  background: #ffffff !important;
}
.cid-tNeVV5ESVI .nav-item:focus,
.cid-tNeVV5ESVI .nav-link:focus {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNeVV5ESVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNeVV5ESVI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .navbar.opened {
  transition: all .3s;
}
.cid-tNeVV5ESVI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tNeVV5ESVI .navbar .navbar-logo img {
  width: auto;
}
.cid-tNeVV5ESVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNeVV5ESVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNeVV5ESVI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNeVV5ESVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tNeVV5ESVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tNeVV5ESVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNeVV5ESVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNeVV5ESVI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNeVV5ESVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNeVV5ESVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNeVV5ESVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNeVV5ESVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tNeVV5ESVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNeVV5ESVI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown-item.active,
.cid-tNeVV5ESVI .dropdown-item:active {
  background-color: transparent;
}
.cid-tNeVV5ESVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNeVV5ESVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNeVV5ESVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNeVV5ESVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNeVV5ESVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNeVV5ESVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNeVV5ESVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNeVV5ESVI .navbar {
    height: 77px;
  }
  .cid-tNeVV5ESVI .navbar.opened {
    height: auto;
  }
  .cid-tNeVV5ESVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spYHxTlgoy {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-spYHxTlgoy .mbr-text,
.cid-spYHxTlgoy .mbr-section-btn {
  color: #232323;
}
.cid-spYHxTlgoy .card-title,
.cid-spYHxTlgoy .card-box {
  color: #ffffff;
}
.cid-spYHxTlgoy .mbr-text,
.cid-spYHxTlgoy .link-wrap {
  color: #ffffff;
}
.cid-spYGnsZyuU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-spYGnsZyuU ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-spYGnsZyuU li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-spYGnsZyuU ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2299aa;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-sq4uPQeMHR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sq4uPQeMHR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sq4uPQeMHR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sq4uPQeMHR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sq4uPQeMHR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sq4uPQeMHR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sq4uPQeMHR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sq4uPQeMHR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sq4uPQeMHR foot-menu-item {
  text-align: right;
}
.cid-tNeVV5ESVI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNeVV5ESVI nav.navbar {
  position: fixed;
}
.cid-tNeVV5ESVI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown-menu {
  padding: 0;
}
.cid-tNeVV5ESVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .dropdown-item:hover,
.cid-tNeVV5ESVI .dropdown-item:focus {
  background: #2299aa !important;
  color: white !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNeVV5ESVI .nav-link {
  position: relative;
}
.cid-tNeVV5ESVI .container {
  display: flex;
  margin: auto;
}
.cid-tNeVV5ESVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNeVV5ESVI .navbar-caption {
  padding-right: 4rem;
}
.cid-tNeVV5ESVI .dropdown-menu,
.cid-tNeVV5ESVI .navbar.opened {
  background: #ffffff !important;
}
.cid-tNeVV5ESVI .nav-item:focus,
.cid-tNeVV5ESVI .nav-link:focus {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNeVV5ESVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNeVV5ESVI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .navbar.opened {
  transition: all .3s;
}
.cid-tNeVV5ESVI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tNeVV5ESVI .navbar .navbar-logo img {
  width: auto;
}
.cid-tNeVV5ESVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNeVV5ESVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNeVV5ESVI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNeVV5ESVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tNeVV5ESVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tNeVV5ESVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNeVV5ESVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNeVV5ESVI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNeVV5ESVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNeVV5ESVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNeVV5ESVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNeVV5ESVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tNeVV5ESVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNeVV5ESVI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown-item.active,
.cid-tNeVV5ESVI .dropdown-item:active {
  background-color: transparent;
}
.cid-tNeVV5ESVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNeVV5ESVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNeVV5ESVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNeVV5ESVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNeVV5ESVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNeVV5ESVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNeVV5ESVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNeVV5ESVI .navbar {
    height: 77px;
  }
  .cid-tNeVV5ESVI .navbar.opened {
    height: auto;
  }
  .cid-tNeVV5ESVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-spXd6kzCD4 {
  display: flex;
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #111111;
}
.cid-spXd6kzCD4 .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-spXd6kzCD4 {
    align-items: flex-end;
  }
  .cid-spXd6kzCD4 .row {
    justify-content: flex-start;
  }
  .cid-spXd6kzCD4 .content-wrap {
    width: 100%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-spXd6kzCD4 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-spXd6kzCD4 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-spXd6kzCD4 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-spXd6kzCD4 .content-wrap {
    width: 100%;
  }
}
.cid-sr7z17mp2K {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
@media (max-width: 991px) {
  .cid-sr7z17mp2K .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sr7z17mp2K .row {
  flex-direction: row-reverse;
}
.cid-sr7z17mp2K img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-sr7z17mp2K .text-wrapper {
    padding: 2rem;
  }
}
.cid-sqykefliy3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sqykefliy3 .mbr-text {
  text-align: center;
}
.cid-sqykefliy3 .mbr-section-subtitle {
  text-align: center;
}
.cid-ttSZIAdbZb {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttSZIAdbZb img,
.cid-ttSZIAdbZb .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttSZIAdbZb .item:focus,
.cid-ttSZIAdbZb span:focus {
  outline: none;
}
.cid-ttSZIAdbZb .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ttSZIAdbZb .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ttSZIAdbZb .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttSZIAdbZb .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ttSZIAdbZb .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ttSZIAdbZb .mbr-section-title {
  color: #232323;
}
.cid-udr7AKHG7U {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udr7AKHG7U img,
.cid-udr7AKHG7U .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udr7AKHG7U .item:focus,
.cid-udr7AKHG7U span:focus {
  outline: none;
}
.cid-udr7AKHG7U .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udr7AKHG7U .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udr7AKHG7U .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udr7AKHG7U .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udr7AKHG7U .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udr7AKHG7U .mbr-section-title {
  color: #232323;
}
.cid-udr7BAPH30 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udr7BAPH30 img,
.cid-udr7BAPH30 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udr7BAPH30 .item:focus,
.cid-udr7BAPH30 span:focus {
  outline: none;
}
.cid-udr7BAPH30 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udr7BAPH30 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udr7BAPH30 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udr7BAPH30 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udr7BAPH30 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udr7BAPH30 .mbr-section-title {
  color: #232323;
}
.cid-udsoqK62s6 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-udsoqK62s6 img,
.cid-udsoqK62s6 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udsoqK62s6 .item:focus,
.cid-udsoqK62s6 span:focus {
  outline: none;
}
.cid-udsoqK62s6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udsoqK62s6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udsoqK62s6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udsoqK62s6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udsoqK62s6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udsoqK62s6 .mbr-section-title {
  color: #232323;
}
.cid-ttT0y7wI0Z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ttT0y7wI0Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttT0y7wI0Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttT0y7wI0Z .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-ttT0y7wI0Z .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-ttT0y7wI0Z .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-ttT0y7wI0Z .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-ttT0y7wI0Z .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-ttT0y7wI0Z .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-ttT0y7wI0Z .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sq4uPQeMHR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sq4uPQeMHR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sq4uPQeMHR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sq4uPQeMHR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sq4uPQeMHR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sq4uPQeMHR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sq4uPQeMHR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sq4uPQeMHR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sq4uPQeMHR foot-menu-item {
  text-align: right;
}
.cid-tNeVV5ESVI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNeVV5ESVI nav.navbar {
  position: fixed;
}
.cid-tNeVV5ESVI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown-menu {
  padding: 0;
}
.cid-tNeVV5ESVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .dropdown-item:hover,
.cid-tNeVV5ESVI .dropdown-item:focus {
  background: #2299aa !important;
  color: white !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNeVV5ESVI .nav-link {
  position: relative;
}
.cid-tNeVV5ESVI .container {
  display: flex;
  margin: auto;
}
.cid-tNeVV5ESVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNeVV5ESVI .navbar-caption {
  padding-right: 4rem;
}
.cid-tNeVV5ESVI .dropdown-menu,
.cid-tNeVV5ESVI .navbar.opened {
  background: #ffffff !important;
}
.cid-tNeVV5ESVI .nav-item:focus,
.cid-tNeVV5ESVI .nav-link:focus {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNeVV5ESVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNeVV5ESVI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .navbar.opened {
  transition: all .3s;
}
.cid-tNeVV5ESVI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tNeVV5ESVI .navbar .navbar-logo img {
  width: auto;
}
.cid-tNeVV5ESVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNeVV5ESVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNeVV5ESVI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNeVV5ESVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tNeVV5ESVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tNeVV5ESVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNeVV5ESVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNeVV5ESVI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNeVV5ESVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNeVV5ESVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNeVV5ESVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNeVV5ESVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tNeVV5ESVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNeVV5ESVI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown-item.active,
.cid-tNeVV5ESVI .dropdown-item:active {
  background-color: transparent;
}
.cid-tNeVV5ESVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNeVV5ESVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNeVV5ESVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNeVV5ESVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNeVV5ESVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNeVV5ESVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNeVV5ESVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNeVV5ESVI .navbar {
    height: 77px;
  }
  .cid-tNeVV5ESVI .navbar.opened {
    height: auto;
  }
  .cid-tNeVV5ESVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sqxHtyGfgK {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.cid-sqxHtyGfgK .mbr-text,
.cid-sqxHtyGfgK .mbr-section-btn {
  color: #232323;
}
.cid-sqxHtyGfgK .card-title,
.cid-sqxHtyGfgK .card-box {
  color: #ffffff;
}
.cid-sqxHtyGfgK .mbr-text,
.cid-sqxHtyGfgK .link-wrap {
  color: #ffffff;
}
.cid-sqxHtyGfgK .card-box .mbr-text,
.cid-sqxHtyGfgK .mbr-section-btn {
  color: #bbbbbb;
}
.cid-sqxIHyXwP2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sqxIHyXwP2 img,
.cid-sqxIHyXwP2 .item-img {
  height: 100%;
  height: 300px;
  object-fit: cover;
}
.cid-sqxIHyXwP2 .item:focus,
.cid-sqxIHyXwP2 span:focus {
  outline: none;
}
.cid-sqxIHyXwP2 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-sqxIHyXwP2 .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-sqxIHyXwP2 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-sqxIHyXwP2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-sqxIHyXwP2 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-sqxIHyXwP2 .mbr-section-title {
  color: #232323;
}
.cid-sqxIHyXwP2 .mbr-text,
.cid-sqxIHyXwP2 .mbr-section-btn {
  text-align: center;
}
.cid-sqxIHyXwP2 .item-title {
  text-align: center;
}
.cid-sqxIHyXwP2 .item-subtitle {
  text-align: center;
  color: #232323;
}
.cid-sqy1bcNCei {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #f7f7f7;
}
.cid-sqy1bcNCei .item {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-sqy1bcNCei .icon-box {
  background: #2299aa;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-sqy1bcNCei .mbr-iconfont {
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sqy1bcNCei .card {
    margin-bottom: 2rem;
  }
  .cid-sqy1bcNCei .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sq4uPQeMHR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sq4uPQeMHR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sq4uPQeMHR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sq4uPQeMHR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sq4uPQeMHR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sq4uPQeMHR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sq4uPQeMHR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sq4uPQeMHR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sq4uPQeMHR foot-menu-item {
  text-align: right;
}
.cid-tNeVV5ESVI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNeVV5ESVI nav.navbar {
  position: fixed;
}
.cid-tNeVV5ESVI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown-menu {
  padding: 0;
}
.cid-tNeVV5ESVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .dropdown-item:hover,
.cid-tNeVV5ESVI .dropdown-item:focus {
  background: #2299aa !important;
  color: white !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNeVV5ESVI .nav-link {
  position: relative;
}
.cid-tNeVV5ESVI .container {
  display: flex;
  margin: auto;
}
.cid-tNeVV5ESVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNeVV5ESVI .navbar-caption {
  padding-right: 4rem;
}
.cid-tNeVV5ESVI .dropdown-menu,
.cid-tNeVV5ESVI .navbar.opened {
  background: #ffffff !important;
}
.cid-tNeVV5ESVI .nav-item:focus,
.cid-tNeVV5ESVI .nav-link:focus {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNeVV5ESVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNeVV5ESVI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .navbar.opened {
  transition: all .3s;
}
.cid-tNeVV5ESVI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tNeVV5ESVI .navbar .navbar-logo img {
  width: auto;
}
.cid-tNeVV5ESVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNeVV5ESVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNeVV5ESVI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNeVV5ESVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tNeVV5ESVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tNeVV5ESVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNeVV5ESVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNeVV5ESVI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNeVV5ESVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNeVV5ESVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNeVV5ESVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNeVV5ESVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tNeVV5ESVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNeVV5ESVI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown-item.active,
.cid-tNeVV5ESVI .dropdown-item:active {
  background-color: transparent;
}
.cid-tNeVV5ESVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNeVV5ESVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNeVV5ESVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNeVV5ESVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNeVV5ESVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNeVV5ESVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNeVV5ESVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNeVV5ESVI .navbar {
    height: 77px;
  }
  .cid-tNeVV5ESVI .navbar.opened {
    height: auto;
  }
  .cid-tNeVV5ESVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-t7VaWVVDp1 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-t7VaWVVDp1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t7VaWVVDp1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t7VaWVVDp1 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-t7VaWVVDp1 .mbr-text,
.cid-t7VaWVVDp1 .mbr-section-btn {
  color: #bbbbbb;
}
.cid-t8tRCH9BZ0 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-t8tRCH9BZ0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8tRCH9BZ0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8tRCH9BZ0 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-t8tRCH9BZ0 .container {
    max-width: 1400px;
  }
}
.cid-t8tRCH9BZ0 .card {
  margin: auto;
}
.cid-t8tRCH9BZ0 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-t8tRCH9BZ0 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-t8tRCH9BZ0 .row {
  justify-content: center;
}
.cid-t8tRCH9BZ0 .card-title,
.cid-t8tRCH9BZ0 .card-box {
  color: #111111;
}
.cid-t8FsPoMu09 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t8FsPoMu09 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8FsPoMu09 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-t8FsPoMu09 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t8FsPoMu09 .row {
  flex-direction: row-reverse;
}
.cid-t8FsPoMu09 img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t8FsPoMu09 .text-wrapper {
    padding: 2rem;
  }
}
.cid-t7VaGrsIKD {
  padding-top: 0rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-t7VaGrsIKD .line {
  background-color: #2299aa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8FtoffPRP {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t8FtoffPRP .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8FtoffPRP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-t8FtoffPRP .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t8FtoffPRP img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t8FtoffPRP .text-wrapper {
    padding: 2rem;
  }
}
.cid-t8A7DYS0be {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8A7DYS0be .line {
  background-color: #2299aa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8Fuq0FhoJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t8Fuq0FhoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8Fuq0FhoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8Fuq0FhoJ .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t8Fuq0FhoJ .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-t8Fuq0FhoJ .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8Fuq0FhoJ .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8Fuq0FhoJ .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8Fuq0FhoJ .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t8Fuq0FhoJ .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-t8Fuq0FhoJ .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t8FvgrVXHJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8FvgrVXHJ .line {
  background-color: #2299aa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8o7NhzD80 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t8o7NhzD80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8o7NhzD80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8o7NhzD80 .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t8o7NhzD80 .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8o7NhzD80 .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8o7NhzD80 .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8o7NhzD80 .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t8o7NhzD80 .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t8o7NhzD80 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t8o8q2tm4h {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8o8q2tm4h .line {
  background-color: #2299aa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8o8w2c21Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t8o8w2c21Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8o8w2c21Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-t8o8w2c21Q .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-t8o8w2c21Q .row {
  flex-direction: row-reverse;
}
.cid-t8o8w2c21Q img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-t8o8w2c21Q .text-wrapper {
    padding: 2rem;
  }
}
.cid-t8FwECrzQq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8FwECrzQq .line {
  background-color: #2299aa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-t8LHKtsGMr {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-t8LHKtsGMr .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8LHKtsGMr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8LHKtsGMr .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-t8LHKtsGMr .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-t8LHKtsGMr .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8LHKtsGMr .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8LHKtsGMr .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-t8LHKtsGMr .content-wrapper .text-wrapper {
    padding-left: 2rem;
  }
}
.cid-t8LHKtsGMr .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-t8FyikuQVF {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-t8FyikuQVF .mbr-fallback-image.disabled {
  display: none;
}
.cid-t8FyikuQVF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-t8FyikuQVF .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-t8FyikuQVF .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-t8FyikuQVF .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-t8FyikuQVF .card-wrapper {
    padding: 4rem;
  }
}
.cid-t8FyikuQVF .mbr-text,
.cid-t8FyikuQVF .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-t8FyikuQVF .card-title,
.cid-t8FyikuQVF .card-box {
  text-align: center;
  color: #111111;
}
.cid-t8tVVHY6D6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-t8tVVHY6D6 img,
.cid-t8tVVHY6D6 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-t8tVVHY6D6 .item:focus,
.cid-t8tVVHY6D6 span:focus {
  outline: none;
}
.cid-t8tVVHY6D6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-t8tVVHY6D6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-t8tVVHY6D6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-t8tVVHY6D6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-t8tVVHY6D6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-t8tVVHY6D6 .mbr-section-title {
  color: #232323;
}
.cid-sFzDs3t9EG {
  padding-top: 6rem;
  padding-bottom: 8rem;
  background-color: #ffffff;
}
.cid-sFzDs3t9EG .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sFzDs3t9EG form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sFzDs3t9EG form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-sFzDs3t9EG form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-sFzDs3t9EG .mbr-section-title {
  color: #000000;
}
.cid-sFzDs3t9EG .mbr-section-subtitle {
  color: #000000;
}
.cid-sFCygHrmNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCygHrmNf foot-menu-item {
  text-align: right;
}
.cid-tNeVV5ESVI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNeVV5ESVI nav.navbar {
  position: fixed;
}
.cid-tNeVV5ESVI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown-menu {
  padding: 0;
}
.cid-tNeVV5ESVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .dropdown-item:hover,
.cid-tNeVV5ESVI .dropdown-item:focus {
  background: #2299aa !important;
  color: white !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNeVV5ESVI .nav-link {
  position: relative;
}
.cid-tNeVV5ESVI .container {
  display: flex;
  margin: auto;
}
.cid-tNeVV5ESVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNeVV5ESVI .navbar-caption {
  padding-right: 4rem;
}
.cid-tNeVV5ESVI .dropdown-menu,
.cid-tNeVV5ESVI .navbar.opened {
  background: #ffffff !important;
}
.cid-tNeVV5ESVI .nav-item:focus,
.cid-tNeVV5ESVI .nav-link:focus {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNeVV5ESVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNeVV5ESVI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .navbar.opened {
  transition: all .3s;
}
.cid-tNeVV5ESVI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tNeVV5ESVI .navbar .navbar-logo img {
  width: auto;
}
.cid-tNeVV5ESVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNeVV5ESVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNeVV5ESVI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNeVV5ESVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tNeVV5ESVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tNeVV5ESVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNeVV5ESVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNeVV5ESVI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNeVV5ESVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNeVV5ESVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNeVV5ESVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNeVV5ESVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tNeVV5ESVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNeVV5ESVI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown-item.active,
.cid-tNeVV5ESVI .dropdown-item:active {
  background-color: transparent;
}
.cid-tNeVV5ESVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNeVV5ESVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNeVV5ESVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNeVV5ESVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNeVV5ESVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNeVV5ESVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNeVV5ESVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNeVV5ESVI .navbar {
    height: 77px;
  }
  .cid-tNeVV5ESVI .navbar.opened {
    height: auto;
  }
  .cid-tNeVV5ESVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tcV1bopmiB {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tcV1bopmiB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcV1bopmiB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcV1bopmiB .mbr-section-title {
  color: #ffffff;
}
.cid-tcV1bopmiB .mbr-section-subtitle {
  text-align: center;
  color: #bbbbbb;
}
.cid-tcV3cjdwYI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-tcV3cjdwYI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tcV3cjdwYI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tcV3cjdwYI .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-tcV3cjdwYI .container {
    max-width: 1400px;
  }
}
.cid-tcV3cjdwYI .card {
  margin: auto;
}
.cid-tcV3cjdwYI .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-tcV3cjdwYI .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tcV3cjdwYI .row {
  justify-content: center;
}
.cid-tdXszG52oB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tdXszG52oB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdXszG52oB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td0yuor2ff {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-td0yuor2ff .mbr-fallback-image.disabled {
  display: none;
}
.cid-td0yuor2ff .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td0yuor2ff .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-td0yuor2ff .row {
    flex-direction: column-reverse;
  }
  .cid-td0yuor2ff .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-td0yuor2ff .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-td0yuor2ff .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-td0yuor2ff .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttYOw2kKqo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttYOw2kKqo .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttYOw2kKqo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttYOw2kKqo ul {
  list-style: none;
  margin: 0;
  padding-left: 2.5rem;
}
.cid-ttYOw2kKqo li {
  position: relative;
  margin-bottom: 1rem;
}
.cid-ttYOw2kKqo ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "\2022";
  color: #2299aa;
  font-weight: bold;
  font-size: 2rem;
  width: 1.6rem;
}
.cid-td0wRhDb4E {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-td0wRhDb4E .mbr-fallback-image.disabled {
  display: none;
}
.cid-td0wRhDb4E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-td0wRhDb4E .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-td0wRhDb4E .row {
  flex-direction: row-reverse;
}
.cid-td0wRhDb4E img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-td0wRhDb4E .text-wrapper {
    padding: 2rem;
  }
}
.cid-td0wRhDb4E .mbr-text {
  text-align: left;
}
.cid-td0zSysuv7 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-td0zSysuv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-td0zSysuv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-td0zSysuv7 .timeline-element {
  position: relative;
}
.cid-td0zSysuv7 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-td0zSysuv7 .iconBackground {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #2299aa;
  top: 30px;
  margin-left: -9px;
  padding: 0;
}
@media (max-width: 767px) {
  .cid-td0zSysuv7 .iconBackground {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-td0zSysuv7 .iconBackground {
    left: 50%;
  }
}
.cid-td0zSysuv7 .row:after {
  content: "";
  position: absolute;
  background-color: #2299aa;
  width: 2px;
  top: 50px;
  height: calc(100% - 10px);
}
@media (max-width: 767px) {
  .cid-td0zSysuv7 .row:after {
    left: 15px;
  }
}
@media (min-width: 768px) {
  .cid-td0zSysuv7 .row:after {
    left: 50%;
  }
}
.cid-td0zSysuv7 .row:nth-child(odd) .mbr-timeline-date {
  text-align: right;
}
@media (max-width: 767px) {
  .cid-td0zSysuv7 .row:nth-child(even) {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .cid-td0zSysuv7 .timeline-date-wrapper,
  .cid-td0zSysuv7 .timeline-text-wrapper {
    padding: 0rem;
    padding-left: 2rem;
  }
  .cid-td0zSysuv7 .mbr-timeline-date {
    text-align: left !important;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-td0zSysuv7 .timeline-date-wrapper,
  .cid-td0zSysuv7 .timeline-text-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-td0zSysuv7 .timeline-date-wrapper,
  .cid-td0zSysuv7 .timeline-text-wrapper {
    padding: 2rem;
  }
}
.cid-td0zSysuv7 .mbr-section-title {
  color: #000000;
}
.cid-td0zSysuv7 .mbr-timeline-title {
  color: #232323;
}
.cid-ttU6GzuDWd {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #fafafa;
}
.cid-ttU6GzuDWd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttU6GzuDWd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ttU6GzuDWd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttU6GzuDWd img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-ttU6GzuDWd .text-wrapper {
    padding: 2rem;
  }
}
.cid-tve2pjkunS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ffffff;
}
.cid-tve2pjkunS img,
.cid-tve2pjkunS .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tve2pjkunS .item:focus,
.cid-tve2pjkunS span:focus {
  outline: none;
}
.cid-tve2pjkunS .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tve2pjkunS .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tve2pjkunS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tve2pjkunS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tve2pjkunS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tve2pjkunS .mbr-section-title {
  color: #232323;
}
.cid-tu4G23luNc {
  padding-top: 6rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tu4G23luNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tu4G23luNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tu4G23luNc .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tu4G23luNc .row {
  flex-direction: row-reverse;
}
.cid-tu4G23luNc img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tu4G23luNc .text-wrapper {
    padding: 2rem;
  }
}
.cid-ttU6ILdzZS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttU6ILdzZS img,
.cid-ttU6ILdzZS .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttU6ILdzZS .item:focus,
.cid-ttU6ILdzZS span:focus {
  outline: none;
}
.cid-ttU6ILdzZS .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ttU6ILdzZS .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ttU6ILdzZS .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttU6ILdzZS .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ttU6ILdzZS .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ttU6ILdzZS .mbr-section-title {
  color: #232323;
}
.cid-ttU6ILdzZS .mbr-section-subtitle {
  color: #000000;
}
.cid-udlbIa4oZh {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udlbIa4oZh .mbr-fallback-image.disabled {
  display: none;
}
.cid-udlbIa4oZh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udlbIa4oZh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udlbIa4oZh .row {
  flex-direction: row-reverse;
}
.cid-udlbIa4oZh img {
  width: 100%;
}
.cid-sFCygHrmNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCygHrmNf foot-menu-item {
  text-align: right;
}
.cid-tNeVV5ESVI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNeVV5ESVI nav.navbar {
  position: fixed;
}
.cid-tNeVV5ESVI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown-menu {
  padding: 0;
}
.cid-tNeVV5ESVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .dropdown-item:hover,
.cid-tNeVV5ESVI .dropdown-item:focus {
  background: #2299aa !important;
  color: white !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNeVV5ESVI .nav-link {
  position: relative;
}
.cid-tNeVV5ESVI .container {
  display: flex;
  margin: auto;
}
.cid-tNeVV5ESVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNeVV5ESVI .navbar-caption {
  padding-right: 4rem;
}
.cid-tNeVV5ESVI .dropdown-menu,
.cid-tNeVV5ESVI .navbar.opened {
  background: #ffffff !important;
}
.cid-tNeVV5ESVI .nav-item:focus,
.cid-tNeVV5ESVI .nav-link:focus {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNeVV5ESVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNeVV5ESVI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .navbar.opened {
  transition: all .3s;
}
.cid-tNeVV5ESVI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tNeVV5ESVI .navbar .navbar-logo img {
  width: auto;
}
.cid-tNeVV5ESVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNeVV5ESVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNeVV5ESVI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNeVV5ESVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tNeVV5ESVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tNeVV5ESVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNeVV5ESVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNeVV5ESVI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNeVV5ESVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNeVV5ESVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNeVV5ESVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNeVV5ESVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tNeVV5ESVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNeVV5ESVI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown-item.active,
.cid-tNeVV5ESVI .dropdown-item:active {
  background-color: transparent;
}
.cid-tNeVV5ESVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNeVV5ESVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNeVV5ESVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNeVV5ESVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNeVV5ESVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNeVV5ESVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNeVV5ESVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNeVV5ESVI .navbar {
    height: 77px;
  }
  .cid-tNeVV5ESVI .navbar.opened {
    height: auto;
  }
  .cid-tNeVV5ESVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teIdvGFdeM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-teIdvGFdeM .mbr-fallback-image.disabled {
  display: none;
}
.cid-teIdvGFdeM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teIdvGFdeM .mbr-section-title {
  color: #ffffff;
}
.cid-teIdvGFdeM .mbr-text,
.cid-teIdvGFdeM .mbr-section-btn {
  color: #fafafa;
}
.cid-teIdu0Eb42 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #bbbbbb;
}
.cid-teIdu0Eb42 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teIdu0Eb42 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teIdu0Eb42 .card-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 1500px) {
  .cid-teIdu0Eb42 .container {
    max-width: 1400px;
  }
}
.cid-teIdu0Eb42 .card {
  margin: auto;
}
.cid-teIdu0Eb42 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-teIdu0Eb42 .card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-teIdu0Eb42 .row {
  justify-content: center;
}
.cid-ttTZvIMX5N {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ttTZvIMX5N .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttTZvIMX5N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-ttTZvIMX5N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-ttTZvIMX5N .row {
  flex-direction: row-reverse;
}
.cid-ttTZvIMX5N img {
  width: 100%;
}
.cid-teIdj3wxMI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-teIdj3wxMI .line {
  background-color: #2299aa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ttTYCOZ6iI {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-ttTYCOZ6iI .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttTYCOZ6iI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttTYCOZ6iI .video-wrapper iframe {
  width: 100%;
}
.cid-ttTYCOZ6iI .mbr-section-title,
.cid-ttTYCOZ6iI .mbr-description {
  text-align: center;
}
@media (min-width: 992px) {
  .cid-ttTYCOZ6iI .text-wrapper {
    padding: 2rem;
  }
}
.cid-u78ku2hDhG {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ttTYPQ8Ow4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttTYPQ8Ow4 .line {
  background-color: #2299aa;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-ttTZbEqNy0 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-ttTZbEqNy0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttTZbEqNy0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttTZbEqNy0 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-ttTZbEqNy0 .row {
    flex-direction: column-reverse;
  }
  .cid-ttTZbEqNy0 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-ttTZbEqNy0 .card-wrapper {
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .cid-ttTZbEqNy0 .card-wrapper {
    padding-right: 2rem;
  }
}
.cid-ttTZbEqNy0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-ttTZbEqNy0 .mbr-text,
.cid-ttTZbEqNy0 .mbr-section-btn {
  color: #000000;
}
.cid-sFCygHrmNf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sFCygHrmNf .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sFCygHrmNf .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sFCygHrmNf .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sFCygHrmNf .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sFCygHrmNf .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sFCygHrmNf .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sFCygHrmNf .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sFCygHrmNf .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sFCygHrmNf .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sFCygHrmNf .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sFCygHrmNf .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sFCygHrmNf .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sFCygHrmNf .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sFCygHrmNf foot-menu-item {
  text-align: right;
}
.cid-tNeVV5ESVI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNeVV5ESVI nav.navbar {
  position: fixed;
}
.cid-tNeVV5ESVI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown-menu {
  padding: 0;
}
.cid-tNeVV5ESVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .dropdown-item:hover,
.cid-tNeVV5ESVI .dropdown-item:focus {
  background: #2299aa !important;
  color: white !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNeVV5ESVI .nav-link {
  position: relative;
}
.cid-tNeVV5ESVI .container {
  display: flex;
  margin: auto;
}
.cid-tNeVV5ESVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNeVV5ESVI .navbar-caption {
  padding-right: 4rem;
}
.cid-tNeVV5ESVI .dropdown-menu,
.cid-tNeVV5ESVI .navbar.opened {
  background: #ffffff !important;
}
.cid-tNeVV5ESVI .nav-item:focus,
.cid-tNeVV5ESVI .nav-link:focus {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNeVV5ESVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNeVV5ESVI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .navbar.opened {
  transition: all .3s;
}
.cid-tNeVV5ESVI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tNeVV5ESVI .navbar .navbar-logo img {
  width: auto;
}
.cid-tNeVV5ESVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNeVV5ESVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNeVV5ESVI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNeVV5ESVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tNeVV5ESVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tNeVV5ESVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNeVV5ESVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNeVV5ESVI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNeVV5ESVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNeVV5ESVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNeVV5ESVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNeVV5ESVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tNeVV5ESVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNeVV5ESVI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown-item.active,
.cid-tNeVV5ESVI .dropdown-item:active {
  background-color: transparent;
}
.cid-tNeVV5ESVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNeVV5ESVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNeVV5ESVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNeVV5ESVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNeVV5ESVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNeVV5ESVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNeVV5ESVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNeVV5ESVI .navbar {
    height: 77px;
  }
  .cid-tNeVV5ESVI .navbar.opened {
    height: auto;
  }
  .cid-tNeVV5ESVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttSYuNwRyF {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-ttSYuNwRyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttSYuNwRyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttSYuNwRyF .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ttSYuNwRyF .mbr-text,
.cid-ttSYuNwRyF .mbr-section-btn {
  color: #fafafa;
}
.cid-u66lKJi2NE {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u66lKJi2NE img,
.cid-u66lKJi2NE .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u66lKJi2NE .item:focus,
.cid-u66lKJi2NE span:focus {
  outline: none;
}
.cid-u66lKJi2NE .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-u66lKJi2NE .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u66lKJi2NE .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u66lKJi2NE .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u66lKJi2NE .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u66lKJi2NE .mbr-section-title {
  color: #232323;
}
.cid-tvdUbP167P {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvdUbP167P img,
.cid-tvdUbP167P .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvdUbP167P .item:focus,
.cid-tvdUbP167P span:focus {
  outline: none;
}
.cid-tvdUbP167P .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tvdUbP167P .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvdUbP167P .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvdUbP167P .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvdUbP167P .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvdUbP167P .mbr-section-title {
  color: #232323;
}
.cid-ttSWViW2pk {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ttSWViW2pk img,
.cid-ttSWViW2pk .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ttSWViW2pk .item:focus,
.cid-ttSWViW2pk span:focus {
  outline: none;
}
.cid-ttSWViW2pk .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ttSWViW2pk .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ttSWViW2pk .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ttSWViW2pk .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ttSWViW2pk .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ttSWViW2pk .mbr-section-title {
  color: #232323;
}
.cid-ukCwxgh30Q {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ukCwxgh30Q img,
.cid-ukCwxgh30Q .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ukCwxgh30Q .item:focus,
.cid-ukCwxgh30Q span:focus {
  outline: none;
}
.cid-ukCwxgh30Q .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ukCwxgh30Q .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukCwxgh30Q .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukCwxgh30Q .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ukCwxgh30Q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukCwxgh30Q .mbr-section-title {
  color: #232323;
}
.cid-ueG8TnmVc6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueG8TnmVc6 img,
.cid-ueG8TnmVc6 .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ueG8TnmVc6 .item:focus,
.cid-ueG8TnmVc6 span:focus {
  outline: none;
}
.cid-ueG8TnmVc6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ueG8TnmVc6 .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ueG8TnmVc6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueG8TnmVc6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ueG8TnmVc6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueG8TnmVc6 .mbr-section-title {
  color: #232323;
}
.cid-tBPpaC7XnL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tBPpaC7XnL img,
.cid-tBPpaC7XnL .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tBPpaC7XnL .item:focus,
.cid-tBPpaC7XnL span:focus {
  outline: none;
}
.cid-tBPpaC7XnL .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tBPpaC7XnL .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tBPpaC7XnL .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tBPpaC7XnL .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tBPpaC7XnL .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tBPpaC7XnL .mbr-section-title {
  color: #232323;
}
.cid-tve1pZKdYQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tve1pZKdYQ img,
.cid-tve1pZKdYQ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tve1pZKdYQ .item:focus,
.cid-tve1pZKdYQ span:focus {
  outline: none;
}
.cid-tve1pZKdYQ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tve1pZKdYQ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tve1pZKdYQ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tve1pZKdYQ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tve1pZKdYQ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tve1pZKdYQ .mbr-section-title {
  color: #232323;
}
.cid-ueGdm8geoA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueGdm8geoA img,
.cid-ueGdm8geoA .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ueGdm8geoA .item:focus,
.cid-ueGdm8geoA span:focus {
  outline: none;
}
.cid-ueGdm8geoA .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ueGdm8geoA .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ueGdm8geoA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueGdm8geoA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ueGdm8geoA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueGdm8geoA .mbr-section-title {
  color: #232323;
}
.cid-ueGeK4PJOP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-ueGeK4PJOP img,
.cid-ueGeK4PJOP .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ueGeK4PJOP .item:focus,
.cid-ueGeK4PJOP span:focus {
  outline: none;
}
.cid-ueGeK4PJOP .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ueGeK4PJOP .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ueGeK4PJOP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ueGeK4PJOP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ueGeK4PJOP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ueGeK4PJOP .mbr-section-title {
  color: #232323;
}
.cid-sq4uPQeMHR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sq4uPQeMHR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sq4uPQeMHR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sq4uPQeMHR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sq4uPQeMHR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sq4uPQeMHR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sq4uPQeMHR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sq4uPQeMHR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sq4uPQeMHR foot-menu-item {
  text-align: right;
}
.cid-tNeVV5ESVI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNeVV5ESVI nav.navbar {
  position: fixed;
}
.cid-tNeVV5ESVI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown-menu {
  padding: 0;
}
.cid-tNeVV5ESVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .dropdown-item:hover,
.cid-tNeVV5ESVI .dropdown-item:focus {
  background: #2299aa !important;
  color: white !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNeVV5ESVI .nav-link {
  position: relative;
}
.cid-tNeVV5ESVI .container {
  display: flex;
  margin: auto;
}
.cid-tNeVV5ESVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNeVV5ESVI .navbar-caption {
  padding-right: 4rem;
}
.cid-tNeVV5ESVI .dropdown-menu,
.cid-tNeVV5ESVI .navbar.opened {
  background: #ffffff !important;
}
.cid-tNeVV5ESVI .nav-item:focus,
.cid-tNeVV5ESVI .nav-link:focus {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNeVV5ESVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNeVV5ESVI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .navbar.opened {
  transition: all .3s;
}
.cid-tNeVV5ESVI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tNeVV5ESVI .navbar .navbar-logo img {
  width: auto;
}
.cid-tNeVV5ESVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNeVV5ESVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNeVV5ESVI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNeVV5ESVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tNeVV5ESVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tNeVV5ESVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNeVV5ESVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNeVV5ESVI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNeVV5ESVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNeVV5ESVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNeVV5ESVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNeVV5ESVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tNeVV5ESVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNeVV5ESVI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown-item.active,
.cid-tNeVV5ESVI .dropdown-item:active {
  background-color: transparent;
}
.cid-tNeVV5ESVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNeVV5ESVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNeVV5ESVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNeVV5ESVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNeVV5ESVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNeVV5ESVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNeVV5ESVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNeVV5ESVI .navbar {
    height: 77px;
  }
  .cid-tNeVV5ESVI .navbar.opened {
    height: auto;
  }
  .cid-tNeVV5ESVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tvcQuRcR2n {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tvcQuRcR2n .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvcQuRcR2n .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tvcQuRcR2n .mbr-section-title {
  color: #ffffff;
}
.cid-tvcQuRcR2n .mbr-section-subtitle {
  color: #fafafa;
}
.cid-tvcQA9gY9Q {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvcQA9gY9Q img,
.cid-tvcQA9gY9Q .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvcQA9gY9Q .item:focus,
.cid-tvcQA9gY9Q span:focus {
  outline: none;
}
.cid-tvcQA9gY9Q .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tvcQA9gY9Q .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvcQA9gY9Q .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvcQA9gY9Q .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvcQA9gY9Q .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvcQA9gY9Q .mbr-section-title {
  color: #353535;
}
.cid-tvcQA9gY9Q .mbr-text,
.cid-tvcQA9gY9Q .mbr-section-btn {
  text-align: center;
}
.cid-tvcQA9gY9Q .item-title {
  text-align: center;
}
.cid-tvcQA9gY9Q .item-subtitle {
  text-align: left;
}
.cid-udwVoqFHZr {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udwVoqFHZr img,
.cid-udwVoqFHZr .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udwVoqFHZr .item:focus,
.cid-udwVoqFHZr span:focus {
  outline: none;
}
.cid-udwVoqFHZr .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udwVoqFHZr .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udwVoqFHZr .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udwVoqFHZr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udwVoqFHZr .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udwVoqFHZr .mbr-section-title {
  color: #232323;
}
.cid-udCfx4ON3J {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udCfx4ON3J img,
.cid-udCfx4ON3J .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udCfx4ON3J .item:focus,
.cid-udCfx4ON3J span:focus {
  outline: none;
}
.cid-udCfx4ON3J .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udCfx4ON3J .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udCfx4ON3J .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udCfx4ON3J .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udCfx4ON3J .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udCfx4ON3J .mbr-section-title {
  color: #232323;
}
.cid-udwSXwIeJo {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udwSXwIeJo img,
.cid-udwSXwIeJo .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udwSXwIeJo .item:focus,
.cid-udwSXwIeJo span:focus {
  outline: none;
}
.cid-udwSXwIeJo .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udwSXwIeJo .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udwSXwIeJo .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udwSXwIeJo .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udwSXwIeJo .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udwSXwIeJo .mbr-section-title {
  color: #232323;
}
.cid-udwXaKNwnH {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udwXaKNwnH img,
.cid-udwXaKNwnH .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udwXaKNwnH .item:focus,
.cid-udwXaKNwnH span:focus {
  outline: none;
}
.cid-udwXaKNwnH .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udwXaKNwnH .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udwXaKNwnH .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udwXaKNwnH .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udwXaKNwnH .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udwXaKNwnH .mbr-section-title {
  color: #232323;
}
.cid-udCzK4cbEs {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udCzK4cbEs img,
.cid-udCzK4cbEs .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udCzK4cbEs .item:focus,
.cid-udCzK4cbEs span:focus {
  outline: none;
}
.cid-udCzK4cbEs .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udCzK4cbEs .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udCzK4cbEs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udCzK4cbEs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udCzK4cbEs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udCzK4cbEs .mbr-section-title {
  color: #232323;
}
.cid-udCp3sXmaJ {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-udCp3sXmaJ img,
.cid-udCp3sXmaJ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udCp3sXmaJ .item:focus,
.cid-udCp3sXmaJ span:focus {
  outline: none;
}
.cid-udCp3sXmaJ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udCp3sXmaJ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udCp3sXmaJ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udCp3sXmaJ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udCp3sXmaJ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udCp3sXmaJ .mbr-section-title {
  color: #232323;
}
.cid-udJEEGm5AZ {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udJEEGm5AZ img,
.cid-udJEEGm5AZ .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udJEEGm5AZ .item:focus,
.cid-udJEEGm5AZ span:focus {
  outline: none;
}
.cid-udJEEGm5AZ .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udJEEGm5AZ .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udJEEGm5AZ .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udJEEGm5AZ .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udJEEGm5AZ .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udJEEGm5AZ .mbr-section-title {
  color: #232323;
}
.cid-udJFXvYEjt {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udJFXvYEjt img,
.cid-udJFXvYEjt .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udJFXvYEjt .item:focus,
.cid-udJFXvYEjt span:focus {
  outline: none;
}
.cid-udJFXvYEjt .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udJFXvYEjt .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udJFXvYEjt .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udJFXvYEjt .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udJFXvYEjt .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udJFXvYEjt .mbr-section-title {
  color: #232323;
}
.cid-tws543EBgX {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tws543EBgX img,
.cid-tws543EBgX .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tws543EBgX .item:focus,
.cid-tws543EBgX span:focus {
  outline: none;
}
.cid-tws543EBgX .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tws543EBgX .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tws543EBgX .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tws543EBgX .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tws543EBgX .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tws543EBgX .mbr-section-title {
  color: #000000;
}
.cid-tws543EBgX .mbr-text,
.cid-tws543EBgX .mbr-section-btn {
  text-align: center;
}
.cid-tws543EBgX .item-title {
  text-align: center;
}
.cid-tws543EBgX .item-subtitle {
  text-align: left;
}
.cid-udCzi9QTVg {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-udCzi9QTVg .mbr-fallback-image.disabled {
  display: none;
}
.cid-udCzi9QTVg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udCzi9QTVg .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udCzi9QTVg .row {
  flex-direction: row-reverse;
}
.cid-udCzi9QTVg img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-udCzi9QTVg .text-wrapper {
    padding: 2rem;
  }
}
.cid-udCCi51vJd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udCCi51vJd img,
.cid-udCCi51vJd .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udCCi51vJd .item:focus,
.cid-udCCi51vJd span:focus {
  outline: none;
}
.cid-udCCi51vJd .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udCCi51vJd .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udCCi51vJd .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udCCi51vJd .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udCCi51vJd .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udCCi51vJd .mbr-section-title {
  color: #232323;
}
.cid-tvcRJbTKcD {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvcRJbTKcD img,
.cid-tvcRJbTKcD .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvcRJbTKcD .item:focus,
.cid-tvcRJbTKcD span:focus {
  outline: none;
}
.cid-tvcRJbTKcD .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tvcRJbTKcD .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvcRJbTKcD .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvcRJbTKcD .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvcRJbTKcD .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvcRJbTKcD .mbr-section-title {
  color: #000000;
}
.cid-tvcRJbTKcD .mbr-text,
.cid-tvcRJbTKcD .mbr-section-btn {
  text-align: center;
}
.cid-tvcRJbTKcD .item-title {
  text-align: center;
}
.cid-tvcRJbTKcD .item-subtitle {
  text-align: left;
}
.cid-twwCuxH7O3 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-twwCuxH7O3 blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-twwBQ6RJ6f {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-twwBQ6RJ6f .mbr-fallback-image.disabled {
  display: none;
}
.cid-twwBQ6RJ6f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-twwBQ6RJ6f .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-twwBQ6RJ6f .row {
  flex-direction: row-reverse;
}
.cid-twwBQ6RJ6f img {
  width: 100%;
}
.cid-udE4CyAgyT {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udE4CyAgyT img,
.cid-udE4CyAgyT .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udE4CyAgyT .item:focus,
.cid-udE4CyAgyT span:focus {
  outline: none;
}
.cid-udE4CyAgyT .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udE4CyAgyT .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udE4CyAgyT .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udE4CyAgyT .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udE4CyAgyT .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udE4CyAgyT .mbr-section-title {
  color: #232323;
}
.cid-tvcRKmvahN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvcRKmvahN img,
.cid-tvcRKmvahN .item-img {
  width: 100%;
}
.cid-tvcRKmvahN .item:focus,
.cid-tvcRKmvahN span:focus {
  outline: none;
}
.cid-tvcRKmvahN .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tvcRKmvahN .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvcRKmvahN .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvcRKmvahN .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvcRKmvahN .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvcRKmvahN .mbr-section-title {
  color: #000000;
}
.cid-tvcRKmvahN .mbr-text,
.cid-tvcRKmvahN .mbr-section-btn {
  text-align: center;
}
.cid-tvcRKmvahN .item-title {
  text-align: center;
}
.cid-tvcRKmvahN .item-subtitle {
  text-align: left;
}
.cid-tvSZr6MgnU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvSZr6MgnU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tvSZr6MgnU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-tvSZr6MgnU .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tvSZr6MgnU .row {
  flex-direction: row-reverse;
}
.cid-tvSZr6MgnU img {
  width: 100%;
}
.cid-tvvyKrz1gm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tvvyKrz1gm img,
.cid-tvvyKrz1gm .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvvyKrz1gm .item:focus,
.cid-tvvyKrz1gm span:focus {
  outline: none;
}
.cid-tvvyKrz1gm .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tvvyKrz1gm .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvvyKrz1gm .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvvyKrz1gm .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvvyKrz1gm .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvvyKrz1gm .mbr-section-title {
  color: #000000;
}
.cid-tvvyKrz1gm .mbr-text,
.cid-tvvyKrz1gm .mbr-section-btn {
  text-align: center;
}
.cid-tvvyKrz1gm .item-title {
  text-align: center;
}
.cid-tvvyKrz1gm .item-subtitle {
  text-align: left;
}
.cid-tvvyLw62Nu {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvvyLw62Nu img,
.cid-tvvyLw62Nu .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvvyLw62Nu .item:focus,
.cid-tvvyLw62Nu span:focus {
  outline: none;
}
.cid-tvvyLw62Nu .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tvvyLw62Nu .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvvyLw62Nu .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvvyLw62Nu .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvvyLw62Nu .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvvyLw62Nu .mbr-section-title {
  color: #000000;
}
.cid-tvvyLw62Nu .mbr-text,
.cid-tvvyLw62Nu .mbr-section-btn {
  text-align: center;
}
.cid-tvvyLw62Nu .item-title {
  text-align: center;
}
.cid-tvvyLw62Nu .item-subtitle {
  text-align: left;
}
.cid-udJMte5KNc {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-udJMte5KNc img,
.cid-udJMte5KNc .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-udJMte5KNc .item:focus,
.cid-udJMte5KNc span:focus {
  outline: none;
}
.cid-udJMte5KNc .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-udJMte5KNc .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-udJMte5KNc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-udJMte5KNc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-udJMte5KNc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-udJMte5KNc .mbr-section-title {
  color: #232323;
}
.cid-tz4zsHo9wb {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tz4zsHo9wb blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #fafafa;
}
.cid-tvvzgHz1zh {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tvvzgHz1zh img,
.cid-tvvzgHz1zh .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvvzgHz1zh .item:focus,
.cid-tvvzgHz1zh span:focus {
  outline: none;
}
.cid-tvvzgHz1zh .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tvvzgHz1zh .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvvzgHz1zh .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvvzgHz1zh .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvvzgHz1zh .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvvzgHz1zh .mbr-section-title {
  color: #000000;
}
.cid-tvvzgHz1zh .mbr-text,
.cid-tvvzgHz1zh .mbr-section-btn {
  text-align: center;
}
.cid-tvvzgHz1zh .item-title {
  text-align: center;
}
.cid-tvvzgHz1zh .item-subtitle {
  text-align: left;
}
.cid-ukCt8B0zxi {
  padding-top: 6rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-ukCt8B0zxi img,
.cid-ukCt8B0zxi .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-ukCt8B0zxi .item:focus,
.cid-ukCt8B0zxi span:focus {
  outline: none;
}
.cid-ukCt8B0zxi .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-ukCt8B0zxi .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-ukCt8B0zxi .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-ukCt8B0zxi .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-ukCt8B0zxi .mbr-section-btn {
  margin-top: auto !important;
}
.cid-ukCt8B0zxi .mbr-section-title {
  color: #232323;
}
.cid-uw6Ch44ZYA {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uw6Ch44ZYA img,
.cid-uw6Ch44ZYA .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uw6Ch44ZYA .item:focus,
.cid-uw6Ch44ZYA span:focus {
  outline: none;
}
.cid-uw6Ch44ZYA .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uw6Ch44ZYA .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uw6Ch44ZYA .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uw6Ch44ZYA .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uw6Ch44ZYA .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uw6Ch44ZYA .mbr-section-title {
  color: #232323;
}
.cid-uAJc6aWphP {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-uAJc6aWphP img,
.cid-uAJc6aWphP .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAJc6aWphP .item:focus,
.cid-uAJc6aWphP span:focus {
  outline: none;
}
.cid-uAJc6aWphP .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-uAJc6aWphP .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uAJc6aWphP .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uAJc6aWphP .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uAJc6aWphP .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uAJc6aWphP .mbr-section-title {
  color: #232323;
}
.cid-tvT0GGyqds {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tvT0GGyqds img,
.cid-tvT0GGyqds .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tvT0GGyqds .item:focus,
.cid-tvT0GGyqds span:focus {
  outline: none;
}
.cid-tvT0GGyqds .item {
  cursor: pointer;
  margin-bottom: 2rem;
  position: relative;
}
.cid-tvT0GGyqds .item-wrapper {
  position: unset;
  border-radius: 4px;
  background: #ffffff;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tvT0GGyqds .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tvT0GGyqds .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tvT0GGyqds .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tvT0GGyqds .mbr-section-title {
  color: #000000;
}
.cid-tvT0GGyqds .mbr-text,
.cid-tvT0GGyqds .mbr-section-btn {
  text-align: center;
}
.cid-tvT0GGyqds .item-title {
  text-align: center;
}
.cid-tvT0GGyqds .item-subtitle {
  text-align: left;
}
.cid-udPvVlWwdh {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-udPvVlWwdh .mbr-fallback-image.disabled {
  display: none;
}
.cid-udPvVlWwdh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-udPvVlWwdh .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udPvVlWwdh .row {
  flex-direction: row-reverse;
}
.cid-udPvVlWwdh img {
  width: 100%;
}
.cid-sq4uPQeMHR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-sq4uPQeMHR .row-links {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .social-row {
  width: 100%;
  justify-content: center;
}
.cid-sq4uPQeMHR .media-container-row {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu {
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-sq4uPQeMHR .media-container-row .foot-menu li p {
  margin: 0;
}
.cid-sq4uPQeMHR .media-container-row .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.cid-sq4uPQeMHR .media-container-row .social-list .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-sq4uPQeMHR .media-container-row .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-sq4uPQeMHR .media-container-row .social-list a {
  margin: 0;
  opacity: .5;
  transition: .2s linear;
}
.cid-sq4uPQeMHR .media-container-row .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-sq4uPQeMHR .media-container-row .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt {
  word-break: break-word;
  width: 100%;
}
.cid-sq4uPQeMHR .media-container-row .row-copirayt p {
  width: 100%;
}
.cid-sq4uPQeMHR foot-menu-item {
  text-align: right;
}
.cid-tNeVV5ESVI {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tNeVV5ESVI nav.navbar {
  position: fixed;
}
.cid-tNeVV5ESVI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown-menu {
  padding: 0;
}
.cid-tNeVV5ESVI .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .dropdown-item:hover,
.cid-tNeVV5ESVI .dropdown-item:focus {
  background: #2299aa !important;
  color: white !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tNeVV5ESVI .nav-link {
  position: relative;
}
.cid-tNeVV5ESVI .container {
  display: flex;
  margin: auto;
}
.cid-tNeVV5ESVI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tNeVV5ESVI .navbar-caption {
  padding-right: 4rem;
}
.cid-tNeVV5ESVI .dropdown-menu,
.cid-tNeVV5ESVI .navbar.opened {
  background: #ffffff !important;
}
.cid-tNeVV5ESVI .nav-item:focus,
.cid-tNeVV5ESVI .nav-link:focus {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tNeVV5ESVI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNeVV5ESVI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNeVV5ESVI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNeVV5ESVI .navbar {
  min-height: 77px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar:not(.navbar-short) {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tNeVV5ESVI .navbar.opened {
  transition: all .3s;
}
.cid-tNeVV5ESVI .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tNeVV5ESVI .navbar .navbar-logo img {
  width: auto;
}
.cid-tNeVV5ESVI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNeVV5ESVI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNeVV5ESVI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.8rem);
  }
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tNeVV5ESVI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNeVV5ESVI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tNeVV5ESVI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tNeVV5ESVI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNeVV5ESVI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tNeVV5ESVI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tNeVV5ESVI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tNeVV5ESVI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNeVV5ESVI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tNeVV5ESVI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNeVV5ESVI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tNeVV5ESVI .navbar.navbar-short {
  min-height: 60px;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tNeVV5ESVI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tNeVV5ESVI .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tNeVV5ESVI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tNeVV5ESVI .dropdown-item.active,
.cid-tNeVV5ESVI .dropdown-item:active {
  background-color: transparent;
}
.cid-tNeVV5ESVI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNeVV5ESVI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-tNeVV5ESVI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tNeVV5ESVI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tNeVV5ESVI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNeVV5ESVI .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tNeVV5ESVI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: currentColor;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tNeVV5ESVI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tNeVV5ESVI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tNeVV5ESVI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tNeVV5ESVI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNeVV5ESVI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNeVV5ESVI .navbar {
    height: 77px;
  }
  .cid-tNeVV5ESVI .navbar.opened {
    height: auto;
  }
  .cid-tNeVV5ESVI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
