.btn {
  border-width: 1px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4rem;
  line-height: .93;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 3rem;
  line-height: .9;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1.8rem;
  line-height: 1.05;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.12;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( .95 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.2 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.05 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.12 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( .95 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.2 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.05 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.12 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0027ba !important;
}
.bg-success {
  background-color: #e8eaf1 !important;
}
.bg-info {
  background-color: #d9dced !important;
}
.bg-warning {
  background-color: #fe0044 !important;
}
.bg-danger {
  background-color: #a1f7ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0027ba !important;
  border-color: #0027ba !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #0032ed !important;
  border-color: #0032ed !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #0027ba !important;
  border-color: #0027ba !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0032ed !important;
  border-color: #0032ed !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffb3c1 !important;
  border-color: #ffb3c1 !important;
  color: #800018 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffe6eb !important;
  border-color: #ffe6eb !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #ffb3c1 !important;
  border-color: #ffb3c1 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #800018 !important;
  background-color: #ffe6eb !important;
  border-color: #ffe6eb !important;
}
.btn-info,
.btn-info:active {
  background-color: #d9dced !important;
  border-color: #d9dced !important;
  color: #303864 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #fcfcfd !important;
  border-color: #fcfcfd !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #d9dced !important;
  border-color: #d9dced !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #303864 !important;
  background-color: #fcfcfd !important;
  border-color: #fcfcfd !important;
}
.btn-success,
.btn-success:active {
  background-color: #e8eaf1 !important;
  border-color: #e8eaf1 !important;
  color: #3f4868 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #e8eaf1 !important;
  border-color: #e8eaf1 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f4868 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fe0044 !important;
  border-color: #fe0044 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ff3269 !important;
  border-color: #ff3269 !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #fe0044 !important;
  border-color: #fe0044 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ff3269 !important;
  border-color: #ff3269 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #a1f7ff !important;
  border-color: #a1f7ff !important;
  color: #00656e !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #d4fbff !important;
  border-color: #d4fbff !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #a1f7ff !important;
  border-color: #a1f7ff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #00656e !important;
  background-color: #d4fbff !important;
  border-color: #d4fbff !important;
}
.btn-white,
.btn-white:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #5b5b5b !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #5b5b5b !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
  background-color: transparent !important;
  color: #232323 !important;
  border-color: #232323 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #0027ba;
  color: #0027ba;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #001563 !important;
  background-color: transparent !important;
  border-color: #0027ba !important;
  background-color: #0027ba !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0027ba !important;
  border-color: #0027ba !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffb3c1;
  color: #ffb3c1;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff5c7a !important;
  background-color: transparent !important;
  border-color: #ffb3c1 !important;
  background-color: #ffb3c1 !important;
  color: #800018 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffb3c1 !important;
  border-color: #ffb3c1 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d9dced;
  color: #d9dced;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #9ea6d1 !important;
  background-color: transparent !important;
  border-color: #d9dced !important;
  background-color: #d9dced !important;
  color: #303864 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #404b87 !important;
  background-color: #d9dced !important;
  border-color: #d9dced !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #e8eaf1;
  color: #e8eaf1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #b2b9d0 !important;
  background-color: transparent !important;
  border-color: #e8eaf1 !important;
  background-color: #e8eaf1 !important;
  color: #3f4868 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #525e88 !important;
  background-color: #e8eaf1 !important;
  border-color: #e8eaf1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fe0044;
  color: #fe0044;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a7002d !important;
  background-color: transparent !important;
  border-color: #fe0044 !important;
  background-color: #fe0044 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fe0044 !important;
  border-color: #fe0044 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #a1f7ff;
  color: #a1f7ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #4af0ff !important;
  background-color: transparent !important;
  border-color: #a1f7ff !important;
  background-color: #a1f7ff !important;
  color: #00656e !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0093a1 !important;
  background-color: #a1f7ff !important;
  border-color: #a1f7ff !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: #232323 !important;
  background-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #f4f4f4;
  color: #f4f4f4;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c9c9c9 !important;
  background-color: transparent !important;
  border-color: #f4f4f4 !important;
  background-color: #f4f4f4 !important;
  color: #5b5b5b !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.text-primary {
  color: #0027ba !important;
}
.text-secondary {
  color: #ffb3c1 !important;
}
.text-success {
  color: #e8eaf1 !important;
}
.text-info {
  color: #d9dced !important;
}
.text-warning {
  color: #fe0044 !important;
}
.text-danger {
  color: #a1f7ff !important;
}
.text-white {
  color: #f4f4f4 !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #001254 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff4d6e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #a9b0ca !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #949ccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #980029 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #3beeff !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c1c1c1 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0027ba;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d9dced;
}
.alert-warning {
  background-color: #fe0044;
}
.alert-danger {
  background-color: #a1f7ff;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0027ba;
  border-color: #0027ba;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #0027ba;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #3b64ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.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: #ffcbd9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.12;
  font-weight: 400;
  border-radius: 12px !important;
}
.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: #0027ba !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.12;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #0027ba;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0027ba;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0027ba;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0027ba;
  border-bottom-color: #0027ba;
}
.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: #0027ba !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffb3c1 !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='%230027ba' %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;
}
.mbr-section-btn .btn {
  font-weight: 400;
  padding: 14px 20px;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 8px;
  font-size: inherit;
}
.mbr-section-btn .btn-primary {
  color: #ffb3c1 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn .btn-primary.focus,
.mbr-section-btn .btn-primary.active {
  color: #0027ba !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn .btn-white-outline.focus,
.mbr-section-btn .btn-white-outline.active {
  color: #0027ba !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 12px !important;
}
.little-radius {
  border-radius: 6px !important;
}
.list .item-wrap,
.nav-item .nav-link,
.dropdown-item {
  border-radius: 100px !important;
}
ul.navbar-nav {
  border-radius: 100px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-v1RgxuJHa0 .navbar-dropdown {
  position: relative !important;
}
.cid-v1RgxuJHa0 .navbar-dropdown {
  position: absolute !important;
}
.cid-v1RgxuJHa0 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v1RgxuJHa0 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v1RgxuJHa0 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1RgxuJHa0 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v1RgxuJHa0 .dropdown-menu {
    text-align: center;
  }
}
.cid-v1RgxuJHa0 .dropdown-item {
  border: 1px solid #ffffff;
  background: #ffffff !important;
  color: #0027ba !important;
}
.cid-v1RgxuJHa0 .dropdown-item:hover,
.cid-v1RgxuJHa0 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-v1RgxuJHa0 .dropdown-item:hover span {
  color: white;
}
.cid-v1RgxuJHa0 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v1RgxuJHa0 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v1RgxuJHa0 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v1RgxuJHa0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v1RgxuJHa0 .nav-link {
  position: relative;
}
.cid-v1RgxuJHa0 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v1RgxuJHa0 .container {
    flex-wrap: nowrap;
  }
}
.cid-v1RgxuJHa0 .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v1RgxuJHa0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v1RgxuJHa0 .dropdown-menu,
.cid-v1RgxuJHa0 .navbar.opened {
  background: #ffffff !important;
}
.cid-v1RgxuJHa0 .nav-item:focus,
.cid-v1RgxuJHa0 .nav-link:focus {
  outline: none;
}
.cid-v1RgxuJHa0 .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v1RgxuJHa0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v1RgxuJHa0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v1RgxuJHa0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v1RgxuJHa0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v1RgxuJHa0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v1RgxuJHa0 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v1RgxuJHa0 .navbar {
    min-height: 80px;
  }
}
.cid-v1RgxuJHa0 .navbar.opened {
  transition: all 0.3s;
}
.cid-v1RgxuJHa0 .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v1RgxuJHa0 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v1RgxuJHa0 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v1RgxuJHa0 .navbar.collapsed {
  justify-content: center;
}
.cid-v1RgxuJHa0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v1RgxuJHa0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v1RgxuJHa0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v1RgxuJHa0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v1RgxuJHa0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v1RgxuJHa0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-v1RgxuJHa0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v1RgxuJHa0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v1RgxuJHa0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v1RgxuJHa0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v1RgxuJHa0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v1RgxuJHa0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v1RgxuJHa0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v1RgxuJHa0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-v1RgxuJHa0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v1RgxuJHa0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v1RgxuJHa0 .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v1RgxuJHa0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v1RgxuJHa0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v1RgxuJHa0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v1RgxuJHa0 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v1RgxuJHa0 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v1RgxuJHa0 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v1RgxuJHa0 .navbar-brand {
    min-height: 80px;
  }
}
.cid-v1RgxuJHa0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v1RgxuJHa0 .navbar-brand .navbar-caption:hover,
.cid-v1RgxuJHa0 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v1RgxuJHa0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v1RgxuJHa0 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v1RgxuJHa0 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v1RgxuJHa0 .dropdown-item.active,
.cid-v1RgxuJHa0 .dropdown-item:active {
  background-color: transparent;
}
.cid-v1RgxuJHa0 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v1RgxuJHa0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v1RgxuJHa0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v1RgxuJHa0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v1RgxuJHa0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v1RgxuJHa0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v1RgxuJHa0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v1RgxuJHa0 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v1RgxuJHa0 ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
}
.cid-v1RgxuJHa0 .navbar-buttons {
  text-align: center;
}
.cid-v1RgxuJHa0 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v1RgxuJHa0 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v1RgxuJHa0 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v1RgxuJHa0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0027ba;
}
.cid-v1RgxuJHa0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v1RgxuJHa0 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1RgxuJHa0 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v1RgxuJHa0 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v1RgxuJHa0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1RgxuJHa0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v1RgxuJHa0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v1RgxuJHa0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v1RgxuJHa0 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v1RgxuJHa0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v1RgxuJHa0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v1RgxuJHa0 .navbar {
    height: 70px;
  }
  .cid-v1RgxuJHa0 .navbar.opened {
    height: auto;
  }
  .cid-v1RgxuJHa0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v1RgxuJHa0 .navbar-nav {
  margin: 0 auto;
}
.cid-v1RgxuJHa0 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v1RgxuJHa0 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v1RgxuJHa0 .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v1RgxuJHa0 .nav-item .nav-link:hover,
.cid-v1RgxuJHa0 .nav-item .nav-link:focus {
  background-color: #ffffff;
  color: #000000 !important;
}
.cid-v1RgxuJHa0 .nav-item .nav-link:hover::after,
.cid-v1RgxuJHa0 .nav-item .nav-link:focus::after {
  color: #000000 !important;
}
.cid-v1RgxuJHa0 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v1RgxuJHa0 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v1RgxuJHa0 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v1RgxuJHa0 .nav-item .dropdown-menu .dropdown-item {
  color: #0027ba !important;
}
.cid-v1RgxuJHa0 .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v1RgxuJHa0 .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v1RgxuJHa0 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v1RgxuJHa0 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v1RgxuJHa0 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v1RgxuJHa0 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v1RgxuJHa0 .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v1RgxuJHa0 .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v1RgxuJHa0 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v1RgxuJHa0 .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v1RgxuJHa0 .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v1RgxuJHa0 .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v1RgxuJHa0 .content-wrap {
    min-height: 80px;
  }
}
.cid-v1RgxEt5jI {
  position: relative;
  padding: 4px 0;
  background-color: #f4f4f4;
}
.cid-v1RgxEt5jI .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.cid-v1RgxEt5jI .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-v1RgxEt5jI .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v1RgxEt5jI .cont-wrapper {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.cid-v1RgxEt5jI .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RgxEt5jI .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 32px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v1RgxEt5jI .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-v1RgxEt5jI .card-wrapper .mbr-label {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-v1RgxEt5jI .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-v1RgxEt5jI .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
  pointer-events: visible;
}
@media (max-width: 1440px) {
  .cid-v1RgxEt5jI .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v1RgxEt5jI .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v1RgxEt5jI .card-wrapper .mbr-section-btn {
  pointer-events: visible;
}
.cid-v1RgxEt5jI .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1RgxEt5jI .mbr-label {
  color: #ffb3c1;
  text-align: center;
}
.cid-v1RgxEt5jI .mbr-section-title {
  color: #ffb3c1;
}
.cid-v1RgxEt5jI .mbr-text,
.cid-v1RgxEt5jI .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v1RgxEt5jI .mbr-section-title,
.cid-v1RgxEt5jI .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2Zt76PGUO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2Zt76PGUO .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Zt76PGUO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Zt76PGUO .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-v2Zt76PGUO .title-container {
    margin-bottom: 25px;
  }
}
.cid-v2Zt76PGUO .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v2Zt76PGUO .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-v2Zt76PGUO .mbr-text {
    margin-top: 24px;
  }
}
.cid-v2Zt76PGUO .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2Zt76PGUO .tabl-container {
    margin-top: 25px;
  }
}
.cid-v2Zt76PGUO .item-container {
  width: 100%;
  display: flex;
}
.cid-v2Zt76PGUO .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-v2Zt76PGUO .card-text {
  color: #0c0d03;
  width: 100%;
  text-align: left;
}
.cid-v2Zt8eiwJT {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2Zt8eiwJT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Zt8eiwJT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Zt8eiwJT .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #a1f7ff;
}
@media (max-width: 767px) {
  .cid-v2Zt8eiwJT .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v2Zt8eiwJT .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v2Zt8eiwJT .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2Zt8eiwJT .card-title {
    margin-bottom: 20px;
  }
}
.cid-v2Zt8eiwJT .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2Zt8eiwJT .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v2Zt8eiwJT .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-v2Zulq89qc {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v2Zulq89qc .mbr-overlay {
  padding: 0;
  background: #a1f7ff;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-v2Zulq89qc .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #6a3649;
  text-align: center;
}
.cid-v2Zulq89qc .title-text {
  color: #000000;
  text-align: center;
}
.cid-v2Zulq89qc H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-v2Zulq89qc .section-text,
.cid-v2Zulq89qc .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2ZtNm6km9 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2ZtNm6km9 .card-wrapper {
  margin-top: 3rem;
}
.cid-v2ZtNm6km9 .row {
  justify-content: center;
}
.cid-v2ZtNm6km9 .card-text {
  text-align: left;
  color: #fafafa;
}
.cid-v2ZtNm6km9 .card-title,
.cid-v2ZtNm6km9 .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v2ZuNZ6B2e {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f4f4f4;
}
.cid-v2ZuNZ6B2e .mbr-text {
  color: #000000;
}
.cid-v2ZuNZ6B2e .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v2ZuNZ6B2e .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v1RgyfeBD1 {
  padding-top: 6.25rem;
  padding-bottom: 10.25rem;
  background-color: #ffffff;
}
.cid-v1RgyfeBD1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RgyfeBD1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RgyfeBD1 .items-wrapper {
  margin: 0 -4px;
}
.cid-v1RgyfeBD1 .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v1RgyfeBD1 .item:first-child {
  margin-top: 0;
}
.cid-v1RgyfeBD1 .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 992px) {
  .cid-v1RgyfeBD1 .item .item-wrapper {
    display: block;
  }
}
.cid-v1RgyfeBD1 .item .item-wrapper .card-box {
  padding: 40px 32px;
  background-color: #a1f7ff;
}
@media (max-width: 992px) {
  .cid-v1RgyfeBD1 .item .item-wrapper .card-box {
    padding: 24px;
    margin-bottom: 8px;
  }
}
.cid-v1RgyfeBD1 .item .item-wrapper .card-box .item-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v1RgyfeBD1 .item .item-wrapper .card-box .item-content {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
.cid-v1RgyfeBD1 .item .item-wrapper .card-box .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 80px;
  display: inline-flex;
}
.cid-v1RgyfeBD1 .item .item-wrapper .card-box .item-content .item-number {
  margin-bottom: 0;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-v1RgyfeBD1 .item .item-wrapper .card-box .item-content .item-number {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.cid-v1RgyfeBD1 .item .item-wrapper .card-box .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v1RgyfeBD1 .item .item-wrapper .card-box .title-wrap .item-title {
    width: 100%;
  }
}
.cid-v1RgyfeBD1 .item .item-wrapper .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1RgyfeBD1 .item .item-wrapper .card-box .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v1RgyfeBD1 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v1RgyfeBD1 .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1RgyfeBD1 .item .item-wrapper .item-img {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v1RgyfeBD1 .item .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-v1RgyfeBD1 .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1RgyfeBD1 .item .card_2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.cid-v1RgyfeBD1 .item-number {
  color: #949DBD;
}
.cid-v1RgyfeBD1 .item-title {
  color: #0027ba;
}
.cid-v1RgyfeBD1 .item-text {
  color: #0027ba;
}
.cid-v1RgyfeBD1 .item-title,
.cid-v1RgyfeBD1 .mbr-section-btn,
.cid-v1RgyfeBD1 .title-wrap {
  color: #000000;
}
.cid-v1RgyfeBD1 .item-text,
.cid-v1RgyfeBD1 .text-wrapper {
  color: #000000;
}
.cid-v1RgyQRpHL {
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
  background-color: #a1f7ff;
}
.cid-v1RgyQRpHL .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RgyQRpHL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RgyQRpHL .items-wrapper {
  margin: 0 -4px;
}
.cid-v1RgyQRpHL .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v1RgyQRpHL .item:first-child {
  margin-top: 0;
}
.cid-v1RgyQRpHL .item .item-wrapper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 8px;
}
@media (max-width: 992px) {
  .cid-v1RgyQRpHL .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v1RgyQRpHL .item .item-wrapper .item-img {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
  }
}
.cid-v1RgyQRpHL .item .item-wrapper .item-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v1RgyQRpHL .item .item-wrapper .item-img img {
    width: 320px;
  }
}
@media (max-width: 425px) {
  .cid-v1RgyQRpHL .item .item-wrapper .item-img img {
    width: 270px;
    height: 270px;
  }
}
.cid-v1RgyQRpHL .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v1RgyQRpHL .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-v1RgyQRpHL .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
.cid-v1RgyQRpHL .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
.cid-v1RgyQRpHL .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
.cid-v1RgyQRpHL .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 65%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-v1RgyQRpHL .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
  .cid-v1RgyQRpHL .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
  .cid-v1RgyQRpHL .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
  .cid-v1RgyQRpHL .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v1RgyQRpHL .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
  .cid-v1RgyQRpHL .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
  .cid-v1RgyQRpHL .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
  .cid-v1RgyQRpHL .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v1RgyQRpHL .item .item-wrapper .card-box .person-wrapper .item-name_1,
.cid-v1RgyQRpHL .item .item-wrapper .card-box .person-wrapper .item-name_2 {
  margin-bottom: 4px;
}
.cid-v1RgyQRpHL .item .item-wrapper .card-box .person-wrapper .item-role_1,
.cid-v1RgyQRpHL .item .item-wrapper .card-box .person-wrapper .item-role_2 {
  margin-bottom: 0;
}
.cid-v1RgyQRpHL .item .card_1 .card-box {
  background-color: #0027ba;
}
.cid-v1RgyQRpHL .item .card_2 {
  grid-template-columns: 1fr 320px;
}
.cid-v1RgyQRpHL .item .card_2 .card-box {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v1RgyQRpHL .item .card_2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.cid-v1RgyQRpHL .item-text_1 {
  color: #ffb3c1;
}
.cid-v1RgyQRpHL .item-text_2 {
  color: #0027ba;
}
.cid-v1RgyQRpHL .item-name_1 {
  color: #ffb3c1;
}
.cid-v1RgyQRpHL .item-name_2 {
  color: #000000;
}
.cid-v1RgyQRpHL .item-role_1 {
  color: #9e7abe;
}
.cid-v1RgyQRpHL .item-role_2 {
  color: #9e7abe;
}
.cid-v1RgyQRpHL .item-text_2,
.cid-v1RgyQRpHL .text-wrapper_2 {
  color: #000000;
}
.cid-v1RgEMFh9B {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-v1RgEMFh9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1RgEMFh9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1RgEMFh9B .card-wrapper {
  background-color: #ffffff;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-v1RgEMFh9B .card-wrapper {
    padding: 24px;
  }
}
.cid-v1RgEMFh9B .card-wrapper .title-wrapper {
  position: sticky;
  top: 56px;
}
@media (max-width: 992px) {
  .cid-v1RgEMFh9B .card-wrapper .title-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-v1RgEMFh9B .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v1RgEMFh9B .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1RgEMFh9B .card-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v1RgEMFh9B .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cid-v1RgEMFh9B .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-v1RgEMFh9B .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #000000;
  padding: 18px 28px;
  border: 1px solid #a1f7ff;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #a1f7ff;
}
@media (max-width: 992px) {
  .cid-v1RgEMFh9B .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 20px;
  }
}
.cid-v1RgEMFh9B .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #000000;
  border: 1px solid #a1f7ff;
}
.cid-v1RgEMFh9B .card-wrapper .card-wrap {
  padding: 40px 32px;
  background-color: #a1f7ff;
}
@media (max-width: 992px) {
  .cid-v1RgEMFh9B .card-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-v1RgEMFh9B .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v1RgEMFh9B .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-v1RgEMFh9B .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap img {
  height: 620px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v1RgEMFh9B .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-v1RgEMFh9B .card-wrapper .card-wrap .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 20px;
}
.cid-v1RgEMFh9B .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v1RgEMFh9B .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v1RgEMFh9B .card-wrapper .card-wrap .tab-content .tab-pane .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v1RgEMFh9B .card-wrapper .card-wrap .tab-content .tab-pane .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v1RgEMFh9B .mbr-label {
  color: #0027ba;
}
.cid-v1RgEMFh9B .mbr-section-title {
  color: #0027ba;
}
.cid-v1RgEMFh9B .item-title {
  color: #ffb3c1;
}
.cid-v1RgEMFh9B .item-text {
  color: #ffb3c1;
}
.cid-v1RgEMFh9B .mbr-section-title,
.cid-v1RgEMFh9B .tabs-wrapper {
  color: #000000;
}
.cid-v2ZrcwAftC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-v2ZrcwAftC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZrcwAftC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZrcwAftC .row {
  justify-content: flex-start;
}
.cid-v2ZrcwAftC .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v2ZrcwAftC .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v2ZpX4HFvP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/2405580-700x502.jpg");
}
.cid-v2ZpX4HFvP .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZpX4HFvP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZpX4HFvP .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2ZpX4HFvP .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v2ZpX4HFvP .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2ZpX4HFvP .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-v2ZpX4HFvP .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2ZpX4HFvP .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v2ZpX4HFvP .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-v2ZpX4HFvP .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v2ZpX4HFvP .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v2ZpX4HFvP .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2ZpX4HFvP .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2ZpX4HFvP .mbr-section-title {
  color: #000000;
}
.cid-v2ZpX4HFvP .mbr-desc {
  color: #000000;
}
.cid-v2ZpX4HFvP .mbr-text {
  color: #000000;
}
.cid-v2Zz254RX0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2Zz254RX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Zz254RX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Zz254RX0 .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2Zz254RX0 .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2Zz254RX0 .content-wrapper::before,
.cid-v2Zz254RX0 .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2Zz254RX0 .content-wrapper::before {
  left: 0;
}
.cid-v2Zz254RX0 .content-wrapper::after {
  right: 0;
}
.cid-v2Zz254RX0 .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-v2Zz254RX0 .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-v2Zz254RX0 .title-wrapper .item {
  margin-bottom: 0;
}
.cid-v2Zz254RX0 .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2Zz254RX0 .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2Zz254RX0 .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v2Zz254RX0 .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2Zz254RX0 .item {
    margin-bottom: 16px;
  }
  .cid-v2Zz254RX0 .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2Zz254RX0 .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2Zz254RX0 .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-v2Zz254RX0 .item .item-wrapper:hover .item-img img,
.cid-v2Zz254RX0 .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v2Zz254RX0 .item .item-wrapper:hover .item-img img,
  .cid-v2Zz254RX0 .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-v2Zz254RX0 .item .item-wrapper .item-content .item-title_1,
.cid-v2Zz254RX0 .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-v2Zz254RX0 .item .item-wrapper .item-content .item-text_1,
.cid-v2Zz254RX0 .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-v2Zz254RX0 .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2Zz254RX0 .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-v2Zz254RX0 .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2Zz254RX0 .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v2Zz254RX0 .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2Zz254RX0 .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-v2Zz254RX0 .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v2Zz254RX0 .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v2Zz254RX0 .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v2Zz254RX0 .item .card_1 {
  background-color: #a1f7ff;
}
.cid-v2Zz254RX0 .item .card_2 {
  background-color: #f8f8f8;
}
.cid-v2Zz254RX0 .item-title_1 {
  color: #ffffff;
}
.cid-v2Zz254RX0 .item-title_2 {
  color: #0a0a0a;
  text-align: center;
}
.cid-v2Zz254RX0 .item-text_1 {
  color: #ffffff;
}
.cid-v2Zz254RX0 .item-text_2 {
  color: #0a0a0a;
}
.cid-v2Zz254RX0 .item-title_1,
.cid-v2Zz254RX0 .mbr-section-btn {
  color: #000000;
}
.cid-v2ZrbvVzn5 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-v2ZrbvVzn5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZrbvVzn5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZrbvVzn5 .row {
  justify-content: flex-start;
}
.cid-v2ZrbvVzn5 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v2ZrbvVzn5 .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v2ZyyUgD6r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2ZyyUgD6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZyyUgD6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZyyUgD6r .mbr-section-title {
  margin-bottom: 0;
  color: #2c2c26;
  text-align: center;
}
.cid-v2ZyyUgD6r .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-v2ZyyUgD6r .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2ZyyUgD6r .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-v2ZyyUgD6r .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v2ZyyUgD6r .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-v2ZyyUgD6r .card-wrapper .google-map {
  position: relative;
  z-index: 1;
}
.cid-v2ZyyUgD6r .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-v2ZyyUgD6r .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v2ZnLlLyqf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v2ZnLlLyqf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZnLlLyqf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZnLlLyqf .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v2ZnLlLyqf .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v2ZnLlLyqf .content-wrapper .border_1 {
  top: 0;
}
.cid-v2ZnLlLyqf .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2ZnLlLyqf .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2ZnLlLyqf .content-wrapper::before,
.cid-v2ZnLlLyqf .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v2ZnLlLyqf .content-wrapper::before {
  left: 0;
}
.cid-v2ZnLlLyqf .content-wrapper::after {
  right: 0;
}
.cid-v2ZnLlLyqf .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v2ZnLlLyqf .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v2ZnLlLyqf .content-wrapper .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2ZnLlLyqf .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v2ZnLlLyqf .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2ZnLlLyqf .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v2ZnLlLyqf .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v2ZnLlLyqf .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v2ZnLlLyqf .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v2ZnLlLyqf .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v2ZnLlLyqf .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2ZnLlLyqf .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v2ZnLlLyqf .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2ZnLlLyqf .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2ZnLlLyqf .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v2ZnLlLyqf .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2ZnLlLyqf .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2ZnLlLyqf .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v2ZnLlLyqf .mbr-section-title {
  color: #ffffff;
}
.cid-v2ZnLlLyqf .mbr-text {
  color: #ffffff;
}
.cid-v2ZnLlLyqf .mbr-list-title {
  color: #ffffff;
}
.cid-v2ZnLlLyqf .list {
  color: #ffffff;
}
.cid-v2ZnLlLyqf .mbr-text,
.cid-v2ZnLlLyqf .text-wrapper {
  color: #ffffff;
}
.cid-v2ZDWs0sdG .navbar-dropdown {
  position: relative !important;
}
.cid-v2ZDWs0sdG .navbar-dropdown {
  position: absolute !important;
}
.cid-v2ZDWs0sdG .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v2ZDWs0sdG .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v2ZDWs0sdG .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2ZDWs0sdG .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v2ZDWs0sdG .dropdown-menu {
    text-align: center;
  }
}
.cid-v2ZDWs0sdG .dropdown-item {
  border: 1px solid #ffffff;
  background: #ffffff !important;
  color: #0027ba !important;
}
.cid-v2ZDWs0sdG .dropdown-item:hover,
.cid-v2ZDWs0sdG .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-v2ZDWs0sdG .dropdown-item:hover span {
  color: white;
}
.cid-v2ZDWs0sdG .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2ZDWs0sdG .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2ZDWs0sdG .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2ZDWs0sdG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2ZDWs0sdG .nav-link {
  position: relative;
}
.cid-v2ZDWs0sdG .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v2ZDWs0sdG .container {
    flex-wrap: nowrap;
  }
}
.cid-v2ZDWs0sdG .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2ZDWs0sdG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2ZDWs0sdG .dropdown-menu,
.cid-v2ZDWs0sdG .navbar.opened {
  background: #ffffff !important;
}
.cid-v2ZDWs0sdG .nav-item:focus,
.cid-v2ZDWs0sdG .nav-link:focus {
  outline: none;
}
.cid-v2ZDWs0sdG .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v2ZDWs0sdG .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v2ZDWs0sdG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2ZDWs0sdG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2ZDWs0sdG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2ZDWs0sdG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v2ZDWs0sdG .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v2ZDWs0sdG .navbar {
    min-height: 80px;
  }
}
.cid-v2ZDWs0sdG .navbar.opened {
  transition: all 0.3s;
}
.cid-v2ZDWs0sdG .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v2ZDWs0sdG .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v2ZDWs0sdG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2ZDWs0sdG .navbar.collapsed {
  justify-content: center;
}
.cid-v2ZDWs0sdG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2ZDWs0sdG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2ZDWs0sdG .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v2ZDWs0sdG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2ZDWs0sdG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2ZDWs0sdG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-v2ZDWs0sdG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2ZDWs0sdG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v2ZDWs0sdG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2ZDWs0sdG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2ZDWs0sdG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2ZDWs0sdG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2ZDWs0sdG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2ZDWs0sdG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-v2ZDWs0sdG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2ZDWs0sdG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2ZDWs0sdG .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v2ZDWs0sdG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v2ZDWs0sdG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2ZDWs0sdG .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2ZDWs0sdG .navbar.navbar-short {
  min-height: 96px;
}
.cid-v2ZDWs0sdG .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v2ZDWs0sdG .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v2ZDWs0sdG .navbar-brand {
    min-height: 80px;
  }
}
.cid-v2ZDWs0sdG .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2ZDWs0sdG .navbar-brand .navbar-caption:hover,
.cid-v2ZDWs0sdG .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2ZDWs0sdG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2ZDWs0sdG .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v2ZDWs0sdG .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v2ZDWs0sdG .dropdown-item.active,
.cid-v2ZDWs0sdG .dropdown-item:active {
  background-color: transparent;
}
.cid-v2ZDWs0sdG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2ZDWs0sdG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2ZDWs0sdG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2ZDWs0sdG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v2ZDWs0sdG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v2ZDWs0sdG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v2ZDWs0sdG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2ZDWs0sdG ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v2ZDWs0sdG ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
}
.cid-v2ZDWs0sdG .navbar-buttons {
  text-align: center;
}
.cid-v2ZDWs0sdG .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v2ZDWs0sdG .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v2ZDWs0sdG button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v2ZDWs0sdG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0027ba;
}
.cid-v2ZDWs0sdG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v2ZDWs0sdG button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2ZDWs0sdG button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2ZDWs0sdG button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v2ZDWs0sdG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2ZDWs0sdG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2ZDWs0sdG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2ZDWs0sdG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2ZDWs0sdG .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2ZDWs0sdG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2ZDWs0sdG .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2ZDWs0sdG .navbar {
    height: 70px;
  }
  .cid-v2ZDWs0sdG .navbar.opened {
    height: auto;
  }
  .cid-v2ZDWs0sdG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2ZDWs0sdG .navbar-nav {
  margin: 0 auto;
}
.cid-v2ZDWs0sdG .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v2ZDWs0sdG .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v2ZDWs0sdG .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v2ZDWs0sdG .nav-item .nav-link:hover,
.cid-v2ZDWs0sdG .nav-item .nav-link:focus {
  background-color: #ffffff;
  color: #000000 !important;
}
.cid-v2ZDWs0sdG .nav-item .nav-link:hover::after,
.cid-v2ZDWs0sdG .nav-item .nav-link:focus::after {
  color: #000000 !important;
}
.cid-v2ZDWs0sdG .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v2ZDWs0sdG .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v2ZDWs0sdG .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v2ZDWs0sdG .nav-item .dropdown-menu .dropdown-item {
  color: #0027ba !important;
}
.cid-v2ZDWs0sdG .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2ZDWs0sdG .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v2ZDWs0sdG .navbar {
    justify-content: flex-start !important;
  }
  .cid-v2ZDWs0sdG .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v2ZDWs0sdG .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v2ZDWs0sdG .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v2ZDWs0sdG .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v2ZDWs0sdG .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v2ZDWs0sdG .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v2ZDWs0sdG .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2ZDWs0sdG .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v2ZDWs0sdG .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v2ZDWs0sdG .content-wrap {
    min-height: 80px;
  }
}
.cid-v2ZDWsYCHA {
  position: relative;
  padding: 4px 0;
  background-color: #f4f4f4;
}
.cid-v2ZDWsYCHA .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.cid-v2ZDWsYCHA .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-v2ZDWsYCHA .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2ZDWsYCHA .cont-wrapper {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.cid-v2ZDWsYCHA .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZDWsYCHA .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 32px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v2ZDWsYCHA .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-v2ZDWsYCHA .card-wrapper .mbr-label {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-v2ZDWsYCHA .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-v2ZDWsYCHA .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
  pointer-events: visible;
}
@media (max-width: 1440px) {
  .cid-v2ZDWsYCHA .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v2ZDWsYCHA .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2ZDWsYCHA .card-wrapper .mbr-section-btn {
  pointer-events: visible;
}
.cid-v2ZDWsYCHA .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2ZDWsYCHA .mbr-label {
  color: #ffb3c1;
  text-align: center;
}
.cid-v2ZDWsYCHA .mbr-section-title {
  color: #ffb3c1;
}
.cid-v2ZDWsYCHA .mbr-text,
.cid-v2ZDWsYCHA .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2ZDWsYCHA .mbr-section-title,
.cid-v2ZDWsYCHA .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2ZDWulEcq {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2ZDWulEcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZDWulEcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZDWulEcq .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #a1f7ff;
}
@media (max-width: 767px) {
  .cid-v2ZDWulEcq .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v2ZDWulEcq .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v2ZDWulEcq .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2ZDWulEcq .card-title {
    margin-bottom: 20px;
  }
}
.cid-v2ZDWulEcq .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2ZDWulEcq .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v2ZDWulEcq .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-v2ZDWDGWqj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2ZDWDGWqj .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZDWDGWqj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZDWDGWqj .mbr-section-title {
  margin-bottom: 0;
  color: #2c2c26;
  text-align: center;
}
.cid-v2ZDWDGWqj .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-v2ZDWDGWqj .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2ZDWDGWqj .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-v2ZDWDGWqj .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v2ZDWDGWqj .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-v2ZDWDGWqj .card-wrapper .google-map {
  position: relative;
  z-index: 1;
}
.cid-v2ZDWDGWqj .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-v2ZDWDGWqj .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v2ZDWExLuX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v2ZDWExLuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZDWExLuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZDWExLuX .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v2ZDWExLuX .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v2ZDWExLuX .content-wrapper .border_1 {
  top: 0;
}
.cid-v2ZDWExLuX .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2ZDWExLuX .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2ZDWExLuX .content-wrapper::before,
.cid-v2ZDWExLuX .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v2ZDWExLuX .content-wrapper::before {
  left: 0;
}
.cid-v2ZDWExLuX .content-wrapper::after {
  right: 0;
}
.cid-v2ZDWExLuX .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v2ZDWExLuX .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v2ZDWExLuX .content-wrapper .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2ZDWExLuX .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v2ZDWExLuX .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2ZDWExLuX .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v2ZDWExLuX .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v2ZDWExLuX .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v2ZDWExLuX .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v2ZDWExLuX .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v2ZDWExLuX .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2ZDWExLuX .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v2ZDWExLuX .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2ZDWExLuX .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2ZDWExLuX .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v2ZDWExLuX .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2ZDWExLuX .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2ZDWExLuX .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v2ZDWExLuX .mbr-section-title {
  color: #ffffff;
}
.cid-v2ZDWExLuX .mbr-text {
  color: #ffffff;
}
.cid-v2ZDWExLuX .mbr-list-title {
  color: #ffffff;
}
.cid-v2ZDWExLuX .list {
  color: #ffffff;
}
.cid-v2ZDWExLuX .mbr-text,
.cid-v2ZDWExLuX .text-wrapper {
  color: #ffffff;
}
.cid-v2ZEDQr0T2 .navbar-dropdown {
  position: relative !important;
}
.cid-v2ZEDQr0T2 .navbar-dropdown {
  position: absolute !important;
}
.cid-v2ZEDQr0T2 .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v2ZEDQr0T2 .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v2ZEDQr0T2 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2ZEDQr0T2 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v2ZEDQr0T2 .dropdown-menu {
    text-align: center;
  }
}
.cid-v2ZEDQr0T2 .dropdown-item {
  border: 1px solid #ffffff;
  background: #ffffff !important;
  color: #0027ba !important;
}
.cid-v2ZEDQr0T2 .dropdown-item:hover,
.cid-v2ZEDQr0T2 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-v2ZEDQr0T2 .dropdown-item:hover span {
  color: white;
}
.cid-v2ZEDQr0T2 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2ZEDQr0T2 .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2ZEDQr0T2 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2ZEDQr0T2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2ZEDQr0T2 .nav-link {
  position: relative;
}
.cid-v2ZEDQr0T2 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v2ZEDQr0T2 .container {
    flex-wrap: nowrap;
  }
}
.cid-v2ZEDQr0T2 .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2ZEDQr0T2 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2ZEDQr0T2 .dropdown-menu,
.cid-v2ZEDQr0T2 .navbar.opened {
  background: #ffffff !important;
}
.cid-v2ZEDQr0T2 .nav-item:focus,
.cid-v2ZEDQr0T2 .nav-link:focus {
  outline: none;
}
.cid-v2ZEDQr0T2 .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v2ZEDQr0T2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v2ZEDQr0T2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2ZEDQr0T2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2ZEDQr0T2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2ZEDQr0T2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v2ZEDQr0T2 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v2ZEDQr0T2 .navbar {
    min-height: 80px;
  }
}
.cid-v2ZEDQr0T2 .navbar.opened {
  transition: all 0.3s;
}
.cid-v2ZEDQr0T2 .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v2ZEDQr0T2 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v2ZEDQr0T2 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2ZEDQr0T2 .navbar.collapsed {
  justify-content: center;
}
.cid-v2ZEDQr0T2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2ZEDQr0T2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2ZEDQr0T2 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v2ZEDQr0T2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2ZEDQr0T2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2ZEDQr0T2 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-v2ZEDQr0T2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2ZEDQr0T2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v2ZEDQr0T2 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2ZEDQr0T2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2ZEDQr0T2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2ZEDQr0T2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2ZEDQr0T2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2ZEDQr0T2 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-v2ZEDQr0T2 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2ZEDQr0T2 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2ZEDQr0T2 .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v2ZEDQr0T2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v2ZEDQr0T2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2ZEDQr0T2 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2ZEDQr0T2 .navbar.navbar-short {
  min-height: 96px;
}
.cid-v2ZEDQr0T2 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v2ZEDQr0T2 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v2ZEDQr0T2 .navbar-brand {
    min-height: 80px;
  }
}
.cid-v2ZEDQr0T2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2ZEDQr0T2 .navbar-brand .navbar-caption:hover,
.cid-v2ZEDQr0T2 .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2ZEDQr0T2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2ZEDQr0T2 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v2ZEDQr0T2 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v2ZEDQr0T2 .dropdown-item.active,
.cid-v2ZEDQr0T2 .dropdown-item:active {
  background-color: transparent;
}
.cid-v2ZEDQr0T2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2ZEDQr0T2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2ZEDQr0T2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2ZEDQr0T2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v2ZEDQr0T2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v2ZEDQr0T2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v2ZEDQr0T2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2ZEDQr0T2 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v2ZEDQr0T2 ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
}
.cid-v2ZEDQr0T2 .navbar-buttons {
  text-align: center;
}
.cid-v2ZEDQr0T2 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v2ZEDQr0T2 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v2ZEDQr0T2 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v2ZEDQr0T2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0027ba;
}
.cid-v2ZEDQr0T2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v2ZEDQr0T2 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2ZEDQr0T2 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2ZEDQr0T2 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v2ZEDQr0T2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2ZEDQr0T2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2ZEDQr0T2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2ZEDQr0T2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2ZEDQr0T2 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2ZEDQr0T2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2ZEDQr0T2 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2ZEDQr0T2 .navbar {
    height: 70px;
  }
  .cid-v2ZEDQr0T2 .navbar.opened {
    height: auto;
  }
  .cid-v2ZEDQr0T2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2ZEDQr0T2 .navbar-nav {
  margin: 0 auto;
}
.cid-v2ZEDQr0T2 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v2ZEDQr0T2 .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v2ZEDQr0T2 .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v2ZEDQr0T2 .nav-item .nav-link:hover,
.cid-v2ZEDQr0T2 .nav-item .nav-link:focus {
  background-color: #ffffff;
  color: #000000 !important;
}
.cid-v2ZEDQr0T2 .nav-item .nav-link:hover::after,
.cid-v2ZEDQr0T2 .nav-item .nav-link:focus::after {
  color: #000000 !important;
}
.cid-v2ZEDQr0T2 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v2ZEDQr0T2 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v2ZEDQr0T2 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v2ZEDQr0T2 .nav-item .dropdown-menu .dropdown-item {
  color: #0027ba !important;
}
.cid-v2ZEDQr0T2 .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2ZEDQr0T2 .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v2ZEDQr0T2 .navbar {
    justify-content: flex-start !important;
  }
  .cid-v2ZEDQr0T2 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v2ZEDQr0T2 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v2ZEDQr0T2 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v2ZEDQr0T2 .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v2ZEDQr0T2 .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v2ZEDQr0T2 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v2ZEDQr0T2 .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2ZEDQr0T2 .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v2ZEDQr0T2 .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v2ZEDQr0T2 .content-wrap {
    min-height: 80px;
  }
}
.cid-v2ZEDRfqMW {
  position: relative;
  padding: 4px 0;
  background-color: #f4f4f4;
}
.cid-v2ZEDRfqMW .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.cid-v2ZEDRfqMW .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-v2ZEDRfqMW .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2ZEDRfqMW .cont-wrapper {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.cid-v2ZEDRfqMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEDRfqMW .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 32px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v2ZEDRfqMW .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-v2ZEDRfqMW .card-wrapper .mbr-label {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-v2ZEDRfqMW .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-v2ZEDRfqMW .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
  pointer-events: visible;
}
@media (max-width: 1440px) {
  .cid-v2ZEDRfqMW .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v2ZEDRfqMW .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2ZEDRfqMW .card-wrapper .mbr-section-btn {
  pointer-events: visible;
}
.cid-v2ZEDRfqMW .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2ZEDRfqMW .mbr-label {
  color: #ffb3c1;
  text-align: center;
}
.cid-v2ZEDRfqMW .mbr-section-title {
  color: #ffb3c1;
}
.cid-v2ZEDRfqMW .mbr-text,
.cid-v2ZEDRfqMW .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.cid-v2ZEDRfqMW .mbr-section-title,
.cid-v2ZEDRfqMW .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2ZEDS0f9o {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2ZEDS0f9o .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEDS0f9o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZEDS0f9o .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #a1f7ff;
}
@media (max-width: 767px) {
  .cid-v2ZEDS0f9o .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v2ZEDS0f9o .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v2ZEDS0f9o .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2ZEDS0f9o .card-title {
    margin-bottom: 20px;
  }
}
.cid-v2ZEDS0f9o .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2ZEDS0f9o .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v2ZEDS0f9o .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-v2ZEDSEWOt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2ZEDSEWOt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEDSEWOt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZEDSEWOt .mbr-section-title {
  margin-bottom: 0;
  color: #2c2c26;
  text-align: center;
}
.cid-v2ZEDSEWOt .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-v2ZEDSEWOt .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2ZEDSEWOt .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-v2ZEDSEWOt .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v2ZEDSEWOt .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-v2ZEDSEWOt .card-wrapper .google-map {
  position: relative;
  z-index: 1;
}
.cid-v2ZEDSEWOt .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-v2ZEDSEWOt .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v2ZEDTkm7V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v2ZEDTkm7V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEDTkm7V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZEDTkm7V .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v2ZEDTkm7V .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v2ZEDTkm7V .content-wrapper .border_1 {
  top: 0;
}
.cid-v2ZEDTkm7V .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2ZEDTkm7V .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2ZEDTkm7V .content-wrapper::before,
.cid-v2ZEDTkm7V .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v2ZEDTkm7V .content-wrapper::before {
  left: 0;
}
.cid-v2ZEDTkm7V .content-wrapper::after {
  right: 0;
}
.cid-v2ZEDTkm7V .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v2ZEDTkm7V .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v2ZEDTkm7V .content-wrapper .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2ZEDTkm7V .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v2ZEDTkm7V .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2ZEDTkm7V .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v2ZEDTkm7V .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v2ZEDTkm7V .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v2ZEDTkm7V .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v2ZEDTkm7V .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v2ZEDTkm7V .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2ZEDTkm7V .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v2ZEDTkm7V .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2ZEDTkm7V .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2ZEDTkm7V .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v2ZEDTkm7V .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2ZEDTkm7V .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2ZEDTkm7V .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v2ZEDTkm7V .mbr-section-title {
  color: #ffffff;
}
.cid-v2ZEDTkm7V .mbr-text {
  color: #ffffff;
}
.cid-v2ZEDTkm7V .mbr-list-title {
  color: #ffffff;
}
.cid-v2ZEDTkm7V .list {
  color: #ffffff;
}
.cid-v2ZEDTkm7V .mbr-text,
.cid-v2ZEDTkm7V .text-wrapper {
  color: #ffffff;
}
.cid-v2ZEMhnlTH .navbar-dropdown {
  position: relative !important;
}
.cid-v2ZEMhnlTH .navbar-dropdown {
  position: absolute !important;
}
.cid-v2ZEMhnlTH .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v2ZEMhnlTH .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v2ZEMhnlTH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2ZEMhnlTH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v2ZEMhnlTH .dropdown-menu {
    text-align: center;
  }
}
.cid-v2ZEMhnlTH .dropdown-item {
  border: 1px solid #ffffff;
  background: #ffffff !important;
  color: #0027ba !important;
}
.cid-v2ZEMhnlTH .dropdown-item:hover,
.cid-v2ZEMhnlTH .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-v2ZEMhnlTH .dropdown-item:hover span {
  color: white;
}
.cid-v2ZEMhnlTH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v2ZEMhnlTH .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v2ZEMhnlTH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v2ZEMhnlTH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v2ZEMhnlTH .nav-link {
  position: relative;
}
.cid-v2ZEMhnlTH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v2ZEMhnlTH .container {
    flex-wrap: nowrap;
  }
}
.cid-v2ZEMhnlTH .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v2ZEMhnlTH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v2ZEMhnlTH .dropdown-menu,
.cid-v2ZEMhnlTH .navbar.opened {
  background: #ffffff !important;
}
.cid-v2ZEMhnlTH .nav-item:focus,
.cid-v2ZEMhnlTH .nav-link:focus {
  outline: none;
}
.cid-v2ZEMhnlTH .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v2ZEMhnlTH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v2ZEMhnlTH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v2ZEMhnlTH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v2ZEMhnlTH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v2ZEMhnlTH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v2ZEMhnlTH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v2ZEMhnlTH .navbar {
    min-height: 80px;
  }
}
.cid-v2ZEMhnlTH .navbar.opened {
  transition: all 0.3s;
}
.cid-v2ZEMhnlTH .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v2ZEMhnlTH .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v2ZEMhnlTH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v2ZEMhnlTH .navbar.collapsed {
  justify-content: center;
}
.cid-v2ZEMhnlTH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v2ZEMhnlTH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v2ZEMhnlTH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v2ZEMhnlTH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v2ZEMhnlTH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v2ZEMhnlTH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-v2ZEMhnlTH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v2ZEMhnlTH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v2ZEMhnlTH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v2ZEMhnlTH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v2ZEMhnlTH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v2ZEMhnlTH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v2ZEMhnlTH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v2ZEMhnlTH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-v2ZEMhnlTH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v2ZEMhnlTH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v2ZEMhnlTH .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v2ZEMhnlTH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v2ZEMhnlTH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v2ZEMhnlTH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v2ZEMhnlTH .navbar.navbar-short {
  min-height: 96px;
}
.cid-v2ZEMhnlTH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v2ZEMhnlTH .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v2ZEMhnlTH .navbar-brand {
    min-height: 80px;
  }
}
.cid-v2ZEMhnlTH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v2ZEMhnlTH .navbar-brand .navbar-caption:hover,
.cid-v2ZEMhnlTH .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v2ZEMhnlTH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v2ZEMhnlTH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v2ZEMhnlTH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v2ZEMhnlTH .dropdown-item.active,
.cid-v2ZEMhnlTH .dropdown-item:active {
  background-color: transparent;
}
.cid-v2ZEMhnlTH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v2ZEMhnlTH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v2ZEMhnlTH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v2ZEMhnlTH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v2ZEMhnlTH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v2ZEMhnlTH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v2ZEMhnlTH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v2ZEMhnlTH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v2ZEMhnlTH ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
}
.cid-v2ZEMhnlTH .navbar-buttons {
  text-align: center;
}
.cid-v2ZEMhnlTH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v2ZEMhnlTH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v2ZEMhnlTH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v2ZEMhnlTH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0027ba;
}
.cid-v2ZEMhnlTH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v2ZEMhnlTH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2ZEMhnlTH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v2ZEMhnlTH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v2ZEMhnlTH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2ZEMhnlTH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v2ZEMhnlTH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v2ZEMhnlTH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v2ZEMhnlTH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v2ZEMhnlTH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v2ZEMhnlTH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v2ZEMhnlTH .navbar {
    height: 70px;
  }
  .cid-v2ZEMhnlTH .navbar.opened {
    height: auto;
  }
  .cid-v2ZEMhnlTH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v2ZEMhnlTH .navbar-nav {
  margin: 0 auto;
}
.cid-v2ZEMhnlTH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v2ZEMhnlTH .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v2ZEMhnlTH .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v2ZEMhnlTH .nav-item .nav-link:hover,
.cid-v2ZEMhnlTH .nav-item .nav-link:focus {
  background-color: #ffffff;
  color: #000000 !important;
}
.cid-v2ZEMhnlTH .nav-item .nav-link:hover::after,
.cid-v2ZEMhnlTH .nav-item .nav-link:focus::after {
  color: #000000 !important;
}
.cid-v2ZEMhnlTH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v2ZEMhnlTH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v2ZEMhnlTH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v2ZEMhnlTH .nav-item .dropdown-menu .dropdown-item {
  color: #0027ba !important;
}
.cid-v2ZEMhnlTH .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v2ZEMhnlTH .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v2ZEMhnlTH .navbar {
    justify-content: flex-start !important;
  }
  .cid-v2ZEMhnlTH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v2ZEMhnlTH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v2ZEMhnlTH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v2ZEMhnlTH .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v2ZEMhnlTH .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v2ZEMhnlTH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v2ZEMhnlTH .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v2ZEMhnlTH .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v2ZEMhnlTH .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v2ZEMhnlTH .content-wrap {
    min-height: 80px;
  }
}
.cid-v2ZEMiJyqk {
  position: relative;
  padding: 4px 0;
  background-color: #f4f4f4;
}
.cid-v2ZEMiJyqk .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.cid-v2ZEMiJyqk .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-v2ZEMiJyqk .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v2ZEMiJyqk .cont-wrapper {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.cid-v2ZEMiJyqk .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEMiJyqk .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 32px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v2ZEMiJyqk .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-v2ZEMiJyqk .card-wrapper .mbr-label {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-v2ZEMiJyqk .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-v2ZEMiJyqk .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
  pointer-events: visible;
}
@media (max-width: 1440px) {
  .cid-v2ZEMiJyqk .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v2ZEMiJyqk .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v2ZEMiJyqk .card-wrapper .mbr-section-btn {
  pointer-events: visible;
}
.cid-v2ZEMiJyqk .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2ZEMiJyqk .mbr-label {
  color: #ffb3c1;
  text-align: center;
}
.cid-v2ZEMiJyqk .mbr-section-title {
  color: #ffb3c1;
}
.cid-v2ZEMiJyqk .mbr-text,
.cid-v2ZEMiJyqk .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v2ZEMiJyqk .mbr-section-title,
.cid-v2ZEMiJyqk .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2ZEMk9qZu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2ZEMk9qZu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEMk9qZu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZEMk9qZu .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-v2ZEMk9qZu .title-container {
    margin-bottom: 25px;
  }
}
.cid-v2ZEMk9qZu .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v2ZEMk9qZu .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-v2ZEMk9qZu .mbr-text {
    margin-top: 24px;
  }
}
.cid-v2ZEMk9qZu .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v2ZEMk9qZu .tabl-container {
    margin-top: 25px;
  }
}
.cid-v2ZEMk9qZu .item-container {
  width: 100%;
  display: flex;
}
.cid-v2ZEMk9qZu .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-v2ZEMk9qZu .card-text {
  color: #0c0d03;
  width: 100%;
  text-align: left;
}
.cid-v2ZEMkNPw9 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2ZEMkNPw9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEMkNPw9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZEMkNPw9 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #a1f7ff;
}
@media (max-width: 767px) {
  .cid-v2ZEMkNPw9 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v2ZEMkNPw9 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v2ZEMkNPw9 .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2ZEMkNPw9 .card-title {
    margin-bottom: 20px;
  }
}
.cid-v2ZEMkNPw9 .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v2ZEMkNPw9 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v2ZEMkNPw9 .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-v2ZEMlCsvY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v2ZEMlCsvY .mbr-overlay {
  padding: 0;
  background: #a1f7ff;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-v2ZEMlCsvY .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #6a3649;
  text-align: center;
}
.cid-v2ZEMlCsvY .title-text {
  color: #000000;
  text-align: center;
}
.cid-v2ZEMlCsvY H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-v2ZEMlCsvY .section-text,
.cid-v2ZEMlCsvY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v2ZEMmdIPi {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2ZEMmdIPi .card-wrapper {
  margin-top: 3rem;
}
.cid-v2ZEMmdIPi .row {
  justify-content: center;
}
.cid-v2ZEMmdIPi .card-text {
  text-align: left;
  color: #fafafa;
}
.cid-v2ZEMmdIPi .card-title,
.cid-v2ZEMmdIPi .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v2ZEMn1MA8 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f4f4f4;
}
.cid-v2ZEMn1MA8 .mbr-text {
  color: #000000;
}
.cid-v2ZEMn1MA8 .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v2ZEMn1MA8 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2ZEMnCLYW {
  padding-top: 6.25rem;
  padding-bottom: 10.25rem;
  background-color: #ffffff;
}
.cid-v2ZEMnCLYW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEMnCLYW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZEMnCLYW .items-wrapper {
  margin: 0 -4px;
}
.cid-v2ZEMnCLYW .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v2ZEMnCLYW .item:first-child {
  margin-top: 0;
}
.cid-v2ZEMnCLYW .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 992px) {
  .cid-v2ZEMnCLYW .item .item-wrapper {
    display: block;
  }
}
.cid-v2ZEMnCLYW .item .item-wrapper .card-box {
  padding: 40px 32px;
  background-color: #a1f7ff;
}
@media (max-width: 992px) {
  .cid-v2ZEMnCLYW .item .item-wrapper .card-box {
    padding: 24px;
    margin-bottom: 8px;
  }
}
.cid-v2ZEMnCLYW .item .item-wrapper .card-box .item-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v2ZEMnCLYW .item .item-wrapper .card-box .item-content {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
.cid-v2ZEMnCLYW .item .item-wrapper .card-box .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 80px;
  display: inline-flex;
}
.cid-v2ZEMnCLYW .item .item-wrapper .card-box .item-content .item-number {
  margin-bottom: 0;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-v2ZEMnCLYW .item .item-wrapper .card-box .item-content .item-number {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.cid-v2ZEMnCLYW .item .item-wrapper .card-box .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v2ZEMnCLYW .item .item-wrapper .card-box .title-wrap .item-title {
    width: 100%;
  }
}
.cid-v2ZEMnCLYW .item .item-wrapper .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2ZEMnCLYW .item .item-wrapper .card-box .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v2ZEMnCLYW .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2ZEMnCLYW .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2ZEMnCLYW .item .item-wrapper .item-img {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v2ZEMnCLYW .item .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-v2ZEMnCLYW .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2ZEMnCLYW .item .card_2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.cid-v2ZEMnCLYW .item-number {
  color: #949DBD;
}
.cid-v2ZEMnCLYW .item-title {
  color: #0027ba;
}
.cid-v2ZEMnCLYW .item-text {
  color: #0027ba;
}
.cid-v2ZEMnCLYW .item-title,
.cid-v2ZEMnCLYW .mbr-section-btn,
.cid-v2ZEMnCLYW .title-wrap {
  color: #000000;
}
.cid-v2ZEMnCLYW .item-text,
.cid-v2ZEMnCLYW .text-wrapper {
  color: #000000;
}
.cid-v2ZEMolnsf {
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
  background-color: #a1f7ff;
}
.cid-v2ZEMolnsf .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEMolnsf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZEMolnsf .items-wrapper {
  margin: 0 -4px;
}
.cid-v2ZEMolnsf .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v2ZEMolnsf .item:first-child {
  margin-top: 0;
}
.cid-v2ZEMolnsf .item .item-wrapper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 8px;
}
@media (max-width: 992px) {
  .cid-v2ZEMolnsf .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v2ZEMolnsf .item .item-wrapper .item-img {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
  }
}
.cid-v2ZEMolnsf .item .item-wrapper .item-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v2ZEMolnsf .item .item-wrapper .item-img img {
    width: 320px;
  }
}
@media (max-width: 425px) {
  .cid-v2ZEMolnsf .item .item-wrapper .item-img img {
    width: 270px;
    height: 270px;
  }
}
.cid-v2ZEMolnsf .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v2ZEMolnsf .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-v2ZEMolnsf .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
.cid-v2ZEMolnsf .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
.cid-v2ZEMolnsf .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
.cid-v2ZEMolnsf .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 65%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-v2ZEMolnsf .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
  .cid-v2ZEMolnsf .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
  .cid-v2ZEMolnsf .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
  .cid-v2ZEMolnsf .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v2ZEMolnsf .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
  .cid-v2ZEMolnsf .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
  .cid-v2ZEMolnsf .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
  .cid-v2ZEMolnsf .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v2ZEMolnsf .item .item-wrapper .card-box .person-wrapper .item-name_1,
.cid-v2ZEMolnsf .item .item-wrapper .card-box .person-wrapper .item-name_2 {
  margin-bottom: 4px;
}
.cid-v2ZEMolnsf .item .item-wrapper .card-box .person-wrapper .item-role_1,
.cid-v2ZEMolnsf .item .item-wrapper .card-box .person-wrapper .item-role_2 {
  margin-bottom: 0;
}
.cid-v2ZEMolnsf .item .card_1 .card-box {
  background-color: #0027ba;
}
.cid-v2ZEMolnsf .item .card_2 {
  grid-template-columns: 1fr 320px;
}
.cid-v2ZEMolnsf .item .card_2 .card-box {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v2ZEMolnsf .item .card_2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.cid-v2ZEMolnsf .item-text_1 {
  color: #ffb3c1;
}
.cid-v2ZEMolnsf .item-text_2 {
  color: #0027ba;
}
.cid-v2ZEMolnsf .item-name_1 {
  color: #ffb3c1;
}
.cid-v2ZEMolnsf .item-name_2 {
  color: #000000;
}
.cid-v2ZEMolnsf .item-role_1 {
  color: #9e7abe;
}
.cid-v2ZEMolnsf .item-role_2 {
  color: #9e7abe;
}
.cid-v2ZEMolnsf .item-text_2,
.cid-v2ZEMolnsf .text-wrapper_2 {
  color: #000000;
}
.cid-v2ZEMoVVyT {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-v2ZEMoVVyT .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEMoVVyT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZEMoVVyT .card-wrapper {
  background-color: #ffffff;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-v2ZEMoVVyT .card-wrapper {
    padding: 24px;
  }
}
.cid-v2ZEMoVVyT .card-wrapper .title-wrapper {
  position: sticky;
  top: 56px;
}
@media (max-width: 992px) {
  .cid-v2ZEMoVVyT .card-wrapper .title-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-v2ZEMoVVyT .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v2ZEMoVVyT .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2ZEMoVVyT .card-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v2ZEMoVVyT .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cid-v2ZEMoVVyT .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-v2ZEMoVVyT .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #000000;
  padding: 18px 28px;
  border: 1px solid #a1f7ff;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #a1f7ff;
}
@media (max-width: 992px) {
  .cid-v2ZEMoVVyT .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 20px;
  }
}
.cid-v2ZEMoVVyT .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #000000;
  border: 1px solid #a1f7ff;
}
.cid-v2ZEMoVVyT .card-wrapper .card-wrap {
  padding: 40px 32px;
  background-color: #a1f7ff;
}
@media (max-width: 992px) {
  .cid-v2ZEMoVVyT .card-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-v2ZEMoVVyT .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v2ZEMoVVyT .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-v2ZEMoVVyT .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap img {
  height: 620px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v2ZEMoVVyT .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-v2ZEMoVVyT .card-wrapper .card-wrap .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 20px;
}
.cid-v2ZEMoVVyT .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2ZEMoVVyT .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v2ZEMoVVyT .card-wrapper .card-wrap .tab-content .tab-pane .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v2ZEMoVVyT .card-wrapper .card-wrap .tab-content .tab-pane .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v2ZEMoVVyT .mbr-label {
  color: #0027ba;
}
.cid-v2ZEMoVVyT .mbr-section-title {
  color: #0027ba;
}
.cid-v2ZEMoVVyT .item-title {
  color: #ffb3c1;
}
.cid-v2ZEMoVVyT .item-text {
  color: #ffb3c1;
}
.cid-v2ZEMoVVyT .mbr-section-title,
.cid-v2ZEMoVVyT .tabs-wrapper {
  color: #000000;
}
.cid-v2ZEMpNMS2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-v2ZEMpNMS2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEMpNMS2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZEMpNMS2 .row {
  justify-content: flex-start;
}
.cid-v2ZEMpNMS2 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v2ZEMpNMS2 .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v2ZEMqqmsW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/cosmetic-dentistry-in-denton-1200x800.jpg");
}
.cid-v2ZEMqqmsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEMqqmsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZEMqqmsW .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v2ZEMqqmsW .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v2ZEMqqmsW .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v2ZEMqqmsW .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-v2ZEMqqmsW .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v2ZEMqqmsW .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v2ZEMqqmsW .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-v2ZEMqqmsW .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v2ZEMqqmsW .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v2ZEMqqmsW .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v2ZEMqqmsW .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v2ZEMqqmsW .mbr-section-title {
  color: #000000;
}
.cid-v2ZEMqqmsW .mbr-desc {
  color: #000000;
}
.cid-v2ZEMqqmsW .mbr-text {
  color: #000000;
}
.cid-v2ZEMrcdKY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v2ZEMrcdKY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEMrcdKY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZEMrcdKY .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v2ZEMrcdKY .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2ZEMrcdKY .content-wrapper::before,
.cid-v2ZEMrcdKY .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v2ZEMrcdKY .content-wrapper::before {
  left: 0;
}
.cid-v2ZEMrcdKY .content-wrapper::after {
  right: 0;
}
.cid-v2ZEMrcdKY .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-v2ZEMrcdKY .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-v2ZEMrcdKY .title-wrapper .item {
  margin-bottom: 0;
}
.cid-v2ZEMrcdKY .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v2ZEMrcdKY .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v2ZEMrcdKY .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v2ZEMrcdKY .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v2ZEMrcdKY .item {
    margin-bottom: 16px;
  }
  .cid-v2ZEMrcdKY .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v2ZEMrcdKY .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v2ZEMrcdKY .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-v2ZEMrcdKY .item .item-wrapper:hover .item-img img,
.cid-v2ZEMrcdKY .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v2ZEMrcdKY .item .item-wrapper:hover .item-img img,
  .cid-v2ZEMrcdKY .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-v2ZEMrcdKY .item .item-wrapper .item-content .item-title_1,
.cid-v2ZEMrcdKY .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-v2ZEMrcdKY .item .item-wrapper .item-content .item-text_1,
.cid-v2ZEMrcdKY .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-v2ZEMrcdKY .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2ZEMrcdKY .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-v2ZEMrcdKY .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2ZEMrcdKY .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v2ZEMrcdKY .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-v2ZEMrcdKY .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-v2ZEMrcdKY .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v2ZEMrcdKY .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v2ZEMrcdKY .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v2ZEMrcdKY .item .card_1 {
  background-color: #a1f7ff;
}
.cid-v2ZEMrcdKY .item .card_2 {
  background-color: #f8f8f8;
}
.cid-v2ZEMrcdKY .item-title_1 {
  color: #ffffff;
}
.cid-v2ZEMrcdKY .item-title_2 {
  color: #0a0a0a;
  text-align: center;
}
.cid-v2ZEMrcdKY .item-text_1 {
  color: #ffffff;
}
.cid-v2ZEMrcdKY .item-text_2 {
  color: #0a0a0a;
}
.cid-v2ZEMrcdKY .item-title_1,
.cid-v2ZEMrcdKY .mbr-section-btn {
  color: #000000;
}
.cid-v2ZEMs5Pae {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-v2ZEMs5Pae .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEMs5Pae .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZEMs5Pae .row {
  justify-content: flex-start;
}
.cid-v2ZEMs5Pae .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v2ZEMs5Pae .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v30l6nIOPV {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-v30l6nIOPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30l6nIOPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30l6nIOPV .card-wrapper {
  background-color: #f4f4f4;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-v30l6nIOPV .card-wrapper {
    padding: 24px;
  }
}
.cid-v30l6nIOPV .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v30l6nIOPV .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v30l6nIOPV .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v30l6nIOPV .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v30l6nIOPV .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v30l6nIOPV .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-v30l6nIOPV .card-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  margin-top: 8px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-v30l6nIOPV .card-wrapper .panel-group .card:hover {
  background-color: #ffffff;
}
.cid-v30l6nIOPV .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v30l6nIOPV .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v30l6nIOPV .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v30l6nIOPV .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v30l6nIOPV .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v30l6nIOPV .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v30l6nIOPV .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v30l6nIOPV .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-v30l6nIOPV .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v30l6nIOPV .mbr-label {
  color: #0027ba;
}
.cid-v30l6nIOPV .mbr-section-title {
  color: #0027ba;
}
.cid-v30l6nIOPV .mbr-text {
  color: #0027ba;
}
.cid-v30l6nIOPV .panel-title-edit {
  color: #000000;
}
.cid-v30l6nIOPV .panel-text {
  color: #0027ba;
}
.cid-v30l6nIOPV .mbr-section-title,
.cid-v30l6nIOPV .main-btn {
  color: #000000;
}
.cid-v30l6nIOPV .panel-text,
.cid-v30l6nIOPV .panel-body {
  color: #000000;
}
.cid-v2ZEMsNapu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v2ZEMsNapu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEMsNapu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZEMsNapu .mbr-section-title {
  margin-bottom: 0;
  color: #2c2c26;
  text-align: center;
}
.cid-v2ZEMsNapu .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-v2ZEMsNapu .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v2ZEMsNapu .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-v2ZEMsNapu .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v2ZEMsNapu .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-v2ZEMsNapu .card-wrapper .google-map {
  position: relative;
  z-index: 1;
}
.cid-v2ZEMsNapu .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-v2ZEMsNapu .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v2ZEMtxNcC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v2ZEMtxNcC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2ZEMtxNcC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2ZEMtxNcC .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v2ZEMtxNcC .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v2ZEMtxNcC .content-wrapper .border_1 {
  top: 0;
}
.cid-v2ZEMtxNcC .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2ZEMtxNcC .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v2ZEMtxNcC .content-wrapper::before,
.cid-v2ZEMtxNcC .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v2ZEMtxNcC .content-wrapper::before {
  left: 0;
}
.cid-v2ZEMtxNcC .content-wrapper::after {
  right: 0;
}
.cid-v2ZEMtxNcC .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v2ZEMtxNcC .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v2ZEMtxNcC .content-wrapper .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v2ZEMtxNcC .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v2ZEMtxNcC .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v2ZEMtxNcC .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v2ZEMtxNcC .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v2ZEMtxNcC .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v2ZEMtxNcC .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v2ZEMtxNcC .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v2ZEMtxNcC .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v2ZEMtxNcC .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v2ZEMtxNcC .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v2ZEMtxNcC .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v2ZEMtxNcC .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v2ZEMtxNcC .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v2ZEMtxNcC .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v2ZEMtxNcC .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v2ZEMtxNcC .mbr-section-title {
  color: #ffffff;
}
.cid-v2ZEMtxNcC .mbr-text {
  color: #ffffff;
}
.cid-v2ZEMtxNcC .mbr-list-title {
  color: #ffffff;
}
.cid-v2ZEMtxNcC .list {
  color: #ffffff;
}
.cid-v2ZEMtxNcC .mbr-text,
.cid-v2ZEMtxNcC .text-wrapper {
  color: #ffffff;
}
.cid-v30pIflPmH .navbar-dropdown {
  position: relative !important;
}
.cid-v30pIflPmH .navbar-dropdown {
  position: absolute !important;
}
.cid-v30pIflPmH .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v30pIflPmH .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v30pIflPmH .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v30pIflPmH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v30pIflPmH .dropdown-menu {
    text-align: center;
  }
}
.cid-v30pIflPmH .dropdown-item {
  border: 1px solid #ffffff;
  background: #ffffff !important;
  color: #0027ba !important;
}
.cid-v30pIflPmH .dropdown-item:hover,
.cid-v30pIflPmH .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-v30pIflPmH .dropdown-item:hover span {
  color: white;
}
.cid-v30pIflPmH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v30pIflPmH .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v30pIflPmH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v30pIflPmH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v30pIflPmH .nav-link {
  position: relative;
}
.cid-v30pIflPmH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v30pIflPmH .container {
    flex-wrap: nowrap;
  }
}
.cid-v30pIflPmH .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v30pIflPmH .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v30pIflPmH .dropdown-menu,
.cid-v30pIflPmH .navbar.opened {
  background: #ffffff !important;
}
.cid-v30pIflPmH .nav-item:focus,
.cid-v30pIflPmH .nav-link:focus {
  outline: none;
}
.cid-v30pIflPmH .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v30pIflPmH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v30pIflPmH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v30pIflPmH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v30pIflPmH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v30pIflPmH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v30pIflPmH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v30pIflPmH .navbar {
    min-height: 80px;
  }
}
.cid-v30pIflPmH .navbar.opened {
  transition: all 0.3s;
}
.cid-v30pIflPmH .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v30pIflPmH .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v30pIflPmH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v30pIflPmH .navbar.collapsed {
  justify-content: center;
}
.cid-v30pIflPmH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v30pIflPmH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v30pIflPmH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v30pIflPmH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v30pIflPmH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v30pIflPmH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-v30pIflPmH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v30pIflPmH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v30pIflPmH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v30pIflPmH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v30pIflPmH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v30pIflPmH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v30pIflPmH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v30pIflPmH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-v30pIflPmH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v30pIflPmH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v30pIflPmH .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v30pIflPmH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v30pIflPmH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v30pIflPmH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v30pIflPmH .navbar.navbar-short {
  min-height: 96px;
}
.cid-v30pIflPmH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v30pIflPmH .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v30pIflPmH .navbar-brand {
    min-height: 80px;
  }
}
.cid-v30pIflPmH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v30pIflPmH .navbar-brand .navbar-caption:hover,
.cid-v30pIflPmH .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v30pIflPmH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v30pIflPmH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v30pIflPmH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v30pIflPmH .dropdown-item.active,
.cid-v30pIflPmH .dropdown-item:active {
  background-color: transparent;
}
.cid-v30pIflPmH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v30pIflPmH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v30pIflPmH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v30pIflPmH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v30pIflPmH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v30pIflPmH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v30pIflPmH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v30pIflPmH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v30pIflPmH ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
}
.cid-v30pIflPmH .navbar-buttons {
  text-align: center;
}
.cid-v30pIflPmH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v30pIflPmH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v30pIflPmH button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v30pIflPmH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0027ba;
}
.cid-v30pIflPmH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v30pIflPmH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v30pIflPmH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v30pIflPmH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v30pIflPmH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v30pIflPmH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v30pIflPmH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v30pIflPmH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v30pIflPmH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v30pIflPmH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v30pIflPmH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v30pIflPmH .navbar {
    height: 70px;
  }
  .cid-v30pIflPmH .navbar.opened {
    height: auto;
  }
  .cid-v30pIflPmH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v30pIflPmH .navbar-nav {
  margin: 0 auto;
}
.cid-v30pIflPmH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v30pIflPmH .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v30pIflPmH .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v30pIflPmH .nav-item .nav-link:hover,
.cid-v30pIflPmH .nav-item .nav-link:focus {
  background-color: #ffffff;
  color: #000000 !important;
}
.cid-v30pIflPmH .nav-item .nav-link:hover::after,
.cid-v30pIflPmH .nav-item .nav-link:focus::after {
  color: #000000 !important;
}
.cid-v30pIflPmH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v30pIflPmH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v30pIflPmH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v30pIflPmH .nav-item .dropdown-menu .dropdown-item {
  color: #0027ba !important;
}
.cid-v30pIflPmH .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v30pIflPmH .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v30pIflPmH .navbar {
    justify-content: flex-start !important;
  }
  .cid-v30pIflPmH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v30pIflPmH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v30pIflPmH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v30pIflPmH .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v30pIflPmH .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v30pIflPmH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v30pIflPmH .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v30pIflPmH .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v30pIflPmH .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v30pIflPmH .content-wrap {
    min-height: 80px;
  }
}
.cid-v30pIgks6W {
  position: relative;
  padding: 4px 0;
  background-color: #f4f4f4;
}
.cid-v30pIgks6W .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.cid-v30pIgks6W .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-v30pIgks6W .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v30pIgks6W .cont-wrapper {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.cid-v30pIgks6W .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30pIgks6W .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 32px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v30pIgks6W .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-v30pIgks6W .card-wrapper .mbr-label {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-v30pIgks6W .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-v30pIgks6W .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
  pointer-events: visible;
}
@media (max-width: 1440px) {
  .cid-v30pIgks6W .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v30pIgks6W .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v30pIgks6W .card-wrapper .mbr-section-btn {
  pointer-events: visible;
}
.cid-v30pIgks6W .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v30pIgks6W .mbr-label {
  color: #ffb3c1;
  text-align: center;
}
.cid-v30pIgks6W .mbr-section-title {
  color: #ffb3c1;
}
.cid-v30pIgks6W .mbr-text,
.cid-v30pIgks6W .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v30pIgks6W .mbr-section-title,
.cid-v30pIgks6W .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v30pIh4mLV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v30pIh4mLV .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30pIh4mLV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30pIh4mLV .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-v30pIh4mLV .title-container {
    margin-bottom: 25px;
  }
}
.cid-v30pIh4mLV .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v30pIh4mLV .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-v30pIh4mLV .mbr-text {
    margin-top: 24px;
  }
}
.cid-v30pIh4mLV .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v30pIh4mLV .tabl-container {
    margin-top: 25px;
  }
}
.cid-v30pIh4mLV .item-container {
  width: 100%;
  display: flex;
}
.cid-v30pIh4mLV .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-v30pIh4mLV .card-text {
  color: #0c0d03;
  width: 100%;
  text-align: left;
}
.cid-v30pIhGzpu {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v30pIhGzpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30pIhGzpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30pIhGzpu .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #a1f7ff;
}
@media (max-width: 767px) {
  .cid-v30pIhGzpu .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v30pIhGzpu .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v30pIhGzpu .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v30pIhGzpu .card-title {
    margin-bottom: 20px;
  }
}
.cid-v30pIhGzpu .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v30pIhGzpu .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v30pIhGzpu .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-v30pIin0Bs {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v30pIin0Bs .mbr-overlay {
  padding: 0;
  background: #a1f7ff;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-v30pIin0Bs .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #6a3649;
  text-align: center;
}
.cid-v30pIin0Bs .title-text {
  color: #000000;
  text-align: center;
}
.cid-v30pIin0Bs H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-v30pIin0Bs .section-text,
.cid-v30pIin0Bs .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v30pIj8KdV {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v30pIj8KdV .card-wrapper {
  margin-top: 3rem;
}
.cid-v30pIj8KdV .row {
  justify-content: center;
}
.cid-v30pIj8KdV .card-text {
  text-align: left;
  color: #fafafa;
}
.cid-v30pIj8KdV .card-title,
.cid-v30pIj8KdV .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v30pIkeO2K {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f4f4f4;
}
.cid-v30pIkeO2K .mbr-text {
  color: #000000;
}
.cid-v30pIkeO2K .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v30pIkeO2K .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v30pIkR23j {
  padding-top: 6.25rem;
  padding-bottom: 10.25rem;
  background-color: #ffffff;
}
.cid-v30pIkR23j .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30pIkR23j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30pIkR23j .items-wrapper {
  margin: 0 -4px;
}
.cid-v30pIkR23j .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v30pIkR23j .item:first-child {
  margin-top: 0;
}
.cid-v30pIkR23j .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 992px) {
  .cid-v30pIkR23j .item .item-wrapper {
    display: block;
  }
}
.cid-v30pIkR23j .item .item-wrapper .card-box {
  padding: 40px 32px;
  background-color: #a1f7ff;
}
@media (max-width: 992px) {
  .cid-v30pIkR23j .item .item-wrapper .card-box {
    padding: 24px;
    margin-bottom: 8px;
  }
}
.cid-v30pIkR23j .item .item-wrapper .card-box .item-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v30pIkR23j .item .item-wrapper .card-box .item-content {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
.cid-v30pIkR23j .item .item-wrapper .card-box .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 80px;
  display: inline-flex;
}
.cid-v30pIkR23j .item .item-wrapper .card-box .item-content .item-number {
  margin-bottom: 0;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-v30pIkR23j .item .item-wrapper .card-box .item-content .item-number {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.cid-v30pIkR23j .item .item-wrapper .card-box .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v30pIkR23j .item .item-wrapper .card-box .title-wrap .item-title {
    width: 100%;
  }
}
.cid-v30pIkR23j .item .item-wrapper .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v30pIkR23j .item .item-wrapper .card-box .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v30pIkR23j .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v30pIkR23j .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v30pIkR23j .item .item-wrapper .item-img {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v30pIkR23j .item .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-v30pIkR23j .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v30pIkR23j .item .card_2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.cid-v30pIkR23j .item-number {
  color: #949DBD;
}
.cid-v30pIkR23j .item-title {
  color: #0027ba;
}
.cid-v30pIkR23j .item-text {
  color: #0027ba;
}
.cid-v30pIkR23j .item-title,
.cid-v30pIkR23j .mbr-section-btn,
.cid-v30pIkR23j .title-wrap {
  color: #000000;
}
.cid-v30pIkR23j .item-text,
.cid-v30pIkR23j .text-wrapper {
  color: #000000;
}
.cid-v30pIlNR94 {
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
  background-color: #a1f7ff;
}
.cid-v30pIlNR94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30pIlNR94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30pIlNR94 .items-wrapper {
  margin: 0 -4px;
}
.cid-v30pIlNR94 .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v30pIlNR94 .item:first-child {
  margin-top: 0;
}
.cid-v30pIlNR94 .item .item-wrapper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 8px;
}
@media (max-width: 992px) {
  .cid-v30pIlNR94 .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v30pIlNR94 .item .item-wrapper .item-img {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
  }
}
.cid-v30pIlNR94 .item .item-wrapper .item-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v30pIlNR94 .item .item-wrapper .item-img img {
    width: 320px;
  }
}
@media (max-width: 425px) {
  .cid-v30pIlNR94 .item .item-wrapper .item-img img {
    width: 270px;
    height: 270px;
  }
}
.cid-v30pIlNR94 .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v30pIlNR94 .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-v30pIlNR94 .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
.cid-v30pIlNR94 .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
.cid-v30pIlNR94 .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
.cid-v30pIlNR94 .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 65%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-v30pIlNR94 .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
  .cid-v30pIlNR94 .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
  .cid-v30pIlNR94 .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
  .cid-v30pIlNR94 .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v30pIlNR94 .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
  .cid-v30pIlNR94 .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
  .cid-v30pIlNR94 .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
  .cid-v30pIlNR94 .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v30pIlNR94 .item .item-wrapper .card-box .person-wrapper .item-name_1,
.cid-v30pIlNR94 .item .item-wrapper .card-box .person-wrapper .item-name_2 {
  margin-bottom: 4px;
}
.cid-v30pIlNR94 .item .item-wrapper .card-box .person-wrapper .item-role_1,
.cid-v30pIlNR94 .item .item-wrapper .card-box .person-wrapper .item-role_2 {
  margin-bottom: 0;
}
.cid-v30pIlNR94 .item .card_1 .card-box {
  background-color: #0027ba;
}
.cid-v30pIlNR94 .item .card_2 {
  grid-template-columns: 1fr 320px;
}
.cid-v30pIlNR94 .item .card_2 .card-box {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v30pIlNR94 .item .card_2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.cid-v30pIlNR94 .item-text_1 {
  color: #ffb3c1;
}
.cid-v30pIlNR94 .item-text_2 {
  color: #0027ba;
}
.cid-v30pIlNR94 .item-name_1 {
  color: #ffb3c1;
}
.cid-v30pIlNR94 .item-name_2 {
  color: #000000;
}
.cid-v30pIlNR94 .item-role_1 {
  color: #9e7abe;
}
.cid-v30pIlNR94 .item-role_2 {
  color: #9e7abe;
}
.cid-v30pIlNR94 .item-text_2,
.cid-v30pIlNR94 .text-wrapper_2 {
  color: #000000;
}
.cid-v30pImEBSq {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-v30pImEBSq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30pImEBSq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30pImEBSq .card-wrapper {
  background-color: #ffffff;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-v30pImEBSq .card-wrapper {
    padding: 24px;
  }
}
.cid-v30pImEBSq .card-wrapper .title-wrapper {
  position: sticky;
  top: 56px;
}
@media (max-width: 992px) {
  .cid-v30pImEBSq .card-wrapper .title-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-v30pImEBSq .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v30pImEBSq .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v30pImEBSq .card-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v30pImEBSq .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cid-v30pImEBSq .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-v30pImEBSq .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #000000;
  padding: 18px 28px;
  border: 1px solid #a1f7ff;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #a1f7ff;
}
@media (max-width: 992px) {
  .cid-v30pImEBSq .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 20px;
  }
}
.cid-v30pImEBSq .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #000000;
  border: 1px solid #a1f7ff;
}
.cid-v30pImEBSq .card-wrapper .card-wrap {
  padding: 40px 32px;
  background-color: #a1f7ff;
}
@media (max-width: 992px) {
  .cid-v30pImEBSq .card-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-v30pImEBSq .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v30pImEBSq .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-v30pImEBSq .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap img {
  height: 620px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v30pImEBSq .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-v30pImEBSq .card-wrapper .card-wrap .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 20px;
}
.cid-v30pImEBSq .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v30pImEBSq .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v30pImEBSq .card-wrapper .card-wrap .tab-content .tab-pane .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v30pImEBSq .card-wrapper .card-wrap .tab-content .tab-pane .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v30pImEBSq .mbr-label {
  color: #0027ba;
}
.cid-v30pImEBSq .mbr-section-title {
  color: #0027ba;
}
.cid-v30pImEBSq .item-title {
  color: #ffb3c1;
}
.cid-v30pImEBSq .item-text {
  color: #ffb3c1;
}
.cid-v30pImEBSq .mbr-section-title,
.cid-v30pImEBSq .tabs-wrapper {
  color: #000000;
}
.cid-v30pIo0z0J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-v30pIo0z0J .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30pIo0z0J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30pIo0z0J .row {
  justify-content: flex-start;
}
.cid-v30pIo0z0J .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v30pIo0z0J .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v30pIoVFo2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/6219154725a03d6b82305774-adobestock-43584110-1600x1067.jpg");
}
.cid-v30pIoVFo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30pIoVFo2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30pIoVFo2 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v30pIoVFo2 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v30pIoVFo2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v30pIoVFo2 .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-v30pIoVFo2 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v30pIoVFo2 .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v30pIoVFo2 .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-v30pIoVFo2 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v30pIoVFo2 .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v30pIoVFo2 .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v30pIoVFo2 .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v30pIoVFo2 .mbr-section-title {
  color: #000000;
}
.cid-v30pIoVFo2 .mbr-desc {
  color: #000000;
}
.cid-v30pIoVFo2 .mbr-text {
  color: #000000;
}
.cid-v30sR5vWL4 {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-v30sR5vWL4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30sR5vWL4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-v30sR5vWL4 .container {
    padding: 0 20px;
  }
}
.cid-v30sR5vWL4 .row {
  margin: 0;
}
.cid-v30sR5vWL4 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-v30sR5vWL4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-v30sR5vWL4 .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-v30sR5vWL4 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-v30sR5vWL4 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-v30sR5vWL4 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-v30sR5vWL4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v30pIqHqeH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v30pIqHqeH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30pIqHqeH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30pIqHqeH .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v30pIqHqeH .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v30pIqHqeH .content-wrapper::before,
.cid-v30pIqHqeH .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v30pIqHqeH .content-wrapper::before {
  left: 0;
}
.cid-v30pIqHqeH .content-wrapper::after {
  right: 0;
}
.cid-v30pIqHqeH .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-v30pIqHqeH .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-v30pIqHqeH .title-wrapper .item {
  margin-bottom: 0;
}
.cid-v30pIqHqeH .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v30pIqHqeH .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v30pIqHqeH .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v30pIqHqeH .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v30pIqHqeH .item {
    margin-bottom: 16px;
  }
  .cid-v30pIqHqeH .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v30pIqHqeH .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v30pIqHqeH .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-v30pIqHqeH .item .item-wrapper:hover .item-img img,
.cid-v30pIqHqeH .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v30pIqHqeH .item .item-wrapper:hover .item-img img,
  .cid-v30pIqHqeH .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-v30pIqHqeH .item .item-wrapper .item-content .item-title_1,
.cid-v30pIqHqeH .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-v30pIqHqeH .item .item-wrapper .item-content .item-text_1,
.cid-v30pIqHqeH .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-v30pIqHqeH .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v30pIqHqeH .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-v30pIqHqeH .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v30pIqHqeH .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v30pIqHqeH .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-v30pIqHqeH .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-v30pIqHqeH .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v30pIqHqeH .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v30pIqHqeH .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v30pIqHqeH .item .card_1 {
  background-color: #a1f7ff;
}
.cid-v30pIqHqeH .item .card_2 {
  background-color: #f8f8f8;
}
.cid-v30pIqHqeH .item-title_1 {
  color: #ffffff;
}
.cid-v30pIqHqeH .item-title_2 {
  color: #0a0a0a;
  text-align: center;
}
.cid-v30pIqHqeH .item-text_1 {
  color: #ffffff;
}
.cid-v30pIqHqeH .item-text_2 {
  color: #0a0a0a;
}
.cid-v30pIqHqeH .item-title_1,
.cid-v30pIqHqeH .mbr-section-btn {
  color: #000000;
}
.cid-v30pIsHwJq {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-v30pIsHwJq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30pIsHwJq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30pIsHwJq .row {
  justify-content: flex-start;
}
.cid-v30pIsHwJq .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v30pIsHwJq .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v30pItZvKH {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-v30pItZvKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30pItZvKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30pItZvKH .card-wrapper {
  background-color: #f4f4f4;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-v30pItZvKH .card-wrapper {
    padding: 24px;
  }
}
.cid-v30pItZvKH .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v30pItZvKH .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v30pItZvKH .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v30pItZvKH .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v30pItZvKH .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v30pItZvKH .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-v30pItZvKH .card-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  margin-top: 8px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-v30pItZvKH .card-wrapper .panel-group .card:hover {
  background-color: #ffffff;
}
.cid-v30pItZvKH .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v30pItZvKH .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v30pItZvKH .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v30pItZvKH .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v30pItZvKH .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v30pItZvKH .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v30pItZvKH .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v30pItZvKH .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-v30pItZvKH .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v30pItZvKH .mbr-label {
  color: #0027ba;
}
.cid-v30pItZvKH .mbr-section-title {
  color: #0027ba;
}
.cid-v30pItZvKH .mbr-text {
  color: #0027ba;
}
.cid-v30pItZvKH .panel-title-edit {
  color: #000000;
}
.cid-v30pItZvKH .panel-text {
  color: #0027ba;
}
.cid-v30pItZvKH .mbr-section-title,
.cid-v30pItZvKH .main-btn {
  color: #000000;
}
.cid-v30pItZvKH .panel-text,
.cid-v30pItZvKH .panel-body {
  color: #000000;
}
.cid-v30pIvSnpN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v30pIvSnpN .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30pIvSnpN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30pIvSnpN .mbr-section-title {
  margin-bottom: 0;
  color: #2c2c26;
  text-align: center;
}
.cid-v30pIvSnpN .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-v30pIvSnpN .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v30pIvSnpN .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-v30pIvSnpN .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v30pIvSnpN .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-v30pIvSnpN .card-wrapper .google-map {
  position: relative;
  z-index: 1;
}
.cid-v30pIvSnpN .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-v30pIvSnpN .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v30pIxXuyF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v30pIxXuyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30pIxXuyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30pIxXuyF .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v30pIxXuyF .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v30pIxXuyF .content-wrapper .border_1 {
  top: 0;
}
.cid-v30pIxXuyF .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v30pIxXuyF .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v30pIxXuyF .content-wrapper::before,
.cid-v30pIxXuyF .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v30pIxXuyF .content-wrapper::before {
  left: 0;
}
.cid-v30pIxXuyF .content-wrapper::after {
  right: 0;
}
.cid-v30pIxXuyF .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v30pIxXuyF .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v30pIxXuyF .content-wrapper .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v30pIxXuyF .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v30pIxXuyF .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v30pIxXuyF .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v30pIxXuyF .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v30pIxXuyF .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v30pIxXuyF .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v30pIxXuyF .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v30pIxXuyF .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v30pIxXuyF .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v30pIxXuyF .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v30pIxXuyF .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v30pIxXuyF .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v30pIxXuyF .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v30pIxXuyF .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v30pIxXuyF .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v30pIxXuyF .mbr-section-title {
  color: #ffffff;
}
.cid-v30pIxXuyF .mbr-text {
  color: #ffffff;
}
.cid-v30pIxXuyF .mbr-list-title {
  color: #ffffff;
}
.cid-v30pIxXuyF .list {
  color: #ffffff;
}
.cid-v30pIxXuyF .mbr-text,
.cid-v30pIxXuyF .text-wrapper {
  color: #ffffff;
}
.cid-v30rjGYO0X .navbar-dropdown {
  position: relative !important;
}
.cid-v30rjGYO0X .navbar-dropdown {
  position: absolute !important;
}
.cid-v30rjGYO0X .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-v30rjGYO0X .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
.cid-v30rjGYO0X .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v30rjGYO0X .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: none;
}
@media (max-width: 992px) {
  .cid-v30rjGYO0X .dropdown-menu {
    text-align: center;
  }
}
.cid-v30rjGYO0X .dropdown-item {
  border: 1px solid #ffffff;
  background: #ffffff !important;
  color: #0027ba !important;
}
.cid-v30rjGYO0X .dropdown-item:hover,
.cid-v30rjGYO0X .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-v30rjGYO0X .dropdown-item:hover span {
  color: white;
}
.cid-v30rjGYO0X .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v30rjGYO0X .dropdown-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v30rjGYO0X .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-v30rjGYO0X .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-v30rjGYO0X .nav-link {
  position: relative;
}
.cid-v30rjGYO0X .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-v30rjGYO0X .container {
    flex-wrap: nowrap;
  }
}
.cid-v30rjGYO0X .iconfont-wrapper {
  color: #0027ba !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-v30rjGYO0X .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-v30rjGYO0X .dropdown-menu,
.cid-v30rjGYO0X .navbar.opened {
  background: #ffffff !important;
}
.cid-v30rjGYO0X .nav-item:focus,
.cid-v30rjGYO0X .nav-link:focus {
  outline: none;
}
.cid-v30rjGYO0X .dropdown .dropdown-menu .dropdown-item {
  width: fit-content;
  transition: all 0.25s ease-in-out;
  display: inline-flex;
}
.cid-v30rjGYO0X .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-v30rjGYO0X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v30rjGYO0X .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v30rjGYO0X .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v30rjGYO0X .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  transition: none;
  margin: 0 !important;
}
.cid-v30rjGYO0X .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
@media (max-width: 992px) {
  .cid-v30rjGYO0X .navbar {
    min-height: 80px;
  }
}
.cid-v30rjGYO0X .navbar.opened {
  transition: all 0.3s;
}
.cid-v30rjGYO0X .navbar .dropdown-item {
  padding: 1px 2rem 1px 12px;
  border-radius: 0;
  font-weight: 400;
}
.cid-v30rjGYO0X .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-v30rjGYO0X .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v30rjGYO0X .navbar.collapsed {
  justify-content: center;
}
.cid-v30rjGYO0X .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v30rjGYO0X .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v30rjGYO0X .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-v30rjGYO0X .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v30rjGYO0X .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v30rjGYO0X .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
  right: .8rem;
}
.cid-v30rjGYO0X .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v30rjGYO0X .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 1px 2rem 1px 12px;
  text-align: center;
}
.cid-v30rjGYO0X .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v30rjGYO0X .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v30rjGYO0X .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v30rjGYO0X .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v30rjGYO0X .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v30rjGYO0X .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
    right: .8rem;
  }
  .cid-v30rjGYO0X .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v30rjGYO0X .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v30rjGYO0X .navbar .dropdown-menu .dropdown-item {
    padding: 1px 2rem 1px 12px;
    text-align: center;
  }
  .cid-v30rjGYO0X .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-v30rjGYO0X .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v30rjGYO0X .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-v30rjGYO0X .navbar.navbar-short {
  min-height: 96px;
}
.cid-v30rjGYO0X .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-v30rjGYO0X .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (max-width: 992px) {
  .cid-v30rjGYO0X .navbar-brand {
    min-height: 80px;
  }
}
.cid-v30rjGYO0X .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-v30rjGYO0X .navbar-brand .navbar-caption:hover,
.cid-v30rjGYO0X .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-v30rjGYO0X .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v30rjGYO0X .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-v30rjGYO0X .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-v30rjGYO0X .dropdown-item.active,
.cid-v30rjGYO0X .dropdown-item:active {
  background-color: transparent;
}
.cid-v30rjGYO0X .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v30rjGYO0X .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v30rjGYO0X .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v30rjGYO0X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 2.2rem;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-v30rjGYO0X .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
    padding-top: 4px;
  }
}
.cid-v30rjGYO0X .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-v30rjGYO0X .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v30rjGYO0X ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-v30rjGYO0X ul.navbar-nav {
    padding: 8px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
}
.cid-v30rjGYO0X .navbar-buttons {
  text-align: center;
}
.cid-v30rjGYO0X .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
}
@media (max-width: 575px) {
  .cid-v30rjGYO0X .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-v30rjGYO0X button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #ffffff !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-v30rjGYO0X button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0027ba;
}
.cid-v30rjGYO0X button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-v30rjGYO0X button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v30rjGYO0X button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-v30rjGYO0X button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-v30rjGYO0X nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v30rjGYO0X nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v30rjGYO0X nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v30rjGYO0X nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v30rjGYO0X .navbar-dropdown {
  padding: 0 1rem;
}
.cid-v30rjGYO0X a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v30rjGYO0X .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v30rjGYO0X .navbar {
    height: 70px;
  }
  .cid-v30rjGYO0X .navbar.opened {
    height: auto;
  }
  .cid-v30rjGYO0X .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v30rjGYO0X .navbar-nav {
  margin: 0 auto;
}
.cid-v30rjGYO0X .nav-item {
  padding: 0;
  margin: 0;
}
.cid-v30rjGYO0X .nav-item .nav-link {
  padding: 8px 12px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
}
.cid-v30rjGYO0X .nav-item .nav-link::after {
  color: #ffffff !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-v30rjGYO0X .nav-item .nav-link:hover,
.cid-v30rjGYO0X .nav-item .nav-link:focus {
  background-color: #ffffff;
  color: #000000 !important;
}
.cid-v30rjGYO0X .nav-item .nav-link:hover::after,
.cid-v30rjGYO0X .nav-item .nav-link:focus::after {
  color: #000000 !important;
}
.cid-v30rjGYO0X .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-v30rjGYO0X .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-v30rjGYO0X .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
.cid-v30rjGYO0X .nav-item .dropdown-menu .dropdown-item {
  color: #0027ba !important;
}
.cid-v30rjGYO0X .nav-item .dropdown-menu .dropdown-item:hover,
.cid-v30rjGYO0X .nav-item .dropdown-menu .dropdown-item:focus {
  color: #ffffff !important;
}
@media (max-width: 991px) {
  .cid-v30rjGYO0X .navbar {
    justify-content: flex-start !important;
  }
  .cid-v30rjGYO0X .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-v30rjGYO0X .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-v30rjGYO0X .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-v30rjGYO0X .navbar-collapse .nav-item {
    width: auto;
    margin: 0;
    display: inline-flex;
  }
  .cid-v30rjGYO0X .navbar-collapse .nav-item:not(:first-child) {
    border-top: none;
  }
  .cid-v30rjGYO0X .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
  }
}
.cid-v30rjGYO0X .dropdown {
  display: inline-flex;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-v30rjGYO0X .dropdown {
    text-align: center;
    display: block !important;
  }
}
.cid-v30rjGYO0X .content-wrap {
  min-height: 110px;
}
@media (max-width: 992px) {
  .cid-v30rjGYO0X .content-wrap {
    min-height: 80px;
  }
}
.cid-v30rjHVYdY {
  position: relative;
  padding: 4px 0;
  background-color: #f4f4f4;
}
.cid-v30rjHVYdY .cont-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.cid-v30rjHVYdY .cont-wrapper .image-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-v30rjHVYdY .cont-wrapper .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-v30rjHVYdY .cont-wrapper {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.cid-v30rjHVYdY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30rjHVYdY .card-wrapper {
  position: relative;
  z-index: 1;
  padding: 120px 32px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-v30rjHVYdY .card-wrapper {
    padding: 80px 24px;
  }
}
.cid-v30rjHVYdY .card-wrapper .mbr-label {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-v30rjHVYdY .card-wrapper .mbr-section-title {
  margin-bottom: 24px;
  pointer-events: visible;
}
.cid-v30rjHVYdY .card-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 24px;
  pointer-events: visible;
}
@media (max-width: 1440px) {
  .cid-v30rjHVYdY .card-wrapper .text-wrapper .mbr-text {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .cid-v30rjHVYdY .card-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-v30rjHVYdY .card-wrapper .mbr-section-btn {
  pointer-events: visible;
}
.cid-v30rjHVYdY .card-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v30rjHVYdY .mbr-label {
  color: #ffb3c1;
  text-align: center;
}
.cid-v30rjHVYdY .mbr-section-title {
  color: #ffb3c1;
}
.cid-v30rjHVYdY .mbr-text,
.cid-v30rjHVYdY .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-v30rjHVYdY .mbr-section-title,
.cid-v30rjHVYdY .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v30rjIyMVJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v30rjIyMVJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30rjIyMVJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30rjIyMVJ .title-container {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-v30rjIyMVJ .title-container {
    margin-bottom: 25px;
  }
}
.cid-v30rjIyMVJ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-v30rjIyMVJ .mbr-text {
  color: #00524F;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .cid-v30rjIyMVJ .mbr-text {
    margin-top: 24px;
  }
}
.cid-v30rjIyMVJ .tabl-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-v30rjIyMVJ .tabl-container {
    margin-top: 25px;
  }
}
.cid-v30rjIyMVJ .item-container {
  width: 100%;
  display: flex;
}
.cid-v30rjIyMVJ .item-container:not(:first-child) {
  margin-top: 30px;
}
.cid-v30rjIyMVJ .card-text {
  color: #0c0d03;
  width: 100%;
  text-align: left;
}
.cid-v30rjJcK31 {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v30rjJcK31 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30rjJcK31 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30rjJcK31 .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 55px;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(145deg, #ffffff, #ffffff);
  box-shadow: 10px 10px 19px #ffffff, -10px -10px 19px #a1f7ff;
}
@media (max-width: 767px) {
  .cid-v30rjJcK31 .item-wrap {
    padding: 40px;
  }
}
@media (max-width: 575px) {
  .cid-v30rjJcK31 .item-wrap {
    padding: 35px 25px 35px 25px;
  }
}
.cid-v30rjJcK31 .card-title {
  color: #000000;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v30rjJcK31 .card-title {
    margin-bottom: 20px;
  }
}
.cid-v30rjJcK31 .card-subtitle {
  color: #212428;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .cid-v30rjJcK31 .card-subtitle {
    margin-bottom: 20px;
  }
}
.cid-v30rjJcK31 .card-text {
  color: #212428;
  margin-bottom: 0;
}
.cid-v30rjJRsMp {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-v30rjJRsMp .mbr-overlay {
  padding: 0;
  background: #a1f7ff;
  opacity: 1;
  transform: scale(3) skewX(25deg);
  transform-origin: left bottom;
  left: -100%;
}
.cid-v30rjJRsMp .mbr-section-subtitle {
  letter-spacing: 3.27px !important;
  color: #6a3649;
  text-align: center;
}
.cid-v30rjJRsMp .title-text {
  color: #000000;
  text-align: center;
}
.cid-v30rjJRsMp H5 {
  color: #4c4a4b;
  text-align: center;
}
.cid-v30rjJRsMp .section-text,
.cid-v30rjJRsMp .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-v30rjKwuA6 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v30rjKwuA6 .card-wrapper {
  margin-top: 3rem;
}
.cid-v30rjKwuA6 .row {
  justify-content: center;
}
.cid-v30rjKwuA6 .card-text {
  text-align: left;
  color: #fafafa;
}
.cid-v30rjKwuA6 .card-title,
.cid-v30rjKwuA6 .iconfont-wrapper {
  text-align: center;
  color: #000000;
}
.cid-v30rjLkYAO {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #f4f4f4;
}
.cid-v30rjLkYAO .mbr-text {
  color: #000000;
}
.cid-v30rjLkYAO .mbr-section-subtitle {
  color: #f3f6f9;
}
.cid-v30rjLkYAO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v30rjM29lw {
  padding-top: 6.25rem;
  padding-bottom: 10.25rem;
  background-color: #ffffff;
}
.cid-v30rjM29lw .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30rjM29lw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30rjM29lw .items-wrapper {
  margin: 0 -4px;
}
.cid-v30rjM29lw .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v30rjM29lw .item:first-child {
  margin-top: 0;
}
.cid-v30rjM29lw .item .item-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
@media (max-width: 992px) {
  .cid-v30rjM29lw .item .item-wrapper {
    display: block;
  }
}
.cid-v30rjM29lw .item .item-wrapper .card-box {
  padding: 40px 32px;
  background-color: #a1f7ff;
}
@media (max-width: 992px) {
  .cid-v30rjM29lw .item .item-wrapper .card-box {
    padding: 24px;
    margin-bottom: 8px;
  }
}
.cid-v30rjM29lw .item .item-wrapper .card-box .item-content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-v30rjM29lw .item .item-wrapper .card-box .item-content {
    flex-direction: column-reverse;
    margin-bottom: 20px;
  }
}
.cid-v30rjM29lw .item .item-wrapper .card-box .item-content .iconfont-wrapper .mbr-iconfont {
  font-size: 80px;
  display: inline-flex;
}
.cid-v30rjM29lw .item .item-wrapper .card-box .item-content .item-number {
  margin-bottom: 0;
  margin-left: 12px;
}
@media (max-width: 992px) {
  .cid-v30rjM29lw .item .item-wrapper .card-box .item-content .item-number {
    margin-bottom: 20px;
    margin-left: 0;
  }
}
.cid-v30rjM29lw .item .item-wrapper .card-box .title-wrap .item-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 12px;
}
@media (max-width: 992px) {
  .cid-v30rjM29lw .item .item-wrapper .card-box .title-wrap .item-title {
    width: 100%;
  }
}
.cid-v30rjM29lw .item .item-wrapper .card-box .text-wrapper .item-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v30rjM29lw .item .item-wrapper .card-box .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v30rjM29lw .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-v30rjM29lw .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v30rjM29lw .item .item-wrapper .item-img {
  height: 100%;
  position: relative;
}
@media (max-width: 992px) {
  .cid-v30rjM29lw .item .item-wrapper .item-img {
    height: 300px;
  }
}
.cid-v30rjM29lw .item .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v30rjM29lw .item .card_2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.cid-v30rjM29lw .item-number {
  color: #949DBD;
}
.cid-v30rjM29lw .item-title {
  color: #0027ba;
}
.cid-v30rjM29lw .item-text {
  color: #0027ba;
}
.cid-v30rjM29lw .item-title,
.cid-v30rjM29lw .mbr-section-btn,
.cid-v30rjM29lw .title-wrap {
  color: #000000;
}
.cid-v30rjM29lw .item-text,
.cid-v30rjM29lw .text-wrapper {
  color: #000000;
}
.cid-v30rjMWfhR {
  padding-top: 7.25rem;
  padding-bottom: 7.25rem;
  background-color: #a1f7ff;
}
.cid-v30rjMWfhR .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30rjMWfhR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30rjMWfhR .items-wrapper {
  margin: 0 -4px;
}
.cid-v30rjMWfhR .item {
  padding: 0 4px;
  margin-top: 8px;
}
.cid-v30rjMWfhR .item:first-child {
  margin-top: 0;
}
.cid-v30rjMWfhR .item .item-wrapper {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 8px;
}
@media (max-width: 992px) {
  .cid-v30rjMWfhR .item .item-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v30rjMWfhR .item .item-wrapper .item-img {
    margin-bottom: 8px;
    display: flex;
    justify-content: center;
  }
}
.cid-v30rjMWfhR .item .item-wrapper .item-img img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-v30rjMWfhR .item .item-wrapper .item-img img {
    width: 320px;
  }
}
@media (max-width: 425px) {
  .cid-v30rjMWfhR .item .item-wrapper .item-img img {
    width: 270px;
    height: 270px;
  }
}
.cid-v30rjMWfhR .item .item-wrapper .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-v30rjMWfhR .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-v30rjMWfhR .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
.cid-v30rjMWfhR .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
.cid-v30rjMWfhR .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
.cid-v30rjMWfhR .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
  display: inline-block;
  width: 65%;
  margin-bottom: 20px;
}
@media (max-width: 1440px) {
  .cid-v30rjMWfhR .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
  .cid-v30rjMWfhR .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
  .cid-v30rjMWfhR .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
  .cid-v30rjMWfhR .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-v30rjMWfhR .item .item-wrapper .card-box .text-wrapper_1 .item-text_1,
  .cid-v30rjMWfhR .item .item-wrapper .card-box .text-wrapper_2 .item-text_1,
  .cid-v30rjMWfhR .item .item-wrapper .card-box .text-wrapper_1 .item-text_2,
  .cid-v30rjMWfhR .item .item-wrapper .card-box .text-wrapper_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v30rjMWfhR .item .item-wrapper .card-box .person-wrapper .item-name_1,
.cid-v30rjMWfhR .item .item-wrapper .card-box .person-wrapper .item-name_2 {
  margin-bottom: 4px;
}
.cid-v30rjMWfhR .item .item-wrapper .card-box .person-wrapper .item-role_1,
.cid-v30rjMWfhR .item .item-wrapper .card-box .person-wrapper .item-role_2 {
  margin-bottom: 0;
}
.cid-v30rjMWfhR .item .card_1 .card-box {
  background-color: #0027ba;
}
.cid-v30rjMWfhR .item .card_2 {
  grid-template-columns: 1fr 320px;
}
.cid-v30rjMWfhR .item .card_2 .card-box {
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-v30rjMWfhR .item .card_2 {
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
.cid-v30rjMWfhR .item-text_1 {
  color: #ffb3c1;
}
.cid-v30rjMWfhR .item-text_2 {
  color: #0027ba;
}
.cid-v30rjMWfhR .item-name_1 {
  color: #ffb3c1;
}
.cid-v30rjMWfhR .item-name_2 {
  color: #000000;
}
.cid-v30rjMWfhR .item-role_1 {
  color: #9e7abe;
}
.cid-v30rjMWfhR .item-role_2 {
  color: #9e7abe;
}
.cid-v30rjMWfhR .item-text_2,
.cid-v30rjMWfhR .text-wrapper_2 {
  color: #000000;
}
.cid-v30rjNQpBm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #ffffff;
}
.cid-v30rjNQpBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30rjNQpBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30rjNQpBm .card-wrapper {
  background-color: #ffffff;
  padding: 56px 32px;
}
@media (max-width: 992px) {
  .cid-v30rjNQpBm .card-wrapper {
    padding: 24px;
  }
}
.cid-v30rjNQpBm .card-wrapper .title-wrapper {
  position: sticky;
  top: 56px;
}
@media (max-width: 992px) {
  .cid-v30rjNQpBm .card-wrapper .title-wrapper {
    margin-bottom: 40px;
    position: static;
  }
}
.cid-v30rjNQpBm .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v30rjNQpBm .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v30rjNQpBm .card-wrapper .title-wrapper .tabs-wrapper {
    margin-bottom: 40px;
  }
}
.cid-v30rjNQpBm .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cid-v30rjNQpBm .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  display: block;
}
.cid-v30rjNQpBm .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  display: flex;
  color: #000000;
  padding: 18px 28px;
  border: 1px solid #a1f7ff;
  transition: all 0.3s ease-in-out;
  align-items: center;
  justify-content: center;
  background-color: #a1f7ff;
}
@media (max-width: 992px) {
  .cid-v30rjNQpBm .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 20px;
  }
}
.cid-v30rjNQpBm .card-wrapper .title-wrapper .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: transparent;
  color: #000000;
  border: 1px solid #a1f7ff;
}
.cid-v30rjNQpBm .card-wrapper .card-wrap {
  padding: 40px 32px;
  background-color: #a1f7ff;
}
@media (max-width: 992px) {
  .cid-v30rjNQpBm .card-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-v30rjNQpBm .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-v30rjNQpBm .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap {
    margin-bottom: 20px;
  }
}
.cid-v30rjNQpBm .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap img {
  height: 620px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-v30rjNQpBm .card-wrapper .card-wrap .tab-content .tab-pane .item-content .image-wrap img {
    height: 300px;
  }
}
.cid-v30rjNQpBm .card-wrapper .card-wrap .tab-content .tab-pane .item-content .item-title {
  margin-bottom: 20px;
}
.cid-v30rjNQpBm .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v30rjNQpBm .card-wrapper .card-wrap .tab-content .tab-pane .item-content .text-wrapper .item-text {
    width: 100%;
  }
}
.cid-v30rjNQpBm .card-wrapper .card-wrap .tab-content .tab-pane .item-content .mbr-section-btn {
  margin-top: 20px;
}
.cid-v30rjNQpBm .card-wrapper .card-wrap .tab-content .tab-pane .item-content .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-v30rjNQpBm .mbr-label {
  color: #0027ba;
}
.cid-v30rjNQpBm .mbr-section-title {
  color: #0027ba;
}
.cid-v30rjNQpBm .item-title {
  color: #ffb3c1;
}
.cid-v30rjNQpBm .item-text {
  color: #ffb3c1;
}
.cid-v30rjNQpBm .mbr-section-title,
.cid-v30rjNQpBm .tabs-wrapper {
  color: #000000;
}
.cid-v30rjPdZtQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-v30rjPdZtQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30rjPdZtQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30rjPdZtQ .row {
  justify-content: flex-start;
}
.cid-v30rjPdZtQ .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v30rjPdZtQ .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v30rjQail4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/smile-makeover-mesa-az-1000x710.jpg");
}
.cid-v30rjQail4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30rjQail4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30rjQail4 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-v30rjQail4 .title-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v30rjQail4 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v30rjQail4 .image-wrapper {
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .cid-v30rjQail4 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-v30rjQail4 .image-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v30rjQail4 .image-wrapper img {
  height: 405px;
  object-fit: cover;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-v30rjQail4 .image-wrapper img {
    height: 350px;
  }
}
@media (max-width: 992px) {
  .cid-v30rjQail4 .text-wrapper {
    margin-bottom: 35px;
  }
}
.cid-v30rjQail4 .text-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-v30rjQail4 .text-wrapper .mbr-text {
    margin-bottom: 15px;
  }
}
.cid-v30rjQail4 .mbr-section-title {
  color: #000000;
}
.cid-v30rjQail4 .mbr-desc {
  color: #000000;
}
.cid-v30rjQail4 .mbr-text {
  color: #000000;
}
.cid-v30rjR7ibY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-v30rjR7ibY .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30rjR7ibY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30rjR7ibY .content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
}
@media (max-width: 992px) {
  .cid-v30rjR7ibY .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v30rjR7ibY .content-wrapper::before,
.cid-v30rjR7ibY .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #eaeaea;
}
.cid-v30rjR7ibY .content-wrapper::before {
  left: 0;
}
.cid-v30rjR7ibY .content-wrapper::after {
  right: 0;
}
.cid-v30rjR7ibY .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
  margin: 0 -4px;
}
.cid-v30rjR7ibY .title-wrapper {
  margin-bottom: 40px;
  align-items: flex-end;
}
.cid-v30rjR7ibY .title-wrapper .item {
  margin-bottom: 0;
}
.cid-v30rjR7ibY .mbr-section-title {
  margin-bottom: 0;
  color: #0a0a0a;
}
@media (max-width: 992px) {
  .cid-v30rjR7ibY .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-v30rjR7ibY .mbr-text {
  margin-bottom: 0;
  color: #0a0a0a;
}
.cid-v30rjR7ibY .item {
  padding: 0 4px;
  margin-bottom: 8px;
}
@media (max-width: 992px) {
  .cid-v30rjR7ibY .item {
    margin-bottom: 16px;
  }
  .cid-v30rjR7ibY .item:last-child {
    margin-bottom: 0;
  }
}
.cid-v30rjR7ibY .item .item-wrapper {
  height: 100%;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-v30rjR7ibY .item .item-wrapper {
    padding: 24px 16px;
  }
}
.cid-v30rjR7ibY .item .item-wrapper:hover .item-img img,
.cid-v30rjR7ibY .item .item-wrapper:focus .item-img img {
  transform: scale(1.05);
}
@media (max-width: 992px) {
  .cid-v30rjR7ibY .item .item-wrapper:hover .item-img img,
  .cid-v30rjR7ibY .item .item-wrapper:focus .item-img img {
    transform: none;
  }
}
.cid-v30rjR7ibY .item .item-wrapper .item-content .item-title_1,
.cid-v30rjR7ibY .item .item-wrapper .item-content .item-title_2 {
  margin-bottom: 24px;
}
.cid-v30rjR7ibY .item .item-wrapper .item-content .item-text_1,
.cid-v30rjR7ibY .item .item-wrapper .item-content .item-text_2 {
  margin-bottom: 0;
}
.cid-v30rjR7ibY .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v30rjR7ibY .item .item-wrapper .item-content .text-wrap_1 .item-text_1 {
    width: 100%;
  }
}
.cid-v30rjR7ibY .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v30rjR7ibY .item .item-wrapper .item-content .text-wrap_2 .item-text_2 {
    width: 100%;
  }
}
.cid-v30rjR7ibY .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 24px;
}
.cid-v30rjR7ibY .item .item-wrapper .item-img {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: -24px;
}
.cid-v30rjR7ibY .item .item-wrapper .item-img img {
  height: 300px;
  width: 80%;
  object-fit: cover;
  transition: all .3s ease;
}
@media (max-width: 992px) {
  .cid-v30rjR7ibY .item .item-wrapper .item-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-v30rjR7ibY .item .item-wrapper .item-img img {
    height: 250px;
  }
}
.cid-v30rjR7ibY .item .card_1 {
  background-color: #a1f7ff;
}
.cid-v30rjR7ibY .item .card_2 {
  background-color: #f8f8f8;
}
.cid-v30rjR7ibY .item-title_1 {
  color: #ffffff;
}
.cid-v30rjR7ibY .item-title_2 {
  color: #0a0a0a;
  text-align: center;
}
.cid-v30rjR7ibY .item-text_1 {
  color: #ffffff;
}
.cid-v30rjR7ibY .item-text_2 {
  color: #0a0a0a;
}
.cid-v30rjR7ibY .item-title_1,
.cid-v30rjR7ibY .mbr-section-btn {
  color: #000000;
}
.cid-v30rjS4Q45 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
}
.cid-v30rjS4Q45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30rjS4Q45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30rjS4Q45 .row {
  justify-content: flex-start;
}
.cid-v30rjS4Q45 .mbr-section-title {
  color: #000000;
  margin-bottom: 0;
}
.cid-v30rjS4Q45 .mbr-text {
  color: #000000;
  margin-bottom: 0;
  margin-top: 40px;
}
.cid-v30rjSUr5R {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  background-color: #f4f4f4;
}
.cid-v30rjSUr5R .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30rjSUr5R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30rjSUr5R .card-wrapper {
  background-color: #f4f4f4;
  padding: 56px 32px 32px;
}
@media (max-width: 992px) {
  .cid-v30rjSUr5R .card-wrapper {
    padding: 24px;
  }
}
.cid-v30rjSUr5R .card-wrapper .title-wrapper .mbr-label {
  margin-bottom: 20px;
}
.cid-v30rjSUr5R .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-v30rjSUr5R .card-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-v30rjSUr5R .card-wrapper .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-v30rjSUr5R .card-wrapper .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-v30rjSUr5R .card-wrapper .panel-group .content-wrap:nth-child(2) {
    margin-top: 8px;
  }
}
.cid-v30rjSUr5R .card-wrapper .panel-group .card {
  position: relative;
  padding: 24px;
  margin-top: 8px;
  background-color: #ffffff;
  transition: all .3s ease;
}
.cid-v30rjSUr5R .card-wrapper .panel-group .card:hover {
  background-color: #ffffff;
}
.cid-v30rjSUr5R .card-wrapper .panel-group .card:first-child {
  margin-top: 0;
}
.cid-v30rjSUr5R .card-wrapper .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-v30rjSUr5R .card-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-v30rjSUr5R .card-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-v30rjSUr5R .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper {
  width: 16px;
  height: 16px;
  min-width: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 12px;
  transition: all 0.3s ease-in-out;
}
.cid-v30rjSUr5R .card-wrapper .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-v30rjSUr5R .card-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(45deg);
}
.cid-v30rjSUr5R .card-wrapper .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-v30rjSUr5R .card-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-v30rjSUr5R .mbr-label {
  color: #0027ba;
}
.cid-v30rjSUr5R .mbr-section-title {
  color: #0027ba;
}
.cid-v30rjSUr5R .mbr-text {
  color: #0027ba;
}
.cid-v30rjSUr5R .panel-title-edit {
  color: #000000;
}
.cid-v30rjSUr5R .panel-text {
  color: #0027ba;
}
.cid-v30rjSUr5R .mbr-section-title,
.cid-v30rjSUr5R .main-btn {
  color: #000000;
}
.cid-v30rjSUr5R .panel-text,
.cid-v30rjSUr5R .panel-body {
  color: #000000;
}
.cid-v30rjTMTJp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v30rjTMTJp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30rjTMTJp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30rjTMTJp .mbr-section-title {
  margin-bottom: 0;
  color: #2c2c26;
  text-align: center;
}
.cid-v30rjTMTJp .card-wrapper {
  position: relative;
  padding: 64px;
  overflow: hidden;
  margin-top: -1.6rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .cid-v30rjTMTJp .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-v30rjTMTJp .card-wrapper {
    padding: 24px;
    margin-top: 24px;
  }
}
.cid-v30rjTMTJp .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  pointer-events: none;
}
.cid-v30rjTMTJp .card-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .5;
  pointer-events: none;
}
.cid-v30rjTMTJp .card-wrapper .google-map {
  position: relative;
  z-index: 1;
}
.cid-v30rjTMTJp .card-wrapper .google-map iframe {
  height: 650px;
}
@media (max-width: 992px) {
  .cid-v30rjTMTJp .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-v30rjUDFse {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0a0a0a;
  overflow: hidden;
  position: relative;
}
.cid-v30rjUDFse .mbr-fallback-image.disabled {
  display: none;
}
.cid-v30rjUDFse .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v30rjUDFse .content-wrapper {
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.cid-v30rjUDFse .content-wrapper .border-wrap {
  content: '';
  position: absolute;
  width: 1000%;
  height: 1px;
  background-color: #404040;
}
.cid-v30rjUDFse .content-wrapper .border_1 {
  top: 0;
}
.cid-v30rjUDFse .content-wrapper .border_2 {
  bottom: 0;
}
@media (max-width: 992px) {
  .cid-v30rjUDFse .content-wrapper {
    padding: 0 16px;
  }
}
.cid-v30rjUDFse .content-wrapper::before,
.cid-v30rjUDFse .content-wrapper::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 1000vh;
  background-color: #404040;
}
.cid-v30rjUDFse .content-wrapper::before {
  left: 0;
}
.cid-v30rjUDFse .content-wrapper::after {
  right: 0;
}
.cid-v30rjUDFse .content-wrapper .main-wrap {
  padding-top: 32px;
  padding-bottom: 100px;
}
@media (max-width: 992px) {
  .cid-v30rjUDFse .content-wrapper .main-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.cid-v30rjUDFse .content-wrapper .content-wrap {
  width: -webkit-fill-available;
  min-width: -moz-available;
}
.cid-v30rjUDFse .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 24px;
}
.cid-v30rjUDFse .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-v30rjUDFse .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-v30rjUDFse .content-wrapper .content-wrap .mbr-section-btn {
    margin-bottom: 24px;
  }
}
.cid-v30rjUDFse .content-wrapper .content-wrap .nav-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 16px;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .cid-v30rjUDFse .content-wrapper .content-wrap .nav-wrapper {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .cid-v30rjUDFse .content-wrapper .content-wrap .nav-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
.cid-v30rjUDFse .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-v30rjUDFse .content-wrapper .content-wrap .nav-wrapper .nav-wrap .mbr-list-title {
    margin-bottom: 16px;
  }
}
.cid-v30rjUDFse .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-v30rjUDFse .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-v30rjUDFse .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:hover,
.cid-v30rjUDFse .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:focus {
  opacity: .5;
}
.cid-v30rjUDFse .content-wrapper .content-wrap .nav-wrapper .nav-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-v30rjUDFse .mbr-copy {
  padding: 32px 0;
  margin-bottom: 0;
  color: #ffffff;
  text-align: center;
}
.cid-v30rjUDFse .mbr-section-title {
  color: #ffffff;
}
.cid-v30rjUDFse .mbr-text {
  color: #ffffff;
}
.cid-v30rjUDFse .mbr-list-title {
  color: #ffffff;
}
.cid-v30rjUDFse .list {
  color: #ffffff;
}
.cid-v30rjUDFse .mbr-text,
.cid-v30rjUDFse .text-wrapper {
  color: #ffffff;
}
