.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: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #f1fdfb;
}
body {
  font-family: Manrope;
}
.display-1 {
  font-family: 'Raleway', sans-serif;
  font-size: 6.875rem;
  line-height: 1;
  letter-spacing: -0.34rem;
}
.display-1 > .mbr-iconfont {
  font-size: 8.59375rem;
}
.display-2 {
  font-family: 'Manrope', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
  letter-spacing: -0.2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.125rem;
  line-height: 1.25;
  letter-spacing: -0.0125rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Manrope', sans-serif;
  font-size: 2.25rem;
  line-height: 1;
  letter-spacing: -0.0625rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.03rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- 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: 5.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.8125rem;
    font-size: calc( 3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.05625rem + (6.875 - 3.05625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((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: #189ab4 !important;
}
.bg-success {
  background-color: #20ac6b !important;
}
.bg-info {
  background-color: #0aa3c2 !important;
}
.bg-warning {
  background-color: #cc9900 !important;
}
.bg-danger {
  background-color: #ae1e2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #189ab4 !important;
  border-color: #189ab4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1ec0e1 !important;
  border-color: #1ec0e1 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1ec0e1 !important;
  border-color: #1ec0e1 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #3f6f8b !important;
  border-color: #3f6f8b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #4f8bae !important;
  border-color: #4f8bae !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #4f8bae !important;
  border-color: #4f8bae !important;
}
.btn-info,
.btn-info:active {
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0dccf3 !important;
  border-color: #0dccf3 !important;
}
.btn-success,
.btn-success:active {
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #da2637 !important;
  border-color: #da2637 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !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: #757b62 !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: #189ab4;
  color: #189ab4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #0e5968 !important;
  background-color: transparent !important;
  border-color: #0e5968 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #189ab4 !important;
  border-color: #189ab4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #3f6f8b;
  color: #3f6f8b;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #243f4f !important;
  background-color: transparent !important;
  border-color: #243f4f !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #3f6f8b !important;
  border-color: #3f6f8b !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0aa3c2;
  color: #0aa3c2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065e70 !important;
  background-color: transparent !important;
  border-color: #065e70 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0aa3c2 !important;
  border-color: #0aa3c2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #20ac6b;
  color: #20ac6b;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #12633e !important;
  background-color: transparent !important;
  border-color: #12633e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #20ac6b !important;
  border-color: #20ac6b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #cc9900;
  color: #cc9900;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #755800 !important;
  background-color: transparent !important;
  border-color: #755800 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #cc9900 !important;
  border-color: #cc9900 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ae1e2c;
  color: #ae1e2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #641119 !important;
  background-color: transparent !important;
  border-color: #641119 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ae1e2c !important;
  border-color: #ae1e2c !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: #189ab4 !important;
}
.text-secondary {
  color: #3f6f8b !important;
}
.text-success {
  color: #20ac6b !important;
}
.text-info {
  color: #0aa3c2 !important;
}
.text-warning {
  color: #cc9900 !important;
}
.text-danger {
  color: #ae1e2c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #0c4d5a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #1f3745 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #105636 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #055161 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #664d00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #570f16 !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: #189ab4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0aa3c2;
}
.alert-warning {
  background-color: #cc9900;
}
.alert-danger {
  background-color: #ae1e2c;
}
.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: #189ab4;
  border-color: #189ab4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #189ab4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #62d3ea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #68e3aa;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #55dbf6;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffe599;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e56773;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.03rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.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: #189ab4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Manrope', sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
  letter-spacing: -0.03rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #189ab4;
}
/* 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: #189ab4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #189ab4;
}
.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: #189ab4;
  border-bottom-color: #189ab4;
}
.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: #189ab4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #3f6f8b !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='%23189ab4' %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 {
  position: relative;
  padding: 8px 24px;
  border-radius: 10vmax !important;
  transition: all 0.5s ease-in-out;
  font-weight: 400 !important;
  overflow: hidden;
  border-width: 1px !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px transparent !important;
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  width: 14%;
}
.cid-uAImbz3nBu {
  background-color: transparent;
}
.cid-uAImbz3nBu .navbar-dropdown {
  background-color: #f4f4f6 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uAImbz3nBu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f4f4f6 !important;
  background-color: transparent !important;
  background: #f4f4f6;
}
.cid-uAImbz3nBu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uAImbz3nBu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uAImbz3nBu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uAImbz3nBu .menu_box .navbar.opened,
  .cid-uAImbz3nBu .menu_box .navbar-collapse {
    background-color: #f4f4f6 !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uAImbz3nBu .navbar-dropdown {
  position: relative !important;
}
.cid-uAImbz3nBu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uAImbz3nBu .btn:hover {
  box-shadow: none;
}
.cid-uAImbz3nBu .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uAImbz3nBu .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uAImbz3nBu .nav-item {
    margin: 0 !important;
  }
}
.cid-uAImbz3nBu .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uAImbz3nBu .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #75e6da -5%, #3f6f8b 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAImbz3nBu .nav-item .nav-link:hover::before,
.cid-uAImbz3nBu .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uAImbz3nBu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uAImbz3nBu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uAImbz3nBu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uAImbz3nBu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uAImbz3nBu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uAImbz3nBu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uAImbz3nBu .offcanvas_box {
    display: none;
  }
}
.cid-uAImbz3nBu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uAImbz3nBu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uAImbz3nBu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uAImbz3nBu .container {
  display: flex;
  margin: auto;
}
.cid-uAImbz3nBu .iconfont-wrapper {
  color: #141414;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uAImbz3nBu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uAImbz3nBu .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uAImbz3nBu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uAImbz3nBu .navbar-nav {
    margin: 0;
  }
}
.cid-uAImbz3nBu .dropdown-menu,
.cid-uAImbz3nBu .navbar.opened {
  background-color: false !important;
}
.cid-uAImbz3nBu .nav-item:focus,
.cid-uAImbz3nBu .nav-link:focus {
  outline: none;
}
.cid-uAImbz3nBu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uAImbz3nBu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uAImbz3nBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uAImbz3nBu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uAImbz3nBu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uAImbz3nBu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uAImbz3nBu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uAImbz3nBu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uAImbz3nBu .navbar.opened {
  transition: all 0.3s;
}
.cid-uAImbz3nBu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uAImbz3nBu .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uAImbz3nBu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uAImbz3nBu .navbar.collapsed {
  justify-content: center;
}
.cid-uAImbz3nBu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uAImbz3nBu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uAImbz3nBu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uAImbz3nBu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uAImbz3nBu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uAImbz3nBu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uAImbz3nBu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uAImbz3nBu .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uAImbz3nBu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uAImbz3nBu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uAImbz3nBu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uAImbz3nBu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uAImbz3nBu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uAImbz3nBu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uAImbz3nBu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uAImbz3nBu .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uAImbz3nBu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uAImbz3nBu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uAImbz3nBu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uAImbz3nBu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uAImbz3nBu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uAImbz3nBu .navbar.navbar-short {
  min-height: 60px;
}
.cid-uAImbz3nBu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uAImbz3nBu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uAImbz3nBu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uAImbz3nBu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uAImbz3nBu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uAImbz3nBu .dropdown-item.active,
.cid-uAImbz3nBu .dropdown-item:active {
  background-color: transparent;
}
.cid-uAImbz3nBu .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uAImbz3nBu .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uAImbz3nBu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uAImbz3nBu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uAImbz3nBu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uAImbz3nBu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uAImbz3nBu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uAImbz3nBu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4f4f6;
  background: #f4f4f6;
}
.cid-uAImbz3nBu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uAImbz3nBu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uAImbz3nBu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAImbz3nBu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uAImbz3nBu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uAImbz3nBu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAImbz3nBu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uAImbz3nBu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uAImbz3nBu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uAImbz3nBu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uAImbz3nBu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uAImbz3nBu .navbar {
    height: 70px;
  }
  .cid-uAImbz3nBu .navbar.opened {
    height: auto;
  }
  .cid-uAImbz3nBu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uAImbz3nBu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uAImbz3nBu .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uAImbz3nBu .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uAImbz3nBu .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #3f6f8b 0%, transparent 100%);
}
.cid-uAImbz3nBu .mbr-section-btn-main .btn:hover,
.cid-uAImbz3nBu .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #75e6da !important;
  border-color: #75e6da !important;
  color: #000000 !important;
}
.cid-uAImbz3nBu .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uAImbz3nBu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uAImbz3nBu .text_widget {
  margin-bottom: 32px;
}
.cid-uAImbz3nBu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uAImbz3nBu .text_widget a:hover,
.cid-uAImbz3nBu .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uAImbz3nBu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uAImbz3nBu .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uAImbz3nBu .navbar-caption {
  color: #000000;
}
.cid-uAImbz3nBu .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uAImbz3nBu .mbr-section-subtitle,
.cid-uAImbz3nBu .text_widget,
.cid-uAImbz3nBu .mbr-section-btn {
  text-align: center;
}
.cid-uAImbz3nBu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uAImbz3nBu .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uAImbz3nBu .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uAImbz3nBu .nav-link,
.cid-uAImbz3nBu .dropdown-item {
  color: #000000;
}
.cid-uAImbzBaQK {
  overflow: hidden;
  background-color: transparent;
}
.cid-uAImbzBaQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAImbzBaQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAImbzBaQK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbzBaQK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbzBaQK .container {
    padding: 0 24px;
  }
}
.cid-uAImbzBaQK .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 1000px;
}
@media (max-width: 992px) {
  .cid-uAImbzBaQK .content-wrapper {
    padding: 0;
  }
}
.cid-uAImbzBaQK .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uAImbzBaQK .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #aef5f1;
  border-radius: 0.75rem !important;
}
@media (max-width: 1500px) {
  .cid-uAImbzBaQK .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-uAImbzBaQK .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uAImbzBaQK .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-uAImbzBaQK .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-uAImbzBaQK .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-uAImbzBaQK .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-uAImbzBaQK .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-uAImbzBaQK .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #3f6f8b 0%, transparent 100%);
}
.cid-uAImbzBaQK .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-uAImbzBaQK .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #75e6da !important;
  border-color: #75e6da !important;
  color: #000000 !important;
}
.cid-uAImbzBaQK .mbr-section-title {
  color: #141414;
}
.cid-uAImbzBaQK .mbr-desc {
  color: #000000;
}
.cid-uAImbzBaQK .mbr-text {
  color: #000000;
}
.cid-uAImbzBaQK .mbr-section-title,
.cid-uAImbzBaQK .mbr-section-btn {
  color: #000000;
}
.cid-uAImbzK1Z0 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: transparent;
}
.cid-uAImbzK1Z0 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbzK1Z0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbzK1Z0 .container {
    padding: 0 24px;
  }
}
.cid-uAImbzK1Z0 .row .card {
  border-radius: 0 !important;
  padding: 0 12px;
}
.cid-uAImbzK1Z0 .content-wrapper {
  padding: 74px;
  background-color: #aef5f1;
  border-radius: 0.75rem;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAImbzK1Z0 .content-wrapper {
    padding: 24px;
    margin-bottom: 24px;
  }
}
.cid-uAImbzK1Z0 .content-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uAImbzK1Z0 .content-wrapper .icon-wrapper .mbr-iconfont {
  width: 64px;
  height: 64px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #f2fdff;
  color: #55e3fd;
  font-size: 32px;
}
.cid-uAImbzK1Z0 .content-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uAImbzK1Z0 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uAImbzK1Z0 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAImbzK1Z0 .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uAImbzK1Z0 .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #f2fdff 0%, transparent 100%);
}
.cid-uAImbzK1Z0 .content-wrapper .mbr-section-btn .btn:hover,
.cid-uAImbzK1Z0 .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #75e6da !important;
  border-color: #75e6da !important;
  color: #000000 !important;
}
.cid-uAImbzK1Z0 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uAImbzK1Z0 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAImbzK1Z0 .embla__slide .slide-content {
  width: 100%;
}
.cid-uAImbzK1Z0 .embla__slide .slide-content .item-wrapper {
  height: 100%;
}
.cid-uAImbzK1Z0 .embla__slide .slide-content .item-wrapper .item-img {
  height: 100%;
}
.cid-uAImbzK1Z0 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 992px) {
  .cid-uAImbzK1Z0 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 400px;
  }
}
.cid-uAImbzK1Z0 .embla__button--next,
.cid-uAImbzK1Z0 .embla__button--prev {
  display: flex;
}
.cid-uAImbzK1Z0 .embla__button {
  bottom: 2.5rem;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #189ab4 !important;
  color: #ffffff !important;
  border: 1px solid #189ab4 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uAImbzK1Z0 .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #3f6f8b 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uAImbzK1Z0 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAImbzK1Z0 .embla__button:hover {
  box-shadow: inset 81px 10px 5px #75e6da;
  border-color: #75e6da !important;
  color: #000000 !important;
}
.cid-uAImbzK1Z0 .embla__button:hover::before {
  width: 30%;
}
.cid-uAImbzK1Z0 .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uAImbzK1Z0 .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uAImbzK1Z0 .embla {
  position: relative;
  width: 100%;
  border-radius: 0.75rem !important;
  overflow: hidden;
  height: 100%;
}
.cid-uAImbzK1Z0 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
  height: 100%;
}
.cid-uAImbzK1Z0 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAImbzK1Z0 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAImbzK1Z0 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  height: 100%;
}
.cid-uAImbzK1Z0 .mbr-section-title {
  color: #141414;
}
.cid-uAImbzK1Z0 .mbr-text {
  color: #000000;
}
.cid-uAImbzK1Z0 .mbr-section-title,
.cid-uAImbzK1Z0 .icon-wrapper,
.cid-uAImbzK1Z0 .mbr-section-btn {
  color: #000000;
}
.cid-uEerahmJRM.popup-builder {
  background-color: #ffffff;
}
.cid-uEerahmJRM.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uEerahmJRM.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uEerahmJRM .modal-content,
.cid-uEerahmJRM .modal-dialog {
  height: auto;
}
.cid-uEerahmJRM .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uEerahmJRM .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uEerahmJRM .form-wrapper .mbr-form .form-group,
  .cid-uEerahmJRM .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uEerahmJRM .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uEerahmJRM .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uEerahmJRM .mbr-text {
  text-align: center;
}
.cid-uEerahmJRM .pt-0 {
  padding-top: 0 !important;
}
.cid-uEerahmJRM .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uEerahmJRM .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uEerahmJRM .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uEerahmJRM .modal-open {
  overflow: hidden;
}
.cid-uEerahmJRM .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uEerahmJRM .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uEerahmJRM .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uEerahmJRM .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-uEerahmJRM .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uEerahmJRM .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uEerahmJRM .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uEerahmJRM .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-uEerahmJRM .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uEerahmJRM .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uEerahmJRM .modal-backdrop.fade {
  opacity: 0;
}
.cid-uEerahmJRM .modal-backdrop.show {
  opacity: .5;
}
.cid-uEerahmJRM .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-uEerahmJRM .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uEerahmJRM .modal-header {
    padding: 1rem;
  }
}
.cid-uEerahmJRM .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uEerahmJRM .modal-header .close svg {
  fill: #353535;
}
.cid-uEerahmJRM .modal-header .close:hover {
  opacity: 1;
}
.cid-uEerahmJRM .modal-header .close:focus {
  outline: none;
}
.cid-uEerahmJRM .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uEerahmJRM .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uEerahmJRM .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEerahmJRM .modal-body {
    padding: 1rem;
  }
}
.cid-uEerahmJRM .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-uEerahmJRM .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uEerahmJRM .modal-footer {
    padding: 1rem;
  }
}
.cid-uEerahmJRM .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uEerahmJRM .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uEerahmJRM .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uEerahmJRM .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uEerahmJRM .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uEerahmJRM .modal-lg,
  .cid-uEerahmJRM .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uEerahmJRM .modal-xl {
    max-width: 1140px;
  }
}
.cid-uEerahmJRM .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uEerahmJRM .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-uEerahmJRM .form-group {
  margin-bottom: 1rem;
}
.cid-uEerahmJRM .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uEerahmJRM .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uEerahmJRM .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-uEerahmJRM .mbr-section-btn {
  margin: 0;
}
.cid-uEerahmJRM .mbr-section-btn .btn {
  margin: 0;
}
.cid-uAImbBlvEn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uAImbBlvEn::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#3f6f8b 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uAImbBlvEn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAImbBlvEn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAImbBlvEn .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbBlvEn .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbBlvEn .container {
    padding: 0 24px;
  }
}
.cid-uAImbBlvEn .row {
  justify-content: space-between;
}
.cid-uAImbBlvEn .nav.nav-tabs {
  position: relative;
  z-index: 1;
  display: block;
  border: none;
}
.cid-uAImbBlvEn .nav.nav-tabs .nav-item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uAImbBlvEn .nav.nav-tabs .nav-item {
    margin-bottom: 30px;
  }
}
.cid-uAImbBlvEn .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  color: #000000;
  border-radius: 0 !important;
  border: none !important;
  animation: none;
  transition: all 0.3s ease-in-out;
  background-color: transparent;
  opacity: 0.3;
  padding: 0;
}
.cid-uAImbBlvEn .nav.nav-tabs .nav-item .nav-link.active {
  opacity: 1;
}
.cid-uAImbBlvEn .tab-content {
  position: relative;
  z-index: 1;
  height: 100%;
}
.cid-uAImbBlvEn .tab-content .tab-pane {
  height: 100%;
  width: 100%;
}
.cid-uAImbBlvEn .tab-content .tab-pane .text-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
.cid-uAImbBlvEn .tab-content .tab-pane .text-wrapper .mbr-text {
  width: 100%;
  position: sticky;
}
.cid-uAImbBlvEn .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAImbzRuuj {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: transparent;
}
.cid-uAImbzRuuj .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbzRuuj .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbzRuuj .container {
    padding: 0 24px;
  }
}
.cid-uAImbzRuuj .row {
  justify-content: center;
}
.cid-uAImbzRuuj .row .card {
  border-radius: 0 !important;
  align-items: center;
}
.cid-uAImbzRuuj .title-wrapper .mbr-section-title {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uAImbzRuuj .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uAImbzRuuj .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uAImbzRuuj .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAImbzRuuj .embla__slide .slide-content {
  width: 100%;
}
.cid-uAImbzRuuj .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uAImbzRuuj .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-uAImbzRuuj .embla__slide .slide-content .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
.cid-uAImbzRuuj .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-uAImbzRuuj .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 24px;
}
.cid-uAImbzRuuj .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
}
.cid-uAImbzRuuj .embla__button--next,
.cid-uAImbzRuuj .embla__button--prev {
  display: flex;
}
.cid-uAImbzRuuj .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #189ab4 !important;
  color: #ffffff !important;
  border: 1px solid #189ab4 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uAImbzRuuj .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #3f6f8b 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uAImbzRuuj .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uAImbzRuuj .embla__button:hover {
  box-shadow: inset 81px 10px 5px #75e6da;
  border-color: #75e6da !important;
  color: #000000 !important;
}
.cid-uAImbzRuuj .embla__button:hover::before {
  width: 30%;
}
.cid-uAImbzRuuj .embla__button.embla__button--prev {
  left: 0;
}
.cid-uAImbzRuuj .embla__button.embla__button--next {
  left: 5.5rem;
}
.cid-uAImbzRuuj .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .cid-uAImbzRuuj .embla {
    padding-bottom: 3rem;
  }
}
.cid-uAImbzRuuj .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uAImbzRuuj .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAImbzRuuj .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAImbzRuuj .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAImbzRuuj .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAImbzRuuj .image-wrapper {
    margin-top: 48px;
    height: auto;
  }
}
.cid-uAImbzRuuj .image-wrapper img {
  height: 500px;
  border-radius: 0.75rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uAImbzRuuj .image-wrapper img {
    height: 400px;
  }
}
.cid-uAImbzRuuj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAImbzRuuj .mbr-text {
  color: #141414;
}
.cid-uAImbzRuuj .item-title {
  color: #000000;
}
.cid-uAImbzRuuj .item-text {
  color: #000000;
  text-align: left;
}
.cid-uAImbA0vmp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uAImbA0vmp .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbA0vmp .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbA0vmp .container {
    padding: 0 24px;
  }
}
.cid-uAImbA0vmp .row {
  justify-content: center;
}
.cid-uAImbA0vmp .content-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uAImbA0vmp .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAImbA0vmp .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAImbA0vmp .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAImbA0vmp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 767px) {
  .cid-uAImbA0vmp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uAImbA0vmp .embla__slide .slide-content {
  width: 100%;
}
.cid-uAImbA0vmp .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border-left: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uAImbA0vmp .embla__slide .slide-content .item-wrapper .item-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 28px;
}
.cid-uAImbA0vmp .embla__slide .slide-content .item-wrapper .item-content .item-number {
  margin-bottom: 0;
}
.cid-uAImbA0vmp .embla__slide .slide-content .item-wrapper .item-content .item-desc {
  margin: 60px 0 12px 0;
}
.cid-uAImbA0vmp .embla__button--next,
.cid-uAImbA0vmp .embla__button--prev {
  display: flex;
}
.cid-uAImbA0vmp .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #189ab4 !important;
  color: #ffffff !important;
  border: 1px solid #189ab4 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-uAImbA0vmp .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #3f6f8b 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-uAImbA0vmp .embla__button:hover {
  box-shadow: inset 81px 10px 5px #75e6da;
  border-color: #75e6da !important;
  color: #000000 !important;
}
.cid-uAImbA0vmp .embla__button:hover::before {
  width: 30%;
}
.cid-uAImbA0vmp .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-uAImbA0vmp .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-uAImbA0vmp .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-uAImbA0vmp .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -25%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0, #f1fdfb 80%);
  width: 50%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uAImbA0vmp .embla::before {
    display: none;
  }
}
.cid-uAImbA0vmp .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-uAImbA0vmp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uAImbA0vmp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uAImbA0vmp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uAImbA0vmp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAImbA0vmp .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uAImbA0vmp .item-number {
  color: #000000;
}
.cid-uAImbA0vmp .item-desc {
  color: #000000;
}
.cid-uAImbAJc9U {
  padding-top: 2rem;
  padding-bottom: 1rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uAImbAJc9U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAImbAJc9U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAImbAJc9U .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbAJc9U .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbAJc9U .container {
    padding: 0 24px;
  }
}
.cid-uAImbAJc9U .content-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAImbAJc9U .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uAImbAJc9U .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAImbAJc9U .content-wrapper .mbr-desc {
  margin-bottom: 56px;
}
.cid-uAImbAJc9U .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAImbAJc9U .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uAImbAJc9U .content-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uAImbAJc9U .content-wrapper .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #3f6f8b 0%, transparent 100%);
}
.cid-uAImbAJc9U .content-wrapper .mbr-section-btn .btn:hover,
.cid-uAImbAJc9U .content-wrapper .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #75e6da !important;
  border-color: #75e6da !important;
  color: #000000 !important;
}
.cid-uAImbAJc9U .decor-wrapper {
  position: absolute;
  bottom: -100%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uAImbAJc9U .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uAImbAJc9U .decor-wrapper .decor_1 {
  background-color: #75e6da;
}
.cid-uAImbAJc9U .decor-wrapper .decor_2 {
  background-color: #189ab4;
}
.cid-uAImbAJc9U .decor-wrapper .decor_3 {
  background-color: #3f6f8b;
}
.cid-uAImbAJc9U .decor-wrapper .decor_4 {
  background-color: #75e6da;
}
.cid-uAImbAJc9U .mbr-section-title {
  color: #141414;
}
.cid-uAImbAJc9U .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uAImbAJc9U .mbr-desc {
  color: #000000;
  text-align: center;
}
.cid-uAImbAJc9U .mbr-text,
.cid-uAImbAJc9U .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uAImbAJc9U .mbr-section-title,
.cid-uAImbAJc9U .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAImbB5vHN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAImbB5vHN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uAImbB5vHN .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbB5vHN .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbB5vHN .container {
    padding: 0 24px;
  }
}
.cid-uAImbACufJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uAImbACufJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAImbACufJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAImbACufJ .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbACufJ .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbACufJ .container {
    padding: 0 24px;
  }
}
.cid-uAImbACufJ .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-uAImbACufJ .image-wrapper {
  height: 100%;
}
.cid-uAImbACufJ .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: 0.75rem !important;
}
@media (max-width: 992px) {
  .cid-uAImbACufJ .image-wrapper img {
    height: 350px;
  }
}
.cid-uAImbACufJ .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 0.75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAImbACufJ .content-wrapper {
    padding: 24px;
  }
}
.cid-uAImbACufJ .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uAImbACufJ .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAImbACufJ .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-uAImbACufJ .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #3f6f8b 0%, transparent 100%);
}
.cid-uAImbACufJ .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-uAImbACufJ .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #75e6da !important;
  border-color: #75e6da !important;
  color: #000000 !important;
}
.cid-uAImbACufJ .mbr-section-title {
  color: #141414;
}
.cid-uAImbACufJ .mbr-text {
  color: #141414;
}
.cid-uAImbBfAfX {
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uAImbBfAfX::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#3f6f8b 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uAImbBfAfX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAImbBfAfX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAImbBfAfX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbBfAfX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbBfAfX .container {
    padding: 0 24px;
  }
}
.cid-uAImbBfAfX .row {
  justify-content: space-between;
}
.cid-uAImbBfAfX .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAImbBfAfX .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uAImbBfAfX .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uAImbBfAfX .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAImbBfAfX .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-uAImbBfAfX .item {
  position: relative;
  z-index: 1;
  padding: 24px 0 48px 0;
  border-top: 1px solid #000000;
  border-radius: 0 !important;
}
.cid-uAImbBfAfX .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uAImbBfAfX .item .item-wrapper .card-box .title-wrap {
    display: block;
  }
}
.cid-uAImbBfAfX .item .item-wrapper .card-box .title-wrap .card-title {
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uAImbBfAfX .item .item-wrapper .card-box .title-wrap .card-title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-uAImbBfAfX .item .item-wrapper .card-box .title-wrap .card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 10vmax;
  padding: 8px 24px;
  margin-bottom: 0;
}
.cid-uAImbBfAfX .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 33%;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .cid-uAImbBfAfX .item .item-wrapper .card-box .text-wrap .card-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uAImbBfAfX .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-uAImbBfAfX .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #189ab4 0%, transparent 100%);
}
.cid-uAImbBfAfX .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-uAImbBfAfX .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #75e6da !important;
  border-color: #75e6da !important;
  color: #000000 !important;
}
.cid-uAImbBfAfX .mbr-section-title {
  color: #000000;
}
.cid-uAImbBfAfX .mbr-text {
  color: #000000;
}
.cid-uAImbBfAfX .card-number {
  color: #141414;
}
.cid-uAImbBfAfX .card-title {
  color: #000000;
}
.cid-uAImbBfAfX .card-text {
  color: #141414;
}
.cid-uAImbBfAfX .card-tag {
  color: #000000;
}
.cid-uAImbBfAfX .card-text,
.cid-uAImbBfAfX .text-wrap,
.cid-uAImbBfAfX .mbr-section-btn {
  color: #000000;
}
.cid-uAImbAtOAt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1488667499475-42a530fab02b.jpeg");
}
.cid-uAImbAtOAt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAImbAtOAt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAImbAtOAt .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbAtOAt .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbAtOAt .container {
    padding: 0 24px;
  }
}
.cid-uAImbAtOAt .title-wrapper {
  padding: 200px 0;
}
@media (max-width: 992px) {
  .cid-uAImbAtOAt .title-wrapper {
    padding: 0;
  }
}
.cid-uAImbAtOAt .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .cid-uAImbAtOAt .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uAImbAtOAt .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #3f6f8b 0%, transparent 100%);
}
.cid-uAImbAtOAt .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uAImbAtOAt .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #75e6da !important;
  border-color: #75e6da !important;
  color: #000000 !important;
}
.cid-uAImbAtOAt .mbr-section-title,
.cid-uAImbAtOAt .title-wrapper {
  color: #141414;
  text-align: center;
}
.cid-uAImbAtOAt .mbr-section-title,
.cid-uAImbAtOAt .title-wrapper,
.cid-uAImbAtOAt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAImbB6nEL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uAImbB6nEL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAImbB6nEL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAImbB6nEL .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbB6nEL .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbB6nEL .container {
    padding: 0 24px;
  }
}
.cid-uAImbB6nEL .row {
  justify-content: center;
}
.cid-uAImbB6nEL .content-wrapper .desc-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uAImbB6nEL .content-wrapper .desc-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uAImbB6nEL .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  padding: 16px;
  background-color: #75e6da;
  border-radius: 0.75rem;
}
.cid-uAImbB6nEL .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAImbB6nEL .mbr-section-title {
  color: #141414;
}
.cid-uAImbB6nEL .mbr-text {
  color: #000000;
}
.cid-uAImbB6nEL .mbr-desc,
.cid-uAImbB6nEL .desc-wrapper {
  color: #000000;
}
.cid-uAImbBGDcI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uAImbBGDcI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAImbBGDcI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAImbBGDcI .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbBGDcI .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbBGDcI .container {
    padding: 0 24px;
  }
}
.cid-uAImbBGDcI .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #ffffff;
  border-radius: 0.75rem;
}
@media (max-width: 992px) {
  .cid-uAImbBGDcI .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-uAImbBGDcI .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-uAImbBGDcI .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-uAImbBGDcI .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-uAImbBGDcI .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAImbBGDcI .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uAImbBGDcI .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-uAImbBGDcI .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-uAImbBGDcI .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-uAImbBGDcI .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-uAImbBGDcI .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-uAImbBGDcI .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-uAImbBGDcI .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-uAImbBGDcI .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uAImbBGDcI .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-uAImbBGDcI .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-uAImbBGDcI .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uAImbBGDcI .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #3f6f8b 0%, transparent 100%);
}
.cid-uAImbBGDcI .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-uAImbBGDcI .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #75e6da !important;
  border-color: #75e6da !important;
  color: #000000 !important;
}
.cid-uAImbBGDcI .mbr-section-title {
  color: #141414;
}
.cid-uAImbBGDcI .mbr-desc {
  color: #141414;
}
.cid-uAImbBGDcI label {
  color: #141414;
}
.cid-uAImbBKjVw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: transparent;
}
.cid-uAImbBKjVw::before {
  content: '';
  position: absolute;
  top: -20%;
  right: -15%;
  width: 32rem;
  height: 100%;
  background-image: linear-gradient(60deg, transparent 0, #3f6f8b 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-uAImbBKjVw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAImbBKjVw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAImbBKjVw .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbBKjVw .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbBKjVw .container {
    padding: 0 24px;
  }
}
.cid-uAImbBKjVw .row {
  justify-content: center;
}
.cid-uAImbBKjVw .row .card,
.cid-uAImbBKjVw .row .item {
  padding: 0 12px;
}
.cid-uAImbBKjVw .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uAImbBKjVw .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uAImbBKjVw .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uAImbBKjVw .item {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.cid-uAImbBKjVw .item .item-wrapper {
  padding: 32px;
  border-radius: 0.75rem !important;
  background-color: #ffffff;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uAImbBKjVw .item .item-wrapper {
    padding: 24px;
  }
}
.cid-uAImbBKjVw .item .item-wrapper .card-box .card-number {
  margin-bottom: 24px;
  opacity: 0.4;
}
.cid-uAImbBKjVw .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uAImbBKjVw .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
  transition: all 0.3s ease;
  opacity: 0.7;
}
.cid-uAImbBKjVw .item .item-wrapper .card-box .card-text:hover,
.cid-uAImbBKjVw .item .item-wrapper .card-box .card-text:focus {
  opacity: 1;
}
.cid-uAImbBKjVw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uAImbBKjVw .card-title {
  color: #141414;
}
.cid-uAImbBKjVw .card-text {
  color: #141414;
}
.cid-uAImbBM9mV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uAImbBM9mV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAImbBM9mV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAImbBM9mV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbBM9mV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbBM9mV .container {
    padding: 0 24px;
  }
}
.cid-uAImbBM9mV .row {
  justify-content: center;
}
.cid-uAImbBM9mV .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uAImbBM9mV .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uAImbBM9mV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAImbBM9mV .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uAImbBM9mV .lists-wrapper {
    display: block;
  }
}
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAImbBM9mV .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #000000;
  text-align: center;
}
.cid-uAImbBM9mV .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uAImbBM9mV .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uAImbBM9mV .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uAImbBM9mV .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uAImbBM9mV .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uAImbBM9mV .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uAImbBM9mV .mbr-section-title {
  color: #141414;
}
.cid-uAImbBM9mV .mbr-text {
  color: #141414;
}
.cid-uAImbBM9mV .list {
  color: #141414;
}
.cid-uEdzfzEx8G {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #85bfd0;
}
.cid-uEdzfzEx8G .mbr-fallback-image.disabled {
  display: none;
}
.cid-uEdzfzEx8G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uEdzfzEx8G .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uEdzfzEx8G .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uEdzfzEx8G .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uEdzfzEx8G .container {
    padding: 0 20px;
  }
}
.cid-uEdzfzEx8G .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uEdzfzEx8G .row .card {
  padding: 0 10px;
}
.cid-uEdzfzEx8G .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 90px;
}
@media (max-width: 1200px) {
  .cid-uEdzfzEx8G .title-wrapper .mbr-section-title {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uEdzfzEx8G .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uEdzfzEx8G .item {
  padding: 0 10px;
  margin-bottom: 90px;
}
@media (max-width: 992px) {
  .cid-uEdzfzEx8G .item {
    margin-bottom: 40px;
  }
}
.cid-uEdzfzEx8G .item .item-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.cid-uEdzfzEx8G .item .item-wrapper .card-box .price-wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid #dfe6ea;
  margin-bottom: 30px;
}
.cid-uEdzfzEx8G .item .item-wrapper .card-box .price-wrap .card-price {
  width: 180px;
  height: 180px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #fff555;
  margin-bottom: 0;
}
.cid-uEdzfzEx8G .item .item-wrapper .card-box .card-title {
  margin-bottom: 30px;
}
.cid-uEdzfzEx8G .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-uEdzfzEx8G .item .item-wrapper .mbr-section-btn {
  margin-top: 24px;
}
.cid-uEdzfzEx8G .mbr-section-title {
  color: #000000;
}
.cid-uEdzfzEx8G .card-price,
.cid-uEdzfzEx8G .price-wrap {
  color: #000000;
  text-align: center;
}
.cid-uEdzfzEx8G .card-title {
  color: #000000;
}
.cid-uEdzfzEx8G .card-text {
  color: #000000;
  text-align: center;
}
.cid-uEdzfzEx8G .mbr-section-btn {
  text-align: center;
}
.cid-uEdzfzEx8G .mbr-section-title,
.cid-uEdzfzEx8G .title-wrapper {
  text-align: center;
}
.cid-uEdzfzEx8G .card-title,
.cid-uEdzfzEx8G .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uAImbBM9mV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uAImbBM9mV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAImbBM9mV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAImbBM9mV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbBM9mV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbBM9mV .container {
    padding: 0 24px;
  }
}
.cid-uAImbBM9mV .row {
  justify-content: center;
}
.cid-uAImbBM9mV .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uAImbBM9mV .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uAImbBM9mV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAImbBM9mV .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uAImbBM9mV .lists-wrapper {
    display: block;
  }
}
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAImbBM9mV .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #000000;
  text-align: center;
}
.cid-uAImbBM9mV .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uAImbBM9mV .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uAImbBM9mV .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uAImbBM9mV .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uAImbBM9mV .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uAImbBM9mV .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uAImbBM9mV .mbr-section-title {
  color: #141414;
}
.cid-uAImbBM9mV .mbr-text {
  color: #141414;
}
.cid-uAImbBM9mV .list {
  color: #141414;
}
.cid-uEexhOLVll {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-uEexhOLVll .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uAImbBM9mV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uAImbBM9mV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uAImbBM9mV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uAImbBM9mV .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-uAImbBM9mV .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uAImbBM9mV .container {
    padding: 0 24px;
  }
}
.cid-uAImbBM9mV .row {
  justify-content: center;
}
.cid-uAImbBM9mV .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-uAImbBM9mV .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 16px;
}
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-uAImbBM9mV .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uAImbBM9mV .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uAImbBM9mV .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-uAImbBM9mV .lists-wrapper {
    display: block;
  }
}
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uAImbBM9mV .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uAImbBM9mV .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #000000;
  text-align: center;
}
.cid-uAImbBM9mV .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-uAImbBM9mV .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-uAImbBM9mV .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-uAImbBM9mV .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-uAImbBM9mV .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-uAImbBM9mV .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-uAImbBM9mV .mbr-section-title {
  color: #141414;
}
.cid-uAImbBM9mV .mbr-text {
  color: #141414;
}
.cid-uAImbBM9mV .list {
  color: #141414;
}
.cid-uNKMaoFXCU {
  background-color: transparent;
}
.cid-uNKMaoFXCU .navbar-dropdown {
  background-color: #f4f4f6 !important;
  padding: 0;
  background-color: transparent !important;
}
.cid-uNKMaoFXCU .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f4f4f6 !important;
  background-color: transparent !important;
  background: #f4f4f6;
}
.cid-uNKMaoFXCU .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uNKMaoFXCU .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uNKMaoFXCU .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uNKMaoFXCU .menu_box .navbar.opened,
  .cid-uNKMaoFXCU .menu_box .navbar-collapse {
    background-color: #f4f4f6 !important;
    transition: all 0s ease 0s;
    background-color: transparent !important;
  }
}
.cid-uNKMaoFXCU .navbar-dropdown {
  position: relative !important;
}
.cid-uNKMaoFXCU .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uNKMaoFXCU .btn:hover {
  box-shadow: none;
}
.cid-uNKMaoFXCU .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uNKMaoFXCU .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uNKMaoFXCU .nav-item {
    margin: 0 !important;
  }
}
.cid-uNKMaoFXCU .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-uNKMaoFXCU .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #75e6da -5%, #3f6f8b 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uNKMaoFXCU .nav-item .nav-link:hover::before,
.cid-uNKMaoFXCU .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uNKMaoFXCU .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uNKMaoFXCU .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uNKMaoFXCU .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uNKMaoFXCU .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uNKMaoFXCU .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uNKMaoFXCU .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uNKMaoFXCU .offcanvas_box {
    display: none;
  }
}
.cid-uNKMaoFXCU .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uNKMaoFXCU .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uNKMaoFXCU .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uNKMaoFXCU .container {
  display: flex;
  margin: auto;
}
.cid-uNKMaoFXCU .iconfont-wrapper {
  color: #141414;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uNKMaoFXCU .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uNKMaoFXCU .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uNKMaoFXCU .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uNKMaoFXCU .navbar-nav {
    margin: 0;
  }
}
.cid-uNKMaoFXCU .dropdown-menu,
.cid-uNKMaoFXCU .navbar.opened {
  background-color: false !important;
}
.cid-uNKMaoFXCU .nav-item:focus,
.cid-uNKMaoFXCU .nav-link:focus {
  outline: none;
}
.cid-uNKMaoFXCU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNKMaoFXCU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNKMaoFXCU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNKMaoFXCU .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNKMaoFXCU .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNKMaoFXCU .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNKMaoFXCU .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uNKMaoFXCU .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uNKMaoFXCU .navbar.opened {
  transition: all 0.3s;
}
.cid-uNKMaoFXCU .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uNKMaoFXCU .navbar .navbar-logo img {
  max-width: 40px;
  min-height: 40px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uNKMaoFXCU .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uNKMaoFXCU .navbar.collapsed {
  justify-content: center;
}
.cid-uNKMaoFXCU .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNKMaoFXCU .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNKMaoFXCU .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNKMaoFXCU .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNKMaoFXCU .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNKMaoFXCU .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uNKMaoFXCU .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uNKMaoFXCU .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uNKMaoFXCU .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uNKMaoFXCU .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNKMaoFXCU .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNKMaoFXCU .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uNKMaoFXCU .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNKMaoFXCU .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uNKMaoFXCU .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uNKMaoFXCU .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uNKMaoFXCU .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uNKMaoFXCU .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uNKMaoFXCU .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uNKMaoFXCU .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNKMaoFXCU .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uNKMaoFXCU .navbar.navbar-short {
  min-height: 60px;
}
.cid-uNKMaoFXCU .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uNKMaoFXCU .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uNKMaoFXCU .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uNKMaoFXCU .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uNKMaoFXCU .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNKMaoFXCU .dropdown-item.active,
.cid-uNKMaoFXCU .dropdown-item:active {
  background-color: transparent;
}
.cid-uNKMaoFXCU .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uNKMaoFXCU .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uNKMaoFXCU .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNKMaoFXCU .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNKMaoFXCU .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uNKMaoFXCU ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uNKMaoFXCU .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uNKMaoFXCU button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4f4f6;
  background: #f4f4f6;
}
.cid-uNKMaoFXCU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uNKMaoFXCU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNKMaoFXCU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNKMaoFXCU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNKMaoFXCU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNKMaoFXCU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNKMaoFXCU nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNKMaoFXCU nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNKMaoFXCU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNKMaoFXCU a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uNKMaoFXCU .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNKMaoFXCU .navbar {
    height: 70px;
  }
  .cid-uNKMaoFXCU .navbar.opened {
    height: auto;
  }
  .cid-uNKMaoFXCU .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNKMaoFXCU .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uNKMaoFXCU .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uNKMaoFXCU .mbr-section-btn-main .btn {
  margin: 8px;
  width: fit-content;
  white-space: nowrap;
}
.cid-uNKMaoFXCU .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #3f6f8b 0%, transparent 100%);
}
.cid-uNKMaoFXCU .mbr-section-btn-main .btn:hover,
.cid-uNKMaoFXCU .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #75e6da !important;
  border-color: #75e6da !important;
  color: #000000 !important;
}
.cid-uNKMaoFXCU .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uNKMaoFXCU .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uNKMaoFXCU .text_widget {
  margin-bottom: 32px;
}
.cid-uNKMaoFXCU .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uNKMaoFXCU .text_widget a:hover,
.cid-uNKMaoFXCU .text_widget a:focus {
  opacity: 0.8;
}
@media (min-width: 992px) {
  .cid-uNKMaoFXCU .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uNKMaoFXCU .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uNKMaoFXCU .navbar-caption {
  color: #000000;
}
.cid-uNKMaoFXCU .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uNKMaoFXCU .mbr-section-subtitle,
.cid-uNKMaoFXCU .text_widget,
.cid-uNKMaoFXCU .mbr-section-btn {
  text-align: center;
}
.cid-uNKMaoFXCU a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uNKMaoFXCU .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uNKMaoFXCU .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uNKMaoFXCU .nav-link,
.cid-uNKMaoFXCU .dropdown-item {
  color: #000000;
}
.cid-tVQSWAdIX3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-tVQSWAdIX3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQSWAdIX3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQSWAdIX3 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tVQSWAdIX3 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tVQSWAdIX3 .container {
    padding: 0 24px;
  }
}
.cid-tVQSWAdIX3 .content-wrapper {
  padding: 50px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 100vh;
}
@media (max-width: 992px) {
  .cid-tVQSWAdIX3 .content-wrapper {
    padding: 0;
  }
}
.cid-tVQSWAdIX3 .content-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: .75rem !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tVQSWAdIX3 .content-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
  padding: 48px;
  background-color: #ffffff;
  border-radius: .75rem !important;
}
@media (max-width: 1500px) {
  .cid-tVQSWAdIX3 .content-wrapper .card-wrap {
    width: 65%;
  }
}
@media (max-width: 1200px) {
  .cid-tVQSWAdIX3 .content-wrapper .card-wrap {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-tVQSWAdIX3 .content-wrapper .card-wrap {
    padding: 24px;
  }
}
.cid-tVQSWAdIX3 .content-wrapper .card-wrap .mbr-desc {
  width: 100%;
  margin-bottom: 16px;
}
.cid-tVQSWAdIX3 .content-wrapper .card-wrap .mbr-section-title {
  width: 100%;
  margin-bottom: 24px;
}
.cid-tVQSWAdIX3 .content-wrapper .card-wrap .mbr-text {
  width: 100%;
  margin-bottom: 0;
}
.cid-tVQSWAdIX3 .content-wrapper .card-wrap .mbr-section-btn {
  width: 100%;
  margin-top: 16px;
}
.cid-tVQSWAdIX3 .content-wrapper .card-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tVQSWAdIX3 .content-wrapper .card-wrap .mbr-section-btn .btn:hover,
.cid-tVQSWAdIX3 .content-wrapper .card-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tVQSWAdIX3 .mbr-section-title {
  color: #141414;
}
.cid-tVQSWAdIX3 .mbr-desc {
  color: #141414;
}
.cid-tVQSWAdIX3 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-tVQT2zs9yA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tVQT2zs9yA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQT2zs9yA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQT2zs9yA .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tVQT2zs9yA .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tVQT2zs9yA .container {
    padding: 0 24px;
  }
}
.cid-tVQT2zs9yA .row {
  justify-content: space-between;
}
.cid-tVQT2zs9yA .title-wrapper .title-wrap .mbr-section-title {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-tVQT2zs9yA .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-tVQT2zs9yA .items-wrapper {
  min-height: 530px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tVQT2zs9yA .items-wrapper {
    min-height: auto;
  }
}
.cid-tVQT2zs9yA .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 32px;
}
.cid-tVQT2zs9yA .mbr-section-title,
.cid-tVQT2zs9yA .title-wrapper {
  color: #141414;
  text-align: right;
}
.cid-tVQT2zs9yA .card-text {
  color: #141414;
  text-align: right;
}
.cid-tVQT9OWWn9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tVQT9OWWn9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQT9OWWn9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQT9OWWn9 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tVQT9OWWn9 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tVQT9OWWn9 .container {
    padding: 0 24px;
  }
}
.cid-tVQT9OWWn9 .row {
  justify-content: space-between;
}
.cid-tVQT9OWWn9 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVQT9OWWn9 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tVQT9OWWn9 .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 130px;
  padding-left: 48px;
}
@media (max-width: 992px) {
  .cid-tVQT9OWWn9 .content-wrapper {
    margin-top: 0;
    padding: 0;
  }
}
.cid-tVQT9OWWn9 .content-wrapper .image-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tVQT9OWWn9 .content-wrapper .image-wrapper {
    margin-bottom: 24px;
  }
}
.cid-tVQT9OWWn9 .content-wrapper .image-wrapper img {
  display: inline-flex;
  width: 320px;
  height: 320px;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 768px) {
  .cid-tVQT9OWWn9 .content-wrapper .image-wrapper img {
    width: 240px;
    height: 240px;
  }
}
.cid-tVQT9OWWn9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tVQT9OWWn9 .mbr-section-title {
  color: #141414;
}
.cid-tVQT9OWWn9 .mbr-text {
  color: #141414;
}
.cid-tVQTd6h3XK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVQTd6h3XK .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tVQTd6h3XK .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tVQTd6h3XK .container {
    padding: 0 24px;
  }
}
.cid-tVQTd6h3XK .row {
  justify-content: center;
}
.cid-tVQTd6h3XK .row .card {
  border-radius: 0 !important;
  align-items: center;
}
.cid-tVQTd6h3XK .title-wrapper .mbr-section-title {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-tVQTd6h3XK .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-tVQTd6h3XK .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tVQTd6h3XK .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tVQTd6h3XK .embla__slide .slide-content {
  width: 100%;
}
.cid-tVQTd6h3XK .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-tVQTd6h3XK .embla__slide .slide-content .item-wrapper .item-img {
    margin-bottom: 32px;
  }
}
.cid-tVQTd6h3XK .embla__slide .slide-content .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  border-radius: .75rem !important;
}
.cid-tVQTd6h3XK .embla__slide .slide-content .item-content {
  position: relative;
  z-index: 1;
}
.cid-tVQTd6h3XK .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 24px;
}
.cid-tVQTd6h3XK .embla__slide .slide-content .item-content .item-text {
  margin-bottom: 0;
}
.cid-tVQTd6h3XK .embla__button--next,
.cid-tVQTd6h3XK .embla__button--prev {
  display: flex;
}
.cid-tVQTd6h3XK .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #141414 !important;
  color: #ffffff !important;
  border: 1px solid #141414 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-tVQTd6h3XK .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-tVQTd6h3XK .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tVQTd6h3XK .embla__button:hover {
  box-shadow: inset 81px 10px 5px #7f89e9;
  border-color: #7f89e9 !important;
}
.cid-tVQTd6h3XK .embla__button:hover::before {
  width: 30%;
}
.cid-tVQTd6h3XK .embla__button.embla__button--prev {
  left: 0;
}
.cid-tVQTd6h3XK .embla__button.embla__button--next {
  left: 5.5rem;
}
.cid-tVQTd6h3XK .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
@media (max-width: 992px) {
  .cid-tVQTd6h3XK .embla {
    padding-bottom: 3rem;
  }
}
.cid-tVQTd6h3XK .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tVQTd6h3XK .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tVQTd6h3XK .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tVQTd6h3XK .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tVQTd6h3XK .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tVQTd6h3XK .image-wrapper {
    margin-top: 48px;
    height: auto;
  }
}
.cid-tVQTd6h3XK .image-wrapper img {
  height: 500px;
  border-radius: .75rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tVQTd6h3XK .image-wrapper img {
    height: 400px;
  }
}
.cid-tVQTd6h3XK .mbr-section-title {
  color: #141414;
}
.cid-tVQTd6h3XK .mbr-text {
  color: #141414;
}
.cid-tVQTd6h3XK .item-title {
  color: #141414;
}
.cid-tVQTd6h3XK .item-text {
  color: #141414;
}
.cid-tVQT4gv7cT {
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-tVQT4gv7cT::before {
  content: '';
  position: absolute;
  top: 0;
  left: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#55e3fd 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-tVQT4gv7cT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQT4gv7cT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQT4gv7cT .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tVQT4gv7cT .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tVQT4gv7cT .container {
    padding: 0 24px;
  }
}
.cid-tVQT4gv7cT .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-tVQT4gv7cT .title-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-tVQT4gv7cT .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tVQT4gv7cT .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-tVQT4gv7cT .title-wrapper .mbr-section-title {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVQT4gv7cT .title-wrapper .mbr-section-title {
    width: 100%;
  }
}
.cid-tVQT4gv7cT .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 4rem;
  padding-top: 50px;
  border-top: 1px solid #141414;
}
@media (max-width: 992px) {
  .cid-tVQT4gv7cT .items-wrapper {
    display: block;
    padding: 24px;
  }
}
@media (max-width: 992px) {
  .cid-tVQT4gv7cT .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-tVQT4gv7cT .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-tVQT4gv7cT .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-tVQT4gv7cT .mbr-section-title {
  color: #141414;
}
.cid-tVQT4gv7cT .mbr-desc {
  color: #141414;
}
.cid-tVQT4gv7cT .card-number {
  color: #141414;
}
.cid-tVQT4gv7cT .card-title {
  color: #141414;
}
.cid-tVQT4gv7cT .card-text {
  color: #141414;
}
.cid-tVQT65fkKD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background-color: #f4f4f6;
}
.cid-tVQT65fkKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQT65fkKD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQT65fkKD .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tVQT65fkKD .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tVQT65fkKD .container {
    padding: 0 24px;
  }
}
.cid-tVQT65fkKD .row {
  position: relative;
  justify-content: center;
}
.cid-tVQT65fkKD .content-wrapper {
  position: sticky;
  top: 16px;
  padding-right: 48px;
}
@media (max-width: 992px) {
  .cid-tVQT65fkKD .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-tVQT65fkKD .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-tVQT65fkKD .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tVQT65fkKD .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tVQT65fkKD .item {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tVQT65fkKD .item {
    margin-bottom: 32px;
  }
}
.cid-tVQT65fkKD .item:last-child {
  margin-bottom: 0;
}
.cid-tVQT65fkKD .item .item-wrapper .card-box .card-number {
  margin-bottom: 16px;
}
.cid-tVQT65fkKD .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-tVQT65fkKD .mbr-section-title {
  color: #141414;
}
.cid-tVQT65fkKD .mbr-desc {
  color: #141414;
}
.cid-tVQT65fkKD .mbr-text {
  color: #141414;
}
.cid-tVQT65fkKD .card-number {
  color: #141414;
}
.cid-tVQT65fkKD .card-title {
  color: #141414;
}
.cid-tVQT98AzTa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-tVQT98AzTa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQT98AzTa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQT98AzTa .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tVQT98AzTa .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tVQT98AzTa .container {
    padding: 0 24px;
  }
}
.cid-tVQT98AzTa .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.cid-tVQT98AzTa .image-wrapper {
  height: 100%;
}
.cid-tVQT98AzTa .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .cid-tVQT98AzTa .image-wrapper img {
    height: 350px;
  }
}
.cid-tVQT98AzTa .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tVQT98AzTa .content-wrapper {
    padding: 24px;
  }
}
.cid-tVQT98AzTa .content-wrapper .content-wrap {
  width: 100%;
}
.cid-tVQT98AzTa .content-wrapper .content-wrap .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tVQT98AzTa .content-wrapper .content-wrap .mbr-text {
  margin-bottom: 16px;
}
.cid-tVQT98AzTa .content-wrapper .content-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tVQT98AzTa .content-wrapper .content-wrap .mbr-section-btn .btn:hover,
.cid-tVQT98AzTa .content-wrapper .content-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tVQT98AzTa .mbr-section-title {
  color: #141414;
}
.cid-tVQT98AzTa .mbr-text {
  color: #141414;
}
.cid-tVQTcaaf6k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-tVQTcaaf6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQTcaaf6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQTcaaf6k .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tVQTcaaf6k .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tVQTcaaf6k .container {
    padding: 0 24px;
  }
}
.cid-tVQTcaaf6k .row {
  justify-content: center;
}
.cid-tVQTcaaf6k .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tVQTcaaf6k .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-tVQTcaaf6k .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tVQTcaaf6k .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVQTcaaf6k .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-tVQTcaaf6k .panel-group .card {
  border-radius: .75rem .75rem 0 0 !important;
  background-color: #ffffff;
  margin-top: -6px;
}
.cid-tVQTcaaf6k .panel-group .card:first-child {
  margin-top: 0;
}
.cid-tVQTcaaf6k .panel-group .card:nth-child(2) {
  background-color: #b2f4ff;
}
.cid-tVQTcaaf6k .panel-group .card:nth-child(3) {
  background-color: #f8e885;
}
.cid-tVQTcaaf6k .panel-group .card:nth-child(4) {
  background-color: #a6aef5;
}
.cid-tVQTcaaf6k .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-tVQTcaaf6k .panel-group .card .card-header .panel-title {
  width: 100%;
  padding: 32px 48px;
  display: block;
}
@media (max-width: 992px) {
  .cid-tVQTcaaf6k .panel-group .card .card-header .panel-title {
    padding: 24px;
  }
}
.cid-tVQTcaaf6k .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tVQTcaaf6k .panel-group .card .panel-collapse .panel-body {
  display: flex;
  align-items: center;
  padding: 0 48px 48px;
}
@media (max-width: 992px) {
  .cid-tVQTcaaf6k .panel-group .card .panel-collapse .panel-body {
    padding: 0 24px 24px;
    display: block;
  }
}
.cid-tVQTcaaf6k .panel-group .card .panel-collapse .panel-body img {
  height: 350px;
  width: 40%;
  object-fit: cover;
  border-radius: .75rem !important;
  margin-right: 50px;
}
@media (max-width: 992px) {
  .cid-tVQTcaaf6k .panel-group .card .panel-collapse .panel-body img {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-tVQTcaaf6k .panel-group .card .panel-collapse .panel-body .content-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-tVQTcaaf6k .panel-group .card .panel-collapse .panel-body .content-wrap {
    width: 100%;
  }
}
.cid-tVQTcaaf6k .panel-group .card .panel-collapse .panel-body .content-wrap .mbr-title {
  margin-bottom: 32px;
}
.cid-tVQTcaaf6k .panel-group .card .panel-collapse .panel-body .content-wrap .panel-desc {
  margin-bottom: 30px;
}
.cid-tVQTcaaf6k .mbr-section-title {
  color: #141414;
  text-align: center;
}
.cid-tVQTcaaf6k .mbr-text,
.cid-tVQTcaaf6k .text-wrapper {
  color: #141414;
  text-align: center;
}
.cid-tVQTcaaf6k .mbr-title {
  color: #141414;
}
.cid-tVQTcaaf6k .panel-desc {
  color: #141414;
}
.cid-tVQTcaaf6k .panel-text {
  color: #141414;
}
.cid-tVQTdP2u5X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tVQTdP2u5X .container-fluid {
  padding: 0 0 0 64px;
}
@media (max-width: 768px) {
  .cid-tVQTdP2u5X .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tVQTdP2u5X .container {
    padding: 0 24px;
  }
}
.cid-tVQTdP2u5X .content-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-tVQTdP2u5X .content-wrapper {
    margin-bottom: 32px;
    padding: 0;
  }
}
.cid-tVQTdP2u5X .content-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-tVQTdP2u5X .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tVQTdP2u5X .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tVQTdP2u5X .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 430px;
  max-width: 430px;
}
@media (max-width: 767px) {
  .cid-tVQTdP2u5X .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tVQTdP2u5X .embla__slide .slide-content {
  width: 100%;
}
.cid-tVQTdP2u5X .embla__slide .slide-content .item-wrapper {
  height: 100%;
  border-radius: 0 !important;
}
.cid-tVQTdP2u5X .embla__slide .slide-content .item-wrapper .item-content {
  height: 100%;
}
.cid-tVQTdP2u5X .embla__slide .slide-content .item-wrapper .item-content .item-title {
  margin-bottom: 24px;
}
.cid-tVQTdP2u5X .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-tVQTdP2u5X .embla__button--next,
.cid-tVQTdP2u5X .embla__button--prev {
  display: flex;
}
.cid-tVQTdP2u5X .embla__button {
  bottom: 0;
  width: 80px;
  height: 30px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: #141414 !important;
  color: #ffffff !important;
  border: 1px solid #141414 !important;
  border-radius: 10vmax;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  opacity: 1 !important;
  overflow: hidden;
}
.cid-tVQTdP2u5X .embla__button::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}
.cid-tVQTdP2u5X .embla__button:hover {
  box-shadow: inset 81px 10px 5px #7f89e9;
  border-color: #7f89e9 !important;
}
.cid-tVQTdP2u5X .embla__button:hover::before {
  width: 30%;
}
.cid-tVQTdP2u5X .embla__button.embla__button--prev {
  left: 1.5rem;
}
.cid-tVQTdP2u5X .embla__button.embla__button--next {
  left: 7.5rem;
}
.cid-tVQTdP2u5X .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-tVQTdP2u5X .embla::before {
  content: '';
  position: absolute;
  top: 0;
  right: -10%;
  height: 100%;
  background-image: linear-gradient(90deg, transparent 0, #ffffff 80%);
  width: 50%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tVQTdP2u5X .embla::before {
    display: none;
  }
}
.cid-tVQTdP2u5X .embla__viewport {
  width: 100%;
  margin-right: 1rem;
  overflow: hidden;
}
.cid-tVQTdP2u5X .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tVQTdP2u5X .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tVQTdP2u5X .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tVQTdP2u5X .mbr-desc {
  color: #141414;
}
.cid-tVQTdP2u5X .mbr-section-title {
  color: #141414;
}
.cid-tVQTdP2u5X .mbr-text {
  color: #141414;
}
.cid-tVQTdP2u5X .item-title {
  color: #141414;
}
.cid-tVQTdP2u5X .item-text {
  color: #141414;
}
.cid-tVQT6w0W13 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #f4f4f6;
}
.cid-tVQT6w0W13::before {
  content: '';
  position: absolute;
  top: 0;
  right: -20%;
  width: 32rem;
  height: 100%;
  background-image: radial-gradient(#55e3fd 0, transparent 100%);
  border-radius: 100%;
  z-index: 1;
  filter: blur(70px);
}
.cid-tVQT6w0W13 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQT6w0W13 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQT6w0W13 .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tVQT6w0W13 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tVQT6w0W13 .container {
    padding: 0 24px;
  }
}
.cid-tVQT6w0W13 .row {
  justify-content: space-between;
}
.cid-tVQT6w0W13 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tVQT6w0W13 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-tVQT6w0W13 .text-wrapper {
  position: relative;
  z-index: 1;
}
.cid-tVQT6w0W13 .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-tVQT6w0W13 .text-wrapper .mbr-text {
    margin-bottom: 32px;
  }
}
.cid-tVQT6w0W13 .item {
  position: relative;
  z-index: 1;
  padding: 24px 0 48px 0;
  border-top: 1px solid #141414;
  border-radius: 0 !important;
}
.cid-tVQT6w0W13 .item .item-wrapper .card-box .title-wrap {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-tVQT6w0W13 .item .item-wrapper .card-box .title-wrap {
    display: block;
  }
}
.cid-tVQT6w0W13 .item .item-wrapper .card-box .title-wrap .card-title {
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVQT6w0W13 .item .item-wrapper .card-box .title-wrap .card-title {
    width: 100%;
    margin-bottom: 16px;
  }
}
.cid-tVQT6w0W13 .item .item-wrapper .card-box .title-wrap .card-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #141414;
  border-radius: 10vmax;
  padding: 8px 24px;
  margin-bottom: 0;
}
.cid-tVQT6w0W13 .item .item-wrapper .card-box .text-wrap .card-text {
  display: inline-flex;
  width: 33%;
  margin-bottom: 8px;
}
@media (max-width: 1200px) {
  .cid-tVQT6w0W13 .item .item-wrapper .card-box .text-wrap .card-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-tVQT6w0W13 .item .item-wrapper .card-box .text-wrap .card-text {
    width: 100%;
  }
}
.cid-tVQT6w0W13 .item .item-wrapper .card-box .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tVQT6w0W13 .item .item-wrapper .card-box .mbr-section-btn .btn:hover,
.cid-tVQT6w0W13 .item .item-wrapper .card-box .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tVQT6w0W13 .mbr-section-title {
  color: #141414;
}
.cid-tVQT6w0W13 .mbr-text {
  color: #141414;
}
.cid-tVQT6w0W13 .card-number {
  color: #141414;
}
.cid-tVQT6w0W13 .card-title {
  color: #141414;
}
.cid-tVQT6w0W13 .card-text {
  color: #141414;
}
.cid-tVQT6w0W13 .card-tag {
  color: #141414;
}
.cid-tVQU0n5Meh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-tVQU0n5Meh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQU0n5Meh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQU0n5Meh .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tVQU0n5Meh .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tVQU0n5Meh .container {
    padding: 0 24px;
  }
}
.cid-tVQU0n5Meh .form-wrapper {
  display: flex;
  padding: 110px 115px;
  background-color: #ffffff;
  border-radius: .75rem;
}
@media (max-width: 992px) {
  .cid-tVQU0n5Meh .form-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-tVQU0n5Meh .form-wrapper .title-wrapper {
  width: 50%;
  padding-right: 90px;
}
@media (max-width: 992px) {
  .cid-tVQU0n5Meh .form-wrapper .title-wrapper {
    margin-bottom: 32px;
    padding: 0;
    width: 100%;
  }
}
.cid-tVQU0n5Meh .form-wrapper .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
.cid-tVQU0n5Meh .form-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVQU0n5Meh .form-wrapper .form-wrap {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tVQU0n5Meh .form-wrapper .form-wrap {
    width: 100%;
  }
}
.cid-tVQU0n5Meh .form-wrapper .form-wrap .dragArea.row .mbr-section-title {
  margin-bottom: 16px !important;
}
.cid-tVQU0n5Meh .form-wrapper .form-wrap .dragArea.row .mbr-text {
  margin-bottom: 16px;
}
.cid-tVQU0n5Meh .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-tVQU0n5Meh .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  padding: 16px 0;
  border: none !important;
  border-bottom: 1px solid #e3e3e3 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
.cid-tVQU0n5Meh .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.cid-tVQU0n5Meh .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
}
.cid-tVQU0n5Meh .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #189ab4;
}
.cid-tVQU0n5Meh .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-tVQU0n5Meh .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.7em;
  margin-bottom: 10px;
}
.cid-tVQU0n5Meh .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e3e3e3;
  border-color: #e3e3e3;
}
.cid-tVQU0n5Meh .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tVQU0n5Meh .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:hover,
.cid-tVQU0n5Meh .form-wrapper .form-wrap .dragArea.row .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tVQU0n5Meh .mbr-section-title {
  color: #141414;
}
.cid-tVQU0n5Meh .mbr-desc {
  color: #141414;
}
.cid-tVQU0n5Meh label {
  color: #141414;
}
.cid-tVQTb5gsgm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #f4f4f6;
}
.cid-tVQTb5gsgm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVQTb5gsgm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVQTb5gsgm .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .cid-tVQTb5gsgm .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-tVQTb5gsgm .container {
    padding: 0 24px;
  }
}
.cid-tVQTb5gsgm .row {
  justify-content: center;
}
.cid-tVQTb5gsgm .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 32px;
}
.cid-tVQTb5gsgm .title-wrapper .title-wrap {
  padding: 16px 0;
  display: inline-flex;
  align-items: center;
  border-bottom: 1px solid #141414;
  margin-bottom: 16px;
}
.cid-tVQTb5gsgm .title-wrapper .title-wrap .mbr-section-title {
  margin-right: 70px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tVQTb5gsgm .title-wrapper .title-wrap .mbr-section-title {
    margin-right: 20px;
  }
}
.cid-tVQTb5gsgm .title-wrapper .title-wrap .mbr-section-btn .btn {
  width: 80px;
  height: 30px;
}
.cid-tVQTb5gsgm .title-wrapper .title-wrap .mbr-section-btn .btn .mbr-iconfont {
  font-size: 18px !important;
  margin: 0;
}
.cid-tVQTb5gsgm .title-wrapper .title-wrap .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-tVQTb5gsgm .title-wrapper .title-wrap .mbr-section-btn .btn:hover,
.cid-tVQTb5gsgm .title-wrapper .title-wrap .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-tVQTb5gsgm .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tVQTb5gsgm .lists-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid #141414;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1200px) {
  .cid-tVQTb5gsgm .lists-wrapper {
    display: block;
  }
}
.cid-tVQTb5gsgm .lists-wrapper .list-wrap .list {
  padding: 0;
  margin-bottom: 32px;
  list-style-type: none;
}
.cid-tVQTb5gsgm .lists-wrapper .list-wrap .list .item-wrap {
  position: relative;
  margin-bottom: 16px;
}
.cid-tVQTb5gsgm .lists-wrapper .list-wrap .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tVQTb5gsgm .lists-wrapper .list-wrap .list .item-wrap:hover::before,
.cid-tVQTb5gsgm .lists-wrapper .list-wrap .list .item-wrap:focus::before {
  width: 100%;
}
.cid-tVQTb5gsgm .lists-wrapper .list-wrap .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tVQTb5gsgm .mbr-copy {
  margin-bottom: 0;
  position: relative;
  z-index: 1;
  color: #141414;
  text-align: center;
}
.cid-tVQTb5gsgm .decor-wrapper {
  position: absolute;
  bottom: -50%;
  left: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
.cid-tVQTb5gsgm .decor-wrapper .decor-wrap {
  width: 400px;
  height: 400px;
  border-radius: 100%;
  filter: blur(80px);
}
.cid-tVQTb5gsgm .decor-wrapper .decor_1 {
  background-color: #f8e885;
}
.cid-tVQTb5gsgm .decor-wrapper .decor_2 {
  background-color: #fb8fc9;
}
.cid-tVQTb5gsgm .decor-wrapper .decor_3 {
  background-color: #7f89e9;
}
.cid-tVQTb5gsgm .decor-wrapper .decor_4 {
  background-color: #82ebff;
}
.cid-tVQTb5gsgm .mbr-section-title {
  color: #141414;
}
.cid-tVQTb5gsgm .mbr-text {
  color: #141414;
}
.cid-tVQTb5gsgm .list {
  color: #141414;
}
