.btn {
  border-width: 2px;
}
body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'Kaushan Script', handwriting;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Kaushan Script', handwriting;
  font-size: 3.1rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.875rem;
}
.display-4 {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Merienda', handwriting;
  font-size: 1.6rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2rem;
}
.display-7 {
  font-family: 'Arimo', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.375rem;
}
/* ---- 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.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.48rem;
    font-size: calc( 1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7349999999999999rem + (3.1 - 1.7349999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn-primary,
.btn-primary:active {
  color: #1b2026 !important;
  background-color: #2299aa !important;
  border-color: #2299aa !important;
}
.btn-primary:active,
.btn-primary:active:active {
  color: #1b2026 !important;
}
.btn-primary:hover,
.btn-primary:active:hover,
.btn-primary:focus,
.btn-primary:active:focus {
  background: white!important;
  border-color: white!important;
  color: #1b2026 !important;
}
.btn-secondary,
.btn-secondary:active {
  color: white!important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary:hover,
.btn-secondary:active:hover,
.btn-secondary:focus,
.btn-secondary:active:focus {
  background: #2299aa !important;
  border-color: #2299aa !important;
  color: #1b2026 !important;
}
.btn-info,
.btn-info:active {
  color: #1b2026 !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info:hover,
.btn-info:active:hover,
.btn-info:focus,
.btn-info:active:focus {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: white!important;
}
.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: #464646 !important;
}
.bg-info {
  background-color: #dce8eb !important;
}
.bg-warning {
  background-color: #dce8eb !important;
}
.bg-danger {
  background-color: #00b5d5 !important;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2299aa !important;
  border-color: #2299aa !important;
  color: #ffffff;
  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;
  background-color: #145862;
  border-color: #145862;
  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 {
  box-shadow: none!important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info {
  box-shadow: none!important;
}
.btn-info,
.btn-info:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  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;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-success {
  box-shadow: none!important;
}
.btn-success,
.btn-success:active {
  background-color: #464646 !important;
  border-color: #464646 !important;
  color: #ffffff;
  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;
  background-color: #1b1b1b;
  border-color: #1b1b1b;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1b1b1b !important;
  border-color: #1b1b1b !important;
}
.btn-warning {
  box-shadow: none!important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
  color: #49747f;
  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: #ffffff;
  background-color: #a5c4cb;
  border-color: #a5c4cb;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #49747f !important;
  background-color: #a5c4cb !important;
  border-color: #a5c4cb !important;
}
.btn-danger {
  box-shadow: none!important;
}
.btn-danger,
.btn-danger:active {
  background-color: #00b5d5 !important;
  border-color: #00b5d5 !important;
  color: #ffffff;
  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;
  background-color: #006b7e;
  border-color: #006b7e;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #006b7e !important;
  border-color: #006b7e !important;
}
.btn-white {
  box-shadow: none!important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a;
  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;
  background-color: #cfcfcf;
  border-color: #cfcfcf;
  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 {
  box-shadow: none!important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff;
  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;
  background-color: #000000;
  border-color: #000000;
  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 {
  color: #2299aa !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #2299aa;
  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: #145862 !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-primary-outline:active {
  color: #2299aa !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus {
  border-color: #2299aa !important;
  background: #2299aa !important;
  color: #1b2026 !important;
}
.btn-secondary-outline {
  color: #1b2026 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #1b2026;
  color: #1b2026;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #1b2026 !important;
  border-color: #1b2026 !important;
}
.btn-secondary-outline:active {
  color: #1b2026 !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus {
  border-color: #2299aa !important;
  background: #2299aa !important;
  color: #1b2026 !important;
}
.btn-info-outline {
  color: #dce8eb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-info-outline:active {
  color: #dce8eb !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus {
  border-color: #2299aa !important;
  background: #2299aa !important;
  color: #1b2026 !important;
}
.btn-success-outline {
  color: #464646 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #464646;
  color: #464646;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1b1b1b !important;
  background-color: transparent!important;
  border-color: #1b1b1b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #464646 !important;
  border-color: #464646 !important;
}
.btn-success-outline:active {
  color: #464646 !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus {
  border-color: #2299aa !important;
  background: #2299aa !important;
  color: #1b2026 !important;
}
.btn-warning-outline {
  color: #dce8eb !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dce8eb;
  color: #dce8eb;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a5c4cb !important;
  background-color: transparent!important;
  border-color: #a5c4cb !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #49747f !important;
  background-color: #dce8eb !important;
  border-color: #dce8eb !important;
}
.btn-warning-outline:active {
  color: #dce8eb !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus {
  border-color: #2299aa !important;
  background: #2299aa !important;
  color: #1b2026 !important;
}
.btn-danger-outline {
  color: #00b5d5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #00b5d5;
  color: #00b5d5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #006b7e !important;
  background-color: transparent!important;
  border-color: #006b7e !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #00b5d5 !important;
  border-color: #00b5d5 !important;
}
.btn-danger-outline:active {
  color: #00b5d5 !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus {
  border-color: #2299aa !important;
  background: #2299aa !important;
  color: #1b2026 !important;
}
.btn-black-outline {
  color: #232323 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  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: #000000 !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-black-outline:active {
  color: #232323 !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus {
  border-color: #2299aa !important;
  background: #2299aa !important;
  color: #1b2026 !important;
}
.btn-white-outline {
  color: #fafafa !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  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: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-white-outline:active {
  color: #fafafa !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus {
  border-color: #2299aa !important;
  background: #2299aa !important;
  color: #1b2026 !important;
}
.text-primary {
  color: #2299aa !important;
}
.text-secondary {
  color: #1b2026 !important;
}
.text-success {
  color: #464646 !important;
}
.text-info {
  color: #dce8eb !important;
}
.text-warning {
  color: #dce8eb !important;
}
.text-danger {
  color: #00b5d5 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #55ccdd !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #455262 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #797979 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #ffffff !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffffff !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3ce2ff !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #565656 !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: #dce8eb;
}
.alert-warning {
  background-color: #dce8eb;
}
.alert-danger {
  background-color: #00b5d5;
}
.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: #b9b9b9;
}
.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: #a2f1ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: 'Arimo', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
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: #ffffff !important;
  background: #1b2026 !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-sHYjuzGas1 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sHYjuzGas1 nav.navbar {
  position: fixed;
}
.cid-sHYjuzGas1 .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sHYjuzGas1 .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sHYjuzGas1 .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sHYjuzGas1 .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sHYjuzGas1 .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sHYjuzGas1 .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sHYjuzGas1 .dropdown-item:hover,
.cid-sHYjuzGas1 .dropdown-item:focus {
  background: rgba(34, 153, 170, 0.1) !important;
  color: #2299aa !important;
}
.cid-sHYjuzGas1 .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sHYjuzGas1 .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sHYjuzGas1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sHYjuzGas1 .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sHYjuzGas1 .nav-link:hover {
  color: #2299aa !important;
}
.cid-sHYjuzGas1 .container {
  display: flex;
  margin: auto;
}
.cid-sHYjuzGas1 .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sHYjuzGas1 .dropdown-menu,
.cid-sHYjuzGas1 .navbar.opened {
  background: #ffffff !important;
}
.cid-sHYjuzGas1 .nav-item:focus,
.cid-sHYjuzGas1 .nav-link:focus {
  outline: none;
}
.cid-sHYjuzGas1 .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sHYjuzGas1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sHYjuzGas1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sHYjuzGas1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sHYjuzGas1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sHYjuzGas1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sHYjuzGas1 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(34, 165, 229, 0.15);
  background: #ffffff;
}
.cid-sHYjuzGas1 .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sHYjuzGas1 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sHYjuzGas1 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sHYjuzGas1 .navbar.opened {
  transition: all 0.3s;
}
.cid-sHYjuzGas1 .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sHYjuzGas1 .navbar .navbar-logo img {
  width: auto;
}
.cid-sHYjuzGas1 .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sHYjuzGas1 .navbar.collapsed {
  justify-content: center;
}
.cid-sHYjuzGas1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sHYjuzGas1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sHYjuzGas1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-sHYjuzGas1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sHYjuzGas1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sHYjuzGas1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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: 41%;
}
.cid-sHYjuzGas1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sHYjuzGas1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sHYjuzGas1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sHYjuzGas1 .navbar .dropdown-menu {
    display: none;
  }
  .cid-sHYjuzGas1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sHYjuzGas1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sHYjuzGas1 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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: 40%;
  }
  .cid-sHYjuzGas1 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sHYjuzGas1 .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sHYjuzGas1 .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sHYjuzGas1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sHYjuzGas1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sHYjuzGas1 .navbar .navbar-buttons,
  .cid-sHYjuzGas1 .navbar .icons-menu {
    display: none;
  }
  .cid-sHYjuzGas1 .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sHYjuzGas1 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sHYjuzGas1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sHYjuzGas1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sHYjuzGas1 .dropdown-item.active,
.cid-sHYjuzGas1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sHYjuzGas1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sHYjuzGas1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sHYjuzGas1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sHYjuzGas1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sHYjuzGas1 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sHYjuzGas1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sHYjuzGas1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sHYjuzGas1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sHYjuzGas1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHYjuzGas1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sHYjuzGas1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sHYjuzGas1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHYjuzGas1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sHYjuzGas1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sHYjuzGas1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sHYjuzGas1 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sHYjuzGas1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sHYjuzGas1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sHYjuzGas1 .navbar {
    height: 70px;
  }
  .cid-sHYjuzGas1 .navbar.opened {
    height: auto;
  }
  .cid-sHYjuzGas1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sHYiPKM72w .modal-body .close {
  background: #1b1b1b;
}
.cid-sHYiPKM72w .modal-body .close span {
  font-style: normal;
}
.cid-sHYiPKM72w .carousel-inner > .active,
.cid-sHYiPKM72w .carousel-inner > .next,
.cid-sHYiPKM72w .carousel-inner > .prev {
  display: flex;
}
.cid-sHYiPKM72w .carousel-control .icon-next,
.cid-sHYiPKM72w .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 22px;
  line-height: 27px;
}
.cid-sHYiPKM72w .carousel-control:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}
@media (max-width: 767px) {
  .cid-sHYiPKM72w .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHYiPKM72w .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sHYiPKM72w .boxed-slider > div {
  position: relative;
}
.cid-sHYiPKM72w .container img {
  width: 100%;
  height: 710px;
  object-fit: cover;
}
.cid-sHYiPKM72w .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sHYiPKM72w .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sHYiPKM72w .mbr-table-cell {
  padding: 0;
}
.cid-sHYiPKM72w .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sHYiPKM72w .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-sHYiPKM72w .mbr-overlay {
  z-index: 1;
}
.cid-sHYiPKM72w .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
  height: 710px;
}
.cid-sHYiPKM72w .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
}
.cid-sHYiPKM72w .carousel-item.active.right,
.cid-sHYiPKM72w .carousel-item.next {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sHYiPKM72w .carousel-item.active.left,
.cid-sHYiPKM72w .carousel-item.prev {
  left: 0;
  transition: opacity 0.7s ease-in-out;
  opacity: 0;
}
.cid-sHYiPKM72w .carousel-item.active,
.cid-sHYiPKM72w .carousel-item.next.left,
.cid-sHYiPKM72w .carousel-item.prev.right {
  left: 0;
  opacity: 1;
}
.cid-sHYiPKM72w .mbr-slider .carousel-control {
  top: 50%;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 22px;
  transition: all .25s ease;
  opacity: 1;
  z-index: 11;
}
.cid-sHYiPKM72w .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sHYiPKM72w .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sHYiPKM72w .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 22px;
}
@media (max-width: 767px) {
  .cid-sHYiPKM72w .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
    display: none;
  }
}
.cid-sHYiPKM72w .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem;
}
@media (max-width: 991px) {
  .cid-sHYiPKM72w .mbr-slider .carousel-indicators {
    margin-bottom: .5rem;
  }
}
.cid-sHYiPKM72w .mbr-slider .carousel-indicators li {
  max-width: 10px;
  width: 110px;
  height: 10px;
  max-height: 10px;
  margin: 0 5px;
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .3;
  transition: all .25s ease;
  box-sizing: border-box;
}
.cid-sHYiPKM72w .mbr-slider .carousel-indicators li.active,
.cid-sHYiPKM72w .mbr-slider .carousel-indicators li:hover {
  opacity: 1;
  background-color: #fff;
}
.cid-sHYiPKM72w .mbr-slider .carousel-indicators li::after,
.cid-sHYiPKM72w .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sHYiPKM72w .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sHYiPKM72w .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sHYiPKM72w .mbr-slider > .container img {
  width: 100%;
}
.cid-sHYiPKM72w .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  transform: translateY(-50%);
}
.cid-sHYiPKM72w .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sHYiPKM72w .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sHYiPKM72w .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sHYiPKM72w .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sHYiPKM72w .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sHYiPKM72w .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sHYiPKM72w .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sHYiPKM72w .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sHYiPKM72w .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sHYiPKM72w .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sHYiPKM72w .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sHYiPKM72w .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sHYiPKM72w h2 {
  margin-bottom: 0;
  font-weight: 700;
}
.cid-sHYiPKM72w .mbr-text {
  margin-bottom: 0;
  margin-top: 30px;
  font-weight: 500;
}
.cid-sHYiPKM72w .mbr-section-btn {
  margin-top: 100px;
}
@media (max-width: 991px) {
  .cid-sHYiPKM72w .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-sHYiPKM72w .mbr-section-btn .btn {
  height: 60px;
  padding: 0 40px;
  font-weight: 700;
}
.cid-sHYiPKM72w .mbr-iconfont {
  transition: all 0.25s ease;
}
.cid-sHYiPKM72w .carousel-control-next .mbr-iconfont::before {
  content: "\e909";
}
.cid-sHYiPKM72w .carousel-control-next .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sHYiPKM72w .carousel-control-prev .mbr-iconfont::before {
  content: "\e90a";
}
.cid-sHYiPKM72w .carousel-control-prev .mbr-iconfont:hover {
  opacity: .5;
}
.cid-sHYiPKM72w H2 {
  text-align: center;
  color: #ffffff;
}
.cid-sHYiPKM72w P {
  text-align: center;
  color: #ffffff;
}
.cid-tt7fN4sPH6 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8g9ySbEnC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-u8g9ySbEnC .first-card {
  background-color: #ffffff;
}
.cid-u8g9ySbEnC .card-box {
  padding: 1.5rem 1rem 0 1rem;
}
.cid-u8g9ySbEnC .second-card-title {
  text-align: left;
  color: #000000;
}
.cid-u8g9ySbEnC .second-card-subtitle {
  text-align: center;
}
.cid-u8g9ySbEnC .second-card {
  background-color: #ffffff;
}
.cid-u8g9ySbEnC .second-card-wrap {
  margin: auto 0;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .cid-u8g9ySbEnC [class*="col"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-u8g9ySbEnC .card-img {
  height: 100%;
}
.cid-u8g9ySbEnC .card-img img {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-u8g9ySbEnC .card-wrapper {
    padding-bottom: 3rem;
    text-align: center;
  }
}
.cid-u8g9ySbEnC .first-card-title {
  text-align: left;
  color: #000000;
}
.cid-u8g9ySbEnC .first-card-text,
.cid-u8g9ySbEnC .card-btn {
  text-align: center;
}
.cid-u8g9ySbEnC .mbr-text,
.cid-u8g9ySbEnC .card-btn {
  text-align: left;
}
.cid-u8g9ySbEnC .second-card-subtitle,
.cid-u8g9ySbEnC .second-btn {
  text-align: left;
  color: #000000;
}
.cid-u8g9ySbEnC .card {
  border-radius: 0 !important;
}
.cid-u8g9ySbEnC .second-card-title DIV {
  text-align: left;
}
.cid-sIvm6ETFWb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sIvm6ETFWb .wrap {
  padding: 0;
}
.cid-sIvm6ETFWb .wrap:hover .image img {
  transform: scale3d(1.02, 1.02, 1);
}
.cid-sIvm6ETFWb .image {
  overflow: hidden;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-sIvm6ETFWb .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 105%;
  height: 105%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sIvm6ETFWb .image {
    height: 300px;
  }
}
.cid-sIvm6ETFWb .card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  padding: 8%;
  z-index: 5;
  pointer-events: none;
}
.cid-sIvm6ETFWb .card__content > div,
.cid-sIvm6ETFWb .card__content p {
  pointer-events: all;
}
.cid-sIvm6ETFWb .mbr-section-subtitle {
  margin-top: 10px;
}
.cid-sIvm6ETFWb .mbr-section-title {
  margin-top: 10px;
  text-align: center;
}
.cid-sIvm6ETFWb .mbr-text {
  margin-bottom: 0;
  text-align: center;
}
.cid-sI2I9qgFyu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #98dee8;
}
.cid-sI2I9qgFyu .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sI2I9qgFyu input,
.cid-sI2I9qgFyu textarea {
  padding: 1rem 1.8rem !important;
  border-radius: 30px;
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .cid-sI2I9qgFyu .img-col {
    order: 2;
    text-align: center;
  }
  .cid-sI2I9qgFyu img {
    max-width: 200px;
    margin: auto;
  }
  .cid-sI2I9qgFyu .form-row {
    flex-direction: column;
  }
  .cid-sI2I9qgFyu .btn {
    width: 100%;
  }
}
.cid-sI2I9qgFyu .btn {
  border-radius: 30px;
  margin: 0 !important;
  min-height: 4rem;
}
.cid-sI2I9qgFyu .form-control,
.cid-sI2I9qgFyu .field-input {
  padding: 0.5rem;
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  min-height: 4rem;
  box-shadow: none;
  outline: none;
}
.cid-sI2I9qgFyu .form-control::-webkit-input-placeholder,
.cid-sI2I9qgFyu .field-input::-webkit-input-placeholder,
.cid-sI2I9qgFyu .form-control::-webkit-input-placeholder,
.cid-sI2I9qgFyu .field-input::-webkit-input-placeholder {
  color: #777777;
}
.cid-sI2I9qgFyu .form-control:-moz-placeholder,
.cid-sI2I9qgFyu .field-input:-moz-placeholder,
.cid-sI2I9qgFyu .form-control:-moz-placeholder,
.cid-sI2I9qgFyu .field-input:-moz-placeholder {
  color: #777777;
}
.cid-sI2I9qgFyu .form-control:hover,
.cid-sI2I9qgFyu .field-input:hover,
.cid-sI2I9qgFyu .form-control:focus,
.cid-sI2I9qgFyu .field-input:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #808080;
  box-shadow: none;
  outline: none;
}
.cid-sI2I9qgFyu .form-control:hover::-webkit-input-placeholder,
.cid-sI2I9qgFyu .field-input:hover::-webkit-input-placeholder,
.cid-sI2I9qgFyu .form-control:focus::-webkit-input-placeholder,
.cid-sI2I9qgFyu .field-input:focus::-webkit-input-placeholder,
.cid-sI2I9qgFyu .form-control:hover::-webkit-input-placeholder,
.cid-sI2I9qgFyu .field-input:hover::-webkit-input-placeholder,
.cid-sI2I9qgFyu .form-control:focus::-webkit-input-placeholder,
.cid-sI2I9qgFyu .field-input:focus::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-sI2I9qgFyu .form-control:hover:-moz-placeholder,
.cid-sI2I9qgFyu .field-input:hover:-moz-placeholder,
.cid-sI2I9qgFyu .form-control:focus:-moz-placeholder,
.cid-sI2I9qgFyu .field-input:focus:-moz-placeholder,
.cid-sI2I9qgFyu .form-control:hover:-moz-placeholder,
.cid-sI2I9qgFyu .field-input:hover:-moz-placeholder,
.cid-sI2I9qgFyu .form-control:focus:-moz-placeholder,
.cid-sI2I9qgFyu .field-input:focus:-moz-placeholder {
  color: #bbbbbb;
}
.cid-sI2I9qgFyu .jq-number__spin:hover,
.cid-sI2I9qgFyu .jq-number__spin:focus {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sI2I9qgFyu .jq-number__spin {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #000000;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sI2I9qgFyu .jq-selectbox li,
.cid-sI2I9qgFyu .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-sI2I9qgFyu .jq-selectbox li:hover,
.cid-sI2I9qgFyu .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-sI2I9qgFyu .jq-selectbox:hover .jq-selectbox__trigger-arrow,
.cid-sI2I9qgFyu .jq-number__spin.minus:hover:after,
.cid-sI2I9qgFyu .jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sI2I9qgFyu .jq-selectbox .jq-selectbox__trigger-arrow,
.cid-sI2I9qgFyu .jq-number__spin.minus:after,
.cid-sI2I9qgFyu .jq-number__spin.plus:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.cid-sI2I9qgFyu input::-webkit-clear-button {
  display: none;
}
.cid-sI2I9qgFyu input::-webkit-inner-spin-button {
  display: none;
}
.cid-sI2I9qgFyu input::-webkit-outer-spin-button {
  display: none;
}
.cid-sI2I9qgFyu input::-webkit-calendar-picker-indicator {
  display: none;
}
.cid-sI2I9qgFyu .mbr-text,
.cid-sI2I9qgFyu .mbr-section-btn {
  color: #000000;
}
.cid-sI2I9qgFyu H1 {
  color: #000000;
}
.cid-sI4qnKpOKB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sI4qnKpOKB .mbr-section-subtitle {
  color: #14191e;
}
.cid-sI4qnKpOKB .mbr-text {
  color: #777777;
}
.cid-sI22Ipb1xO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bottom-2-2000x1334.jpg");
}
.cid-sI22Ipb1xO .mbr-iconfont {
  font-size: 4rem;
  color: #ffe161;
  width: 100px;
  height: 100px;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  padding-bottom: 1rem;
}
.cid-sI22Ipb1xO .card-title {
  position: relative;
  cursor: pointer;
  color: #ffffff;
}
.cid-sI22Ipb1xO .card-title:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: 0px;
  opacity: 0.1;
  left: 0;
}
.cid-sI22Ipb1xO .card-title:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
.cid-sI22Ipb1xO .card-title:hover:before {
  width: 100%;
}
.cid-sI22Ipb1xO .card:hover {
  cursor: pointer;
}
.cid-sI22Ipb1xO .card:hover .card-title:before {
  width: 100%;
}
.cid-sI22Ipb1xO .card-text {
  color: #ffffff;
}
.cid-sI22Ipb1xO .main-title {
  color: #ffffff;
}
.cid-sHYH1vOamZ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-sHYH1vOamZ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sHYH1vOamZ li {
  padding-bottom: 0.6rem;
}
.cid-sHYH1vOamZ .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sHYH1vOamZ .border-col {
    border: 0px;
  }
}
.cid-sHYH1vOamZ .container {
  position: relative;
}
.cid-sHYH1vOamZ .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sHYH1vOamZ .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sHYH1vOamZ .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sHYH1vOamZ .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sHYH1vOamZ .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sHYH1vOamZ .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sHYH1vOamZ .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-sHYH1vOamZ .soc-item:hover {
  background: #2299aa;
}
.cid-sHYH1vOamZ .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sHYH1vOamZ .row {
    text-align: center;
  }
  .cid-sHYH1vOamZ .social-row {
    justify-content: center;
  }
}
.cid-sHYH1vOamZ .list {
  list-style: none;
  padding-left: 0;
}
.cid-sHYH1vOamZ .mbr-text {
  color: #dce8eb;
}
.cid-sHYH1vOamZ H5 {
  color: #00b5d5;
}
.cid-sHYH1vOamZ .mbr-section-subtitle {
  color: #00b5d5;
}
.cid-uzrl8hdPxe.popup-builder {
  background-color: #ffffff;
}
.cid-uzrl8hdPxe.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uzrl8hdPxe.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uzrl8hdPxe .modal-content,
.cid-uzrl8hdPxe .modal-dialog {
  height: auto;
}
.cid-uzrl8hdPxe .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uzrl8hdPxe .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uzrl8hdPxe .form-wrapper .mbr-form .form-group,
  .cid-uzrl8hdPxe .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uzrl8hdPxe .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uzrl8hdPxe .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uzrl8hdPxe .mbr-text {
  text-align: center;
}
.cid-uzrl8hdPxe .pt-0 {
  padding-top: 0 !important;
}
.cid-uzrl8hdPxe .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uzrl8hdPxe .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uzrl8hdPxe .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uzrl8hdPxe .modal-open {
  overflow: hidden;
}
.cid-uzrl8hdPxe .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uzrl8hdPxe .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uzrl8hdPxe .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uzrl8hdPxe .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uzrl8hdPxe .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uzrl8hdPxe .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uzrl8hdPxe .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uzrl8hdPxe .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uzrl8hdPxe .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uzrl8hdPxe .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uzrl8hdPxe .modal-backdrop.fade {
  opacity: 0;
}
.cid-uzrl8hdPxe .modal-backdrop.show {
  opacity: .5;
}
.cid-uzrl8hdPxe .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uzrl8hdPxe .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzrl8hdPxe .modal-header {
    padding: 1rem;
  }
}
.cid-uzrl8hdPxe .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uzrl8hdPxe .modal-header .close svg {
  fill: #000000;
}
.cid-uzrl8hdPxe .modal-header .close:hover {
  opacity: 1;
}
.cid-uzrl8hdPxe .modal-header .close:focus {
  outline: none;
}
.cid-uzrl8hdPxe .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uzrl8hdPxe .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uzrl8hdPxe .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzrl8hdPxe .modal-body {
    padding: 1rem;
  }
}
.cid-uzrl8hdPxe .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uzrl8hdPxe .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uzrl8hdPxe .modal-footer {
    padding: 1rem;
  }
}
.cid-uzrl8hdPxe .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uzrl8hdPxe .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uzrl8hdPxe .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uzrl8hdPxe .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uzrl8hdPxe .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uzrl8hdPxe .modal-lg,
  .cid-uzrl8hdPxe .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uzrl8hdPxe .modal-xl {
    max-width: 1140px;
  }
}
.cid-uzrl8hdPxe .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uzrl8hdPxe .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uzrl8hdPxe .form-group {
  margin-bottom: 1rem;
}
.cid-uzrl8hdPxe .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uzrl8hdPxe .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uzrl8hdPxe .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uzrl8hdPxe .mbr-section-btn {
  margin: 0;
}
.cid-uzrl8hdPxe .mbr-section-btn .btn {
  margin: 0;
}
.cid-sI7RG4q3Wt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sI7RG4q3Wt nav.navbar {
  position: fixed;
}
.cid-sI7RG4q3Wt .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sI7RG4q3Wt .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sI7RG4q3Wt .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sI7RG4q3Wt .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sI7RG4q3Wt .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sI7RG4q3Wt .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sI7RG4q3Wt .dropdown-item:hover,
.cid-sI7RG4q3Wt .dropdown-item:focus {
  background: rgba(34, 153, 170, 0.1) !important;
  color: #2299aa !important;
}
.cid-sI7RG4q3Wt .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sI7RG4q3Wt .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sI7RG4q3Wt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sI7RG4q3Wt .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sI7RG4q3Wt .nav-link:hover {
  color: #2299aa !important;
}
.cid-sI7RG4q3Wt .container {
  display: flex;
  margin: auto;
}
.cid-sI7RG4q3Wt .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sI7RG4q3Wt .dropdown-menu,
.cid-sI7RG4q3Wt .navbar.opened {
  background: #ffffff !important;
}
.cid-sI7RG4q3Wt .nav-item:focus,
.cid-sI7RG4q3Wt .nav-link:focus {
  outline: none;
}
.cid-sI7RG4q3Wt .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sI7RG4q3Wt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sI7RG4q3Wt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sI7RG4q3Wt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sI7RG4q3Wt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sI7RG4q3Wt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sI7RG4q3Wt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(34, 165, 229, 0.15);
  background: #ffffff;
}
.cid-sI7RG4q3Wt .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sI7RG4q3Wt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sI7RG4q3Wt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sI7RG4q3Wt .navbar.opened {
  transition: all 0.3s;
}
.cid-sI7RG4q3Wt .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sI7RG4q3Wt .navbar .navbar-logo img {
  width: auto;
}
.cid-sI7RG4q3Wt .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sI7RG4q3Wt .navbar.collapsed {
  justify-content: center;
}
.cid-sI7RG4q3Wt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sI7RG4q3Wt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sI7RG4q3Wt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-sI7RG4q3Wt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sI7RG4q3Wt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sI7RG4q3Wt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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: 41%;
}
.cid-sI7RG4q3Wt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sI7RG4q3Wt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sI7RG4q3Wt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sI7RG4q3Wt .navbar .dropdown-menu {
    display: none;
  }
  .cid-sI7RG4q3Wt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sI7RG4q3Wt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sI7RG4q3Wt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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: 40%;
  }
  .cid-sI7RG4q3Wt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sI7RG4q3Wt .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sI7RG4q3Wt .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sI7RG4q3Wt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sI7RG4q3Wt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sI7RG4q3Wt .navbar .navbar-buttons,
  .cid-sI7RG4q3Wt .navbar .icons-menu {
    display: none;
  }
  .cid-sI7RG4q3Wt .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sI7RG4q3Wt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sI7RG4q3Wt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sI7RG4q3Wt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sI7RG4q3Wt .dropdown-item.active,
.cid-sI7RG4q3Wt .dropdown-item:active {
  background-color: transparent;
}
.cid-sI7RG4q3Wt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sI7RG4q3Wt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sI7RG4q3Wt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sI7RG4q3Wt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sI7RG4q3Wt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sI7RG4q3Wt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sI7RG4q3Wt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sI7RG4q3Wt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sI7RG4q3Wt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sI7RG4q3Wt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sI7RG4q3Wt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sI7RG4q3Wt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sI7RG4q3Wt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sI7RG4q3Wt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sI7RG4q3Wt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sI7RG4q3Wt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sI7RG4q3Wt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sI7RG4q3Wt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sI7RG4q3Wt .navbar {
    height: 70px;
  }
  .cid-sI7RG4q3Wt .navbar.opened {
    height: auto;
  }
  .cid-sI7RG4q3Wt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sI7Tb0Fg21 {
  padding-top: 225px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/aboutnew-2000x1128.jpg");
}
.cid-sI7Tb0Fg21 H1 {
  color: #ffffff;
}
.cid-sI7Tb0Fg21 h1 {
  background: linear-gradient(to left, #1b2026, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sI7Wsp1Ka0 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sI7Wsp1Ka0 .row {
  align-items: center;
  flex-direction: row-reverse;
}
.cid-sI7Wsp1Ka0 .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #2299aa;
}
.cid-sI7Wsp1Ka0 .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #00b5d5;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sI7Wsp1Ka0 .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-sI7Wsp1Ka0 .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sI7Wsp1Ka0 .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sI7Wsp1Ka0 .main_title {
  margin-bottom: 2.5rem;
}
.cid-sI7Wsp1Ka0 .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sI7Wsp1Ka0 .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sI7Wsp1Ka0 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sI7Wsp1Ka0 .card-wrapper {
    padding-right: 5rem;
    padding-left: 4rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sI7Wsp1Ka0 .row {
    flex-direction: column-reverse;
  }
  .cid-sI7Wsp1Ka0 .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sI7Wsp1Ka0 .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sI7Wsp1Ka0 .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sI7Wsp1Ka0 .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sI7Wsp1Ka0 .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sI7Wsp1Ka0 .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sI7Wsp1Ka0 .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-sI7Wsp1Ka0 .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-sI7Wsp1Ka0 .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sI7Wsp1Ka0 .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sI7Wsp1Ka0 .card:hover .square_fill {
    transform: none;
  }
  .cid-sI7Wsp1Ka0 .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-sI7Wsp1Ka0 .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-sI7Wsp1Ka0 .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sI7Wsp1Ka0 .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sIt4SX4eVe {
  padding-top: 0rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sIt4SX4eVe .row {
  align-items: center;
}
.cid-sIt4SX4eVe .card .square_null {
  transform: translateX(2rem);
  z-index: 1;
  border: 1px solid #2299aa;
}
.cid-sIt4SX4eVe .card .square_fill {
  transform: translate(-5rem, -2rem);
  background-color: #00b5d5;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.cid-sIt4SX4eVe .card:hover .square_fill {
  transform: rotate(45deg) translate(-2rem, 2rem);
}
.cid-sIt4SX4eVe .square_animation {
  display: flex;
  position: relative;
  margin-bottom: 1.75rem;
}
.cid-sIt4SX4eVe .square_animation .square {
  width: 5rem;
  height: 5rem;
}
.cid-sIt4SX4eVe .main_title {
  margin-bottom: 2.5rem;
}
.cid-sIt4SX4eVe .card_subtitle {
  margin-bottom: .75rem;
}
.cid-sIt4SX4eVe .mbr-text {
  margin-bottom: 2.5rem;
  line-height: 1.23;
}
.cid-sIt4SX4eVe .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-sIt4SX4eVe .card-wrapper {
    padding-right: 4rem;
    padding-left: 5rem;
    padding-top: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sIt4SX4eVe .row {
    flex-direction: column-reverse;
  }
  .cid-sIt4SX4eVe .card-wrapper {
    padding: 0;
    padding-top: 2rem;
  }
  .cid-sIt4SX4eVe .main_title {
    margin-bottom: 1.5rem;
  }
  .cid-sIt4SX4eVe .card_subtitle {
    margin-bottom: .25rem;
  }
  .cid-sIt4SX4eVe .mbr-text {
    margin-bottom: 1.5rem;
  }
  .cid-sIt4SX4eVe .image-wrapper {
    margin-bottom: 2rem;
  }
  .cid-sIt4SX4eVe .square_animation .square {
    width: 4rem;
    height: 4rem;
  }
  .cid-sIt4SX4eVe .square_animation .square_null {
    transform: translateX(1rem);
  }
  .cid-sIt4SX4eVe .square_animation .square_fill {
    transform: translate(-4rem, -2rem);
  }
}
@media (max-width: 767px) {
  .cid-sIt4SX4eVe .card-wrapper {
    padding-top: 1rem;
  }
  .cid-sIt4SX4eVe .image-wrapper {
    margin-bottom: 1rem;
  }
  .cid-sIt4SX4eVe .card:hover .square_fill {
    transform: none;
  }
  .cid-sIt4SX4eVe .card .square_fill {
    transform: translate(-2rem, -1rem) !important;
  }
  .cid-sIt4SX4eVe .card .square_null {
    transform: translateX(1.5rem);
  }
  .cid-sIt4SX4eVe .square_animation {
    margin-bottom: 1rem;
  }
  .cid-sIt4SX4eVe .square_animation .square {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.cid-sI7YvfFfsJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sI7YvfFfsJ .content_wrapper {
  position: relative;
  padding: 50px 0;
  border-top: 1px solid #12566a;
  border-bottom: 1px solid #12566a;
  z-index: 1;
}
.cid-sI7YvfFfsJ .content_wrapper:hover .mbr-section-title a {
  color: #1b2026 !important;
}
.cid-sI7YvfFfsJ .mbr-section-title {
  margin-bottom: 12px;
  text-align: center;
  color: #000000;
}
.cid-sI7YvfFfsJ .icon_wrapper .mbr-iconfont {
  font-size: 140px;
  width: 140px;
  height: 140px;
  position: absolute;
  z-index: -1;
  color: #fef2ed;
  top: 2%;
  right: 13%;
}
.cid-sI7YvfFfsJ .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sI7YvfFfsJ .mbr-section-btn .btn-secondary-outline:hover,
.cid-sI7YvfFfsJ .mbr-section-btn .btn-secondary-outline .active,
.cid-sI7YvfFfsJ .mbr-section-btn .btn-secondary-outline:focus {
  color: #2299aa !important;
}
.cid-sI7YvfFfsJ .card_post {
  display: inline-flex;
  align-items: center;
  margin-top: 30px;
}
.cid-sI7YvfFfsJ .image_post {
  display: inline-block;
}
.cid-sI7YvfFfsJ .image_post img {
  object-fit: cover;
  height: 50px;
  width: 50px;
  min-width: 50px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
}
.cid-sI7YvfFfsJ .author_post {
  display: inline-block;
  margin-left: 15px;
}
.cid-sI7YvfFfsJ .mbr-text,
.cid-sI7YvfFfsJ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-sI7YvfFfsJ .author_post,
.cid-sI7YvfFfsJ .post_wrap {
  color: #000000;
}
.cid-sIvt8i7QnO {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIvt8i7QnO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-sIvt8i7QnO .mbr-section-subtitle {
  color: #1b745e;
  text-align: center;
  font-style: italic;
  padding-bottom: 12px;
}
.cid-sIvt8i7QnO .row {
  align-items: center;
  height: 100%;
}
.cid-sIvt8i7QnO .container {
  max-width: 720px;
  margin: auto;
}
.cid-sIvpcM4t7t {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-sIvpcM4t7t .wrap {
  padding: 0;
}
.cid-sIvpcM4t7t .wrap:hover .image img {
  transform: scale3d(1.02, 1.02, 1);
}
.cid-sIvpcM4t7t .image {
  overflow: hidden;
  height: 400px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.cid-sIvpcM4t7t .image img {
  transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  width: 105%;
  height: 105%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-sIvpcM4t7t .image {
    height: 300px;
  }
}
.cid-sIvpcM4t7t .card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  padding: 8%;
  z-index: 5;
  pointer-events: none;
}
.cid-sIvpcM4t7t .card__content > div,
.cid-sIvpcM4t7t .card__content p {
  pointer-events: all;
}
.cid-sIvpcM4t7t .mbr-section-subtitle {
  margin-top: 10px;
}
.cid-sIvpcM4t7t .mbr-section-title {
  margin-top: 10px;
  text-align: center;
}
.cid-sIvpcM4t7t .mbr-text {
  margin-bottom: 0;
  text-align: center;
}
.cid-sI7RG7FxHy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-sI7RG7FxHy .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sI7RG7FxHy li {
  padding-bottom: 0.6rem;
}
.cid-sI7RG7FxHy .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sI7RG7FxHy .border-col {
    border: 0px;
  }
}
.cid-sI7RG7FxHy .container {
  position: relative;
}
.cid-sI7RG7FxHy .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sI7RG7FxHy .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sI7RG7FxHy .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sI7RG7FxHy .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sI7RG7FxHy .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sI7RG7FxHy .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sI7RG7FxHy .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-sI7RG7FxHy .soc-item:hover {
  background: #2299aa;
}
.cid-sI7RG7FxHy .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sI7RG7FxHy .row {
    text-align: center;
  }
  .cid-sI7RG7FxHy .social-row {
    justify-content: center;
  }
}
.cid-sI7RG7FxHy .list {
  list-style: none;
  padding-left: 0;
}
.cid-sI7RG7FxHy .mbr-text {
  color: #dce8eb;
}
.cid-sI7RG7FxHy H5 {
  color: #00b5d5;
}
.cid-sI7RG7FxHy .mbr-section-subtitle {
  color: #00b5d5;
}
.cid-sIdI6RMIwL {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIdI6RMIwL nav.navbar {
  position: fixed;
}
.cid-sIdI6RMIwL .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sIdI6RMIwL .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sIdI6RMIwL .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sIdI6RMIwL .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sIdI6RMIwL .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sIdI6RMIwL .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sIdI6RMIwL .dropdown-item:hover,
.cid-sIdI6RMIwL .dropdown-item:focus {
  background: rgba(34, 153, 170, 0.1) !important;
  color: #2299aa !important;
}
.cid-sIdI6RMIwL .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sIdI6RMIwL .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sIdI6RMIwL .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sIdI6RMIwL .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sIdI6RMIwL .nav-link:hover {
  color: #2299aa !important;
}
.cid-sIdI6RMIwL .container {
  display: flex;
  margin: auto;
}
.cid-sIdI6RMIwL .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sIdI6RMIwL .dropdown-menu,
.cid-sIdI6RMIwL .navbar.opened {
  background: #ffffff !important;
}
.cid-sIdI6RMIwL .nav-item:focus,
.cid-sIdI6RMIwL .nav-link:focus {
  outline: none;
}
.cid-sIdI6RMIwL .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sIdI6RMIwL .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIdI6RMIwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIdI6RMIwL .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIdI6RMIwL .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIdI6RMIwL .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIdI6RMIwL .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(34, 165, 229, 0.15);
  background: #ffffff;
}
.cid-sIdI6RMIwL .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sIdI6RMIwL .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIdI6RMIwL .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIdI6RMIwL .navbar.opened {
  transition: all 0.3s;
}
.cid-sIdI6RMIwL .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sIdI6RMIwL .navbar .navbar-logo img {
  width: auto;
}
.cid-sIdI6RMIwL .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sIdI6RMIwL .navbar.collapsed {
  justify-content: center;
}
.cid-sIdI6RMIwL .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIdI6RMIwL .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIdI6RMIwL .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-sIdI6RMIwL .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIdI6RMIwL .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIdI6RMIwL .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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: 41%;
}
.cid-sIdI6RMIwL .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIdI6RMIwL .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sIdI6RMIwL .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIdI6RMIwL .navbar .dropdown-menu {
    display: none;
  }
  .cid-sIdI6RMIwL .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIdI6RMIwL .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIdI6RMIwL .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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: 40%;
  }
  .cid-sIdI6RMIwL .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIdI6RMIwL .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sIdI6RMIwL .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sIdI6RMIwL .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIdI6RMIwL .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIdI6RMIwL .navbar .navbar-buttons,
  .cid-sIdI6RMIwL .navbar .icons-menu {
    display: none;
  }
  .cid-sIdI6RMIwL .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sIdI6RMIwL .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIdI6RMIwL .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIdI6RMIwL .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIdI6RMIwL .dropdown-item.active,
.cid-sIdI6RMIwL .dropdown-item:active {
  background-color: transparent;
}
.cid-sIdI6RMIwL .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIdI6RMIwL .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIdI6RMIwL .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIdI6RMIwL ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIdI6RMIwL .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIdI6RMIwL button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIdI6RMIwL button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sIdI6RMIwL button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIdI6RMIwL button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIdI6RMIwL button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIdI6RMIwL button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIdI6RMIwL nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIdI6RMIwL nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIdI6RMIwL nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIdI6RMIwL nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIdI6RMIwL .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIdI6RMIwL a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sIdI6RMIwL .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIdI6RMIwL .navbar {
    height: 70px;
  }
  .cid-sIdI6RMIwL .navbar.opened {
    height: auto;
  }
  .cid-sIdI6RMIwL .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIdImwmJKN {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sIdImwmJKN .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sIdImwmJKN .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sIdImwmJKN .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sIdImwmJKN .mbr-gallery-item {
  width: 33.3%;
}
.cid-sIdImwmJKN .mbr-gallery-item:hover img {
  transform: scale(1.1);
}
@media (max-width: 767px) {
  .cid-sIdImwmJKN .mbr-gallery-item {
    width: 100%;
  }
}
.cid-sIdImwmJKN .container {
  padding-right: 6px;
  padding-left: 6px;
}
.cid-sIdImwmJKN .mbr-gallery-row {
  justify-content: center;
}
.cid-sIdImwmJKN .mbr-gallery-item > div:hover:before {
  z-index: 5;
}
.cid-sIdImwmJKN .mbr-gallery-item > div:hover .icon-focus {
  opacity: 0.8 !important;
}
.cid-sIdImwmJKN .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sIdImwmJKN .mbr-gallery-item > div:hover:before {
  opacity: 0.4 !important;
}
.cid-sIdImwmJKN .icon-focus {
  font-family: 'Moririse2' !important;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  width: 50px;
  background: white;
  border-radius: 6px;
}
.cid-sIdImwmJKN .icon-focus:before {
  content: '\e970';
  font-size: 1.2rem;
  color: black;
}
.cid-sIdImwmJKN .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sIdImwmJKN .mbr-gallery-item > div {
  overflow: hidden;
}
.cid-sIdImwmJKN img {
  transition: all 2s !important;
}
.cid-sIdImwmJKN .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-sIdImwmJKN .mbr-gallery-title {
  font-size: 0.9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 5;
}
.cid-sIdImwmJKN .mbr-gallery-title:before {
  content: ' ';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #000000 !important;
  opacity: 0.4;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-sIdI6T9n8F {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-sIdI6T9n8F .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sIdI6T9n8F li {
  padding-bottom: 0.6rem;
}
.cid-sIdI6T9n8F .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sIdI6T9n8F .border-col {
    border: 0px;
  }
}
.cid-sIdI6T9n8F .container {
  position: relative;
}
.cid-sIdI6T9n8F .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sIdI6T9n8F .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sIdI6T9n8F .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sIdI6T9n8F .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sIdI6T9n8F .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sIdI6T9n8F .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sIdI6T9n8F .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-sIdI6T9n8F .soc-item:hover {
  background: #2299aa;
}
.cid-sIdI6T9n8F .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sIdI6T9n8F .row {
    text-align: center;
  }
  .cid-sIdI6T9n8F .social-row {
    justify-content: center;
  }
}
.cid-sIdI6T9n8F .list {
  list-style: none;
  padding-left: 0;
}
.cid-sIdI6T9n8F .mbr-text {
  color: #dce8eb;
}
.cid-sIdI6T9n8F H5 {
  color: #00b5d5;
}
.cid-sIdI6T9n8F .mbr-section-subtitle {
  color: #00b5d5;
}
.cid-sIdQ1Tp8Ec {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIdQ1Tp8Ec nav.navbar {
  position: fixed;
}
.cid-sIdQ1Tp8Ec .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sIdQ1Tp8Ec .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sIdQ1Tp8Ec .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sIdQ1Tp8Ec .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sIdQ1Tp8Ec .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sIdQ1Tp8Ec .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sIdQ1Tp8Ec .dropdown-item:hover,
.cid-sIdQ1Tp8Ec .dropdown-item:focus {
  background: rgba(34, 153, 170, 0.1) !important;
  color: #2299aa !important;
}
.cid-sIdQ1Tp8Ec .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sIdQ1Tp8Ec .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sIdQ1Tp8Ec .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sIdQ1Tp8Ec .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sIdQ1Tp8Ec .nav-link:hover {
  color: #2299aa !important;
}
.cid-sIdQ1Tp8Ec .container {
  display: flex;
  margin: auto;
}
.cid-sIdQ1Tp8Ec .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sIdQ1Tp8Ec .dropdown-menu,
.cid-sIdQ1Tp8Ec .navbar.opened {
  background: #ffffff !important;
}
.cid-sIdQ1Tp8Ec .nav-item:focus,
.cid-sIdQ1Tp8Ec .nav-link:focus {
  outline: none;
}
.cid-sIdQ1Tp8Ec .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sIdQ1Tp8Ec .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIdQ1Tp8Ec .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIdQ1Tp8Ec .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIdQ1Tp8Ec .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIdQ1Tp8Ec .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIdQ1Tp8Ec .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(34, 165, 229, 0.15);
  background: #ffffff;
}
.cid-sIdQ1Tp8Ec .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sIdQ1Tp8Ec .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIdQ1Tp8Ec .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIdQ1Tp8Ec .navbar.opened {
  transition: all 0.3s;
}
.cid-sIdQ1Tp8Ec .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sIdQ1Tp8Ec .navbar .navbar-logo img {
  width: auto;
}
.cid-sIdQ1Tp8Ec .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sIdQ1Tp8Ec .navbar.collapsed {
  justify-content: center;
}
.cid-sIdQ1Tp8Ec .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIdQ1Tp8Ec .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIdQ1Tp8Ec .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-sIdQ1Tp8Ec .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIdQ1Tp8Ec .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIdQ1Tp8Ec .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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: 41%;
}
.cid-sIdQ1Tp8Ec .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIdQ1Tp8Ec .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sIdQ1Tp8Ec .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIdQ1Tp8Ec .navbar .dropdown-menu {
    display: none;
  }
  .cid-sIdQ1Tp8Ec .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIdQ1Tp8Ec .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIdQ1Tp8Ec .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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: 40%;
  }
  .cid-sIdQ1Tp8Ec .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIdQ1Tp8Ec .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sIdQ1Tp8Ec .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sIdQ1Tp8Ec .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIdQ1Tp8Ec .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIdQ1Tp8Ec .navbar .navbar-buttons,
  .cid-sIdQ1Tp8Ec .navbar .icons-menu {
    display: none;
  }
  .cid-sIdQ1Tp8Ec .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sIdQ1Tp8Ec .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIdQ1Tp8Ec .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIdQ1Tp8Ec .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIdQ1Tp8Ec .dropdown-item.active,
.cid-sIdQ1Tp8Ec .dropdown-item:active {
  background-color: transparent;
}
.cid-sIdQ1Tp8Ec .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIdQ1Tp8Ec .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIdQ1Tp8Ec .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIdQ1Tp8Ec ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIdQ1Tp8Ec .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIdQ1Tp8Ec button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIdQ1Tp8Ec button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sIdQ1Tp8Ec button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIdQ1Tp8Ec button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIdQ1Tp8Ec button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIdQ1Tp8Ec button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIdQ1Tp8Ec nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIdQ1Tp8Ec nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIdQ1Tp8Ec nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIdQ1Tp8Ec nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIdQ1Tp8Ec .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIdQ1Tp8Ec a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sIdQ1Tp8Ec .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIdQ1Tp8Ec .navbar {
    height: 70px;
  }
  .cid-sIdQ1Tp8Ec .navbar.opened {
    height: auto;
  }
  .cid-sIdQ1Tp8Ec .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIdQ1TYxAH {
  padding-top: 225px;
  padding-bottom: 195px;
  background-image: url("../../../assets/images/slide-6-2000x1128.jpg");
}
.cid-sIdQ1TYxAH H1 {
  color: #ffffff;
}
.cid-sIdQ1TYxAH h1 {
  background: linear-gradient(to left, #1b2026, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sIsXqPwla9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-sIsXqPwla9 .panel-group {
  border: none;
}
.cid-sIsXqPwla9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sIsXqPwla9 .panel-title.collapsed .icon-card::after {
  transform: rotate(90deg);
}
.cid-sIsXqPwla9 .panel-title.collapsed .icon-card::before {
  transform: rotate(180deg);
}
.cid-sIsXqPwla9 .panel-title:hover .icon-card::after {
  transform: rotate(0deg);
}
.cid-sIsXqPwla9 .panel-title:hover .icon-card::before {
  transform: rotate(0deg);
}
.cid-sIsXqPwla9 .card-header {
  margin: 0 !important;
  padding: 0.8125rem 0 0.3125rem 0;
  border-bottom: 2px solid #e5d9d0;
}
.cid-sIsXqPwla9 .panel-body {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.cid-sIsXqPwla9 .card {
  margin-bottom: 0.75rem;
}
.cid-sIsXqPwla9 .card .card-header {
  background-color: transparent;
}
.cid-sIsXqPwla9 .panel-title-edit {
  width: 100%;
  color: #000000;
}
.cid-sIsXqPwla9 .image-wrapper,
.cid-sIsXqPwla9 .mbr-img-wrap {
  height: 100%;
}
.cid-sIsXqPwla9 .icon-card {
  width: 17px;
  height: 17px;
  position: relative;
}
.cid-sIsXqPwla9 .icon-card::before,
.cid-sIsXqPwla9 .icon-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #2299aa;
  transition: 0.3s;
}
.cid-sIsXEXnFRI {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-sIsXEXnFRI .panel-group {
  border: none;
}
.cid-sIsXEXnFRI .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sIsXEXnFRI .panel-title.collapsed .icon-card::after {
  transform: rotate(90deg);
}
.cid-sIsXEXnFRI .panel-title.collapsed .icon-card::before {
  transform: rotate(180deg);
}
.cid-sIsXEXnFRI .panel-title:hover .icon-card::after {
  transform: rotate(0deg);
}
.cid-sIsXEXnFRI .panel-title:hover .icon-card::before {
  transform: rotate(0deg);
}
.cid-sIsXEXnFRI .card-header {
  margin: 0 !important;
  padding: 0.8125rem 0 0.3125rem 0;
  border-bottom: 2px solid #e5d9d0;
}
.cid-sIsXEXnFRI .panel-body {
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
}
.cid-sIsXEXnFRI .card {
  margin-bottom: 0.75rem;
}
.cid-sIsXEXnFRI .card .card-header {
  background-color: transparent;
}
.cid-sIsXEXnFRI .panel-title-edit {
  width: 100%;
  color: #000000;
}
.cid-sIsXEXnFRI .image-wrapper,
.cid-sIsXEXnFRI .mbr-img-wrap {
  height: 100%;
}
.cid-sIsXEXnFRI .icon-card {
  width: 17px;
  height: 17px;
  position: relative;
}
.cid-sIsXEXnFRI .icon-card::before,
.cid-sIsXEXnFRI .icon-card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #2299aa;
  transition: 0.3s;
}
.cid-sIdQ1VlqbI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-sIdQ1VlqbI .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sIdQ1VlqbI li {
  padding-bottom: 0.6rem;
}
.cid-sIdQ1VlqbI .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sIdQ1VlqbI .border-col {
    border: 0px;
  }
}
.cid-sIdQ1VlqbI .container {
  position: relative;
}
.cid-sIdQ1VlqbI .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sIdQ1VlqbI .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sIdQ1VlqbI .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sIdQ1VlqbI .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sIdQ1VlqbI .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sIdQ1VlqbI .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sIdQ1VlqbI .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-sIdQ1VlqbI .soc-item:hover {
  background: #2299aa;
}
.cid-sIdQ1VlqbI .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sIdQ1VlqbI .row {
    text-align: center;
  }
  .cid-sIdQ1VlqbI .social-row {
    justify-content: center;
  }
}
.cid-sIdQ1VlqbI .list {
  list-style: none;
  padding-left: 0;
}
.cid-sIdQ1VlqbI .mbr-text {
  color: #dce8eb;
}
.cid-sIdQ1VlqbI H5 {
  color: #00b5d5;
}
.cid-sIdQ1VlqbI .mbr-section-subtitle {
  color: #00b5d5;
}
.cid-sIHiPWfQ2R {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIHiPWfQ2R nav.navbar {
  position: fixed;
}
.cid-sIHiPWfQ2R .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sIHiPWfQ2R .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sIHiPWfQ2R .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sIHiPWfQ2R .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sIHiPWfQ2R .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sIHiPWfQ2R .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sIHiPWfQ2R .dropdown-item:hover,
.cid-sIHiPWfQ2R .dropdown-item:focus {
  background: rgba(34, 153, 170, 0.1) !important;
  color: #2299aa !important;
}
.cid-sIHiPWfQ2R .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sIHiPWfQ2R .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sIHiPWfQ2R .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sIHiPWfQ2R .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sIHiPWfQ2R .nav-link:hover {
  color: #2299aa !important;
}
.cid-sIHiPWfQ2R .container {
  display: flex;
  margin: auto;
}
.cid-sIHiPWfQ2R .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sIHiPWfQ2R .dropdown-menu,
.cid-sIHiPWfQ2R .navbar.opened {
  background: #ffffff !important;
}
.cid-sIHiPWfQ2R .nav-item:focus,
.cid-sIHiPWfQ2R .nav-link:focus {
  outline: none;
}
.cid-sIHiPWfQ2R .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sIHiPWfQ2R .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIHiPWfQ2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIHiPWfQ2R .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIHiPWfQ2R .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIHiPWfQ2R .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIHiPWfQ2R .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(34, 165, 229, 0.15);
  background: #ffffff;
}
.cid-sIHiPWfQ2R .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sIHiPWfQ2R .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIHiPWfQ2R .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIHiPWfQ2R .navbar.opened {
  transition: all 0.3s;
}
.cid-sIHiPWfQ2R .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sIHiPWfQ2R .navbar .navbar-logo img {
  width: auto;
}
.cid-sIHiPWfQ2R .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sIHiPWfQ2R .navbar.collapsed {
  justify-content: center;
}
.cid-sIHiPWfQ2R .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIHiPWfQ2R .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIHiPWfQ2R .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-sIHiPWfQ2R .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIHiPWfQ2R .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIHiPWfQ2R .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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: 41%;
}
.cid-sIHiPWfQ2R .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIHiPWfQ2R .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sIHiPWfQ2R .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIHiPWfQ2R .navbar .dropdown-menu {
    display: none;
  }
  .cid-sIHiPWfQ2R .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIHiPWfQ2R .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIHiPWfQ2R .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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: 40%;
  }
  .cid-sIHiPWfQ2R .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIHiPWfQ2R .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sIHiPWfQ2R .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sIHiPWfQ2R .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIHiPWfQ2R .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIHiPWfQ2R .navbar .navbar-buttons,
  .cid-sIHiPWfQ2R .navbar .icons-menu {
    display: none;
  }
  .cid-sIHiPWfQ2R .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sIHiPWfQ2R .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIHiPWfQ2R .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIHiPWfQ2R .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIHiPWfQ2R .dropdown-item.active,
.cid-sIHiPWfQ2R .dropdown-item:active {
  background-color: transparent;
}
.cid-sIHiPWfQ2R .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIHiPWfQ2R .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIHiPWfQ2R .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIHiPWfQ2R ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIHiPWfQ2R .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIHiPWfQ2R button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIHiPWfQ2R button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sIHiPWfQ2R button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIHiPWfQ2R button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIHiPWfQ2R button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIHiPWfQ2R button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIHiPWfQ2R nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIHiPWfQ2R nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIHiPWfQ2R nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIHiPWfQ2R nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIHiPWfQ2R .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIHiPWfQ2R a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sIHiPWfQ2R .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIHiPWfQ2R .navbar {
    height: 70px;
  }
  .cid-sIHiPWfQ2R .navbar.opened {
    height: auto;
  }
  .cid-sIHiPWfQ2R .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIHiPWz7Mn {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/slide-7-2000x1128.jpg");
}
.cid-sIHiPWz7Mn H1 {
  color: #ffffff;
}
.cid-sIHiPWz7Mn h1 {
  background: linear-gradient(to left, #1b2026, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sIHlwefRFJ {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sIHlwefRFJ .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sIHlwefRFJ .text-content .content-title {
  color: #130947;
  margin-bottom: 30px;
}
.cid-sIHlwefRFJ .text-content .content-title.display-5 {
  font-size: 26px;
  line-height: 1.38;
  letter-spacing: -0.5px;
}
.cid-sIHlwefRFJ .text-content .list-block {
  border-bottom-width: 1px;
  padding-bottom: 30px;
  border-bottom-color: #130947;
  border-bottom-style: dotted;
  margin-bottom: 20px;
}
.cid-sIHlwefRFJ .text-content .list-block .card-img span {
  color: #4f87fb;
  font-size: 2.5rem;
}
.cid-sIHlwefRFJ .text-content .list-block .list-item-title {
  color: #130947;
}
.cid-sIHlwefRFJ .text-content .list-block .list-item-title.display-7 {
  font-size: 20px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}
.cid-sIHlwefRFJ .text-content .list-block .list-item-text {
  padding-top: 10px;
  line-height: 1.29;
  color: #6d7a8c;
  margin-bottom: 0;
}
.cid-sIHlwefRFJ .text-content .list-block.last {
  border-bottom: none;
  margin-bottom: 20px;
  padding-bottom: 0;
}
.cid-sIHlwefRFJ .text-content .social {
  font-size: 1.2rem;
  padding-left: 4.5rem;
}
.cid-sIHlwefRFJ .text-content .social span {
  margin-right: 11.2px;
  margin-bottom: 8px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #6d7a8c;
}
.cid-sIHlwefRFJ .text-content .social span:hover {
  color: #4f87fb;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.cid-sIHlwefRFJ .card-img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}
.cid-sIHlwefRFJ .list-block {
  position: relative;
}
.cid-sIHlwefRFJ .list-block h4,
.cid-sIHlwefRFJ .list-block p {
  padding-left: 4.5rem;
}
.cid-sIHlwefRFJ .card-img {
  display: block;
}
.cid-sIHlwefRFJ input,
.cid-sIHlwefRFJ textarea {
  border-left: none;
  border-top: none;
  border-right: none;
  border-radius: 4px;
  padding: 20px 10px 20px 20px;
  font-size: 13px;
  color: #ffffff;
  font-weight: 600;
}
.cid-sIHlwefRFJ input:focus,
.cid-sIHlwefRFJ textarea:focus {
  border-left: none;
  border-top: none;
  border-right: none;
}
.cid-sIHlwefRFJ .form-control,
.cid-sIHlwefRFJ .field-input {
  min-height: 3rem;
  padding: 20px 10px 20px 20px;
  background-color: #ecf1f8;
  border-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-sIHlwefRFJ .form-control:hover,
.cid-sIHlwefRFJ .field-input:hover,
.cid-sIHlwefRFJ .form-control:focus,
.cid-sIHlwefRFJ .field-input:focus {
  background-color: #ecf1f8;
  border-color: #ffffff !important;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-sIHlwefRFJ input::-webkit-input-placeholder,
.cid-sIHlwefRFJ textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}
.cid-sIHlwefRFJ input:-moz-placeholder,
.cid-sIHlwefRFJ textarea:-moz-placeholder {
  color: #bbbbbb;
}
.cid-sIHlwefRFJ .jq-selectbox li,
.cid-sIHlwefRFJ .jq-selectbox li {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-sIHlwefRFJ .jq-selectbox li:hover,
.cid-sIHlwefRFJ .jq-selectbox li.selected {
  background-color: #ecf1f8;
  color: #000000;
}
.cid-sIHlwefRFJ .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-sIHlwefRFJ .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ecf1f8;
}
.cid-sIHlwefRFJ .mbr-form {
  max-width: 550px;
}
.cid-sIHlwefRFJ .mbr-form .mbr-subtitle {
  color: #4f87fb;
  font-weight: 800;
}
.cid-sIHlwefRFJ .mbr-form .mbr-subtitle.display-4 {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 2px;
}
.cid-sIHlwefRFJ .mbr-form .mbr-section-title {
  color: #130947;
  font-weight: 700;
}
.cid-sIHlwefRFJ .mbr-form .mbr-section-title.display-2 {
  line-height: 1.2;
  letter-spacing: -0.5px;
}
.cid-sIHlwefRFJ .mbr-form .mbr-text {
  color: #6d7a8c;
}
.cid-sIHlwefRFJ .mbr-form textarea {
  min-height: 100px;
}
.cid-sIHlwefRFJ .mbr-form .btn {
  -webkit-box-pack: justify;
  justify-content: space-between;
  border-width: 2px;
  border-radius: 4px;
  border-color: #2299aa;
  color: #4f87fb;
  padding: 18px 29px;
}
.cid-sIHlwefRFJ .mbr-form .btn.display-4 {
  font-size: 13px;
  letter-spacing: 1px;
}
.cid-sIHlwefRFJ .mbr-form span.value.form-control {
  min-height: 3.5rem;
  padding: 1rem;
}
@media (max-width: 991px) {
  .cid-sIHlwefRFJ .mbr-form {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 768px) {
  .cid-sIHlwefRFJ .mbr-section-title,
  .cid-sIHlwefRFJ .content-title,
  .cid-sIHlwefRFJ .mbr-section-btn {
    text-align: left;
  }
}
.cid-sIHlwefRFJ .text-content .list-block .list-item-text {
  color: #000000;
}
.cid-sIHlwefRFJ .text-content .list-block .list-item-title {
  color: #000000;
}
.cid-sIHlwefRFJ .mbr-form .mbr-section-title,
.cid-sIHlwefRFJ .mbr-section-btn {
  color: #000000;
}
.cid-sIHlwefRFJ .text-content .content-title,
.cid-sIHlwefRFJ .social {
  color: #000000;
}
.cid-sIHoX0rjes {
  padding-top: 0rem;
  padding-bottom: 4rem;
  background: #ffffff;
}
.cid-sIHoX0rjes .google-map {
  height: 30rem;
  position: relative;
}
.cid-sIHoX0rjes .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sIHoX0rjes .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-sIHoX0rjes .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sIHoX0rjes .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sIHoX0rjes .mbr-section-subtitle {
  text-align: left;
}
.cid-sIHiPXmb5y {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-sIHiPXmb5y .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sIHiPXmb5y li {
  padding-bottom: 0.6rem;
}
.cid-sIHiPXmb5y .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sIHiPXmb5y .border-col {
    border: 0px;
  }
}
.cid-sIHiPXmb5y .container {
  position: relative;
}
.cid-sIHiPXmb5y .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sIHiPXmb5y .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sIHiPXmb5y .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sIHiPXmb5y .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sIHiPXmb5y .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sIHiPXmb5y .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sIHiPXmb5y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-sIHiPXmb5y .soc-item:hover {
  background: #2299aa;
}
.cid-sIHiPXmb5y .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sIHiPXmb5y .row {
    text-align: center;
  }
  .cid-sIHiPXmb5y .social-row {
    justify-content: center;
  }
}
.cid-sIHiPXmb5y .list {
  list-style: none;
  padding-left: 0;
}
.cid-sIHiPXmb5y .mbr-text {
  color: #dce8eb;
}
.cid-sIHiPXmb5y H5 {
  color: #00b5d5;
}
.cid-sIHiPXmb5y .mbr-section-subtitle {
  color: #00b5d5;
}
.cid-sIHrgg3rjU {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIHrgg3rjU nav.navbar {
  position: fixed;
}
.cid-sIHrgg3rjU .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sIHrgg3rjU .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sIHrgg3rjU .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sIHrgg3rjU .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sIHrgg3rjU .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sIHrgg3rjU .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sIHrgg3rjU .dropdown-item:hover,
.cid-sIHrgg3rjU .dropdown-item:focus {
  background: rgba(34, 153, 170, 0.1) !important;
  color: #2299aa !important;
}
.cid-sIHrgg3rjU .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sIHrgg3rjU .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sIHrgg3rjU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sIHrgg3rjU .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sIHrgg3rjU .nav-link:hover {
  color: #2299aa !important;
}
.cid-sIHrgg3rjU .container {
  display: flex;
  margin: auto;
}
.cid-sIHrgg3rjU .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sIHrgg3rjU .dropdown-menu,
.cid-sIHrgg3rjU .navbar.opened {
  background: #ffffff !important;
}
.cid-sIHrgg3rjU .nav-item:focus,
.cid-sIHrgg3rjU .nav-link:focus {
  outline: none;
}
.cid-sIHrgg3rjU .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sIHrgg3rjU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIHrgg3rjU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIHrgg3rjU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIHrgg3rjU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIHrgg3rjU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIHrgg3rjU .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(34, 165, 229, 0.15);
  background: #ffffff;
}
.cid-sIHrgg3rjU .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sIHrgg3rjU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIHrgg3rjU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIHrgg3rjU .navbar.opened {
  transition: all 0.3s;
}
.cid-sIHrgg3rjU .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sIHrgg3rjU .navbar .navbar-logo img {
  width: auto;
}
.cid-sIHrgg3rjU .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sIHrgg3rjU .navbar.collapsed {
  justify-content: center;
}
.cid-sIHrgg3rjU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIHrgg3rjU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIHrgg3rjU .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-sIHrgg3rjU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIHrgg3rjU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIHrgg3rjU .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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: 41%;
}
.cid-sIHrgg3rjU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIHrgg3rjU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sIHrgg3rjU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIHrgg3rjU .navbar .dropdown-menu {
    display: none;
  }
  .cid-sIHrgg3rjU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIHrgg3rjU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIHrgg3rjU .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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: 40%;
  }
  .cid-sIHrgg3rjU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIHrgg3rjU .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sIHrgg3rjU .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sIHrgg3rjU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIHrgg3rjU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIHrgg3rjU .navbar .navbar-buttons,
  .cid-sIHrgg3rjU .navbar .icons-menu {
    display: none;
  }
  .cid-sIHrgg3rjU .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sIHrgg3rjU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIHrgg3rjU .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIHrgg3rjU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIHrgg3rjU .dropdown-item.active,
.cid-sIHrgg3rjU .dropdown-item:active {
  background-color: transparent;
}
.cid-sIHrgg3rjU .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIHrgg3rjU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIHrgg3rjU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIHrgg3rjU ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIHrgg3rjU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIHrgg3rjU button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIHrgg3rjU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sIHrgg3rjU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIHrgg3rjU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIHrgg3rjU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIHrgg3rjU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIHrgg3rjU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIHrgg3rjU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIHrgg3rjU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIHrgg3rjU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIHrgg3rjU .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIHrgg3rjU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sIHrgg3rjU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIHrgg3rjU .navbar {
    height: 70px;
  }
  .cid-sIHrgg3rjU .navbar.opened {
    height: auto;
  }
  .cid-sIHrgg3rjU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIHrggCldX {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/slide-5-2000x1128.jpg");
}
.cid-sIHrggCldX H1 {
  color: #ffffff;
}
.cid-sIHrggCldX h1 {
  background: linear-gradient(to left, #1b2026, currentColor);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-sIHtrdHNJi {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sIHtrdHNJi .container {
    max-width: 1400px;
  }
}
.cid-sIHtrdHNJi .card-wrapper {
  background: #ffffff;
  padding: 30px;
}
.cid-sIHtrdHNJi .card-wrapper .image-wrap img {
  width: 100%;
}
.cid-sIHtrdHNJi .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff2b09;
  margin-bottom: 2rem;
}
.cid-sIHtrdHNJi .row {
  justify-content: center;
}
.cid-sIHtrdHNJi img {
  padding-bottom: 20px;
  height: 140px;
  width: auto;
  margin: auto;
}
.cid-sIHtrdHNJi .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 70px;
}
.cid-sIHrghRFm7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-sIHrghRFm7 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sIHrghRFm7 li {
  padding-bottom: 0.6rem;
}
.cid-sIHrghRFm7 .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sIHrghRFm7 .border-col {
    border: 0px;
  }
}
.cid-sIHrghRFm7 .container {
  position: relative;
}
.cid-sIHrghRFm7 .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sIHrghRFm7 .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sIHrghRFm7 .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sIHrghRFm7 .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sIHrghRFm7 .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sIHrghRFm7 .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sIHrghRFm7 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-sIHrghRFm7 .soc-item:hover {
  background: #2299aa;
}
.cid-sIHrghRFm7 .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sIHrghRFm7 .row {
    text-align: center;
  }
  .cid-sIHrghRFm7 .social-row {
    justify-content: center;
  }
}
.cid-sIHrghRFm7 .list {
  list-style: none;
  padding-left: 0;
}
.cid-sIHrghRFm7 .mbr-text {
  color: #dce8eb;
}
.cid-sIHrghRFm7 H5 {
  color: #00b5d5;
}
.cid-sIHrghRFm7 .mbr-section-subtitle {
  color: #00b5d5;
}
.cid-sISUuCzATH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sISUuCzATH nav.navbar {
  position: fixed;
}
.cid-sISUuCzATH .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sISUuCzATH .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sISUuCzATH .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sISUuCzATH .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sISUuCzATH .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sISUuCzATH .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sISUuCzATH .dropdown-item:hover,
.cid-sISUuCzATH .dropdown-item:focus {
  background: rgba(34, 153, 170, 0.1) !important;
  color: #2299aa !important;
}
.cid-sISUuCzATH .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sISUuCzATH .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sISUuCzATH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sISUuCzATH .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sISUuCzATH .nav-link:hover {
  color: #2299aa !important;
}
.cid-sISUuCzATH .container {
  display: flex;
  margin: auto;
}
.cid-sISUuCzATH .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sISUuCzATH .dropdown-menu,
.cid-sISUuCzATH .navbar.opened {
  background: #ffffff !important;
}
.cid-sISUuCzATH .nav-item:focus,
.cid-sISUuCzATH .nav-link:focus {
  outline: none;
}
.cid-sISUuCzATH .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sISUuCzATH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sISUuCzATH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sISUuCzATH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sISUuCzATH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sISUuCzATH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sISUuCzATH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(34, 165, 229, 0.15);
  background: #ffffff;
}
.cid-sISUuCzATH .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sISUuCzATH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sISUuCzATH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sISUuCzATH .navbar.opened {
  transition: all 0.3s;
}
.cid-sISUuCzATH .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sISUuCzATH .navbar .navbar-logo img {
  width: auto;
}
.cid-sISUuCzATH .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sISUuCzATH .navbar.collapsed {
  justify-content: center;
}
.cid-sISUuCzATH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sISUuCzATH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sISUuCzATH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-sISUuCzATH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sISUuCzATH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sISUuCzATH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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: 41%;
}
.cid-sISUuCzATH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sISUuCzATH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sISUuCzATH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sISUuCzATH .navbar .dropdown-menu {
    display: none;
  }
  .cid-sISUuCzATH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sISUuCzATH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sISUuCzATH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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: 40%;
  }
  .cid-sISUuCzATH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sISUuCzATH .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sISUuCzATH .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sISUuCzATH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sISUuCzATH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sISUuCzATH .navbar .navbar-buttons,
  .cid-sISUuCzATH .navbar .icons-menu {
    display: none;
  }
  .cid-sISUuCzATH .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sISUuCzATH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sISUuCzATH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sISUuCzATH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sISUuCzATH .dropdown-item.active,
.cid-sISUuCzATH .dropdown-item:active {
  background-color: transparent;
}
.cid-sISUuCzATH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sISUuCzATH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sISUuCzATH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sISUuCzATH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sISUuCzATH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sISUuCzATH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sISUuCzATH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sISUuCzATH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sISUuCzATH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sISUuCzATH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sISUuCzATH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sISUuCzATH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sISUuCzATH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sISUuCzATH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sISUuCzATH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sISUuCzATH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sISUuCzATH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sISUuCzATH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sISUuCzATH .navbar {
    height: 70px;
  }
  .cid-sISUuCzATH .navbar.opened {
    height: auto;
  }
  .cid-sISUuCzATH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sISUWRQCSB {
  padding-top: 120px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sISUWRQCSB h1 {
  margin-bottom: 0.2rem;
}
.cid-sISUWRQCSB .container-fluid {
  padding: 0;
}
.cid-sISUWRQCSB img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-sISUWRQCSB .mbr-figure {
  height: 100%;
}
.cid-sISUWRQCSB .col-lg-6 {
  padding: 0;
}
.cid-sISUWRQCSB .mbr-text {
  color: #747474;
}
.cid-sISUWRQCSB hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-sISUWRQCSB .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-sISUWRQCSB .mbr-section-subtitle-1 {
  color: #e9204f;
}
.cid-sISUWRQCSB .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-sISUWRQCSB .mbr-figure::after {
  content: '';
  background-color: #00b5d5;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-sISUWRQCSB .mbr-figure::after {
    bottom: -15px;
    right: 0px;
  }
}
@media (min-width: 767px) {
  .cid-sISUWRQCSB .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-sISUWRQCSB .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-sISUWRQCSB .left-block {
    margin-top: 4.5rem;
  }
}
.cid-sISUWRQCSB .btn {
  color: #101010 !important;
}
.cid-sISUWRQCSB .btn:hover {
  color: #ffffff !important;
}
.cid-sISUWRQCSB .line-title {
  width: 40px;
  height: 2px;
  background-color: #00b5d5;
  margin-bottom: 1.2rem;
  display: inline-block;
}
.cid-sISUWRQCSB .vertical-line:before {
  content: '';
  background-color: #00b5d5;
  height: 60px;
  width: 2px;
  position: absolute;
  top: -30px;
  left: 50%;
}
.cid-sISUWRQCSB .mbr-text,
.cid-sISUWRQCSB .mbr-section-btn {
  color: #000000;
}
.cid-sISUWRQCSB .media-content,
.cid-sISUWRQCSB .mbr-section-title,
.cid-sISUWRQCSB .line-title {
  color: #000000;
}
.cid-sISUuDO5AP {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-sISUuDO5AP .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sISUuDO5AP li {
  padding-bottom: 0.6rem;
}
.cid-sISUuDO5AP .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sISUuDO5AP .border-col {
    border: 0px;
  }
}
.cid-sISUuDO5AP .container {
  position: relative;
}
.cid-sISUuDO5AP .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sISUuDO5AP .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sISUuDO5AP .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sISUuDO5AP .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sISUuDO5AP .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sISUuDO5AP .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sISUuDO5AP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-sISUuDO5AP .soc-item:hover {
  background: #2299aa;
}
.cid-sISUuDO5AP .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sISUuDO5AP .row {
    text-align: center;
  }
  .cid-sISUuDO5AP .social-row {
    justify-content: center;
  }
}
.cid-sISUuDO5AP .list {
  list-style: none;
  padding-left: 0;
}
.cid-sISUuDO5AP .mbr-text {
  color: #dce8eb;
}
.cid-sISUuDO5AP H5 {
  color: #00b5d5;
}
.cid-sISUuDO5AP .mbr-section-subtitle {
  color: #00b5d5;
}
.cid-sIYM8xkaEn {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sIYM8xkaEn nav.navbar {
  position: fixed;
}
.cid-sIYM8xkaEn .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sIYM8xkaEn .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sIYM8xkaEn .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sIYM8xkaEn .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sIYM8xkaEn .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sIYM8xkaEn .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sIYM8xkaEn .dropdown-item:hover,
.cid-sIYM8xkaEn .dropdown-item:focus {
  background: rgba(34, 153, 170, 0.1) !important;
  color: #2299aa !important;
}
.cid-sIYM8xkaEn .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sIYM8xkaEn .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sIYM8xkaEn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sIYM8xkaEn .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sIYM8xkaEn .nav-link:hover {
  color: #2299aa !important;
}
.cid-sIYM8xkaEn .container {
  display: flex;
  margin: auto;
}
.cid-sIYM8xkaEn .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sIYM8xkaEn .dropdown-menu,
.cid-sIYM8xkaEn .navbar.opened {
  background: #ffffff !important;
}
.cid-sIYM8xkaEn .nav-item:focus,
.cid-sIYM8xkaEn .nav-link:focus {
  outline: none;
}
.cid-sIYM8xkaEn .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sIYM8xkaEn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sIYM8xkaEn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sIYM8xkaEn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sIYM8xkaEn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIYM8xkaEn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIYM8xkaEn .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(34, 165, 229, 0.15);
  background: #ffffff;
}
.cid-sIYM8xkaEn .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sIYM8xkaEn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sIYM8xkaEn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sIYM8xkaEn .navbar.opened {
  transition: all 0.3s;
}
.cid-sIYM8xkaEn .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sIYM8xkaEn .navbar .navbar-logo img {
  width: auto;
}
.cid-sIYM8xkaEn .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sIYM8xkaEn .navbar.collapsed {
  justify-content: center;
}
.cid-sIYM8xkaEn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIYM8xkaEn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIYM8xkaEn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-sIYM8xkaEn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIYM8xkaEn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sIYM8xkaEn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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: 41%;
}
.cid-sIYM8xkaEn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIYM8xkaEn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sIYM8xkaEn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIYM8xkaEn .navbar .dropdown-menu {
    display: none;
  }
  .cid-sIYM8xkaEn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIYM8xkaEn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sIYM8xkaEn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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: 40%;
  }
  .cid-sIYM8xkaEn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sIYM8xkaEn .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sIYM8xkaEn .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sIYM8xkaEn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sIYM8xkaEn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sIYM8xkaEn .navbar .navbar-buttons,
  .cid-sIYM8xkaEn .navbar .icons-menu {
    display: none;
  }
  .cid-sIYM8xkaEn .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sIYM8xkaEn .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIYM8xkaEn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIYM8xkaEn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIYM8xkaEn .dropdown-item.active,
.cid-sIYM8xkaEn .dropdown-item:active {
  background-color: transparent;
}
.cid-sIYM8xkaEn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sIYM8xkaEn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIYM8xkaEn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIYM8xkaEn ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sIYM8xkaEn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sIYM8xkaEn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sIYM8xkaEn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sIYM8xkaEn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sIYM8xkaEn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYM8xkaEn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sIYM8xkaEn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sIYM8xkaEn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYM8xkaEn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sIYM8xkaEn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sIYM8xkaEn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sIYM8xkaEn .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sIYM8xkaEn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sIYM8xkaEn .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIYM8xkaEn .navbar {
    height: 70px;
  }
  .cid-sIYM8xkaEn .navbar.opened {
    height: auto;
  }
  .cid-sIYM8xkaEn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sZLwTLpQLp {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sZLwTLpQLp .mbr-section-btn .btn-secondary-outline {
  padding: 3px 0;
  margin-bottom: 0;
  border: none !important;
  background-color: transparent !important;
}
.cid-sZLwTLpQLp .mbr-section-btn .btn-secondary-outline:hover,
.cid-sZLwTLpQLp .mbr-section-btn .btn-secondary-outline .active,
.cid-sZLwTLpQLp .mbr-section-btn .btn-secondary-outline:focus {
  color: #2299aa !important;
}
@media (min-width: 991px) {
  .cid-sZLwTLpQLp .item-wrapper .mbr-section-btn {
    opacity: 0;
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
    transform: translateY(10px);
  }
}
.cid-sZLwTLpQLp img,
.cid-sZLwTLpQLp .item-img {
  border-radius: 4px;
  position: relative;
}
.cid-sZLwTLpQLp .item-wrapper {
  position: relative;
  border-radius: 4px;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
  height: 100%;
}
.cid-sZLwTLpQLp .item-wrapper:hover .item-title a {
  color: #1b2026 !important;
}
@media (min-width: 992px) {
  .cid-sZLwTLpQLp .item-wrapper:hover .mbr-section-btn {
    opacity: 1;
    transform: translateY(0);
  }
  .cid-sZLwTLpQLp .item-wrapper:hover .post_wrap {
    opacity: 1;
    background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
    transform: translateY(0);
  }
}
.cid-sZLwTLpQLp .item-content {
  padding-top: 40px;
}
@media (max-width: 768px) {
  .cid-sZLwTLpQLp .item-content {
    padding-top: 20px;
  }
}
.cid-sZLwTLpQLp .card_post {
  display: inline-flex;
  align-items: center;
  padding: 40px;
}
@media (max-width: 767px) {
  .cid-sZLwTLpQLp .card_post {
    padding: 20px;
  }
}
.cid-sZLwTLpQLp .post_wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  background: linear-gradient(0deg, rgba(23, 22, 26, 0), rgba(23, 22, 26, 0.4));
}
@media (min-width: 991px) {
  .cid-sZLwTLpQLp .post_wrap {
    opacity: 0;
    transform: translateY(-10px);
    transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  }
}
.cid-sZLwTLpQLp .image_post {
  display: inline-block;
  height: 46px;
  width: 46px;
  min-width: 46px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.07);
  margin-right: 15px;
  border-radius: 50%;
}
.cid-sZLwTLpQLp .image_post img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.cid-sZLwTLpQLp .author_post {
  display: inline-block;
  white-space: nowrap;
}
.cid-sZLwTLpQLp .item:focus,
.cid-sZLwTLpQLp span:focus {
  outline: none;
}
.cid-sZLwTLpQLp .item {
  margin-bottom: 3rem;
}
@media (min-width: 992px) {
  .cid-sZLwTLpQLp .item {
    margin-bottom: 5rem;
  }
  .cid-sZLwTLpQLp .item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cid-sZLwTLpQLp .item:last-child {
    margin-bottom: 0;
  }
}
.cid-sZLwTLpQLp .item-title,
.cid-sZLwTLpQLp .card_topic,
.cid-sZLwTLpQLp .mbr-section-subtitle {
  margin-bottom: 12px;
  transition: all 0.2s;
}
.cid-sZLwTLpQLp .category_content {
  opacity: .8;
}
.cid-sZLwTLpQLp .card_topic .mbr-iconfont {
  font-size: 1rem;
  color: #1b2026;
  margin-left: 10px;
  margin-right: 3px;
}
.cid-sZLwTLpQLp .mbr-section-title {
  text-align: center;
}
.cid-sIYM8y1ccX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-sIYM8y1ccX .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sIYM8y1ccX li {
  padding-bottom: 0.6rem;
}
.cid-sIYM8y1ccX .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sIYM8y1ccX .border-col {
    border: 0px;
  }
}
.cid-sIYM8y1ccX .container {
  position: relative;
}
.cid-sIYM8y1ccX .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sIYM8y1ccX .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sIYM8y1ccX .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sIYM8y1ccX .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sIYM8y1ccX .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sIYM8y1ccX .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sIYM8y1ccX .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-sIYM8y1ccX .soc-item:hover {
  background: #2299aa;
}
.cid-sIYM8y1ccX .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sIYM8y1ccX .row {
    text-align: center;
  }
  .cid-sIYM8y1ccX .social-row {
    justify-content: center;
  }
}
.cid-sIYM8y1ccX .list {
  list-style: none;
  padding-left: 0;
}
.cid-sIYM8y1ccX .mbr-text {
  color: #dce8eb;
}
.cid-sIYM8y1ccX H5 {
  color: #00b5d5;
}
.cid-sIYM8y1ccX .mbr-section-subtitle {
  color: #00b5d5;
}
.cid-sUrhDXyeZT {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-sUrhDXyeZT nav.navbar {
  position: fixed;
}
.cid-sUrhDXyeZT .btn {
  box-shadow: 0px 30px 30px 0px rgba(0, 11, 40, 0.1);
}
.cid-sUrhDXyeZT .dropdown-toggle[data-toggle="dropdown-submenu"]:before {
  font-family: Moririse2 !important;
  content: "\e909";
  display: inline-block;
  width: 10px;
  position: absolute;
  right: 25px;
  top: 40%;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: 10px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.cid-sUrhDXyeZT .dropdown-toggle:after {
  content: none;
}
@media (min-width: 992px) {
  .cid-sUrhDXyeZT .navbar-nav .nav-link:before {
    content: none;
  }
}
.cid-sUrhDXyeZT .dropdown-menu {
  padding: 20px 0;
  min-width: 220px;
  box-shadow: -1px 2px 19px 3px rgba(0, 11, 40, 0.1);
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  transform: translateY(10px);
  display: initial;
}
.cid-sUrhDXyeZT .navbar .dropdown.open > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  display: block;
}
.cid-sUrhDXyeZT .dropdown-item:hover,
.cid-sUrhDXyeZT .dropdown-item:focus {
  background: rgba(34, 153, 170, 0.1) !important;
  color: #2299aa !important;
}
.cid-sUrhDXyeZT .nav-dropdown .link {
  padding: 35px 0 !important;
  margin-right: 40px !important;
}
.cid-sUrhDXyeZT .nav-dropdown .nav-item:last-child .link {
  margin-right: 0 !important;
}
.cid-sUrhDXyeZT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  display: none;
}
.cid-sUrhDXyeZT .nav-link {
  position: relative;
  line-height: 1;
}
.cid-sUrhDXyeZT .nav-link:hover {
  color: #2299aa !important;
}
.cid-sUrhDXyeZT .container {
  display: flex;
  margin: auto;
}
.cid-sUrhDXyeZT .iconfont-wrapper {
  color: #051441 !important;
  font-size: 17px;
  margin-right: 20px;
}
.cid-sUrhDXyeZT .dropdown-menu,
.cid-sUrhDXyeZT .navbar.opened {
  background: #ffffff !important;
}
.cid-sUrhDXyeZT .nav-item:focus,
.cid-sUrhDXyeZT .nav-link:focus {
  outline: none;
}
.cid-sUrhDXyeZT .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  transition: all 0.25s ease-in-out;
}
.cid-sUrhDXyeZT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sUrhDXyeZT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-sUrhDXyeZT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sUrhDXyeZT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sUrhDXyeZT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 6px 30px !important;
  transition: none;
  margin: 0 !important;
}
.cid-sUrhDXyeZT .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(34, 165, 229, 0.15);
  background: #ffffff;
}
.cid-sUrhDXyeZT .navbar.navbar-short {
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  min-height: 60px;
}
.cid-sUrhDXyeZT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-sUrhDXyeZT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-sUrhDXyeZT .navbar.opened {
  transition: all 0.3s;
}
.cid-sUrhDXyeZT .navbar .dropdown-item {
  padding: 6px 30px;
}
.cid-sUrhDXyeZT .navbar .navbar-logo img {
  width: auto;
}
.cid-sUrhDXyeZT .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-sUrhDXyeZT .navbar.collapsed {
  justify-content: center;
}
.cid-sUrhDXyeZT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sUrhDXyeZT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sUrhDXyeZT .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 6.6rem);
  }
}
.cid-sUrhDXyeZT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sUrhDXyeZT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sUrhDXyeZT .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  display: none;
  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: 41%;
}
.cid-sUrhDXyeZT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sUrhDXyeZT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 6px 30px;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-sUrhDXyeZT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sUrhDXyeZT .navbar .dropdown-menu {
    display: none;
  }
  .cid-sUrhDXyeZT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sUrhDXyeZT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sUrhDXyeZT .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    display: none;
    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: 40%;
  }
  .cid-sUrhDXyeZT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-sUrhDXyeZT .navbar ul.navbar-nav {
    padding: 15px;
  }
  .cid-sUrhDXyeZT .navbar .dropdown-menu .dropdown-item {
    padding: 6px 30px !important;
    text-align: left;
  }
  .cid-sUrhDXyeZT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sUrhDXyeZT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sUrhDXyeZT .navbar .navbar-buttons,
  .cid-sUrhDXyeZT .navbar .icons-menu {
    display: none;
  }
  .cid-sUrhDXyeZT .navbar .nav-dropdown .link {
    margin-right: 0 !important;
    padding-top: 12px !important;
    padding-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
}
.cid-sUrhDXyeZT .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sUrhDXyeZT .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sUrhDXyeZT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sUrhDXyeZT .dropdown-item.active,
.cid-sUrhDXyeZT .dropdown-item:active {
  background-color: transparent;
}
.cid-sUrhDXyeZT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sUrhDXyeZT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sUrhDXyeZT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sUrhDXyeZT ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sUrhDXyeZT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-sUrhDXyeZT button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sUrhDXyeZT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sUrhDXyeZT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sUrhDXyeZT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUrhDXyeZT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sUrhDXyeZT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sUrhDXyeZT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUrhDXyeZT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sUrhDXyeZT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sUrhDXyeZT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sUrhDXyeZT .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-sUrhDXyeZT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-sUrhDXyeZT .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-right: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sUrhDXyeZT .navbar {
    height: 70px;
  }
  .cid-sUrhDXyeZT .navbar.opened {
    height: auto;
  }
  .cid-sUrhDXyeZT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tEH6Xl02Tn {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tEH6Xl02Tn .container {
    max-width: 1400px;
  }
}
.cid-tEH6Xl02Tn .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #2299aa;
}
.cid-tEH6Xl02Tn .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-tEH6Xl02Tn .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tEH6Xl02Tn .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #1a449a;
  margin-bottom: 2rem;
}
.cid-tEH6Xl02Tn .card-wrapper {
  margin-top: 3rem;
}
.cid-tEH6Xl02Tn .row {
  justify-content: center;
}
.cid-tEH6Xl02Tn .mbr-section-title {
  color: #1a449a;
}
.cid-tEH6Xl02Tn .card-title,
.cid-tEH6Xl02Tn .iconfont-wrapper {
  color: #000000;
}
.cid-tEH6Xl02Tn .card-text {
  color: #000000;
}
.cid-sUribWSaE5 {
  padding-top: 0rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-sUribWSaE5 .container {
    max-width: 1400px;
  }
}
.cid-sUribWSaE5 .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #2299aa;
}
.cid-sUribWSaE5 .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-sUribWSaE5 .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-sUribWSaE5 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #1a449a;
  margin-bottom: 2rem;
}
.cid-sUribWSaE5 .card-wrapper {
  margin-top: 3rem;
}
.cid-sUribWSaE5 .row {
  justify-content: center;
}
.cid-sUribWSaE5 .mbr-section-title {
  color: #1a449a;
}
.cid-sUribWSaE5 .card-title,
.cid-sUribWSaE5 .iconfont-wrapper {
  color: #000000;
}
.cid-sUribWSaE5 .card-text {
  color: #000000;
}
.cid-tuNwF8Q51Q {
  padding-top: 0rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tuNwF8Q51Q .container {
    max-width: 1400px;
  }
}
.cid-tuNwF8Q51Q .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  top: -48px;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #2299aa;
}
.cid-tuNwF8Q51Q .svg-top .st0 {
  fill: #ffffff;
}
@media (max-width: 992px) {
  .cid-tuNwF8Q51Q .svg-top {
    width: 1000px;
  }
}
@keyframes svg-wave {
  from {
    transform: scaleX(1) scaleY(1.1);
  }
  to {
    transform: scaleX(1) scaleY(1.6);
  }
}
.cid-tuNwF8Q51Q .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #1a449a;
  margin-bottom: 2rem;
}
.cid-tuNwF8Q51Q .card-wrapper {
  margin-top: 3rem;
}
.cid-tuNwF8Q51Q .row {
  justify-content: center;
}
.cid-tuNwF8Q51Q .mbr-section-title {
  color: #1a449a;
}
.cid-tuNwF8Q51Q .card-title,
.cid-tuNwF8Q51Q .iconfont-wrapper {
  color: #000000;
}
.cid-tuNwF8Q51Q .card-text {
  color: #000000;
}
.cid-sUrhDYkeXu {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #232323;
  overflow: hidden;
}
.cid-sUrhDYkeXu .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-sUrhDYkeXu li {
  padding-bottom: 0.6rem;
}
.cid-sUrhDYkeXu .border-col {
  border-right: 1px solid #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-sUrhDYkeXu .border-col {
    border: 0px;
  }
}
.cid-sUrhDYkeXu .container {
  position: relative;
}
.cid-sUrhDYkeXu .container:before {
  content: '';
  top: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sUrhDYkeXu .container:after {
  content: '';
  bottom: 0;
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  left: -50%;
}
.cid-sUrhDYkeXu .padding-col {
  padding-left: 4rem;
}
@media (max-width: 992px) {
  .cid-sUrhDYkeXu .padding-col {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sUrhDYkeXu .padding {
  padding-top: 5rem;
  padding-bottom: 5rem;
  height: inherit;
}
@media (max-width: 992px) {
  .cid-sUrhDYkeXu .padding {
    padding: 1rem;
    padding-top: 2rem;
  }
}
.cid-sUrhDYkeXu .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  transition: all 0.3s;
  padding: 0.8rem;
  height: 3rem;
  width: 3rem;
  border: 1px solid #ffffff;
}
.cid-sUrhDYkeXu .soc-item:hover {
  background: #2299aa;
}
.cid-sUrhDYkeXu .soc-item .mbr-iconfont {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sUrhDYkeXu .row {
    text-align: center;
  }
  .cid-sUrhDYkeXu .social-row {
    justify-content: center;
  }
}
.cid-sUrhDYkeXu .list {
  list-style: none;
  padding-left: 0;
}
.cid-sUrhDYkeXu .mbr-text {
  color: #dce8eb;
}
.cid-sUrhDYkeXu H5 {
  color: #00b5d5;
}
.cid-sUrhDYkeXu .mbr-section-subtitle {
  color: #00b5d5;
}
