.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Afacad;
}
.display-1 {
  font-family: 'Lora', serif;
  font-size: 4rem;
  line-height: 108%;
  letter-spacing: -5.2px;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Lora', serif;
  font-size: 3rem;
  line-height: 76px;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 26px;
  letter-spacing: -0.04em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Lora', serif;
  font-size: 1.8rem;
  line-height: 128%;
  letter-spacing: -1.68px;
}
.display-5 > .mbr-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 35px;
  letter-spacing: -0.04px;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.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( 1.1 * (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( 1.3 * (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.4 * (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.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    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: #ff2817 !important;
}
.bg-success {
  background-color: #ff44c2 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #533633 !important;
}
.bg-danger {
  background-color: #63d0e0 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff2817 !important;
  border-color: #ff2817 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ff574a !important;
  border-color: #ff574a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff574a !important;
  border-color: #ff574a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
  color: #4f779e !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #4f779e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ff44c2 !important;
  border-color: #ff44c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ff77d3 !important;
  border-color: #ff77d3 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #ff77d3 !important;
  border-color: #ff77d3 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #533633 !important;
  border-color: #533633 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #734b46 !important;
  border-color: #734b46 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #734b46 !important;
  border-color: #734b46 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #63d0e0 !important;
  border-color: #63d0e0 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #8edde8 !important;
  border-color: #8edde8 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8edde8 !important;
  border-color: #8edde8 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !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;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !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;
}
.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: #ff2817;
  color: #ff2817;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #bf0e00 !important;
  background-color: transparent !important;
  border-color: #bf0e00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff2817 !important;
  border-color: #ff2817 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #f3f6f9;
  color: #f3f6f9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b9cbdc !important;
  background-color: transparent !important;
  border-color: #b9cbdc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #4f779e !important;
  background-color: #f3f6f9 !important;
  border-color: #f3f6f9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ff44c2;
  color: #ff44c2;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ec009f !important;
  background-color: transparent !important;
  border-color: #ec009f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ff44c2 !important;
  border-color: #ff44c2 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #533633;
  color: #533633;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #1d1312 !important;
  background-color: transparent !important;
  border-color: #1d1312 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #533633 !important;
  border-color: #533633 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #63d0e0;
  color: #63d0e0;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #27b1c5 !important;
  background-color: transparent !important;
  border-color: #27b1c5 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #63d0e0 !important;
  border-color: #63d0e0 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff2817 !important;
}
.text-secondary {
  color: #f3f6f9 !important;
}
.text-success {
  color: #ff44c2 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #533633 !important;
}
.text-danger {
  color: #63d0e0 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b00d00 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #afc3d7 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #dd0095 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #140d0c !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #25a5b8 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff2817;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #533633;
}
.alert-danger {
  background-color: #63d0e0;
}
.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: #ff2817;
  border-color: #ff2817;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff2817;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffe5e3;
}
.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: #c7a8a4;
}
.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: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #ff2817 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lora', serif;
  font-size: 1.2rem;
  line-height: 35px;
  letter-spacing: -0.04px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #ff2817;
}
/* 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: #ff2817;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff2817;
}
.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: #ff2817;
  border-bottom-color: #ff2817;
}
.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: #ff2817 !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: #f3f6f9 !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='%23ff2817' %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,
.mbr-section-btn-main .btn {
  padding: 4px 20px;
  border-radius: 110px !important;
  flex-direction: row-reverse;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin: 0 8px 0 0;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  opacity: .8;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border: none;
}
.cid-uS9CvCZwNc .navbar-dropdown {
  position: relative !important;
}
.cid-uS9CvCZwNc .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uS9CvCZwNc .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uS9CvCZwNc .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-uS9CvCZwNc .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uS9CvCZwNc .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uS9CvCZwNc .dropdown-item:hover,
.cid-uS9CvCZwNc .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uS9CvCZwNc .dropdown-item:hover span {
  color: white;
}
.cid-uS9CvCZwNc .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS9CvCZwNc .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS9CvCZwNc .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS9CvCZwNc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS9CvCZwNc .nav-link {
  position: relative;
}
.cid-uS9CvCZwNc .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uS9CvCZwNc .container {
    flex-wrap: nowrap;
  }
}
.cid-uS9CvCZwNc .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uS9CvCZwNc .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uS9CvCZwNc .dropdown-menu,
.cid-uS9CvCZwNc .navbar.opened {
  background: #ffffff !important;
}
.cid-uS9CvCZwNc .nav-item:focus,
.cid-uS9CvCZwNc .nav-link:focus {
  outline: none;
}
.cid-uS9CvCZwNc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS9CvCZwNc .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uS9CvCZwNc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS9CvCZwNc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS9CvCZwNc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS9CvCZwNc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS9CvCZwNc .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS9CvCZwNc .navbar.opened {
  transition: all 0.3s;
}
.cid-uS9CvCZwNc .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uS9CvCZwNc .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uS9CvCZwNc .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS9CvCZwNc .navbar.collapsed {
  justify-content: center;
}
.cid-uS9CvCZwNc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS9CvCZwNc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS9CvCZwNc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uS9CvCZwNc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS9CvCZwNc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS9CvCZwNc .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%;
}
.cid-uS9CvCZwNc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS9CvCZwNc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS9CvCZwNc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS9CvCZwNc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS9CvCZwNc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS9CvCZwNc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS9CvCZwNc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS9CvCZwNc .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%;
  }
  .cid-uS9CvCZwNc .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS9CvCZwNc .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS9CvCZwNc .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uS9CvCZwNc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uS9CvCZwNc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS9CvCZwNc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS9CvCZwNc .navbar.navbar-short {
  min-height: 96px;
}
.cid-uS9CvCZwNc .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uS9CvCZwNc .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;
}
.cid-uS9CvCZwNc .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uS9CvCZwNc .navbar-brand .navbar-caption:hover,
.cid-uS9CvCZwNc .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uS9CvCZwNc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS9CvCZwNc .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uS9CvCZwNc .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uS9CvCZwNc .dropdown-item.active,
.cid-uS9CvCZwNc .dropdown-item:active {
  background-color: transparent;
}
.cid-uS9CvCZwNc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS9CvCZwNc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS9CvCZwNc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS9CvCZwNc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uS9CvCZwNc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uS9CvCZwNc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uS9CvCZwNc .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS9CvCZwNc ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uS9CvCZwNc ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uS9CvCZwNc .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uS9CvCZwNc .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uS9CvCZwNc .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uS9CvCZwNc .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uS9CvCZwNc 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-uS9CvCZwNc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uS9CvCZwNc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uS9CvCZwNc button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS9CvCZwNc button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS9CvCZwNc button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uS9CvCZwNc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS9CvCZwNc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS9CvCZwNc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS9CvCZwNc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS9CvCZwNc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS9CvCZwNc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS9CvCZwNc .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-uS9CvCZwNc .navbar {
    height: 70px;
  }
  .cid-uS9CvCZwNc .navbar.opened {
    height: auto;
  }
  .cid-uS9CvCZwNc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS9CvCZwNc .navbar-nav {
  margin: 0 auto;
}
.cid-uS9CvCZwNc .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uS9CvCZwNc .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uS9CvCZwNc .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uS9CvCZwNc .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uS9CvCZwNc .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uS9CvCZwNc .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uS9CvCZwNc .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uS9CvCZwNc .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uS9CvCZwNc .navbar {
    justify-content: flex-start !important;
  }
  .cid-uS9CvCZwNc .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uS9CvCZwNc .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uS9CvCZwNc .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uS9CvCZwNc .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uS9CvCZwNc .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uS9CvCZwNc .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uS9CvCZwNc .content-wrap {
  min-height: 110px;
}
.cid-uS3gLf3qfg {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS3gLf3qfg {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-uS3gLf3qfg .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-uS3gLf3qfg .mbr-section-btn {
  animation-delay: .4s;
}
.cid-uS3gLf3qfg .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uS3gLf3qfg .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uS3gLf3qfg .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-uS3gLf3qfg .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: #63d0e0;
}
@media (max-width: 991px) {
  .cid-uS3gLf3qfg .back {
    width: 100%;
    height: 100%;
  }
}
.cid-uS3gLf3qfg section {
  position: relative;
}
.cid-uS3gLf3qfg .box {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uS3gLf3qfg .box {
    padding-top: 8rem;
  }
}
.cid-uS3gLf3qfg .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767px) {
  .cid-uS3gLf3qfg {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-uS3gLf3qfg .row {
    padding: 1rem!important;
  }
}
.cid-uS3gLf3qfg H1 {
  text-align: left;
}
.cid-uS3gLf3qfg .mbr-section-subtitle,
.cid-uS3gLf3qfg .mbr-section-btn {
  text-align: left;
}
.cid-uS3gLf3qfg .mbr-section-text,
.cid-uS3gLf3qfg .mbr-section-btn {
  text-align: left;
}
.cid-uS3fvyBo2K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS3fvyBo2K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3fvyBo2K .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-uS3fvyBo2K .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS3fvyBo2K .container {
    padding: 0 12px;
  }
}
.cid-uS3fvyBo2K .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS3fvyBo2K .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uS3fvyBo2K .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uS3fvyBo2K .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #63d0e0;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uS3fvyBo2K .mbr-section-title {
  color: #63d0e0;
}
.cid-uS2oWzw67U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
}
.cid-uS2oWzw67U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS2oWzw67U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS2oWzw67U .content-wrapper {
  padding: 10px;
  border-top: 10px solid #63d0e0;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uS2oWzw67U .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uS2oWzw67U .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uS2oWzw67U .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uS2oWzw67U .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS2oWzw67U .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS2oWzw67U .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uS2oWzw67U .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uS2oWzw67U .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS2oWzw67U .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uS2oWzw67U .mbr-section-title {
  color: #000c3f;
}
.cid-uS2oWzw67U .mbr-text {
  color: #000c3f;
}
.cid-uS2oWzw67U .mbr-text,
.cid-uS2oWzw67U .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS2oWzw67U .mbr-section-title,
.cid-uS2oWzw67U .mbr-section-btn {
  color: #000000;
}
.cid-uS2s8NIuqE {
  padding-top: 150px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uS2s8NIuqE .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uS2s8NIuqE .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uS2s8NIuqE .mbr-section-title {
  text-align: center;
  color: #63d0e0;
}
.cid-uS2s8NIuqE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS2s8NIuqE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgnqi4roY {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSgnqi4roY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSgnqi4roY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgnqi4roY .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSgnqi4roY .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSgnqi4roY .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uSgnqi4roY .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSgnqi4roY .item {
    margin-bottom: 40px;
  }
}
.cid-uSgnqi4roY .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSgnqi4roY .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uSgnqi4roY .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uSgnqi4roY .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSgnqi4roY .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSgnqi4roY .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSgnqi4roY .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSgnqi4roY .mbr-section-title,
.cid-uSgnqi4roY .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uSgnqi4roY .card-number {
  color: #f1f5eb;
}
.cid-uSgnqi4roY .card-title {
  color: #323432;
}
.cid-uSgnqi4roY .card-text {
  color: #323432;
}
.cid-uSgnqi4roY .card-title,
.cid-uSgnqi4roY .mbr-section-btn,
.cid-uSgnqi4roY .iconfont-wrapper {
  color: #63d0e0;
}
.cid-uS9LWjqQVq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
  position: relative;
  overflow: hidden;
}
.cid-uS9LWjqQVq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9LWjqQVq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9LWjqQVq .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 40px #ffffff;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS9LWjqQVq .bg-frame {
    width: 60vw;
  }
}
.cid-uS9LWjqQVq .row {
  position: relative;
  z-index: 3;
}
.cid-uS9LWjqQVq .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS9LWjqQVq .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS9LWjqQVq .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS9LWjqQVq .main-title {
  color: #111111;
  margin-bottom: 0;
}
.cid-uS9LWjqQVq .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS9LWjqQVq .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS9LWjqQVq .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
@media (max-width: 991px) {
  .cid-uS9LWjqQVq .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS9LWjqQVq .content-container {
    padding: 60px 0;
  }
}
.cid-uS9LWjqQVq .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS9LWjqQVq .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS9LWjqQVq .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS9LWjqQVq .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS9LWjqQVq .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS9LWjqQVq .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS9LWjqQVq .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS9LWjqQVq .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS9LWjqQVq .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS9LWjqQVq .title-box {
    width: 100%;
  }
}
.cid-uS9LWjqQVq .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS9LWjqQVq .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS9LWjqQVq .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS9LWjqQVq .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS9LWjqQVq .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS9LWjqQVq .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS9LWjqQVq .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS9LWjqQVq .mbr-text,
.cid-uS9LWjqQVq mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uS33ROSscq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS33ROSscq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS33ROSscq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS33ROSscq .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uS33ROSscq .container-fluid {
    padding: 0;
  }
}
.cid-uS33ROSscq .container-fluid .row {
  padding: 0;
}
.cid-uS33ROSscq .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uS33ROSscq .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uS33ROSscq .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uS33ROSscq .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uS33ROSscq .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS33ROSscq .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uS33ROSscq .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uS33ROSscq .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS33ROSscq .image-wrapper img {
    height: 400px;
  }
}
.cid-uS33ROSscq .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uS33ROSscq .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uS33ROSscq .mbr-section-title {
  color: #63d0e0;
  text-align: center;
}
.cid-uS33ROSscq .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uS33WtMu0F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
}
.cid-uS33WtMu0F .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-uS33WtMu0F .card {
  background: transparent;
}
.cid-uS33WtMu0F .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uS33WtMu0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS33WtMu0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3j71oN8Y {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uS3j71oN8Y::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #63d0e0 -10%, transparent 70%);
}
.cid-uS3j71oN8Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3j71oN8Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS3j71oN8Y .container {
    padding: 0 16px;
  }
}
.cid-uS3j71oN8Y .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS3j71oN8Y .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS3j71oN8Y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS3j71oN8Y .mbr-section-title {
  color: #63d0e0;
}
.cid-uS3j71oN8Y .mbr-text {
  color: #000000;
}
.cid-uS3rJLkx98 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #63d0e0;
}
.cid-uS3rJLkx98 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3rJLkx98 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3rJLkx98 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uS3rJLkx98 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS3rJLkx98 .container {
    padding: 0 20px;
  }
}
.cid-uS3rJLkx98 .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #ffffff;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uS3rJLkx98 .row {
    padding: 46px 4px 46px;
  }
}
.cid-uS3rJLkx98 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uS3rJLkx98 .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uS3rJLkx98 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uS3rJLkx98 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS3rJLkx98 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS3rJLkx98 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS3rJLkx98 .item {
  margin-bottom: 40px;
}
.cid-uS3rJLkx98 .item:first-child {
  margin-bottom: 0;
}
.cid-uS3rJLkx98 .item:hover .item-wrapper .item-img img,
.cid-uS3rJLkx98 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uS3rJLkx98 .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-uS3rJLkx98 .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uS3rJLkx98 .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uS3rJLkx98 .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uS3rJLkx98 .item a {
  display: block;
}
.cid-uS3rJLkx98 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS3rJLkx98 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uS3rJLkx98 .mbr-text,
.cid-uS3rJLkx98 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS3rJLkx98 .card-title {
  color: #000000;
}
.cid-uS3rJLkx98 .card-desc {
  color: #616161;
}
.cid-uS3jG3ypfP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uS3jG3ypfP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3jG3ypfP .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-uS3jG3ypfP .container {
    padding: 0 30px;
  }
}
.cid-uS3jG3ypfP .row {
  position: relative;
}
.cid-uS3jG3ypfP .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uS3jG3ypfP .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uS3jG3ypfP .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #63d0e0;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uS3jG3ypfP .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uS3jG3ypfP .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uS3jG3ypfP .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS3jG3ypfP .mbr-text {
  color: #111111;
}
.cid-uS3jG3ypfP .mbr-link,
.cid-uS3jG3ypfP .mbr-iconfont {
  color: #212529;
}
.cid-uS3jG3ypfP .mbr-section-title {
  color: #111111;
}
.cid-uS9HcbqJ2T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS9HcbqJ2T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9HcbqJ2T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9HcbqJ2T .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uS9HcbqJ2T .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uS9HcbqJ2T .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uS9HcbqJ2T .container {
    padding: 0 16px;
  }
}
.cid-uS9HcbqJ2T .row {
  justify-content: space-between;
}
.cid-uS9HcbqJ2T .title-wrapper {
  position: sticky;
}
.cid-uS9HcbqJ2T .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uS9HcbqJ2T .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uS9HcbqJ2T .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #63d0e0, #56acff 34%, #7179ef 67%, #63d0e0) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uS9HcbqJ2T .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uS9HcbqJ2T .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #ffffff;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uS9HcbqJ2T .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uS9HcbqJ2T .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uS9HcbqJ2T .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS9HcbqJ2T .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS9HcbqJ2T .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS9HcbqJ2T .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #63d0e0, #56acff 34%, #7179ef 67%, #63d0e0);
  border-radius: 50%;
}
.cid-uS9HcbqJ2T .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uS9HcbqJ2T .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS9HcbqJ2T .mbr-section-title {
  color: #080808;
}
.cid-uS9HcbqJ2T .panel-title-edit {
  color: #080808;
}
.cid-uS9HcbqJ2T .panel-text {
  color: #333333;
}
.cid-uS9LIzt0Y6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
  position: relative;
  overflow: hidden;
}
.cid-uS9LIzt0Y6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9LIzt0Y6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9LIzt0Y6 .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 40px #ffffff;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS9LIzt0Y6 .bg-frame {
    width: 60vw;
  }
}
.cid-uS9LIzt0Y6 .row {
  position: relative;
  z-index: 3;
}
.cid-uS9LIzt0Y6 .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS9LIzt0Y6 .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS9LIzt0Y6 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS9LIzt0Y6 .main-title {
  color: #111111;
  margin-bottom: 0;
}
.cid-uS9LIzt0Y6 .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS9LIzt0Y6 .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS9LIzt0Y6 .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .cid-uS9LIzt0Y6 .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS9LIzt0Y6 .content-container {
    padding: 60px 0;
  }
}
.cid-uS9LIzt0Y6 .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS9LIzt0Y6 .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS9LIzt0Y6 .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS9LIzt0Y6 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS9LIzt0Y6 .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS9LIzt0Y6 .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS9LIzt0Y6 .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS9LIzt0Y6 .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS9LIzt0Y6 .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS9LIzt0Y6 .title-box {
    width: 100%;
  }
}
.cid-uS9LIzt0Y6 .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS9LIzt0Y6 .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS9LIzt0Y6 .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS9LIzt0Y6 .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS9LIzt0Y6 .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS9LIzt0Y6 .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS9LIzt0Y6 .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS9LIzt0Y6 .mbr-text,
.cid-uS9LIzt0Y6 mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uS3dGbqDzr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-uS3dGbqDzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS3dGbqDzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS3dGbqDzr .row {
  position: relative;
  z-index: 10;
}
.cid-uS3dGbqDzr .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uS3dGbqDzr .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uS3dGbqDzr .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uS3dGbqDzr .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uS3dGbqDzr .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS3dGbqDzr .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uS3dGbqDzr .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uS3dGbqDzr .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uS3dGbqDzr .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS3dGbqDzr .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uS3dGbqDzr .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS3dGbqDzr .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uS3dGbqDzr .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uS3dGbqDzr .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uS3dGbqDzr .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uS3dGbqDzr .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS3dGbqDzr .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uS3dGbqDzr .container,
.cid-uS3dGbqDzr .container-fluid {
  position: relative;
}
.cid-uS3dGbqDzr .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uS3dGbqDzr .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uS3dGbqDzr .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS3dGbqDzr .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS37O4dvdf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #63d0e0;
}
.cid-uS37O4dvdf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS37O4dvdf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS37O4dvdf .row {
  justify-content: space-between;
}
.cid-uS37O4dvdf .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS37O4dvdf .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS37O4dvdf .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS37O4dvdf .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uS37O4dvdf .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #111111;
}
.cid-uS37O4dvdf .list li {
  margin-bottom: 25px;
}
.cid-uS37O4dvdf .list li:last-child {
  margin-bottom: 0;
}
.cid-uS37O4dvdf .mbr-desc {
  margin-bottom: 8px;
}
.cid-uS37O4dvdf .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS37O4dvdf .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uS37O4dvdf .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uS37O4dvdf .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-uS37O4dvdf .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #111111;
  text-align: center;
}
.cid-uS37O4dvdf .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS37O4dvdf .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uS37O4dvdf .mbr-desc,
.cid-uS37O4dvdf .mbr-iconfont {
  color: #000000;
}
.cid-uS37O4dvdf .mbr-text,
.cid-uS37O4dvdf .mbr-section-btn {
  color: #000000;
}
.cid-uS9QXQF8Hx .navbar-dropdown {
  position: relative !important;
}
.cid-uS9QXQF8Hx .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uS9QXQF8Hx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uS9QXQF8Hx .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-uS9QXQF8Hx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uS9QXQF8Hx .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uS9QXQF8Hx .dropdown-item:hover,
.cid-uS9QXQF8Hx .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uS9QXQF8Hx .dropdown-item:hover span {
  color: white;
}
.cid-uS9QXQF8Hx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS9QXQF8Hx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS9QXQF8Hx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS9QXQF8Hx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS9QXQF8Hx .nav-link {
  position: relative;
}
.cid-uS9QXQF8Hx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uS9QXQF8Hx .container {
    flex-wrap: nowrap;
  }
}
.cid-uS9QXQF8Hx .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uS9QXQF8Hx .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uS9QXQF8Hx .dropdown-menu,
.cid-uS9QXQF8Hx .navbar.opened {
  background: #ffffff !important;
}
.cid-uS9QXQF8Hx .nav-item:focus,
.cid-uS9QXQF8Hx .nav-link:focus {
  outline: none;
}
.cid-uS9QXQF8Hx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS9QXQF8Hx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uS9QXQF8Hx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS9QXQF8Hx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS9QXQF8Hx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS9QXQF8Hx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS9QXQF8Hx .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS9QXQF8Hx .navbar.opened {
  transition: all 0.3s;
}
.cid-uS9QXQF8Hx .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uS9QXQF8Hx .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uS9QXQF8Hx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS9QXQF8Hx .navbar.collapsed {
  justify-content: center;
}
.cid-uS9QXQF8Hx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS9QXQF8Hx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS9QXQF8Hx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uS9QXQF8Hx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS9QXQF8Hx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS9QXQF8Hx .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%;
}
.cid-uS9QXQF8Hx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS9QXQF8Hx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS9QXQF8Hx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS9QXQF8Hx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS9QXQF8Hx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS9QXQF8Hx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS9QXQF8Hx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS9QXQF8Hx .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%;
  }
  .cid-uS9QXQF8Hx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS9QXQF8Hx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS9QXQF8Hx .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uS9QXQF8Hx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uS9QXQF8Hx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS9QXQF8Hx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS9QXQF8Hx .navbar.navbar-short {
  min-height: 96px;
}
.cid-uS9QXQF8Hx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uS9QXQF8Hx .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;
}
.cid-uS9QXQF8Hx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uS9QXQF8Hx .navbar-brand .navbar-caption:hover,
.cid-uS9QXQF8Hx .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uS9QXQF8Hx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS9QXQF8Hx .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uS9QXQF8Hx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uS9QXQF8Hx .dropdown-item.active,
.cid-uS9QXQF8Hx .dropdown-item:active {
  background-color: transparent;
}
.cid-uS9QXQF8Hx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS9QXQF8Hx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS9QXQF8Hx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS9QXQF8Hx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uS9QXQF8Hx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uS9QXQF8Hx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uS9QXQF8Hx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS9QXQF8Hx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uS9QXQF8Hx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uS9QXQF8Hx .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uS9QXQF8Hx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uS9QXQF8Hx .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uS9QXQF8Hx .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uS9QXQF8Hx 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-uS9QXQF8Hx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uS9QXQF8Hx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uS9QXQF8Hx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS9QXQF8Hx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS9QXQF8Hx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uS9QXQF8Hx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS9QXQF8Hx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS9QXQF8Hx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS9QXQF8Hx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS9QXQF8Hx .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS9QXQF8Hx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS9QXQF8Hx .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-uS9QXQF8Hx .navbar {
    height: 70px;
  }
  .cid-uS9QXQF8Hx .navbar.opened {
    height: auto;
  }
  .cid-uS9QXQF8Hx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS9QXQF8Hx .navbar-nav {
  margin: 0 auto;
}
.cid-uS9QXQF8Hx .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uS9QXQF8Hx .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uS9QXQF8Hx .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uS9QXQF8Hx .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uS9QXQF8Hx .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uS9QXQF8Hx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uS9QXQF8Hx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uS9QXQF8Hx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uS9QXQF8Hx .navbar {
    justify-content: flex-start !important;
  }
  .cid-uS9QXQF8Hx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uS9QXQF8Hx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uS9QXQF8Hx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uS9QXQF8Hx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uS9QXQF8Hx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uS9QXQF8Hx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uS9QXQF8Hx .content-wrap {
  min-height: 110px;
}
.cid-uS9QXSlEr3 {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS9QXSlEr3 {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-uS9QXSlEr3 .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-uS9QXSlEr3 .mbr-section-btn {
  animation-delay: .4s;
}
.cid-uS9QXSlEr3 .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uS9QXSlEr3 .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uS9QXSlEr3 .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-uS9QXSlEr3 .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: #63d0e0;
}
@media (max-width: 991px) {
  .cid-uS9QXSlEr3 .back {
    width: 100%;
    height: 100%;
  }
}
.cid-uS9QXSlEr3 section {
  position: relative;
}
.cid-uS9QXSlEr3 .box {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uS9QXSlEr3 .box {
    padding-top: 8rem;
  }
}
.cid-uS9QXSlEr3 .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767px) {
  .cid-uS9QXSlEr3 {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-uS9QXSlEr3 .row {
    padding: 1rem!important;
  }
}
.cid-uS9QXSlEr3 H1 {
  text-align: left;
}
.cid-uS9QXSlEr3 .mbr-section-subtitle,
.cid-uS9QXSlEr3 .mbr-section-btn {
  text-align: left;
}
.cid-uS9QXSlEr3 .mbr-section-text,
.cid-uS9QXSlEr3 .mbr-section-btn {
  text-align: left;
}
.cid-uS9QXUuNkE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
}
.cid-uS9QXUuNkE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9QXUuNkE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9QXUuNkE .content-wrapper {
  padding: 10px;
  border-top: 10px solid #63d0e0;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uS9QXUuNkE .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uS9QXUuNkE .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uS9QXUuNkE .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uS9QXUuNkE .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS9QXUuNkE .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS9QXUuNkE .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uS9QXUuNkE .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uS9QXUuNkE .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS9QXUuNkE .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uS9QXUuNkE .mbr-section-title {
  color: #000c3f;
}
.cid-uS9QXUuNkE .mbr-text {
  color: #000c3f;
}
.cid-uS9QXUuNkE .mbr-text,
.cid-uS9QXUuNkE .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS9QXUuNkE .mbr-section-title,
.cid-uS9QXUuNkE .mbr-section-btn {
  color: #000000;
}
.cid-uS9QY9f82Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-uS9QY9f82Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9QY9f82Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9QY9f82Z .row {
  position: relative;
  z-index: 10;
}
.cid-uS9QY9f82Z .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uS9QY9f82Z .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uS9QY9f82Z .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uS9QY9f82Z .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uS9QY9f82Z .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS9QY9f82Z .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uS9QY9f82Z .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uS9QY9f82Z .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uS9QY9f82Z .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS9QY9f82Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uS9QY9f82Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS9QY9f82Z .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uS9QY9f82Z .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uS9QY9f82Z .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uS9QY9f82Z .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uS9QY9f82Z .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS9QY9f82Z .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uS9QY9f82Z .container,
.cid-uS9QY9f82Z .container-fluid {
  position: relative;
}
.cid-uS9QY9f82Z .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uS9QY9f82Z .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uS9QY9f82Z .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS9QY9f82Z .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS9QYavLQp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #63d0e0;
}
.cid-uS9QYavLQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9QYavLQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9QYavLQp .row {
  justify-content: space-between;
}
.cid-uS9QYavLQp .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS9QYavLQp .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS9QYavLQp .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS9QYavLQp .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uS9QYavLQp .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #111111;
}
.cid-uS9QYavLQp .list li {
  margin-bottom: 25px;
}
.cid-uS9QYavLQp .list li:last-child {
  margin-bottom: 0;
}
.cid-uS9QYavLQp .mbr-desc {
  margin-bottom: 8px;
}
.cid-uS9QYavLQp .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS9QYavLQp .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uS9QYavLQp .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uS9QYavLQp .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-uS9QYavLQp .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #111111;
  text-align: center;
}
.cid-uS9QYavLQp .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS9QYavLQp .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uS9QYavLQp .mbr-desc,
.cid-uS9QYavLQp .mbr-iconfont {
  color: #000000;
}
.cid-uS9QYavLQp .mbr-text,
.cid-uS9QYavLQp .mbr-section-btn {
  color: #000000;
}
.cid-uS9SlCHRgH .navbar-dropdown {
  position: relative !important;
}
.cid-uS9SlCHRgH .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uS9SlCHRgH .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uS9SlCHRgH .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-uS9SlCHRgH .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uS9SlCHRgH .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uS9SlCHRgH .dropdown-item:hover,
.cid-uS9SlCHRgH .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uS9SlCHRgH .dropdown-item:hover span {
  color: white;
}
.cid-uS9SlCHRgH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS9SlCHRgH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS9SlCHRgH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS9SlCHRgH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS9SlCHRgH .nav-link {
  position: relative;
}
.cid-uS9SlCHRgH .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uS9SlCHRgH .container {
    flex-wrap: nowrap;
  }
}
.cid-uS9SlCHRgH .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uS9SlCHRgH .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uS9SlCHRgH .dropdown-menu,
.cid-uS9SlCHRgH .navbar.opened {
  background: #ffffff !important;
}
.cid-uS9SlCHRgH .nav-item:focus,
.cid-uS9SlCHRgH .nav-link:focus {
  outline: none;
}
.cid-uS9SlCHRgH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS9SlCHRgH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uS9SlCHRgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS9SlCHRgH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS9SlCHRgH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS9SlCHRgH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS9SlCHRgH .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS9SlCHRgH .navbar.opened {
  transition: all 0.3s;
}
.cid-uS9SlCHRgH .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uS9SlCHRgH .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uS9SlCHRgH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS9SlCHRgH .navbar.collapsed {
  justify-content: center;
}
.cid-uS9SlCHRgH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS9SlCHRgH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS9SlCHRgH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uS9SlCHRgH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS9SlCHRgH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS9SlCHRgH .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%;
}
.cid-uS9SlCHRgH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS9SlCHRgH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS9SlCHRgH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS9SlCHRgH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS9SlCHRgH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS9SlCHRgH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS9SlCHRgH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS9SlCHRgH .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%;
  }
  .cid-uS9SlCHRgH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS9SlCHRgH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS9SlCHRgH .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uS9SlCHRgH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uS9SlCHRgH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS9SlCHRgH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS9SlCHRgH .navbar.navbar-short {
  min-height: 96px;
}
.cid-uS9SlCHRgH .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uS9SlCHRgH .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;
}
.cid-uS9SlCHRgH .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uS9SlCHRgH .navbar-brand .navbar-caption:hover,
.cid-uS9SlCHRgH .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uS9SlCHRgH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS9SlCHRgH .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uS9SlCHRgH .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uS9SlCHRgH .dropdown-item.active,
.cid-uS9SlCHRgH .dropdown-item:active {
  background-color: transparent;
}
.cid-uS9SlCHRgH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS9SlCHRgH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS9SlCHRgH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS9SlCHRgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uS9SlCHRgH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uS9SlCHRgH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uS9SlCHRgH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS9SlCHRgH ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uS9SlCHRgH ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uS9SlCHRgH .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uS9SlCHRgH .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uS9SlCHRgH .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uS9SlCHRgH .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uS9SlCHRgH 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-uS9SlCHRgH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uS9SlCHRgH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uS9SlCHRgH button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS9SlCHRgH button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS9SlCHRgH button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uS9SlCHRgH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS9SlCHRgH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS9SlCHRgH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS9SlCHRgH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS9SlCHRgH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS9SlCHRgH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS9SlCHRgH .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-uS9SlCHRgH .navbar {
    height: 70px;
  }
  .cid-uS9SlCHRgH .navbar.opened {
    height: auto;
  }
  .cid-uS9SlCHRgH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS9SlCHRgH .navbar-nav {
  margin: 0 auto;
}
.cid-uS9SlCHRgH .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uS9SlCHRgH .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uS9SlCHRgH .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uS9SlCHRgH .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uS9SlCHRgH .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uS9SlCHRgH .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uS9SlCHRgH .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uS9SlCHRgH .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uS9SlCHRgH .navbar {
    justify-content: flex-start !important;
  }
  .cid-uS9SlCHRgH .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uS9SlCHRgH .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uS9SlCHRgH .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uS9SlCHRgH .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uS9SlCHRgH .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uS9SlCHRgH .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uS9SlCHRgH .content-wrap {
  min-height: 110px;
}
.cid-uS9SlDuktZ {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS9SlDuktZ {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-uS9SlDuktZ .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-uS9SlDuktZ .mbr-section-btn {
  animation-delay: .4s;
}
.cid-uS9SlDuktZ .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uS9SlDuktZ .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uS9SlDuktZ .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-uS9SlDuktZ .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: #63d0e0;
}
@media (max-width: 991px) {
  .cid-uS9SlDuktZ .back {
    width: 100%;
    height: 100%;
  }
}
.cid-uS9SlDuktZ section {
  position: relative;
}
.cid-uS9SlDuktZ .box {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uS9SlDuktZ .box {
    padding-top: 8rem;
  }
}
.cid-uS9SlDuktZ .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767px) {
  .cid-uS9SlDuktZ {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-uS9SlDuktZ .row {
    padding: 1rem!important;
  }
}
.cid-uS9SlDuktZ H1 {
  text-align: left;
}
.cid-uS9SlDuktZ .mbr-section-subtitle,
.cid-uS9SlDuktZ .mbr-section-btn {
  text-align: left;
}
.cid-uS9SlDuktZ .mbr-section-text,
.cid-uS9SlDuktZ .mbr-section-btn {
  text-align: left;
}
.cid-uS9SlEgbii {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
}
.cid-uS9SlEgbii .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SlEgbii .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9SlEgbii .content-wrapper {
  padding: 10px;
  border-top: 10px solid #63d0e0;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uS9SlEgbii .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uS9SlEgbii .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uS9SlEgbii .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uS9SlEgbii .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS9SlEgbii .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS9SlEgbii .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uS9SlEgbii .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uS9SlEgbii .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS9SlEgbii .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uS9SlEgbii .mbr-section-title {
  color: #000c3f;
}
.cid-uS9SlEgbii .mbr-text {
  color: #000c3f;
}
.cid-uS9SlEgbii .mbr-text,
.cid-uS9SlEgbii .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS9SlEgbii .mbr-section-title,
.cid-uS9SlEgbii .mbr-section-btn {
  color: #000000;
}
.cid-uS9SlEQ8V1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-uS9SlEQ8V1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SlEQ8V1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9SlEQ8V1 .row {
  position: relative;
  z-index: 10;
}
.cid-uS9SlEQ8V1 .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uS9SlEQ8V1 .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uS9SlEQ8V1 .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uS9SlEQ8V1 .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uS9SlEQ8V1 .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS9SlEQ8V1 .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uS9SlEQ8V1 .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uS9SlEQ8V1 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uS9SlEQ8V1 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS9SlEQ8V1 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uS9SlEQ8V1 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS9SlEQ8V1 .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uS9SlEQ8V1 .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uS9SlEQ8V1 .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uS9SlEQ8V1 .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uS9SlEQ8V1 .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS9SlEQ8V1 .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uS9SlEQ8V1 .container,
.cid-uS9SlEQ8V1 .container-fluid {
  position: relative;
}
.cid-uS9SlEQ8V1 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uS9SlEQ8V1 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uS9SlEQ8V1 .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS9SlEQ8V1 .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS9SlFvMUJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #63d0e0;
}
.cid-uS9SlFvMUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SlFvMUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9SlFvMUJ .row {
  justify-content: space-between;
}
.cid-uS9SlFvMUJ .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS9SlFvMUJ .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS9SlFvMUJ .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS9SlFvMUJ .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uS9SlFvMUJ .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #111111;
}
.cid-uS9SlFvMUJ .list li {
  margin-bottom: 25px;
}
.cid-uS9SlFvMUJ .list li:last-child {
  margin-bottom: 0;
}
.cid-uS9SlFvMUJ .mbr-desc {
  margin-bottom: 8px;
}
.cid-uS9SlFvMUJ .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS9SlFvMUJ .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uS9SlFvMUJ .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uS9SlFvMUJ .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-uS9SlFvMUJ .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #111111;
  text-align: center;
}
.cid-uS9SlFvMUJ .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS9SlFvMUJ .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uS9SlFvMUJ .mbr-desc,
.cid-uS9SlFvMUJ .mbr-iconfont {
  color: #000000;
}
.cid-uS9SlFvMUJ .mbr-text,
.cid-uS9SlFvMUJ .mbr-section-btn {
  color: #000000;
}
.cid-uS9SZ5qK46 .navbar-dropdown {
  position: relative !important;
}
.cid-uS9SZ5qK46 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uS9SZ5qK46 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uS9SZ5qK46 .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-uS9SZ5qK46 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uS9SZ5qK46 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uS9SZ5qK46 .dropdown-item:hover,
.cid-uS9SZ5qK46 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uS9SZ5qK46 .dropdown-item:hover span {
  color: white;
}
.cid-uS9SZ5qK46 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS9SZ5qK46 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS9SZ5qK46 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS9SZ5qK46 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS9SZ5qK46 .nav-link {
  position: relative;
}
.cid-uS9SZ5qK46 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uS9SZ5qK46 .container {
    flex-wrap: nowrap;
  }
}
.cid-uS9SZ5qK46 .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uS9SZ5qK46 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uS9SZ5qK46 .dropdown-menu,
.cid-uS9SZ5qK46 .navbar.opened {
  background: #ffffff !important;
}
.cid-uS9SZ5qK46 .nav-item:focus,
.cid-uS9SZ5qK46 .nav-link:focus {
  outline: none;
}
.cid-uS9SZ5qK46 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS9SZ5qK46 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uS9SZ5qK46 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS9SZ5qK46 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS9SZ5qK46 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS9SZ5qK46 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS9SZ5qK46 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS9SZ5qK46 .navbar.opened {
  transition: all 0.3s;
}
.cid-uS9SZ5qK46 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uS9SZ5qK46 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uS9SZ5qK46 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS9SZ5qK46 .navbar.collapsed {
  justify-content: center;
}
.cid-uS9SZ5qK46 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS9SZ5qK46 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS9SZ5qK46 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uS9SZ5qK46 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS9SZ5qK46 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS9SZ5qK46 .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%;
}
.cid-uS9SZ5qK46 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS9SZ5qK46 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS9SZ5qK46 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS9SZ5qK46 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS9SZ5qK46 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS9SZ5qK46 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS9SZ5qK46 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS9SZ5qK46 .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%;
  }
  .cid-uS9SZ5qK46 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS9SZ5qK46 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS9SZ5qK46 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uS9SZ5qK46 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uS9SZ5qK46 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS9SZ5qK46 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS9SZ5qK46 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uS9SZ5qK46 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uS9SZ5qK46 .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;
}
.cid-uS9SZ5qK46 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uS9SZ5qK46 .navbar-brand .navbar-caption:hover,
.cid-uS9SZ5qK46 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uS9SZ5qK46 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS9SZ5qK46 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uS9SZ5qK46 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uS9SZ5qK46 .dropdown-item.active,
.cid-uS9SZ5qK46 .dropdown-item:active {
  background-color: transparent;
}
.cid-uS9SZ5qK46 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS9SZ5qK46 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS9SZ5qK46 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS9SZ5qK46 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uS9SZ5qK46 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uS9SZ5qK46 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uS9SZ5qK46 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS9SZ5qK46 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uS9SZ5qK46 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uS9SZ5qK46 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uS9SZ5qK46 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uS9SZ5qK46 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uS9SZ5qK46 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uS9SZ5qK46 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-uS9SZ5qK46 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uS9SZ5qK46 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uS9SZ5qK46 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS9SZ5qK46 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS9SZ5qK46 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uS9SZ5qK46 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS9SZ5qK46 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS9SZ5qK46 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS9SZ5qK46 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS9SZ5qK46 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS9SZ5qK46 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS9SZ5qK46 .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-uS9SZ5qK46 .navbar {
    height: 70px;
  }
  .cid-uS9SZ5qK46 .navbar.opened {
    height: auto;
  }
  .cid-uS9SZ5qK46 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS9SZ5qK46 .navbar-nav {
  margin: 0 auto;
}
.cid-uS9SZ5qK46 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uS9SZ5qK46 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uS9SZ5qK46 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uS9SZ5qK46 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uS9SZ5qK46 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uS9SZ5qK46 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uS9SZ5qK46 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uS9SZ5qK46 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uS9SZ5qK46 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uS9SZ5qK46 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uS9SZ5qK46 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uS9SZ5qK46 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uS9SZ5qK46 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uS9SZ5qK46 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uS9SZ5qK46 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uS9SZ5qK46 .content-wrap {
  min-height: 110px;
}
.cid-uS9SZ6ez2L {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS9SZ6ez2L {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-uS9SZ6ez2L .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-uS9SZ6ez2L .mbr-section-btn {
  animation-delay: .4s;
}
.cid-uS9SZ6ez2L .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uS9SZ6ez2L .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uS9SZ6ez2L .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-uS9SZ6ez2L .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: #63d0e0;
}
@media (max-width: 991px) {
  .cid-uS9SZ6ez2L .back {
    width: 100%;
    height: 100%;
  }
}
.cid-uS9SZ6ez2L section {
  position: relative;
}
.cid-uS9SZ6ez2L .box {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uS9SZ6ez2L .box {
    padding-top: 8rem;
  }
}
.cid-uS9SZ6ez2L .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767px) {
  .cid-uS9SZ6ez2L {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-uS9SZ6ez2L .row {
    padding: 1rem!important;
  }
}
.cid-uS9SZ6ez2L H1 {
  text-align: left;
}
.cid-uS9SZ6ez2L .mbr-section-subtitle,
.cid-uS9SZ6ez2L .mbr-section-btn {
  text-align: left;
}
.cid-uS9SZ6ez2L .mbr-section-text,
.cid-uS9SZ6ez2L .mbr-section-btn {
  text-align: left;
}
.cid-uS9SZ6MGEE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS9SZ6MGEE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SZ6MGEE .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-uS9SZ6MGEE .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS9SZ6MGEE .container {
    padding: 0 12px;
  }
}
.cid-uS9SZ6MGEE .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS9SZ6MGEE .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uS9SZ6MGEE .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uS9SZ6MGEE .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #63d0e0;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uS9SZ6MGEE .mbr-section-title {
  color: #63d0e0;
}
.cid-uS9SZ7qM9j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
}
.cid-uS9SZ7qM9j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SZ7qM9j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9SZ7qM9j .content-wrapper {
  padding: 10px;
  border-top: 10px solid #63d0e0;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uS9SZ7qM9j .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uS9SZ7qM9j .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uS9SZ7qM9j .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uS9SZ7qM9j .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS9SZ7qM9j .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS9SZ7qM9j .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uS9SZ7qM9j .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uS9SZ7qM9j .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS9SZ7qM9j .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uS9SZ7qM9j .mbr-section-title {
  color: #000c3f;
}
.cid-uS9SZ7qM9j .mbr-text {
  color: #000c3f;
}
.cid-uS9SZ7qM9j .mbr-text,
.cid-uS9SZ7qM9j .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS9SZ7qM9j .mbr-section-title,
.cid-uS9SZ7qM9j .mbr-section-btn {
  color: #000000;
}
.cid-uS9SZ82rSd {
  padding-top: 150px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uS9SZ82rSd .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uS9SZ82rSd .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uS9SZ82rSd .mbr-section-title {
  text-align: center;
  color: #63d0e0;
}
.cid-uS9SZ82rSd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SZ82rSd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgprTi0FT {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSgprTi0FT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSgprTi0FT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgprTi0FT .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSgprTi0FT .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSgprTi0FT .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uSgprTi0FT .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSgprTi0FT .item {
    margin-bottom: 40px;
  }
}
.cid-uSgprTi0FT .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSgprTi0FT .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uSgprTi0FT .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uSgprTi0FT .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSgprTi0FT .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSgprTi0FT .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSgprTi0FT .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSgprTi0FT .mbr-section-title,
.cid-uSgprTi0FT .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uSgprTi0FT .card-number {
  color: #f1f5eb;
}
.cid-uSgprTi0FT .card-title {
  color: #323432;
}
.cid-uSgprTi0FT .card-text {
  color: #323432;
}
.cid-uSgprTi0FT .card-title,
.cid-uSgprTi0FT .mbr-section-btn,
.cid-uSgprTi0FT .iconfont-wrapper {
  color: #63d0e0;
}
.cid-uS9SZ8CeCK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
  position: relative;
  overflow: hidden;
}
.cid-uS9SZ8CeCK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SZ8CeCK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9SZ8CeCK .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 40px #ffffff;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS9SZ8CeCK .bg-frame {
    width: 60vw;
  }
}
.cid-uS9SZ8CeCK .row {
  position: relative;
  z-index: 3;
}
.cid-uS9SZ8CeCK .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS9SZ8CeCK .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS9SZ8CeCK .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS9SZ8CeCK .main-title {
  color: #111111;
  margin-bottom: 0;
}
.cid-uS9SZ8CeCK .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS9SZ8CeCK .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS9SZ8CeCK .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
@media (max-width: 991px) {
  .cid-uS9SZ8CeCK .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS9SZ8CeCK .content-container {
    padding: 60px 0;
  }
}
.cid-uS9SZ8CeCK .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS9SZ8CeCK .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS9SZ8CeCK .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS9SZ8CeCK .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS9SZ8CeCK .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS9SZ8CeCK .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS9SZ8CeCK .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS9SZ8CeCK .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS9SZ8CeCK .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS9SZ8CeCK .title-box {
    width: 100%;
  }
}
.cid-uS9SZ8CeCK .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS9SZ8CeCK .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS9SZ8CeCK .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS9SZ8CeCK .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS9SZ8CeCK .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS9SZ8CeCK .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS9SZ8CeCK .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS9SZ8CeCK .mbr-text,
.cid-uS9SZ8CeCK mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uS9SZ9i9CN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS9SZ9i9CN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SZ9i9CN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9SZ9i9CN .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uS9SZ9i9CN .container-fluid {
    padding: 0;
  }
}
.cid-uS9SZ9i9CN .container-fluid .row {
  padding: 0;
}
.cid-uS9SZ9i9CN .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uS9SZ9i9CN .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uS9SZ9i9CN .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uS9SZ9i9CN .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uS9SZ9i9CN .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS9SZ9i9CN .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uS9SZ9i9CN .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uS9SZ9i9CN .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS9SZ9i9CN .image-wrapper img {
    height: 400px;
  }
}
.cid-uS9SZ9i9CN .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uS9SZ9i9CN .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uS9SZ9i9CN .mbr-section-title {
  color: #63d0e0;
  text-align: center;
}
.cid-uS9SZ9i9CN .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uS9SZ9UEpU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
}
.cid-uS9SZ9UEpU .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-uS9SZ9UEpU .card {
  background: transparent;
}
.cid-uS9SZ9UEpU .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uS9SZ9UEpU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SZ9UEpU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9SZaxjhc {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uS9SZaxjhc::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #63d0e0 -10%, transparent 70%);
}
.cid-uS9SZaxjhc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SZaxjhc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS9SZaxjhc .container {
    padding: 0 16px;
  }
}
.cid-uS9SZaxjhc .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS9SZaxjhc .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS9SZaxjhc .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS9SZaxjhc .mbr-section-title {
  color: #63d0e0;
}
.cid-uS9SZaxjhc .mbr-text {
  color: #000000;
}
.cid-uS9SZbcgCl {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #63d0e0;
}
.cid-uS9SZbcgCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SZbcgCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9SZbcgCl .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uS9SZbcgCl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS9SZbcgCl .container {
    padding: 0 20px;
  }
}
.cid-uS9SZbcgCl .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #ffffff;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uS9SZbcgCl .row {
    padding: 46px 4px 46px;
  }
}
.cid-uS9SZbcgCl .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uS9SZbcgCl .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uS9SZbcgCl .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uS9SZbcgCl .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS9SZbcgCl .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS9SZbcgCl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS9SZbcgCl .item {
  margin-bottom: 40px;
}
.cid-uS9SZbcgCl .item:first-child {
  margin-bottom: 0;
}
.cid-uS9SZbcgCl .item:hover .item-wrapper .item-img img,
.cid-uS9SZbcgCl .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uS9SZbcgCl .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-uS9SZbcgCl .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uS9SZbcgCl .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uS9SZbcgCl .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uS9SZbcgCl .item a {
  display: block;
}
.cid-uS9SZbcgCl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS9SZbcgCl .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uS9SZbcgCl .mbr-text,
.cid-uS9SZbcgCl .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS9SZbcgCl .card-title {
  color: #000000;
}
.cid-uS9SZbcgCl .card-desc {
  color: #616161;
}
.cid-uS9SZbXwQj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uS9SZbXwQj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SZbXwQj .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-uS9SZbXwQj .container {
    padding: 0 30px;
  }
}
.cid-uS9SZbXwQj .row {
  position: relative;
}
.cid-uS9SZbXwQj .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uS9SZbXwQj .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uS9SZbXwQj .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #63d0e0;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uS9SZbXwQj .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uS9SZbXwQj .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uS9SZbXwQj .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS9SZbXwQj .mbr-text {
  color: #111111;
}
.cid-uS9SZbXwQj .mbr-link,
.cid-uS9SZbXwQj .mbr-iconfont {
  color: #212529;
}
.cid-uS9SZbXwQj .mbr-section-title {
  color: #111111;
}
.cid-uS9SZcECmC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS9SZcECmC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SZcECmC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9SZcECmC .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uS9SZcECmC .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uS9SZcECmC .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uS9SZcECmC .container {
    padding: 0 16px;
  }
}
.cid-uS9SZcECmC .row {
  justify-content: space-between;
}
.cid-uS9SZcECmC .title-wrapper {
  position: sticky;
}
.cid-uS9SZcECmC .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uS9SZcECmC .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uS9SZcECmC .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #63d0e0, #56acff 34%, #7179ef 67%, #63d0e0) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uS9SZcECmC .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uS9SZcECmC .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #ffffff;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uS9SZcECmC .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uS9SZcECmC .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uS9SZcECmC .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS9SZcECmC .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS9SZcECmC .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS9SZcECmC .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #63d0e0, #56acff 34%, #7179ef 67%, #63d0e0);
  border-radius: 50%;
}
.cid-uS9SZcECmC .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uS9SZcECmC .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS9SZcECmC .mbr-section-title {
  color: #080808;
}
.cid-uS9SZcECmC .panel-title-edit {
  color: #080808;
}
.cid-uS9SZcECmC .panel-text {
  color: #333333;
}
.cid-uS9SZduwdL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
  position: relative;
  overflow: hidden;
}
.cid-uS9SZduwdL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SZduwdL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9SZduwdL .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 40px #ffffff;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS9SZduwdL .bg-frame {
    width: 60vw;
  }
}
.cid-uS9SZduwdL .row {
  position: relative;
  z-index: 3;
}
.cid-uS9SZduwdL .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS9SZduwdL .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS9SZduwdL .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS9SZduwdL .main-title {
  color: #111111;
  margin-bottom: 0;
}
.cid-uS9SZduwdL .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS9SZduwdL .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS9SZduwdL .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .cid-uS9SZduwdL .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS9SZduwdL .content-container {
    padding: 60px 0;
  }
}
.cid-uS9SZduwdL .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS9SZduwdL .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS9SZduwdL .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS9SZduwdL .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS9SZduwdL .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS9SZduwdL .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS9SZduwdL .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS9SZduwdL .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS9SZduwdL .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS9SZduwdL .title-box {
    width: 100%;
  }
}
.cid-uS9SZduwdL .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS9SZduwdL .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS9SZduwdL .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS9SZduwdL .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS9SZduwdL .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS9SZduwdL .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS9SZduwdL .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS9SZduwdL .mbr-text,
.cid-uS9SZduwdL mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uS9Zn60stw {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #ffffff;
}
.cid-uS9Zn60stw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Zn60stw .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-uS9Zn60stw .container {
    padding: 0 20px;
  }
}
.cid-uS9Zn60stw .row {
  margin: 0;
}
.cid-uS9Zn60stw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uS9Zn60stw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS9Zn60stw .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uS9Zn60stw .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uS9Zn60stw .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uS9Zn60stw .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uS9Zn60stw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS9X7nNj2L {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
}
.cid-uS9X7nNj2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9X7nNj2L .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-uS9X7nNj2L .container {
    padding: 0 24px;
  }
}
.cid-uS9X7nNj2L .row {
  justify-content: center;
}
.cid-uS9X7nNj2L .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS9X7nNj2L .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS9X7nNj2L .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-uS9X7nNj2L .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uS9X7nNj2L .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-uS9X7nNj2L .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS9X7nNj2L .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS9X7nNj2L .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS9X7nNj2L .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS9X7nNj2L .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #63d0e0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uS9X7nNj2L .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-uS9X7nNj2L .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-uS9X7nNj2L .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS9X7nNj2L .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uS9X7nNj2L .panel-title-edit {
  color: #111111;
}
.cid-uS9X7nNj2L .panel-text {
  color: #262642;
}
.cid-uS9SZeiZAc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-uS9SZeiZAc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SZeiZAc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9SZeiZAc .row {
  position: relative;
  z-index: 10;
}
.cid-uS9SZeiZAc .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uS9SZeiZAc .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uS9SZeiZAc .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uS9SZeiZAc .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uS9SZeiZAc .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS9SZeiZAc .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uS9SZeiZAc .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uS9SZeiZAc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uS9SZeiZAc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS9SZeiZAc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uS9SZeiZAc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS9SZeiZAc .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uS9SZeiZAc .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uS9SZeiZAc .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uS9SZeiZAc .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uS9SZeiZAc .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS9SZeiZAc .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uS9SZeiZAc .container,
.cid-uS9SZeiZAc .container-fluid {
  position: relative;
}
.cid-uS9SZeiZAc .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uS9SZeiZAc .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uS9SZeiZAc .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS9SZeiZAc .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS9SZfb6jL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #63d0e0;
}
.cid-uS9SZfb6jL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9SZfb6jL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9SZfb6jL .row {
  justify-content: space-between;
}
.cid-uS9SZfb6jL .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS9SZfb6jL .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS9SZfb6jL .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS9SZfb6jL .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uS9SZfb6jL .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #111111;
}
.cid-uS9SZfb6jL .list li {
  margin-bottom: 25px;
}
.cid-uS9SZfb6jL .list li:last-child {
  margin-bottom: 0;
}
.cid-uS9SZfb6jL .mbr-desc {
  margin-bottom: 8px;
}
.cid-uS9SZfb6jL .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS9SZfb6jL .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uS9SZfb6jL .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uS9SZfb6jL .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-uS9SZfb6jL .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #111111;
  text-align: center;
}
.cid-uS9SZfb6jL .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS9SZfb6jL .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uS9SZfb6jL .mbr-desc,
.cid-uS9SZfb6jL .mbr-iconfont {
  color: #000000;
}
.cid-uS9SZfb6jL .mbr-text,
.cid-uS9SZfb6jL .mbr-section-btn {
  color: #000000;
}
.cid-uS9Xs8KzSm .navbar-dropdown {
  position: relative !important;
}
.cid-uS9Xs8KzSm .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uS9Xs8KzSm .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uS9Xs8KzSm .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-uS9Xs8KzSm .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uS9Xs8KzSm .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uS9Xs8KzSm .dropdown-item:hover,
.cid-uS9Xs8KzSm .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uS9Xs8KzSm .dropdown-item:hover span {
  color: white;
}
.cid-uS9Xs8KzSm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS9Xs8KzSm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS9Xs8KzSm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS9Xs8KzSm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS9Xs8KzSm .nav-link {
  position: relative;
}
.cid-uS9Xs8KzSm .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uS9Xs8KzSm .container {
    flex-wrap: nowrap;
  }
}
.cid-uS9Xs8KzSm .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uS9Xs8KzSm .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uS9Xs8KzSm .dropdown-menu,
.cid-uS9Xs8KzSm .navbar.opened {
  background: #ffffff !important;
}
.cid-uS9Xs8KzSm .nav-item:focus,
.cid-uS9Xs8KzSm .nav-link:focus {
  outline: none;
}
.cid-uS9Xs8KzSm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS9Xs8KzSm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uS9Xs8KzSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS9Xs8KzSm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS9Xs8KzSm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS9Xs8KzSm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS9Xs8KzSm .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS9Xs8KzSm .navbar.opened {
  transition: all 0.3s;
}
.cid-uS9Xs8KzSm .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uS9Xs8KzSm .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uS9Xs8KzSm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS9Xs8KzSm .navbar.collapsed {
  justify-content: center;
}
.cid-uS9Xs8KzSm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS9Xs8KzSm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS9Xs8KzSm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uS9Xs8KzSm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS9Xs8KzSm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS9Xs8KzSm .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%;
}
.cid-uS9Xs8KzSm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS9Xs8KzSm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS9Xs8KzSm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS9Xs8KzSm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS9Xs8KzSm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS9Xs8KzSm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS9Xs8KzSm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS9Xs8KzSm .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%;
  }
  .cid-uS9Xs8KzSm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS9Xs8KzSm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS9Xs8KzSm .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uS9Xs8KzSm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uS9Xs8KzSm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS9Xs8KzSm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS9Xs8KzSm .navbar.navbar-short {
  min-height: 96px;
}
.cid-uS9Xs8KzSm .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uS9Xs8KzSm .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;
}
.cid-uS9Xs8KzSm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uS9Xs8KzSm .navbar-brand .navbar-caption:hover,
.cid-uS9Xs8KzSm .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uS9Xs8KzSm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS9Xs8KzSm .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uS9Xs8KzSm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uS9Xs8KzSm .dropdown-item.active,
.cid-uS9Xs8KzSm .dropdown-item:active {
  background-color: transparent;
}
.cid-uS9Xs8KzSm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS9Xs8KzSm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS9Xs8KzSm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS9Xs8KzSm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uS9Xs8KzSm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uS9Xs8KzSm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uS9Xs8KzSm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS9Xs8KzSm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uS9Xs8KzSm ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uS9Xs8KzSm .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uS9Xs8KzSm .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uS9Xs8KzSm .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uS9Xs8KzSm .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uS9Xs8KzSm 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-uS9Xs8KzSm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uS9Xs8KzSm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uS9Xs8KzSm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS9Xs8KzSm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS9Xs8KzSm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uS9Xs8KzSm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS9Xs8KzSm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS9Xs8KzSm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS9Xs8KzSm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS9Xs8KzSm .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS9Xs8KzSm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS9Xs8KzSm .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-uS9Xs8KzSm .navbar {
    height: 70px;
  }
  .cid-uS9Xs8KzSm .navbar.opened {
    height: auto;
  }
  .cid-uS9Xs8KzSm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS9Xs8KzSm .navbar-nav {
  margin: 0 auto;
}
.cid-uS9Xs8KzSm .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uS9Xs8KzSm .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uS9Xs8KzSm .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uS9Xs8KzSm .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uS9Xs8KzSm .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uS9Xs8KzSm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uS9Xs8KzSm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uS9Xs8KzSm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uS9Xs8KzSm .navbar {
    justify-content: flex-start !important;
  }
  .cid-uS9Xs8KzSm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uS9Xs8KzSm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uS9Xs8KzSm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uS9Xs8KzSm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uS9Xs8KzSm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uS9Xs8KzSm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uS9Xs8KzSm .content-wrap {
  min-height: 110px;
}
.cid-uS9XsaGlbi {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS9XsaGlbi {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-uS9XsaGlbi .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-uS9XsaGlbi .mbr-section-btn {
  animation-delay: .4s;
}
.cid-uS9XsaGlbi .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uS9XsaGlbi .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uS9XsaGlbi .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-uS9XsaGlbi .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: #63d0e0;
}
@media (max-width: 991px) {
  .cid-uS9XsaGlbi .back {
    width: 100%;
    height: 100%;
  }
}
.cid-uS9XsaGlbi section {
  position: relative;
}
.cid-uS9XsaGlbi .box {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uS9XsaGlbi .box {
    padding-top: 8rem;
  }
}
.cid-uS9XsaGlbi .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767px) {
  .cid-uS9XsaGlbi {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-uS9XsaGlbi .row {
    padding: 1rem!important;
  }
}
.cid-uS9XsaGlbi H1 {
  text-align: left;
}
.cid-uS9XsaGlbi .mbr-section-subtitle,
.cid-uS9XsaGlbi .mbr-section-btn {
  text-align: left;
}
.cid-uS9XsaGlbi .mbr-section-text,
.cid-uS9XsaGlbi .mbr-section-btn {
  text-align: left;
}
.cid-uS9XsbfMab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS9XsbfMab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9XsbfMab .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-uS9XsbfMab .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS9XsbfMab .container {
    padding: 0 12px;
  }
}
.cid-uS9XsbfMab .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS9XsbfMab .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uS9XsbfMab .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uS9XsbfMab .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #63d0e0;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uS9XsbfMab .mbr-section-title {
  color: #63d0e0;
}
.cid-uS9XsbYh2r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
}
.cid-uS9XsbYh2r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9XsbYh2r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9XsbYh2r .content-wrapper {
  padding: 10px;
  border-top: 10px solid #63d0e0;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uS9XsbYh2r .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uS9XsbYh2r .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uS9XsbYh2r .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uS9XsbYh2r .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS9XsbYh2r .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS9XsbYh2r .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uS9XsbYh2r .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uS9XsbYh2r .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS9XsbYh2r .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uS9XsbYh2r .mbr-section-title {
  color: #000c3f;
}
.cid-uS9XsbYh2r .mbr-text {
  color: #000c3f;
}
.cid-uS9XsbYh2r .mbr-text,
.cid-uS9XsbYh2r .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS9XsbYh2r .mbr-section-title,
.cid-uS9XsbYh2r .mbr-section-btn {
  color: #000000;
}
.cid-uS9XscC9O8 {
  padding-top: 150px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-uS9XscC9O8 .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uS9XscC9O8 .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uS9XscC9O8 .mbr-section-title {
  text-align: center;
  color: #63d0e0;
}
.cid-uS9XscC9O8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9XscC9O8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgpwNyqar {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSgpwNyqar .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSgpwNyqar .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgpwNyqar .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSgpwNyqar .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSgpwNyqar .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uSgpwNyqar .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSgpwNyqar .item {
    margin-bottom: 40px;
  }
}
.cid-uSgpwNyqar .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSgpwNyqar .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uSgpwNyqar .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uSgpwNyqar .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSgpwNyqar .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSgpwNyqar .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSgpwNyqar .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSgpwNyqar .mbr-section-title,
.cid-uSgpwNyqar .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uSgpwNyqar .card-number {
  color: #f1f5eb;
}
.cid-uSgpwNyqar .card-title {
  color: #323432;
}
.cid-uSgpwNyqar .card-text {
  color: #323432;
}
.cid-uSgpwNyqar .card-title,
.cid-uSgpwNyqar .mbr-section-btn,
.cid-uSgpwNyqar .iconfont-wrapper {
  color: #63d0e0;
}
.cid-uS9Xsdf3WY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
  position: relative;
  overflow: hidden;
}
.cid-uS9Xsdf3WY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Xsdf3WY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9Xsdf3WY .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 40px #ffffff;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS9Xsdf3WY .bg-frame {
    width: 60vw;
  }
}
.cid-uS9Xsdf3WY .row {
  position: relative;
  z-index: 3;
}
.cid-uS9Xsdf3WY .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS9Xsdf3WY .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS9Xsdf3WY .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS9Xsdf3WY .main-title {
  color: #111111;
  margin-bottom: 0;
}
.cid-uS9Xsdf3WY .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS9Xsdf3WY .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS9Xsdf3WY .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
@media (max-width: 991px) {
  .cid-uS9Xsdf3WY .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS9Xsdf3WY .content-container {
    padding: 60px 0;
  }
}
.cid-uS9Xsdf3WY .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS9Xsdf3WY .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS9Xsdf3WY .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS9Xsdf3WY .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS9Xsdf3WY .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS9Xsdf3WY .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS9Xsdf3WY .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS9Xsdf3WY .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS9Xsdf3WY .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS9Xsdf3WY .title-box {
    width: 100%;
  }
}
.cid-uS9Xsdf3WY .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS9Xsdf3WY .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS9Xsdf3WY .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS9Xsdf3WY .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS9Xsdf3WY .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS9Xsdf3WY .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS9Xsdf3WY .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS9Xsdf3WY .mbr-text,
.cid-uS9Xsdf3WY mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uS9XsdZJ8P {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS9XsdZJ8P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9XsdZJ8P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9XsdZJ8P .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uS9XsdZJ8P .container-fluid {
    padding: 0;
  }
}
.cid-uS9XsdZJ8P .container-fluid .row {
  padding: 0;
}
.cid-uS9XsdZJ8P .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uS9XsdZJ8P .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uS9XsdZJ8P .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uS9XsdZJ8P .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uS9XsdZJ8P .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS9XsdZJ8P .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uS9XsdZJ8P .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uS9XsdZJ8P .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS9XsdZJ8P .image-wrapper img {
    height: 400px;
  }
}
.cid-uS9XsdZJ8P .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uS9XsdZJ8P .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uS9XsdZJ8P .mbr-section-title {
  color: #63d0e0;
  text-align: center;
}
.cid-uS9XsdZJ8P .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uS9XseJTpI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
}
.cid-uS9XseJTpI .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-uS9XseJTpI .card {
  background: transparent;
}
.cid-uS9XseJTpI .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uS9XseJTpI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9XseJTpI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9Xsfwi9W {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uS9Xsfwi9W::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #63d0e0 -10%, transparent 70%);
}
.cid-uS9Xsfwi9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Xsfwi9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS9Xsfwi9W .container {
    padding: 0 16px;
  }
}
.cid-uS9Xsfwi9W .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS9Xsfwi9W .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS9Xsfwi9W .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS9Xsfwi9W .mbr-section-title {
  color: #63d0e0;
}
.cid-uS9Xsfwi9W .mbr-text {
  color: #000000;
}
.cid-uS9XsggONk {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #63d0e0;
}
.cid-uS9XsggONk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9XsggONk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9XsggONk .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uS9XsggONk .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS9XsggONk .container {
    padding: 0 20px;
  }
}
.cid-uS9XsggONk .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #ffffff;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uS9XsggONk .row {
    padding: 46px 4px 46px;
  }
}
.cid-uS9XsggONk .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uS9XsggONk .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uS9XsggONk .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uS9XsggONk .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS9XsggONk .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS9XsggONk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS9XsggONk .item {
  margin-bottom: 40px;
}
.cid-uS9XsggONk .item:first-child {
  margin-bottom: 0;
}
.cid-uS9XsggONk .item:hover .item-wrapper .item-img img,
.cid-uS9XsggONk .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uS9XsggONk .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-uS9XsggONk .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uS9XsggONk .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uS9XsggONk .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uS9XsggONk .item a {
  display: block;
}
.cid-uS9XsggONk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS9XsggONk .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uS9XsggONk .mbr-text,
.cid-uS9XsggONk .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS9XsggONk .card-title {
  color: #000000;
}
.cid-uS9XsggONk .card-desc {
  color: #616161;
}
.cid-uS9Xsh2Q2f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uS9Xsh2Q2f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Xsh2Q2f .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-uS9Xsh2Q2f .container {
    padding: 0 30px;
  }
}
.cid-uS9Xsh2Q2f .row {
  position: relative;
}
.cid-uS9Xsh2Q2f .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uS9Xsh2Q2f .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uS9Xsh2Q2f .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #63d0e0;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uS9Xsh2Q2f .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uS9Xsh2Q2f .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uS9Xsh2Q2f .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS9Xsh2Q2f .mbr-text {
  color: #111111;
}
.cid-uS9Xsh2Q2f .mbr-link,
.cid-uS9Xsh2Q2f .mbr-iconfont {
  color: #212529;
}
.cid-uS9Xsh2Q2f .mbr-section-title {
  color: #111111;
}
.cid-uS9XshM0RK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS9XshM0RK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9XshM0RK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9XshM0RK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uS9XshM0RK .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uS9XshM0RK .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uS9XshM0RK .container {
    padding: 0 16px;
  }
}
.cid-uS9XshM0RK .row {
  justify-content: space-between;
}
.cid-uS9XshM0RK .title-wrapper {
  position: sticky;
}
.cid-uS9XshM0RK .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uS9XshM0RK .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uS9XshM0RK .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #63d0e0, #56acff 34%, #7179ef 67%, #63d0e0) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uS9XshM0RK .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uS9XshM0RK .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #ffffff;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uS9XshM0RK .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uS9XshM0RK .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uS9XshM0RK .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS9XshM0RK .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS9XshM0RK .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS9XshM0RK .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #63d0e0, #56acff 34%, #7179ef 67%, #63d0e0);
  border-radius: 50%;
}
.cid-uS9XshM0RK .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uS9XshM0RK .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS9XshM0RK .mbr-section-title {
  color: #080808;
}
.cid-uS9XshM0RK .panel-title-edit {
  color: #080808;
}
.cid-uS9XshM0RK .panel-text {
  color: #333333;
}
.cid-uS9XsiJ3Q5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
  position: relative;
  overflow: hidden;
}
.cid-uS9XsiJ3Q5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9XsiJ3Q5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9XsiJ3Q5 .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 40px #ffffff;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS9XsiJ3Q5 .bg-frame {
    width: 60vw;
  }
}
.cid-uS9XsiJ3Q5 .row {
  position: relative;
  z-index: 3;
}
.cid-uS9XsiJ3Q5 .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS9XsiJ3Q5 .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS9XsiJ3Q5 .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS9XsiJ3Q5 .main-title {
  color: #111111;
  margin-bottom: 0;
}
.cid-uS9XsiJ3Q5 .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS9XsiJ3Q5 .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS9XsiJ3Q5 .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .cid-uS9XsiJ3Q5 .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS9XsiJ3Q5 .content-container {
    padding: 60px 0;
  }
}
.cid-uS9XsiJ3Q5 .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS9XsiJ3Q5 .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS9XsiJ3Q5 .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS9XsiJ3Q5 .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS9XsiJ3Q5 .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS9XsiJ3Q5 .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS9XsiJ3Q5 .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS9XsiJ3Q5 .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS9XsiJ3Q5 .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS9XsiJ3Q5 .title-box {
    width: 100%;
  }
}
.cid-uS9XsiJ3Q5 .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS9XsiJ3Q5 .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS9XsiJ3Q5 .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS9XsiJ3Q5 .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS9XsiJ3Q5 .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS9XsiJ3Q5 .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS9XsiJ3Q5 .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS9XsiJ3Q5 .mbr-text,
.cid-uS9XsiJ3Q5 mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uS9XsjEhVR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
}
.cid-uS9XsjEhVR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9XsjEhVR .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-uS9XsjEhVR .container {
    padding: 0 24px;
  }
}
.cid-uS9XsjEhVR .row {
  justify-content: center;
}
.cid-uS9XsjEhVR .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS9XsjEhVR .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS9XsjEhVR .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-uS9XsjEhVR .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uS9XsjEhVR .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-uS9XsjEhVR .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS9XsjEhVR .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS9XsjEhVR .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS9XsjEhVR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS9XsjEhVR .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #63d0e0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uS9XsjEhVR .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-uS9XsjEhVR .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-uS9XsjEhVR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS9XsjEhVR .mbr-section-title {
  color: #262642;
  text-align: center;
}
.cid-uS9XsjEhVR .panel-title-edit {
  color: #111111;
}
.cid-uS9XsjEhVR .panel-text {
  color: #262642;
}
.cid-uS9XskzAa3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-uS9XskzAa3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9XskzAa3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9XskzAa3 .row {
  position: relative;
  z-index: 10;
}
.cid-uS9XskzAa3 .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uS9XskzAa3 .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uS9XskzAa3 .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uS9XskzAa3 .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uS9XskzAa3 .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS9XskzAa3 .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uS9XskzAa3 .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uS9XskzAa3 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uS9XskzAa3 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS9XskzAa3 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uS9XskzAa3 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS9XskzAa3 .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uS9XskzAa3 .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uS9XskzAa3 .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uS9XskzAa3 .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uS9XskzAa3 .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS9XskzAa3 .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uS9XskzAa3 .container,
.cid-uS9XskzAa3 .container-fluid {
  position: relative;
}
.cid-uS9XskzAa3 .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uS9XskzAa3 .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uS9XskzAa3 .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS9XskzAa3 .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS9XslrVTm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #63d0e0;
}
.cid-uS9XslrVTm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9XslrVTm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9XslrVTm .row {
  justify-content: space-between;
}
.cid-uS9XslrVTm .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS9XslrVTm .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS9XslrVTm .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS9XslrVTm .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uS9XslrVTm .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #111111;
}
.cid-uS9XslrVTm .list li {
  margin-bottom: 25px;
}
.cid-uS9XslrVTm .list li:last-child {
  margin-bottom: 0;
}
.cid-uS9XslrVTm .mbr-desc {
  margin-bottom: 8px;
}
.cid-uS9XslrVTm .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS9XslrVTm .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uS9XslrVTm .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uS9XslrVTm .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-uS9XslrVTm .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #111111;
  text-align: center;
}
.cid-uS9XslrVTm .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS9XslrVTm .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uS9XslrVTm .mbr-desc,
.cid-uS9XslrVTm .mbr-iconfont {
  color: #000000;
}
.cid-uS9XslrVTm .mbr-text,
.cid-uS9XslrVTm .mbr-section-btn {
  color: #000000;
}
.cid-uS9Z5j8409 .navbar-dropdown {
  position: relative !important;
}
.cid-uS9Z5j8409 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uS9Z5j8409 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-uS9Z5j8409 .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-uS9Z5j8409 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-uS9Z5j8409 .dropdown-item {
  border: 1px solid #63635d !important;
  background: #ffffff !important;
}
.cid-uS9Z5j8409 .dropdown-item:hover,
.cid-uS9Z5j8409 .dropdown-item:focus {
  background: #ffffff !important;
}
.cid-uS9Z5j8409 .dropdown-item:hover span {
  color: white;
}
.cid-uS9Z5j8409 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uS9Z5j8409 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uS9Z5j8409 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uS9Z5j8409 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uS9Z5j8409 .nav-link {
  position: relative;
}
.cid-uS9Z5j8409 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .cid-uS9Z5j8409 .container {
    flex-wrap: nowrap;
  }
}
.cid-uS9Z5j8409 .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uS9Z5j8409 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.cid-uS9Z5j8409 .dropdown-menu,
.cid-uS9Z5j8409 .navbar.opened {
  background: #ffffff !important;
}
.cid-uS9Z5j8409 .nav-item:focus,
.cid-uS9Z5j8409 .nav-link:focus {
  outline: none;
}
.cid-uS9Z5j8409 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uS9Z5j8409 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-uS9Z5j8409 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uS9Z5j8409 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uS9Z5j8409 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uS9Z5j8409 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uS9Z5j8409 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-uS9Z5j8409 .navbar.opened {
  transition: all 0.3s;
}
.cid-uS9Z5j8409 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.cid-uS9Z5j8409 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.cid-uS9Z5j8409 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uS9Z5j8409 .navbar.collapsed {
  justify-content: center;
}
.cid-uS9Z5j8409 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uS9Z5j8409 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uS9Z5j8409 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.cid-uS9Z5j8409 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uS9Z5j8409 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uS9Z5j8409 .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%;
}
.cid-uS9Z5j8409 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uS9Z5j8409 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uS9Z5j8409 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uS9Z5j8409 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uS9Z5j8409 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uS9Z5j8409 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uS9Z5j8409 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uS9Z5j8409 .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%;
  }
  .cid-uS9Z5j8409 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uS9Z5j8409 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uS9Z5j8409 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .cid-uS9Z5j8409 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-uS9Z5j8409 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uS9Z5j8409 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uS9Z5j8409 .navbar.navbar-short {
  min-height: 96px;
}
.cid-uS9Z5j8409 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-uS9Z5j8409 .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;
}
.cid-uS9Z5j8409 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uS9Z5j8409 .navbar-brand .navbar-caption:hover,
.cid-uS9Z5j8409 .navbar-brand .navbar-caption:focus {
  color: #2c2c26 !important;
}
.cid-uS9Z5j8409 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uS9Z5j8409 .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-uS9Z5j8409 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.cid-uS9Z5j8409 .dropdown-item.active,
.cid-uS9Z5j8409 .dropdown-item:active {
  background-color: transparent;
}
.cid-uS9Z5j8409 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uS9Z5j8409 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uS9Z5j8409 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uS9Z5j8409 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-uS9Z5j8409 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uS9Z5j8409 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-uS9Z5j8409 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uS9Z5j8409 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-uS9Z5j8409 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-uS9Z5j8409 .navbar-buttons {
  text-align: center;
  width: auto;
}
.cid-uS9Z5j8409 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.cid-uS9Z5j8409 .navbar-buttons .btn .mbr-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .cid-uS9Z5j8409 .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-uS9Z5j8409 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-uS9Z5j8409 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #2c2c26;
}
.cid-uS9Z5j8409 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-uS9Z5j8409 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS9Z5j8409 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-uS9Z5j8409 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-uS9Z5j8409 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS9Z5j8409 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uS9Z5j8409 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uS9Z5j8409 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uS9Z5j8409 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uS9Z5j8409 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uS9Z5j8409 .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-uS9Z5j8409 .navbar {
    height: 70px;
  }
  .cid-uS9Z5j8409 .navbar.opened {
    height: auto;
  }
  .cid-uS9Z5j8409 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uS9Z5j8409 .navbar-nav {
  margin: 0 auto;
}
.cid-uS9Z5j8409 .nav-item {
  padding: 0;
  margin: 0;
}
.cid-uS9Z5j8409 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #63635d;
}
.cid-uS9Z5j8409 .nav-item .nav-link::after {
  color: #63635d !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-uS9Z5j8409 .nav-item .nav-link:hover {
  background-color: #2c2c26;
  color: #ffffff !important;
  border: 1px solid #2c2c26;
}
.cid-uS9Z5j8409 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.cid-uS9Z5j8409 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-uS9Z5j8409 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-uS9Z5j8409 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-uS9Z5j8409 .navbar {
    justify-content: flex-start !important;
  }
  .cid-uS9Z5j8409 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-uS9Z5j8409 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-uS9Z5j8409 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-uS9Z5j8409 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-uS9Z5j8409 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .cid-uS9Z5j8409 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-uS9Z5j8409 .content-wrap {
  min-height: 110px;
}
.cid-uS9Z5k1kqV {
  padding-top: 60px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS9Z5k1kqV {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.cid-uS9Z5k1kqV .mbr-section-text {
  margin-top: 1.5rem;
  animation-delay: .2s;
}
.cid-uS9Z5k1kqV .mbr-section-btn {
  animation-delay: .4s;
}
.cid-uS9Z5k1kqV .card-wrap {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 3rem 2.5rem;
  margin-right: 2.5rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uS9Z5k1kqV .card-wrap {
    width: calc(100% + 15rem);
    margin-left: -17.5rem;
    margin-top: 4rem;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cid-uS9Z5k1kqV .card-wrap {
    margin: auto;
    padding: 1rem;
  }
}
.cid-uS9Z5k1kqV .back {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 90%;
  background-color: #63d0e0;
}
@media (max-width: 991px) {
  .cid-uS9Z5k1kqV .back {
    width: 100%;
    height: 100%;
  }
}
.cid-uS9Z5k1kqV section {
  position: relative;
}
.cid-uS9Z5k1kqV .box {
  position: relative;
  z-index: 1;
  padding-top: 1rem;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-uS9Z5k1kqV .box {
    padding-top: 8rem;
  }
}
.cid-uS9Z5k1kqV .box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 50% 50%;
}
@media (max-width: 767px) {
  .cid-uS9Z5k1kqV {
    padding-top: 28px;
    padding-bottom: 35px;
  }
  .cid-uS9Z5k1kqV .row {
    padding: 1rem!important;
  }
}
.cid-uS9Z5k1kqV H1 {
  text-align: left;
}
.cid-uS9Z5k1kqV .mbr-section-subtitle,
.cid-uS9Z5k1kqV .mbr-section-btn {
  text-align: left;
}
.cid-uS9Z5k1kqV .mbr-section-text,
.cid-uS9Z5k1kqV .mbr-section-btn {
  text-align: left;
}
.cid-uS9Z5kX9Ck {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS9Z5kX9Ck .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Z5kX9Ck .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-uS9Z5kX9Ck .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uS9Z5kX9Ck .container {
    padding: 0 12px;
  }
}
.cid-uS9Z5kX9Ck .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uS9Z5kX9Ck .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uS9Z5kX9Ck .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uS9Z5kX9Ck .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #63d0e0;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uS9Z5kX9Ck .mbr-section-title {
  color: #63d0e0;
}
.cid-uS9Z5lDEsk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
}
.cid-uS9Z5lDEsk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Z5lDEsk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9Z5lDEsk .content-wrapper {
  padding: 10px;
  border-top: 10px solid #63d0e0;
  box-shadow: 0 19px 45px 0 #0000001a;
  background-color: #ffffff;
}
.cid-uS9Z5lDEsk .content-wrapper .content-wrap {
  padding: 40px 40px 50px;
}
@media (max-width: 992px) {
  .cid-uS9Z5lDEsk .content-wrapper .content-wrap {
    padding: 10px 10px 30px;
  }
}
.cid-uS9Z5lDEsk .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uS9Z5lDEsk .content-wrapper .content-wrap .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS9Z5lDEsk .content-wrapper .content-wrap .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS9Z5lDEsk .image-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
@media (max-width: 992px) {
  .cid-uS9Z5lDEsk .image-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uS9Z5lDEsk .image-wrapper .image-wrap img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS9Z5lDEsk .image-wrapper .image-wrap img {
    height: 300px;
  }
}
.cid-uS9Z5lDEsk .mbr-section-title {
  color: #000c3f;
}
.cid-uS9Z5lDEsk .mbr-text {
  color: #000c3f;
}
.cid-uS9Z5lDEsk .mbr-text,
.cid-uS9Z5lDEsk .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS9Z5lDEsk .mbr-section-title,
.cid-uS9Z5lDEsk .mbr-section-btn {
  color: #000000;
}
.cid-uS9Z5mmZSR {
  padding-top: 150px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uS9Z5mmZSR .row {
  border-top: 1px solid #ffffff;
  padding-top: 2rem;
}
.cid-uS9Z5mmZSR .mbr-text {
  line-height: 1.5;
  color: #000000;
}
.cid-uS9Z5mmZSR .mbr-section-title {
  text-align: center;
  color: #63d0e0;
}
.cid-uS9Z5mmZSR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Z5mmZSR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgpzEYupR {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSgpzEYupR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSgpzEYupR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgpzEYupR .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSgpzEYupR .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uSgpzEYupR .items-wrapper {
  justify-content: center;
  margin: 0 -32px;
}
.cid-uSgpzEYupR .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSgpzEYupR .item {
    margin-bottom: 40px;
  }
}
.cid-uSgpzEYupR .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSgpzEYupR .item .item-wrapper .card-box .number-wrapper {
  margin-bottom: 20px;
}
.cid-uSgpzEYupR .item .item-wrapper .card-box .number-wrapper .card-number {
  width: 54px;
  height: 54px;
  border-radius: 100%;
  background-color: #df6d2d;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-uSgpzEYupR .item .item-wrapper .card-box .card-title {
  margin-bottom: 20px;
}
.cid-uSgpzEYupR .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uSgpzEYupR .item .item-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uSgpzEYupR .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSgpzEYupR .mbr-section-title,
.cid-uSgpzEYupR .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uSgpzEYupR .card-number {
  color: #f1f5eb;
}
.cid-uSgpzEYupR .card-title {
  color: #323432;
}
.cid-uSgpzEYupR .card-text {
  color: #323432;
}
.cid-uSgpzEYupR .card-title,
.cid-uSgpzEYupR .mbr-section-btn,
.cid-uSgpzEYupR .iconfont-wrapper {
  color: #63d0e0;
}
.cid-uS9Z5mZQhD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
  position: relative;
  overflow: hidden;
}
.cid-uS9Z5mZQhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Z5mZQhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9Z5mZQhD .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 40px #ffffff;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS9Z5mZQhD .bg-frame {
    width: 60vw;
  }
}
.cid-uS9Z5mZQhD .row {
  position: relative;
  z-index: 3;
}
.cid-uS9Z5mZQhD .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS9Z5mZQhD .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS9Z5mZQhD .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS9Z5mZQhD .main-title {
  color: #111111;
  margin-bottom: 0;
}
.cid-uS9Z5mZQhD .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS9Z5mZQhD .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS9Z5mZQhD .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(17, 17, 17, 0.2);
  border-bottom: 1px solid rgba(17, 17, 17, 0.2);
}
@media (max-width: 991px) {
  .cid-uS9Z5mZQhD .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS9Z5mZQhD .content-container {
    padding: 60px 0;
  }
}
.cid-uS9Z5mZQhD .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS9Z5mZQhD .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS9Z5mZQhD .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS9Z5mZQhD .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS9Z5mZQhD .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS9Z5mZQhD .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS9Z5mZQhD .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS9Z5mZQhD .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS9Z5mZQhD .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS9Z5mZQhD .title-box {
    width: 100%;
  }
}
.cid-uS9Z5mZQhD .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS9Z5mZQhD .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS9Z5mZQhD .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS9Z5mZQhD .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS9Z5mZQhD .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS9Z5mZQhD .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS9Z5mZQhD .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS9Z5mZQhD .mbr-text,
.cid-uS9Z5mZQhD mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uS9Z5nHgZe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS9Z5nHgZe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Z5nHgZe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9Z5nHgZe .container-fluid {
  margin: 0;
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uS9Z5nHgZe .container-fluid {
    padding: 0;
  }
}
.cid-uS9Z5nHgZe .container-fluid .row {
  padding: 0;
}
.cid-uS9Z5nHgZe .title-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uS9Z5nHgZe .title-wrap {
    margin-bottom: 100px;
  }
}
.cid-uS9Z5nHgZe .title-wrap .title-wrapper {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .cid-uS9Z5nHgZe .title-wrap .title-wrapper {
    padding: 0 25px;
  }
}
.cid-uS9Z5nHgZe .title-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uS9Z5nHgZe .title-wrap .title-wrapper .mbr-text {
  margin: 50px 0 0;
}
.cid-uS9Z5nHgZe .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uS9Z5nHgZe .image-wrapper img {
  height: 540px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uS9Z5nHgZe .image-wrapper img {
    height: 400px;
  }
}
.cid-uS9Z5nHgZe .image-wrapper .mbr-section-btn {
  position: absolute;
}
.cid-uS9Z5nHgZe .image-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-uS9Z5nHgZe .mbr-section-title {
  color: #63d0e0;
  text-align: center;
}
.cid-uS9Z5nHgZe .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uS9Z5opHoJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
}
.cid-uS9Z5opHoJ .wrapper {
  max-width: 760px;
  margin: 0 auto;
}
.cid-uS9Z5opHoJ .card {
  background: transparent;
}
.cid-uS9Z5opHoJ .card-img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.cid-uS9Z5opHoJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Z5opHoJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9Z5paRMl {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-uS9Z5paRMl::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #63d0e0 -10%, transparent 70%);
}
.cid-uS9Z5paRMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Z5paRMl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-uS9Z5paRMl .container {
    padding: 0 16px;
  }
}
.cid-uS9Z5paRMl .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uS9Z5paRMl .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-uS9Z5paRMl .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS9Z5paRMl .mbr-section-title {
  color: #63d0e0;
}
.cid-uS9Z5paRMl .mbr-text {
  color: #000000;
}
.cid-uS9Z5pUHY5 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #63d0e0;
}
.cid-uS9Z5pUHY5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Z5pUHY5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9Z5pUHY5 .container-fluid {
  padding: 0 30px;
}
@media (max-width: 768px) {
  .cid-uS9Z5pUHY5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uS9Z5pUHY5 .container {
    padding: 0 20px;
  }
}
.cid-uS9Z5pUHY5 .row {
  margin: 0;
  justify-content: center;
  padding: 60px 16px;
  background-color: #ffffff;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uS9Z5pUHY5 .row {
    padding: 46px 4px 46px;
  }
}
.cid-uS9Z5pUHY5 .content-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uS9Z5pUHY5 .content-wrapper {
    margin-bottom: 46px;
  }
}
.cid-uS9Z5pUHY5 .content-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uS9Z5pUHY5 .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uS9Z5pUHY5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uS9Z5pUHY5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uS9Z5pUHY5 .item {
  margin-bottom: 40px;
}
.cid-uS9Z5pUHY5 .item:first-child {
  margin-bottom: 0;
}
.cid-uS9Z5pUHY5 .item:hover .item-wrapper .item-img img,
.cid-uS9Z5pUHY5 .item:focus .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-uS9Z5pUHY5 .item .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 20px !important;
}
.cid-uS9Z5pUHY5 .item .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 20px !important;
  transition: all 0.3s ease-in-out;
}
.cid-uS9Z5pUHY5 .item .item-wrapper .item-content .card-title {
  margin-bottom: 16px;
}
.cid-uS9Z5pUHY5 .item .item-wrapper .item-content .card-desc {
  margin-bottom: 0;
}
.cid-uS9Z5pUHY5 .item a {
  display: block;
}
.cid-uS9Z5pUHY5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS9Z5pUHY5 .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uS9Z5pUHY5 .mbr-text,
.cid-uS9Z5pUHY5 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uS9Z5pUHY5 .card-title {
  color: #000000;
}
.cid-uS9Z5pUHY5 .card-desc {
  color: #616161;
}
.cid-uS9Z5qHZPk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uS9Z5qHZPk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Z5qHZPk .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-uS9Z5qHZPk .container {
    padding: 0 30px;
  }
}
.cid-uS9Z5qHZPk .row {
  position: relative;
}
.cid-uS9Z5qHZPk .row img {
  position: absolute;
  top: 6rem;
  right: 0;
  bottom: -5rem;
  width: 40%;
  height: 510px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-uS9Z5qHZPk .row img {
    top: auto;
    width: 100%;
  }
}
.cid-uS9Z5qHZPk .text-wrapper {
  padding: 120px 75px 150px;
  background-color: #63d0e0;
  position: relative;
}
@media (max-width: 768px) {
  .cid-uS9Z5qHZPk .text-wrapper {
    padding: 40px 16px;
  }
}
.cid-uS9Z5qHZPk .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uS9Z5qHZPk .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uS9Z5qHZPk .mbr-text {
  color: #111111;
}
.cid-uS9Z5qHZPk .mbr-link,
.cid-uS9Z5qHZPk .mbr-iconfont {
  color: #212529;
}
.cid-uS9Z5qHZPk .mbr-section-title {
  color: #111111;
}
.cid-uS9Z5ruFec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uS9Z5ruFec .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Z5ruFec .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9Z5ruFec .container-fluid {
  padding: 0 64px;
}
@media (max-width: 1440px) {
  .cid-uS9Z5ruFec .container-fluid {
    padding: 0 36px;
  }
}
@media (max-width: 992px) {
  .cid-uS9Z5ruFec .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-uS9Z5ruFec .container {
    padding: 0 16px;
  }
}
.cid-uS9Z5ruFec .row {
  justify-content: space-between;
}
.cid-uS9Z5ruFec .title-wrapper {
  position: sticky;
}
.cid-uS9Z5ruFec .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uS9Z5ruFec .title-wrapper .mbr-section-title {
    margin-bottom: 36px;
  }
}
.cid-uS9Z5ruFec .panel-group .card {
  border-bottom: none;
  background-image: linear-gradient(135deg, #63d0e0, #56acff 34%, #7179ef 67%, #63d0e0) !important;
  border-radius: 2em !important;
  padding: 5px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uS9Z5ruFec .panel-group .card {
    margin-bottom: 24px;
  }
}
.cid-uS9Z5ruFec .panel-group .card .card-wrap {
  border-radius: 1.9em !important;
  background-color: #ffffff;
  padding: 36px;
}
@media (max-width: 992px) {
  .cid-uS9Z5ruFec .panel-group .card .card-wrap {
    padding: 16px;
  }
}
.cid-uS9Z5ruFec .panel-group .card .card-wrap .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uS9Z5ruFec .panel-group .card .card-wrap .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS9Z5ruFec .panel-group .card .card-wrap .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS9Z5ruFec .panel-group .card .card-wrap .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS9Z5ruFec .panel-group .card .card-wrap .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  min-width: 54px;
  font-size: 26px;
  color: #080808;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-image: linear-gradient(135deg, #63d0e0, #56acff 34%, #7179ef 67%, #63d0e0);
  border-radius: 50%;
}
.cid-uS9Z5ruFec .panel-group .card .card-wrap .panel-collapse .panel-body {
  padding-top: 24px;
}
.cid-uS9Z5ruFec .panel-group .card .card-wrap .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS9Z5ruFec .mbr-section-title {
  color: #080808;
}
.cid-uS9Z5ruFec .panel-title-edit {
  color: #080808;
}
.cid-uS9Z5ruFec .panel-text {
  color: #333333;
}
.cid-uS9Z5tdwTP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
  position: relative;
  overflow: hidden;
}
.cid-uS9Z5tdwTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Z5tdwTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9Z5tdwTP .bg-frame {
  position: absolute;
  top: 0;
  transform: translateY(-70%);
  right: 5%;
  z-index: 2;
  opacity: 0.7;
  width: 30vw;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 40px #ffffff;
  filter: blur(130px);
}
@media (max-width: 767px) {
  .cid-uS9Z5tdwTP .bg-frame {
    width: 60vw;
  }
}
.cid-uS9Z5tdwTP .row {
  position: relative;
  z-index: 3;
}
.cid-uS9Z5tdwTP .mbr-section-head {
  width: 100%;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .cid-uS9Z5tdwTP .mbr-section-head {
    margin-bottom: 76px;
  }
}
@media (max-width: 575px) {
  .cid-uS9Z5tdwTP .mbr-section-head {
    margin-bottom: 60px;
  }
}
.cid-uS9Z5tdwTP .main-title {
  color: #111111;
  margin-bottom: 0;
}
.cid-uS9Z5tdwTP .main-title a {
  font-weight: inherit;
  pointer-events: none;
}
.cid-uS9Z5tdwTP .main-subtitle {
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 0;
}
.cid-uS9Z5tdwTP .content-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: 110px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  .cid-uS9Z5tdwTP .content-container {
    flex-wrap: wrap;
    padding: 76px 0;
  }
}
@media (max-width: 575px) {
  .cid-uS9Z5tdwTP .content-container {
    padding: 60px 0;
  }
}
.cid-uS9Z5tdwTP .title-wrap {
  width: 30%;
  padding-right: 10%;
}
@media (max-width: 1199px) {
  .cid-uS9Z5tdwTP .title-wrap {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .cid-uS9Z5tdwTP .title-wrap {
    width: 100%;
    padding-right: 0;
  }
}
.cid-uS9Z5tdwTP .mbr-section-title {
  color: #FFFFFF;
  margin-bottom: 0;
  transition: all 0.5s;
}
.cid-uS9Z5tdwTP .title-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 40px;
  border: 1px solid #aafc75;
  border-radius: 30px;
  transition: all 0.5s;
  background: rgba(255, 255, 255, 0.2);
}
.cid-uS9Z5tdwTP .title-box:hover {
  border: 1px solid #ffffff;
  background: #ffffff;
}
.cid-uS9Z5tdwTP .title-box:hover .mbr-section-title {
  color: #0282fe;
}
@media (max-width: 991px) {
  .cid-uS9Z5tdwTP .title-box {
    width: 45%;
  }
}
@media (max-width: 767px) {
  .cid-uS9Z5tdwTP .title-box {
    width: 55%;
  }
}
@media (max-width: 575px) {
  .cid-uS9Z5tdwTP .title-box {
    width: 100%;
  }
}
.cid-uS9Z5tdwTP .text-wrap {
  width: 53%;
}
@media (max-width: 991px) {
  .cid-uS9Z5tdwTP .text-wrap {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 575px) {
  .cid-uS9Z5tdwTP .text-wrap {
    margin-top: 36px;
  }
}
.cid-uS9Z5tdwTP .mbr-text {
  color: #FFFFFF;
  margin-bottom: 0;
}
.cid-uS9Z5tdwTP .mbr-section-btn {
  margin-top: 90px;
}
@media (max-width: 767px) {
  .cid-uS9Z5tdwTP .mbr-section-btn {
    margin-top: 70px;
  }
}
@media (max-width: 575px) {
  .cid-uS9Z5tdwTP .mbr-section-btn {
    margin-top: 60px;
  }
}
.cid-uS9Z5tdwTP .mbr-text,
.cid-uS9Z5tdwTP mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-uS9Z5uPiDH {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #63d0e0;
}
.cid-uS9Z5uPiDH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Z5uPiDH .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-uS9Z5uPiDH .container {
    padding: 0 24px;
  }
}
.cid-uS9Z5uPiDH .row {
  justify-content: center;
}
.cid-uS9Z5uPiDH .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uS9Z5uPiDH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uS9Z5uPiDH .panel-group .card {
  border: none;
  border-radius: 40px;
  background-color: #ffffff;
  margin-bottom: 32px;
  min-width: 40px;
}
.cid-uS9Z5uPiDH .panel-group .card .card-header {
  padding: 40px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uS9Z5uPiDH .panel-group .card .card-header {
    padding: 24px;
  }
}
.cid-uS9Z5uPiDH .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uS9Z5uPiDH .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS9Z5uPiDH .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uS9Z5uPiDH .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uS9Z5uPiDH .panel-group .card .card-header .panel-title .mbr-iconfont {
  width: 40px;
  height: 40px;
  min-width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 18px;
  color: #ffffff;
  background-color: #63d0e0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uS9Z5uPiDH .panel-group .card .panel-collapse .panel-body {
  padding: 0 40px 40px;
}
@media (max-width: 992px) {
  .cid-uS9Z5uPiDH .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
  }
}
.cid-uS9Z5uPiDH .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uS9Z5uPiDH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uS9Z5uPiDH .panel-title-edit {
  color: #111111;
}
.cid-uS9Z5uPiDH .panel-text {
  color: #262642;
}
.cid-uS9Z5wcRrO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
  overflow: hidden;
}
.cid-uS9Z5wcRrO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Z5wcRrO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9Z5wcRrO .row {
  position: relative;
  z-index: 10;
}
.cid-uS9Z5wcRrO .col-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .cid-uS9Z5wcRrO .col-title {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
}
.cid-uS9Z5wcRrO .mbr-section-title {
  color: #2B2B2B;
  width: 65%;
  flex-grow: 1;
}
@media (max-width: 991px) {
  .cid-uS9Z5wcRrO .mbr-section-title {
    width: 100%;
    text-align: center !important;
  }
}
.cid-uS9Z5wcRrO .mbr-section-subtitle {
  color: #000000;
  padding-left: 40px;
  width: 35%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS9Z5wcRrO .mbr-section-subtitle {
    width: 100%;
    text-align: center !important;
    padding-left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-uS9Z5wcRrO .google-map {
  height: 350px;
  position: relative;
  padding: 0 20px;
}
.cid-uS9Z5wcRrO .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uS9Z5wcRrO .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uS9Z5wcRrO .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uS9Z5wcRrO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uS9Z5wcRrO .col-text {
  display: flex;
  align-items: flex-start;
  margin-top: 40px;
}
@media (max-width: 991px) {
  .cid-uS9Z5wcRrO .col-text {
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
.cid-uS9Z5wcRrO .mbr-text {
  color: #2B2B2B;
  width: 50%;
  margin-right: auto;
  padding-right: 40px;
}
@media (max-width: 991px) {
  .cid-uS9Z5wcRrO .mbr-text {
    width: 100%;
    padding-right: 0;
    margin-right: 0;
  }
}
.cid-uS9Z5wcRrO .mbr-place {
  color: #2B2B2B;
  width: 50%;
  margin-left: auto;
}
@media (max-width: 991px) {
  .cid-uS9Z5wcRrO .mbr-place {
    width: 100%;
    margin-left: 0;
    margin-top: 24px;
  }
}
.cid-uS9Z5wcRrO .container,
.cid-uS9Z5wcRrO .container-fluid {
  position: relative;
}
.cid-uS9Z5wcRrO .circle-blur {
  position: absolute;
  transform: translate(50%, -50%);
  display: block;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 500px;
  opacity: .97;
  -webkit-filter: blur(50px) blur(50px);
  filter: blur(50px) blur(50px);
}
@media (max-width: 767px) {
  .cid-uS9Z5wcRrO .circle-blur {
    width: 200px;
    height: 200px;
  }
}
.cid-uS9Z5wcRrO .circle-blur1 {
  top: 10%;
  right: 50%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS9Z5wcRrO .circle-blur2 {
  top: 13%;
  right: 40%;
  background-image: linear-gradient(132deg, #ffffff 27%, #ffffff 50%, #ffffff 79%);
}
.cid-uS9Z5xozyg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #63d0e0;
}
.cid-uS9Z5xozyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uS9Z5xozyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uS9Z5xozyg .row {
  justify-content: space-between;
}
.cid-uS9Z5xozyg .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uS9Z5xozyg .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uS9Z5xozyg .mbr-text {
  margin-bottom: 10px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uS9Z5xozyg .mbr-section-btn {
    margin-bottom: 20px;
  }
}
.cid-uS9Z5xozyg .list {
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
  color: #111111;
}
.cid-uS9Z5xozyg .list li {
  margin-bottom: 25px;
}
.cid-uS9Z5xozyg .list li:last-child {
  margin-bottom: 0;
}
.cid-uS9Z5xozyg .mbr-desc {
  margin-bottom: 8px;
}
.cid-uS9Z5xozyg .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-uS9Z5xozyg .social-row .soc-item {
  margin: 9px 9px 0 0;
}
.cid-uS9Z5xozyg .social-row .soc-item a:hover .mbr-iconfont {
  border-color: #ffffff;
}
.cid-uS9Z5xozyg .social-row .soc-item a .mbr-iconfont {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 37px;
  font-size: 18px;
  border-radius: 100%;
  border: 1px solid #000000;
  transition: all .3s ease;
}
.cid-uS9Z5xozyg .copyright {
  margin: 110px 0 0 0;
  padding: 17px 70px;
  position: relative;
  color: #111111;
  text-align: center;
}
.cid-uS9Z5xozyg .copyright:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100rem;
  display: block;
  min-width: 1000vh;
  height: 1px;
  background-color: #000000;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uS9Z5xozyg .copyright {
    margin-top: 50px;
    padding: 17px 24px;
  }
}
.cid-uS9Z5xozyg .mbr-desc,
.cid-uS9Z5xozyg .mbr-iconfont {
  color: #000000;
}
.cid-uS9Z5xozyg .mbr-text,
.cid-uS9Z5xozyg .mbr-section-btn {
  color: #000000;
}
