body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Lancelot', display;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lancelot', display;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lancelot', display;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.625rem;
}
.display-5 {
  font-family: 'Lancelot', display;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Lancelot', display;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff6666 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff6666 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #ff0000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff6666;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff6666;
  border-color: #ff6666;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ff6666;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lancelot', display;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #ff6666 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lancelot', display;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ff6666;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff6666;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff6666;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff6666;
  border-bottom-color: #ff6666;
}
.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: #000000 !important;
  background-color: #ff6666 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ff6666' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-uBrsXLqbvQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBrsXLqbvQ nav.navbar {
  position: fixed;
}
.cid-uBrsXLqbvQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBrsXLqbvQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBrsXLqbvQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBrsXLqbvQ .dropdown-item:hover,
.cid-uBrsXLqbvQ .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uBrsXLqbvQ .dropdown-item:hover span {
  color: white;
}
.cid-uBrsXLqbvQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBrsXLqbvQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBrsXLqbvQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBrsXLqbvQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBrsXLqbvQ .nav-link {
  position: relative;
}
.cid-uBrsXLqbvQ .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBrsXLqbvQ .container {
    flex-wrap: wrap;
  }
}
.cid-uBrsXLqbvQ .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBrsXLqbvQ .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBrsXLqbvQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBrsXLqbvQ .dropdown-menu,
.cid-uBrsXLqbvQ .navbar.opened {
  background: #3fe4e0 !important;
}
.cid-uBrsXLqbvQ .nav-item:focus,
.cid-uBrsXLqbvQ .nav-link:focus {
  outline: none;
}
.cid-uBrsXLqbvQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBrsXLqbvQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBrsXLqbvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBrsXLqbvQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBrsXLqbvQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBrsXLqbvQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBrsXLqbvQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3fe4e0;
}
.cid-uBrsXLqbvQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uBrsXLqbvQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBrsXLqbvQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uBrsXLqbvQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBrsXLqbvQ .navbar.collapsed {
  justify-content: center;
}
.cid-uBrsXLqbvQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBrsXLqbvQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBrsXLqbvQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBrsXLqbvQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBrsXLqbvQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBrsXLqbvQ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBrsXLqbvQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBrsXLqbvQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBrsXLqbvQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBrsXLqbvQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBrsXLqbvQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBrsXLqbvQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBrsXLqbvQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBrsXLqbvQ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBrsXLqbvQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBrsXLqbvQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBrsXLqbvQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBrsXLqbvQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBrsXLqbvQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBrsXLqbvQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBrsXLqbvQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBrsXLqbvQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBrsXLqbvQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBrsXLqbvQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBrsXLqbvQ .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-uBrsXLqbvQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBrsXLqbvQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBrsXLqbvQ .dropdown-item.active,
.cid-uBrsXLqbvQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uBrsXLqbvQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBrsXLqbvQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBrsXLqbvQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBrsXLqbvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3fe4e0;
}
.cid-uBrsXLqbvQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBrsXLqbvQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBrsXLqbvQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBrsXLqbvQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBrsXLqbvQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBrsXLqbvQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBrsXLqbvQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBrsXLqbvQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrsXLqbvQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBrsXLqbvQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBrsXLqbvQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrsXLqbvQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBrsXLqbvQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBrsXLqbvQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBrsXLqbvQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBrsXLqbvQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBrsXLqbvQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBrsXLqbvQ .navbar {
    height: 70px;
  }
  .cid-uBrsXLqbvQ .navbar.opened {
    height: auto;
  }
  .cid-uBrsXLqbvQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBwOdJtBGK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uBwOdJtBGK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBwOdJtBGK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBwOdJtBGK .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uBwOdJtBGK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBwOdJtBGK .container {
    padding: 0 20px;
  }
}
.cid-uBwOdJtBGK .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uBwOdJtBGK .row {
    padding: 50px 16px;
  }
}
.cid-uBwOdJtBGK .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #fff0b0;
  filter: blur(120px);
}
.cid-uBwOdJtBGK .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #3fe4e0;
  filter: blur(150px);
}
.cid-uBwOdJtBGK .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-uBwOdJtBGK .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uBwOdJtBGK .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uBwOdJtBGK .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uBwOdJtBGK .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uBwOdJtBGK .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uBwOdJtBGK .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBwOdJtBGK .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBwOdJtBGK .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uBwOdJtBGK .mbr-desc {
  color: #ffffff;
}
.cid-uBwOdJtBGK .mbr-section-title {
  color: #ffffff;
}
.cid-uBwOdJtBGK .mbr-text {
  color: #ffffff;
}
.cid-uBwNpZa10g {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111019;
}
.cid-uBwNpZa10g .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBwNpZa10g .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uBwNpZa10g .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff6666;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uBwNpZa10g .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uBwNpZa10g .mbr-text {
  color: #eff0ff;
}
.cid-uBwNpZa10g .mbr-subtitle {
  text-align: center;
  color: #eff0ff;
}
.cid-uBruburwpX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBruburwpX .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBruburwpX .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uBxBKj7x9w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBxBKj7x9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxBKj7x9w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBxBKj7x9w .container {
    padding: 0 22px;
  }
}
.cid-uBxBKj7x9w .card {
  justify-content: center;
}
.cid-uBxBKj7x9w .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uBxBKj7x9w .content-wrapper {
    padding: 0;
  }
}
.cid-uBxBKj7x9w .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uBxBKj7x9w .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uBxBKj7x9w .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uBxBKj7x9w .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-uBxBKj7x9w .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBxBKj7x9w .image-wrapper img {
    height: 350px;
  }
}
.cid-uBxBKj7x9w .mbr-section-title {
  color: #ffffff;
}
.cid-uBxBKj7x9w .mbr-text {
  color: #ffffff;
}
.cid-uBtLP1vKPN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBtLP1vKPN .container {
    padding: 0 25px;
  }
}
.cid-uBtLP1vKPN .title-wrapper {
  margin: 25px 0;
}
.cid-uBtLP1vKPN .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBtLP1vKPN .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uBtLP1vKPN .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uBtLP1vKPN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBtLP1vKPN .mbr-section-title {
  color: #000000;
}
.cid-uBtLP1vKPN .mbr-section-subtitle {
  color: #000000;
}
.cid-uBtLP1vKPN .mbr-text {
  color: #000000;
}
.cid-uBtHCmg7qJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBtHCmg7qJ blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #000000;
}
.cid-uBtHCmg7qJ .mbr-text {
  color: #ffffff;
}
.cid-uBtHCmg7qJ .mbr-section-title {
  color: #ffffff;
}
.cid-uBwWEJeVaa {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBwWEJeVaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBwWEJeVaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBwWEJeVaa .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBwWEJeVaa .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBwWEJeVaa .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-uBwWEJeVaa .card-title {
  color: #ffffff;
}
.cid-uBrWNyxnTe {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #9fdbf8;
  background: linear-gradient(90deg, #9fdbf8, #fe9d27);
}
.cid-uBrWNyxnTe .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uBrWNyxnTe .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uBrWNyxnTe .text-content {
  padding-right: 1.5rem;
}
.cid-uBrWNyxnTe .mbr-text {
  color: #8d97ad;
}
.cid-uBrWNyxnTe .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-uBrWNyxnTe .counter-container {
  padding-top: 1rem;
}
.cid-uBrWNyxnTe .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uBrWNyxnTe .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uBrWNyxnTe .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uBrWNyxnTe .main-row {
    margin: 0;
  }
  .cid-uBrWNyxnTe .mbr-section-title,
  .cid-uBrWNyxnTe .mbr-text,
  .cid-uBrWNyxnTe .list,
  .cid-uBrWNyxnTe .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uBrWNyxnTe .text-content {
    padding: 0;
  }
}
.cid-uBrWNyxnTe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrWNyxnTe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrWNyxnTe .mbr-text,
.cid-uBrWNyxnTe .mbr-section-btn {
  color: #000000;
}
.cid-uBxgN1KEnW {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uBxgN1KEnW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxgN1KEnW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxgN1KEnW .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uBxgN1KEnW .container {
    padding: 10px 8px;
  }
}
.cid-uBxgN1KEnW .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #3fe4e0;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uBxgN1KEnW .row {
    padding: 50px 10px;
  }
}
.cid-uBxgN1KEnW .row .card {
  padding: 0;
}
.cid-uBxgN1KEnW .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBxgN1KEnW .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uBxgN1KEnW .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uBxgN1KEnW .mbr-section-title span {
  opacity: .5;
}
.cid-uBxdUyDSm3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBxdUyDSm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxdUyDSm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBxdUyDSm3 .container {
    padding: 0 30px;
  }
}
.cid-uBxdUyDSm3 .row {
  justify-content: center;
}
.cid-uBxdUyDSm3 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBxdUyDSm3 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxdUyDSm3 .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #000000;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uBxdUyDSm3 .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uBxdUyDSm3 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBxdUyDSm3 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBxdUyDSm3 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBxdUyDSm3 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #3fe4e0;
  background-color: #000000;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uBxdUyDSm3 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBxdUyDSm3 .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uBxdUyDSm3 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBxdUyDSm3 .mbr-section-title {
  color: #000000;
}
.cid-uBxdUyDSm3 .panel-title-edit {
  color: #000000;
}
.cid-uBxdUyDSm3 .panel-text {
  color: #144031;
}
.cid-uBtL5vkWIo {
  overflow: hidden;
  background-color: #202020;
}
.cid-uBtL5vkWIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtL5vkWIo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBtL5vkWIo .container {
    padding: 0 24px;
  }
}
.cid-uBtL5vkWIo .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uBtL5vkWIo .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uBtL5vkWIo .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uBtL5vkWIo .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uBtL5vkWIo .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBtL5vkWIo .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uBtL5vkWIo .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uBtL5vkWIo .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uBtL5vkWIo .mbr-section-title {
  color: #ffffff;
}
.cid-uBtL5vkWIo .mbr-text,
.cid-uBtL5vkWIo .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uBtL5vkWIo .mbr-section-title,
.cid-uBtL5vkWIo .icon-wrapper {
  text-align: center;
}
.cid-uBrTiEcQH9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7fff7;
}
.cid-uBrTiEcQH9 .mbr-section-title {
  margin: 0;
}
.cid-uBrTiEcQH9 .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-uBrTiEcQH9 .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-uBrTiEcQH9 .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-uBrTiEcQH9 .card1 {
  background: linear-gradient(45deg, #9fdbf8, #3fe4e0);
}
.cid-uBrTiEcQH9 .card2 {
  background: linear-gradient(45deg, #3fe4e0, #3fe4e0);
}
.cid-uBrTiEcQH9 .card3 {
  background: linear-gradient(45deg, #3fe4e0, #3fe4e0);
}
.cid-uBrTiEcQH9 .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-uBrTiEcQH9 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-uBrTiEcQH9 .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-uBrTiEcQH9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uBrTiEcQH9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBrTiEcQH9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBrTiEcQH9 .card1 > .mbr-card-title {
  color: #000000;
}
.cid-uBrTiEcQH9 .card2 > .mbr-card-title {
  color: #000000;
}
.cid-uBrTiEcQH9 .card3 > .mbr-card-title {
  color: #000000;
}
.cid-uBsopY6a7c {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #000000;
}
.cid-uBsopY6a7c .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uBsopY6a7c .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBsopY6a7c .video-block {
    width: 100% !important;
  }
}
.cid-uBsopY6a7c .mbr-section-title {
  color: #fafafa;
}
.cid-uBxi4j11qo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3fe4e0;
}
.cid-uBxi4j11qo .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBxi4j11qo .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBxi4j11qo .container {
    padding: 0 25px;
  }
}
.cid-uBxi4j11qo .row {
  margin: 0;
}
.cid-uBxi4j11qo .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uBxi4j11qo .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uBxi4j11qo .image-wrapper {
    min-height: 350px;
  }
}
.cid-uBxi4j11qo .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBxi4j11qo .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uBxi4j11qo .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uBxi4j11qo .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uBxi4j11qo .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxi4j11qo .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uBxi4j11qo .mbr-section-title {
  color: #000000;
}
.cid-uBxi4j11qo .mbr-text {
  color: #000000;
}
.cid-uBs1EeaHa5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7fff7;
}
.cid-uBs1EeaHa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBs1EeaHa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBs1EeaHa5 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBs1EeaHa5 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBs1EeaHa5 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uBs1EeaHa5 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBs1EeaHa5 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBxDFAVIOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uBxDFAVIOZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBxDFAVIOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxDFAVIOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxDFAVIOZ .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #3fe4e0;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uBxDFAVIOZ .mbr-section-title {
  color: #150764;
}
.cid-uBxDFAVIOZ .mbr-desc {
  color: #150764;
}
.cid-uBxDFAVIOZ .list {
  color: #150764;
}
.cid-uBtaghA7lt {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBtaghA7lt nav.navbar {
  position: fixed;
}
.cid-uBtaghA7lt .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBtaghA7lt .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBtaghA7lt .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBtaghA7lt .dropdown-item:hover,
.cid-uBtaghA7lt .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uBtaghA7lt .dropdown-item:hover span {
  color: white;
}
.cid-uBtaghA7lt .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBtaghA7lt .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBtaghA7lt .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBtaghA7lt .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBtaghA7lt .nav-link {
  position: relative;
}
.cid-uBtaghA7lt .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBtaghA7lt .container {
    flex-wrap: wrap;
  }
}
.cid-uBtaghA7lt .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBtaghA7lt .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBtaghA7lt .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBtaghA7lt .dropdown-menu,
.cid-uBtaghA7lt .navbar.opened {
  background: #3fe4e0 !important;
}
.cid-uBtaghA7lt .nav-item:focus,
.cid-uBtaghA7lt .nav-link:focus {
  outline: none;
}
.cid-uBtaghA7lt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBtaghA7lt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBtaghA7lt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBtaghA7lt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBtaghA7lt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBtaghA7lt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBtaghA7lt .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3fe4e0;
}
.cid-uBtaghA7lt .navbar.opened {
  transition: all 0.3s;
}
.cid-uBtaghA7lt .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBtaghA7lt .navbar .navbar-logo img {
  width: auto;
}
.cid-uBtaghA7lt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBtaghA7lt .navbar.collapsed {
  justify-content: center;
}
.cid-uBtaghA7lt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBtaghA7lt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBtaghA7lt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBtaghA7lt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBtaghA7lt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBtaghA7lt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBtaghA7lt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBtaghA7lt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBtaghA7lt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBtaghA7lt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBtaghA7lt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBtaghA7lt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBtaghA7lt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBtaghA7lt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBtaghA7lt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBtaghA7lt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBtaghA7lt .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBtaghA7lt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBtaghA7lt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBtaghA7lt .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBtaghA7lt .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBtaghA7lt .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBtaghA7lt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBtaghA7lt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBtaghA7lt .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-uBtaghA7lt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBtaghA7lt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBtaghA7lt .dropdown-item.active,
.cid-uBtaghA7lt .dropdown-item:active {
  background-color: transparent;
}
.cid-uBtaghA7lt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBtaghA7lt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBtaghA7lt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBtaghA7lt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3fe4e0;
}
.cid-uBtaghA7lt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBtaghA7lt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBtaghA7lt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBtaghA7lt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBtaghA7lt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBtaghA7lt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBtaghA7lt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBtaghA7lt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBtaghA7lt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBtaghA7lt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBtaghA7lt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBtaghA7lt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBtaghA7lt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBtaghA7lt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBtaghA7lt .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBtaghA7lt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBtaghA7lt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBtaghA7lt .navbar {
    height: 70px;
  }
  .cid-uBtaghA7lt .navbar.opened {
    height: auto;
  }
  .cid-uBtaghA7lt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBxUMrxldN {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/party-rental-servicein-miami-1024x512.jpg");
}
.cid-uBxUMrxldN .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-uBxUMrxldN .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-uBxUMrxldN .align-center {
    text-align: center;
  }
}
.cid-uBxUMrxldN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxUMrxldN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxUMrxldN H1 {
  text-align: left;
  color: #000000;
}
.cid-uBtmPK4hnq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uBtmPK4hnq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtmPK4hnq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtmPK4hnq .card-wrapper {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uBtmPK4hnq .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBtmPK4hnq .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBtmPK4hnq .card-wrapper {
    padding: 4rem;
  }
}
.cid-uBtmPK4hnq .mbr-text,
.cid-uBtmPK4hnq .mbr-section-btn {
  color: #ffffff;
}
.cid-uBtmPK4hnq .card-title,
.cid-uBtmPK4hnq .card-box {
  text-align: left;
}
.cid-uBtnaNlsxs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uBtnaNlsxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtnaNlsxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtnaNlsxs .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBtnaNlsxs .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBtnaNlsxs .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uBtnaNlsxs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBtnaNlsxs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBxDFAVIOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uBxDFAVIOZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBxDFAVIOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxDFAVIOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxDFAVIOZ .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #3fe4e0;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uBxDFAVIOZ .mbr-section-title {
  color: #150764;
}
.cid-uBxDFAVIOZ .mbr-desc {
  color: #150764;
}
.cid-uBxDFAVIOZ .list {
  color: #150764;
}
.cid-uBtnIrHq5t {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBtnIrHq5t nav.navbar {
  position: fixed;
}
.cid-uBtnIrHq5t .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBtnIrHq5t .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBtnIrHq5t .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBtnIrHq5t .dropdown-item:hover,
.cid-uBtnIrHq5t .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uBtnIrHq5t .dropdown-item:hover span {
  color: white;
}
.cid-uBtnIrHq5t .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBtnIrHq5t .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBtnIrHq5t .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBtnIrHq5t .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBtnIrHq5t .nav-link {
  position: relative;
}
.cid-uBtnIrHq5t .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBtnIrHq5t .container {
    flex-wrap: wrap;
  }
}
.cid-uBtnIrHq5t .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBtnIrHq5t .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBtnIrHq5t .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBtnIrHq5t .dropdown-menu,
.cid-uBtnIrHq5t .navbar.opened {
  background: #3fe4e0 !important;
}
.cid-uBtnIrHq5t .nav-item:focus,
.cid-uBtnIrHq5t .nav-link:focus {
  outline: none;
}
.cid-uBtnIrHq5t .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBtnIrHq5t .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBtnIrHq5t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBtnIrHq5t .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBtnIrHq5t .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBtnIrHq5t .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBtnIrHq5t .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3fe4e0;
}
.cid-uBtnIrHq5t .navbar.opened {
  transition: all 0.3s;
}
.cid-uBtnIrHq5t .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBtnIrHq5t .navbar .navbar-logo img {
  width: auto;
}
.cid-uBtnIrHq5t .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBtnIrHq5t .navbar.collapsed {
  justify-content: center;
}
.cid-uBtnIrHq5t .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBtnIrHq5t .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBtnIrHq5t .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBtnIrHq5t .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBtnIrHq5t .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBtnIrHq5t .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBtnIrHq5t .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBtnIrHq5t .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBtnIrHq5t .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBtnIrHq5t .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBtnIrHq5t .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBtnIrHq5t .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBtnIrHq5t .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBtnIrHq5t .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBtnIrHq5t .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBtnIrHq5t .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBtnIrHq5t .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBtnIrHq5t .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBtnIrHq5t .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBtnIrHq5t .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBtnIrHq5t .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBtnIrHq5t .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBtnIrHq5t .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBtnIrHq5t .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBtnIrHq5t .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-uBtnIrHq5t .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBtnIrHq5t .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBtnIrHq5t .dropdown-item.active,
.cid-uBtnIrHq5t .dropdown-item:active {
  background-color: transparent;
}
.cid-uBtnIrHq5t .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBtnIrHq5t .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBtnIrHq5t .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBtnIrHq5t .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3fe4e0;
}
.cid-uBtnIrHq5t .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBtnIrHq5t .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBtnIrHq5t ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBtnIrHq5t .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBtnIrHq5t button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBtnIrHq5t button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBtnIrHq5t button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBtnIrHq5t button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBtnIrHq5t button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBtnIrHq5t button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBtnIrHq5t nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBtnIrHq5t nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBtnIrHq5t nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBtnIrHq5t nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBtnIrHq5t .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBtnIrHq5t a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBtnIrHq5t .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBtnIrHq5t .navbar {
    height: 70px;
  }
  .cid-uBtnIrHq5t .navbar.opened {
    height: auto;
  }
  .cid-uBtnIrHq5t .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBxVt8rCJC {
  padding-top: 225px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/5fbe04206e2244d83039447f-bouncy-paradise-29-1000x750.jpg");
}
.cid-uBxVt8rCJC .mbr-section-title {
  margin-bottom: 1.8rem;
}
.cid-uBxVt8rCJC .mbr-text {
  margin-bottom: 2.7rem;
}
@media (max-width: 767px) {
  .cid-uBxVt8rCJC .align-center {
    text-align: center;
  }
}
.cid-uBxVt8rCJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxVt8rCJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxVt8rCJC H1 {
  color: #232323;
}
.cid-uBtnItaJyg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #353535;
}
.cid-uBtnItaJyg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtnItaJyg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtnItaJyg .card-wrapper {
  background: #353535;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-uBtnItaJyg .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uBtnItaJyg .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-uBtnItaJyg .card-wrapper {
    padding: 4rem;
  }
}
.cid-uBtnItaJyg .mbr-text,
.cid-uBtnItaJyg .mbr-section-btn {
  color: #fafafa;
}
.cid-uBtnItaJyg .card-title,
.cid-uBtnItaJyg .card-box {
  text-align: left;
}
.cid-uBtnItDjTc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uBtnItDjTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBtnItDjTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBtnItDjTc .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBtnItDjTc .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBtnItDjTc .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uBtnItDjTc .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBtnItDjTc .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBxDFAVIOZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uBxDFAVIOZ .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBxDFAVIOZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxDFAVIOZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxDFAVIOZ .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #3fe4e0;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBxDFAVIOZ .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBxDFAVIOZ .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uBxDFAVIOZ .mbr-section-title {
  color: #150764;
}
.cid-uBxDFAVIOZ .mbr-desc {
  color: #150764;
}
.cid-uBxDFAVIOZ .list {
  color: #150764;
}
.cid-uBxW83zWez {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBxW83zWez nav.navbar {
  position: fixed;
}
.cid-uBxW83zWez .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBxW83zWez .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBxW83zWez .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBxW83zWez .dropdown-item:hover,
.cid-uBxW83zWez .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uBxW83zWez .dropdown-item:hover span {
  color: white;
}
.cid-uBxW83zWez .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBxW83zWez .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBxW83zWez .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBxW83zWez .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBxW83zWez .nav-link {
  position: relative;
}
.cid-uBxW83zWez .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBxW83zWez .container {
    flex-wrap: wrap;
  }
}
.cid-uBxW83zWez .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBxW83zWez .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBxW83zWez .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBxW83zWez .dropdown-menu,
.cid-uBxW83zWez .navbar.opened {
  background: #3fe4e0 !important;
}
.cid-uBxW83zWez .nav-item:focus,
.cid-uBxW83zWez .nav-link:focus {
  outline: none;
}
.cid-uBxW83zWez .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBxW83zWez .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBxW83zWez .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBxW83zWez .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBxW83zWez .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBxW83zWez .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBxW83zWez .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3fe4e0;
}
.cid-uBxW83zWez .navbar.opened {
  transition: all 0.3s;
}
.cid-uBxW83zWez .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBxW83zWez .navbar .navbar-logo img {
  width: auto;
}
.cid-uBxW83zWez .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBxW83zWez .navbar.collapsed {
  justify-content: center;
}
.cid-uBxW83zWez .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBxW83zWez .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBxW83zWez .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBxW83zWez .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBxW83zWez .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBxW83zWez .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBxW83zWez .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBxW83zWez .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBxW83zWez .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBxW83zWez .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBxW83zWez .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBxW83zWez .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBxW83zWez .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBxW83zWez .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBxW83zWez .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBxW83zWez .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBxW83zWez .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBxW83zWez .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBxW83zWez .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBxW83zWez .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBxW83zWez .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBxW83zWez .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBxW83zWez .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBxW83zWez .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBxW83zWez .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-uBxW83zWez .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBxW83zWez .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBxW83zWez .dropdown-item.active,
.cid-uBxW83zWez .dropdown-item:active {
  background-color: transparent;
}
.cid-uBxW83zWez .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBxW83zWez .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBxW83zWez .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBxW83zWez .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3fe4e0;
}
.cid-uBxW83zWez .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBxW83zWez .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBxW83zWez ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBxW83zWez .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBxW83zWez button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBxW83zWez button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBxW83zWez button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBxW83zWez button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxW83zWez button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxW83zWez button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBxW83zWez nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxW83zWez nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBxW83zWez nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBxW83zWez nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxW83zWez .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBxW83zWez a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBxW83zWez .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBxW83zWez .navbar {
    height: 70px;
  }
  .cid-uBxW83zWez .navbar.opened {
    height: auto;
  }
  .cid-uBxW83zWez .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBxW84BaRV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uBxW84BaRV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW84BaRV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW84BaRV .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uBxW84BaRV .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBxW84BaRV .container {
    padding: 0 20px;
  }
}
.cid-uBxW84BaRV .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uBxW84BaRV .row {
    padding: 50px 16px;
  }
}
.cid-uBxW84BaRV .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #fff0b0;
  filter: blur(120px);
}
.cid-uBxW84BaRV .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #3fe4e0;
  filter: blur(150px);
}
.cid-uBxW84BaRV .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-uBxW84BaRV .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uBxW84BaRV .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uBxW84BaRV .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uBxW84BaRV .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uBxW84BaRV .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uBxW84BaRV .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxW84BaRV .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBxW84BaRV .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uBxW84BaRV .mbr-desc {
  color: #ffffff;
}
.cid-uBxW84BaRV .mbr-section-title {
  color: #ffffff;
}
.cid-uBxW84BaRV .mbr-text {
  color: #ffffff;
}
.cid-uBxW857FVV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111019;
}
.cid-uBxW857FVV .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBxW857FVV .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uBxW857FVV .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff6666;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uBxW857FVV .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uBxW857FVV .mbr-text {
  color: #eff0ff;
}
.cid-uBxW857FVV .mbr-subtitle {
  text-align: center;
  color: #eff0ff;
}
.cid-uBxW85xfD0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBxW85xfD0 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBxW85xfD0 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uBxW85X5ho {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBxW85X5ho .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW85X5ho .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBxW85X5ho .container {
    padding: 0 22px;
  }
}
.cid-uBxW85X5ho .card {
  justify-content: center;
}
.cid-uBxW85X5ho .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uBxW85X5ho .content-wrapper {
    padding: 0;
  }
}
.cid-uBxW85X5ho .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uBxW85X5ho .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uBxW85X5ho .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uBxW85X5ho .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-uBxW85X5ho .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBxW85X5ho .image-wrapper img {
    height: 350px;
  }
}
.cid-uBxW85X5ho .mbr-section-title {
  color: #ffffff;
}
.cid-uBxW85X5ho .mbr-text {
  color: #ffffff;
}
.cid-uBxW86ryQn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBxW86ryQn .container {
    padding: 0 25px;
  }
}
.cid-uBxW86ryQn .title-wrapper {
  margin: 25px 0;
}
.cid-uBxW86ryQn .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBxW86ryQn .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uBxW86ryQn .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uBxW86ryQn .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxW86ryQn .mbr-section-title {
  color: #000000;
}
.cid-uBxW86ryQn .mbr-section-subtitle {
  color: #000000;
}
.cid-uBxW86ryQn .mbr-text {
  color: #000000;
}
.cid-uBxW86UUWi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBxW86UUWi blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #000000;
}
.cid-uBxW86UUWi .mbr-text {
  color: #ffffff;
}
.cid-uBxW86UUWi .mbr-section-title {
  color: #ffffff;
}
.cid-uBxW87j77O {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBxW87j77O .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW87j77O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW87j77O .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBxW87j77O .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBxW87j77O .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-uBxW87j77O .card-title {
  color: #ffffff;
}
.cid-uBxW883fgC {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #9fdbf8;
  background: linear-gradient(90deg, #9fdbf8, #fe9d27);
}
.cid-uBxW883fgC .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uBxW883fgC .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uBxW883fgC .text-content {
  padding-right: 1.5rem;
}
.cid-uBxW883fgC .mbr-text {
  color: #8d97ad;
}
.cid-uBxW883fgC .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-uBxW883fgC .counter-container {
  padding-top: 1rem;
}
.cid-uBxW883fgC .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uBxW883fgC .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uBxW883fgC .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uBxW883fgC .main-row {
    margin: 0;
  }
  .cid-uBxW883fgC .mbr-section-title,
  .cid-uBxW883fgC .mbr-text,
  .cid-uBxW883fgC .list,
  .cid-uBxW883fgC .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uBxW883fgC .text-content {
    padding: 0;
  }
}
.cid-uBxW883fgC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW883fgC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW883fgC .mbr-text,
.cid-uBxW883fgC .mbr-section-btn {
  color: #000000;
}
.cid-uBxW88Ykh3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uBxW88Ykh3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW88Ykh3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW88Ykh3 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uBxW88Ykh3 .container {
    padding: 10px 8px;
  }
}
.cid-uBxW88Ykh3 .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #3fe4e0;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uBxW88Ykh3 .row {
    padding: 50px 10px;
  }
}
.cid-uBxW88Ykh3 .row .card {
  padding: 0;
}
.cid-uBxW88Ykh3 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBxW88Ykh3 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uBxW88Ykh3 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uBxW88Ykh3 .mbr-section-title span {
  opacity: .5;
}
.cid-uBxW89YhKs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBxW89YhKs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW89YhKs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBxW89YhKs .container {
    padding: 0 30px;
  }
}
.cid-uBxW89YhKs .row {
  justify-content: center;
}
.cid-uBxW89YhKs .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBxW89YhKs .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxW89YhKs .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #000000;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uBxW89YhKs .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uBxW89YhKs .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBxW89YhKs .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBxW89YhKs .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBxW89YhKs .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #3fe4e0;
  background-color: #000000;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uBxW89YhKs .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBxW89YhKs .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uBxW89YhKs .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBxW89YhKs .mbr-section-title {
  color: #000000;
}
.cid-uBxW89YhKs .panel-title-edit {
  color: #000000;
}
.cid-uBxW89YhKs .panel-text {
  color: #144031;
}
.cid-uBxW8buXWa {
  overflow: hidden;
  background-color: #202020;
}
.cid-uBxW8buXWa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW8buXWa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBxW8buXWa .container {
    padding: 0 24px;
  }
}
.cid-uBxW8buXWa .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uBxW8buXWa .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uBxW8buXWa .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uBxW8buXWa .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uBxW8buXWa .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBxW8buXWa .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uBxW8buXWa .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uBxW8buXWa .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uBxW8buXWa .mbr-section-title {
  color: #ffffff;
}
.cid-uBxW8buXWa .mbr-text,
.cid-uBxW8buXWa .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uBxW8buXWa .mbr-section-title,
.cid-uBxW8buXWa .icon-wrapper {
  text-align: center;
}
.cid-uBxW8bXoT9 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7fff7;
}
.cid-uBxW8bXoT9 .mbr-section-title {
  margin: 0;
}
.cid-uBxW8bXoT9 .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-uBxW8bXoT9 .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-uBxW8bXoT9 .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-uBxW8bXoT9 .card1 {
  background: linear-gradient(45deg, #9fdbf8, #3fe4e0);
}
.cid-uBxW8bXoT9 .card2 {
  background: linear-gradient(45deg, #3fe4e0, #3fe4e0);
}
.cid-uBxW8bXoT9 .card3 {
  background: linear-gradient(45deg, #3fe4e0, #3fe4e0);
}
.cid-uBxW8bXoT9 .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-uBxW8bXoT9 .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-uBxW8bXoT9 .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-uBxW8bXoT9 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uBxW8bXoT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW8bXoT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW8bXoT9 .card1 > .mbr-card-title {
  color: #000000;
}
.cid-uBxW8bXoT9 .card2 > .mbr-card-title {
  color: #000000;
}
.cid-uBxW8bXoT9 .card3 > .mbr-card-title {
  color: #000000;
}
.cid-uBxW8cTreu {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #000000;
}
.cid-uBxW8cTreu .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uBxW8cTreu .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBxW8cTreu .video-block {
    width: 100% !important;
  }
}
.cid-uBxW8cTreu .mbr-section-title {
  color: #fafafa;
}
.cid-uBxW8dlec5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3fe4e0;
}
.cid-uBxW8dlec5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBxW8dlec5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBxW8dlec5 .container {
    padding: 0 25px;
  }
}
.cid-uBxW8dlec5 .row {
  margin: 0;
}
.cid-uBxW8dlec5 .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uBxW8dlec5 .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uBxW8dlec5 .image-wrapper {
    min-height: 350px;
  }
}
.cid-uBxW8dlec5 .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBxW8dlec5 .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uBxW8dlec5 .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uBxW8dlec5 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uBxW8dlec5 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxW8dlec5 .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uBxW8dlec5 .mbr-section-title {
  color: #000000;
}
.cid-uBxW8dlec5 .mbr-text {
  color: #000000;
}
.cid-uBzemtOyE5 {
  overflow: hidden;
  background-color: #353535;
}
.cid-uBzemtOyE5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzemtOyE5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBzemtOyE5 .container {
    padding: 0 24px;
  }
}
.cid-uBzemtOyE5 .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uBzemtOyE5 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uBzemtOyE5 .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uBzemtOyE5 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uBzemtOyE5 .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uBzemtOyE5 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBzemtOyE5 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBzemtOyE5 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uBzemtOyE5 .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uBzemtOyE5 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uBzemtOyE5 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uBzemtOyE5 .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uBzemtOyE5 .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uBzemtOyE5 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBzemtOyE5 .mbr-desc {
  color: #202020;
}
.cid-uBzemtOyE5 .mbr-section-title {
  color: #ffffff;
}
.cid-uBzemtOyE5 .panel-title-edit {
  color: #202020;
}
.cid-uBzemtOyE5 .panel-text {
  color: #202020;
}
.cid-uBxW8dQnwU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7fff7;
}
.cid-uBxW8dQnwU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW8dQnwU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW8dQnwU .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBxW8dQnwU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBxW8dQnwU .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uBxW8dQnwU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBxW8dQnwU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBxW8emh9t {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uBxW8emh9t .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBxW8emh9t .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW8emh9t .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW8emh9t .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #3fe4e0;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uBxW8emh9t .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uBxW8emh9t .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uBxW8emh9t .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uBxW8emh9t .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxW8emh9t .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxW8emh9t .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxW8emh9t .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBxW8emh9t .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBxW8emh9t .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBxW8emh9t .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uBxW8emh9t .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxW8emh9t .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxW8emh9t .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxW8emh9t .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uBxW8emh9t .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBxW8emh9t .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uBxW8emh9t .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxW8emh9t .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uBxW8emh9t .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uBxW8emh9t .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBxW8emh9t .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBxW8emh9t .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uBxW8emh9t .mbr-section-title {
  color: #150764;
}
.cid-uBxW8emh9t .mbr-desc {
  color: #150764;
}
.cid-uBxW8emh9t .list {
  color: #150764;
}
.cid-uBxW8GF239 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBxW8GF239 nav.navbar {
  position: fixed;
}
.cid-uBxW8GF239 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBxW8GF239 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBxW8GF239 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBxW8GF239 .dropdown-item:hover,
.cid-uBxW8GF239 .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uBxW8GF239 .dropdown-item:hover span {
  color: white;
}
.cid-uBxW8GF239 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBxW8GF239 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBxW8GF239 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBxW8GF239 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBxW8GF239 .nav-link {
  position: relative;
}
.cid-uBxW8GF239 .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBxW8GF239 .container {
    flex-wrap: wrap;
  }
}
.cid-uBxW8GF239 .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBxW8GF239 .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBxW8GF239 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBxW8GF239 .dropdown-menu,
.cid-uBxW8GF239 .navbar.opened {
  background: #3fe4e0 !important;
}
.cid-uBxW8GF239 .nav-item:focus,
.cid-uBxW8GF239 .nav-link:focus {
  outline: none;
}
.cid-uBxW8GF239 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBxW8GF239 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBxW8GF239 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBxW8GF239 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBxW8GF239 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBxW8GF239 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBxW8GF239 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3fe4e0;
}
.cid-uBxW8GF239 .navbar.opened {
  transition: all 0.3s;
}
.cid-uBxW8GF239 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBxW8GF239 .navbar .navbar-logo img {
  width: auto;
}
.cid-uBxW8GF239 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBxW8GF239 .navbar.collapsed {
  justify-content: center;
}
.cid-uBxW8GF239 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBxW8GF239 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBxW8GF239 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBxW8GF239 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBxW8GF239 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBxW8GF239 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBxW8GF239 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBxW8GF239 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBxW8GF239 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBxW8GF239 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBxW8GF239 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBxW8GF239 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBxW8GF239 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBxW8GF239 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBxW8GF239 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBxW8GF239 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBxW8GF239 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBxW8GF239 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBxW8GF239 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBxW8GF239 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBxW8GF239 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBxW8GF239 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBxW8GF239 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBxW8GF239 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBxW8GF239 .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-uBxW8GF239 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBxW8GF239 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBxW8GF239 .dropdown-item.active,
.cid-uBxW8GF239 .dropdown-item:active {
  background-color: transparent;
}
.cid-uBxW8GF239 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBxW8GF239 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBxW8GF239 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBxW8GF239 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3fe4e0;
}
.cid-uBxW8GF239 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBxW8GF239 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBxW8GF239 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBxW8GF239 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBxW8GF239 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBxW8GF239 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBxW8GF239 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBxW8GF239 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxW8GF239 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxW8GF239 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBxW8GF239 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxW8GF239 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBxW8GF239 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBxW8GF239 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxW8GF239 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBxW8GF239 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBxW8GF239 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBxW8GF239 .navbar {
    height: 70px;
  }
  .cid-uBxW8GF239 .navbar.opened {
    height: auto;
  }
  .cid-uBxW8GF239 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBxW8Ie9nk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uBxW8Ie9nk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW8Ie9nk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW8Ie9nk .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uBxW8Ie9nk .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBxW8Ie9nk .container {
    padding: 0 20px;
  }
}
.cid-uBxW8Ie9nk .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uBxW8Ie9nk .row {
    padding: 50px 16px;
  }
}
.cid-uBxW8Ie9nk .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #fff0b0;
  filter: blur(120px);
}
.cid-uBxW8Ie9nk .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #3fe4e0;
  filter: blur(150px);
}
.cid-uBxW8Ie9nk .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-uBxW8Ie9nk .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uBxW8Ie9nk .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uBxW8Ie9nk .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uBxW8Ie9nk .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uBxW8Ie9nk .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uBxW8Ie9nk .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxW8Ie9nk .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBxW8Ie9nk .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uBxW8Ie9nk .mbr-desc {
  color: #ffffff;
}
.cid-uBxW8Ie9nk .mbr-section-title {
  color: #ffffff;
}
.cid-uBxW8Ie9nk .mbr-text {
  color: #ffffff;
}
.cid-uBxW8IDmPQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111019;
}
.cid-uBxW8IDmPQ .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBxW8IDmPQ .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uBxW8IDmPQ .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff6666;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uBxW8IDmPQ .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uBxW8IDmPQ .mbr-text {
  color: #eff0ff;
}
.cid-uBxW8IDmPQ .mbr-subtitle {
  text-align: center;
  color: #eff0ff;
}
.cid-uBxW8J1IG7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBxW8J1IG7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBxW8J1IG7 .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uBxW8Jo2OQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBxW8Jo2OQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW8Jo2OQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBxW8Jo2OQ .container {
    padding: 0 22px;
  }
}
.cid-uBxW8Jo2OQ .card {
  justify-content: center;
}
.cid-uBxW8Jo2OQ .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uBxW8Jo2OQ .content-wrapper {
    padding: 0;
  }
}
.cid-uBxW8Jo2OQ .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uBxW8Jo2OQ .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uBxW8Jo2OQ .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uBxW8Jo2OQ .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-uBxW8Jo2OQ .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBxW8Jo2OQ .image-wrapper img {
    height: 350px;
  }
}
.cid-uBxW8Jo2OQ .mbr-section-title {
  color: #ffffff;
}
.cid-uBxW8Jo2OQ .mbr-text {
  color: #ffffff;
}
.cid-uBxW8JTvew {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBxW8JTvew .container {
    padding: 0 25px;
  }
}
.cid-uBxW8JTvew .title-wrapper {
  margin: 25px 0;
}
.cid-uBxW8JTvew .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBxW8JTvew .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uBxW8JTvew .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uBxW8JTvew .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxW8JTvew .mbr-section-title {
  color: #000000;
}
.cid-uBxW8JTvew .mbr-section-subtitle {
  color: #000000;
}
.cid-uBxW8JTvew .mbr-text {
  color: #000000;
}
.cid-uBxW8KgP2a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBxW8KgP2a blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #000000;
}
.cid-uBxW8KgP2a .mbr-text {
  color: #ffffff;
}
.cid-uBxW8KgP2a .mbr-section-title {
  color: #ffffff;
}
.cid-uBxW8KCCwL {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBxW8KCCwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW8KCCwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW8KCCwL .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBxW8KCCwL .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBxW8KCCwL .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-uBxW8KCCwL .card-title {
  color: #ffffff;
}
.cid-uBxW8LeQUY {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #9fdbf8;
  background: linear-gradient(90deg, #9fdbf8, #fe9d27);
}
.cid-uBxW8LeQUY .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uBxW8LeQUY .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uBxW8LeQUY .text-content {
  padding-right: 1.5rem;
}
.cid-uBxW8LeQUY .mbr-text {
  color: #8d97ad;
}
.cid-uBxW8LeQUY .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-uBxW8LeQUY .counter-container {
  padding-top: 1rem;
}
.cid-uBxW8LeQUY .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uBxW8LeQUY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uBxW8LeQUY .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uBxW8LeQUY .main-row {
    margin: 0;
  }
  .cid-uBxW8LeQUY .mbr-section-title,
  .cid-uBxW8LeQUY .mbr-text,
  .cid-uBxW8LeQUY .list,
  .cid-uBxW8LeQUY .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uBxW8LeQUY .text-content {
    padding: 0;
  }
}
.cid-uBxW8LeQUY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW8LeQUY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW8LeQUY .mbr-text,
.cid-uBxW8LeQUY .mbr-section-btn {
  color: #000000;
}
.cid-uBxW8LUd07 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uBxW8LUd07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW8LUd07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW8LUd07 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uBxW8LUd07 .container {
    padding: 10px 8px;
  }
}
.cid-uBxW8LUd07 .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #3fe4e0;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uBxW8LUd07 .row {
    padding: 50px 10px;
  }
}
.cid-uBxW8LUd07 .row .card {
  padding: 0;
}
.cid-uBxW8LUd07 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBxW8LUd07 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uBxW8LUd07 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uBxW8LUd07 .mbr-section-title span {
  opacity: .5;
}
.cid-uBxW8MnrZT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBxW8MnrZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW8MnrZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBxW8MnrZT .container {
    padding: 0 30px;
  }
}
.cid-uBxW8MnrZT .row {
  justify-content: center;
}
.cid-uBxW8MnrZT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBxW8MnrZT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxW8MnrZT .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #000000;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uBxW8MnrZT .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uBxW8MnrZT .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBxW8MnrZT .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBxW8MnrZT .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBxW8MnrZT .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #3fe4e0;
  background-color: #000000;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uBxW8MnrZT .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBxW8MnrZT .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uBxW8MnrZT .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBxW8MnrZT .mbr-section-title {
  color: #000000;
}
.cid-uBxW8MnrZT .panel-title-edit {
  color: #000000;
}
.cid-uBxW8MnrZT .panel-text {
  color: #144031;
}
.cid-uBxW8N79gx {
  overflow: hidden;
  background-color: #202020;
}
.cid-uBxW8N79gx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW8N79gx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBxW8N79gx .container {
    padding: 0 24px;
  }
}
.cid-uBxW8N79gx .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uBxW8N79gx .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uBxW8N79gx .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uBxW8N79gx .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uBxW8N79gx .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBxW8N79gx .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uBxW8N79gx .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uBxW8N79gx .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uBxW8N79gx .mbr-section-title {
  color: #ffffff;
}
.cid-uBxW8N79gx .mbr-text,
.cid-uBxW8N79gx .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uBxW8N79gx .mbr-section-title,
.cid-uBxW8N79gx .icon-wrapper {
  text-align: center;
}
.cid-uBxW8NydNe {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7fff7;
}
.cid-uBxW8NydNe .mbr-section-title {
  margin: 0;
}
.cid-uBxW8NydNe .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-uBxW8NydNe .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-uBxW8NydNe .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-uBxW8NydNe .card1 {
  background: linear-gradient(45deg, #9fdbf8, #3fe4e0);
}
.cid-uBxW8NydNe .card2 {
  background: linear-gradient(45deg, #3fe4e0, #3fe4e0);
}
.cid-uBxW8NydNe .card3 {
  background: linear-gradient(45deg, #3fe4e0, #3fe4e0);
}
.cid-uBxW8NydNe .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-uBxW8NydNe .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-uBxW8NydNe .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-uBxW8NydNe .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uBxW8NydNe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW8NydNe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW8NydNe .card1 > .mbr-card-title {
  color: #000000;
}
.cid-uBxW8NydNe .card2 > .mbr-card-title {
  color: #000000;
}
.cid-uBxW8NydNe .card3 > .mbr-card-title {
  color: #000000;
}
.cid-uBxW8OdIUx {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #000000;
}
.cid-uBxW8OdIUx .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uBxW8OdIUx .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBxW8OdIUx .video-block {
    width: 100% !important;
  }
}
.cid-uBxW8OdIUx .mbr-section-title {
  color: #fafafa;
}
.cid-uBxW8OHqxU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3fe4e0;
}
.cid-uBxW8OHqxU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBxW8OHqxU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBxW8OHqxU .container {
    padding: 0 25px;
  }
}
.cid-uBxW8OHqxU .row {
  margin: 0;
}
.cid-uBxW8OHqxU .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uBxW8OHqxU .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uBxW8OHqxU .image-wrapper {
    min-height: 350px;
  }
}
.cid-uBxW8OHqxU .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBxW8OHqxU .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uBxW8OHqxU .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uBxW8OHqxU .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uBxW8OHqxU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxW8OHqxU .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uBxW8OHqxU .mbr-section-title {
  color: #000000;
}
.cid-uBxW8OHqxU .mbr-text {
  color: #000000;
}
.cid-uBzfezIw4H {
  overflow: hidden;
  background-color: #353535;
}
.cid-uBzfezIw4H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzfezIw4H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBzfezIw4H .container {
    padding: 0 24px;
  }
}
.cid-uBzfezIw4H .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uBzfezIw4H .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uBzfezIw4H .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uBzfezIw4H .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uBzfezIw4H .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uBzfezIw4H .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBzfezIw4H .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBzfezIw4H .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uBzfezIw4H .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uBzfezIw4H .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uBzfezIw4H .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uBzfezIw4H .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uBzfezIw4H .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uBzfezIw4H .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBzfezIw4H .mbr-desc {
  color: #202020;
}
.cid-uBzfezIw4H .mbr-section-title {
  color: #ffffff;
}
.cid-uBzfezIw4H .panel-title-edit {
  color: #202020;
}
.cid-uBzfezIw4H .panel-text {
  color: #202020;
}
.cid-uBxW8Paqah {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7fff7;
}
.cid-uBxW8Paqah .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW8Paqah .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW8Paqah .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBxW8Paqah .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBxW8Paqah .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uBxW8Paqah .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBxW8Paqah .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBxW8PLv9q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uBxW8PLv9q .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBxW8PLv9q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW8PLv9q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW8PLv9q .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #3fe4e0;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uBxW8PLv9q .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uBxW8PLv9q .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uBxW8PLv9q .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uBxW8PLv9q .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxW8PLv9q .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxW8PLv9q .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxW8PLv9q .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBxW8PLv9q .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBxW8PLv9q .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBxW8PLv9q .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uBxW8PLv9q .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxW8PLv9q .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxW8PLv9q .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxW8PLv9q .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uBxW8PLv9q .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBxW8PLv9q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uBxW8PLv9q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxW8PLv9q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uBxW8PLv9q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uBxW8PLv9q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBxW8PLv9q .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBxW8PLv9q .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uBxW8PLv9q .mbr-section-title {
  color: #150764;
}
.cid-uBxW8PLv9q .mbr-desc {
  color: #150764;
}
.cid-uBxW8PLv9q .list {
  color: #150764;
}
.cid-uBxW9n5x0h {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-uBxW9n5x0h nav.navbar {
  position: fixed;
}
.cid-uBxW9n5x0h .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBxW9n5x0h .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-uBxW9n5x0h .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-uBxW9n5x0h .dropdown-item:hover,
.cid-uBxW9n5x0h .dropdown-item:focus {
  background: #ff6666 !important;
  color: white !important;
}
.cid-uBxW9n5x0h .dropdown-item:hover span {
  color: white;
}
.cid-uBxW9n5x0h .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uBxW9n5x0h .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uBxW9n5x0h .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-uBxW9n5x0h .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uBxW9n5x0h .nav-link {
  position: relative;
}
.cid-uBxW9n5x0h .container {
  display: flex;
  margin: auto;
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBxW9n5x0h .container {
    flex-wrap: wrap;
  }
}
.cid-uBxW9n5x0h .container-fluid {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uBxW9n5x0h .container-fluid {
    flex-wrap: wrap;
  }
}
.cid-uBxW9n5x0h .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uBxW9n5x0h .dropdown-menu,
.cid-uBxW9n5x0h .navbar.opened {
  background: #3fe4e0 !important;
}
.cid-uBxW9n5x0h .nav-item:focus,
.cid-uBxW9n5x0h .nav-link:focus {
  outline: none;
}
.cid-uBxW9n5x0h .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uBxW9n5x0h .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uBxW9n5x0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uBxW9n5x0h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uBxW9n5x0h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uBxW9n5x0h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uBxW9n5x0h .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #3fe4e0;
}
.cid-uBxW9n5x0h .navbar.opened {
  transition: all 0.3s;
}
.cid-uBxW9n5x0h .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uBxW9n5x0h .navbar .navbar-logo img {
  width: auto;
}
.cid-uBxW9n5x0h .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uBxW9n5x0h .navbar.collapsed {
  justify-content: center;
}
.cid-uBxW9n5x0h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uBxW9n5x0h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uBxW9n5x0h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uBxW9n5x0h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uBxW9n5x0h .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uBxW9n5x0h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uBxW9n5x0h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uBxW9n5x0h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uBxW9n5x0h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uBxW9n5x0h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uBxW9n5x0h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uBxW9n5x0h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uBxW9n5x0h .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uBxW9n5x0h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uBxW9n5x0h .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uBxW9n5x0h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uBxW9n5x0h .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uBxW9n5x0h .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uBxW9n5x0h .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uBxW9n5x0h .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-uBxW9n5x0h .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-uBxW9n5x0h .navbar.navbar-short {
  min-height: 60px;
}
.cid-uBxW9n5x0h .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uBxW9n5x0h .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uBxW9n5x0h .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-uBxW9n5x0h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uBxW9n5x0h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uBxW9n5x0h .dropdown-item.active,
.cid-uBxW9n5x0h .dropdown-item:active {
  background-color: transparent;
}
.cid-uBxW9n5x0h .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uBxW9n5x0h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uBxW9n5x0h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uBxW9n5x0h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #3fe4e0;
}
.cid-uBxW9n5x0h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uBxW9n5x0h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uBxW9n5x0h ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uBxW9n5x0h .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uBxW9n5x0h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uBxW9n5x0h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uBxW9n5x0h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uBxW9n5x0h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxW9n5x0h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uBxW9n5x0h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uBxW9n5x0h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxW9n5x0h nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uBxW9n5x0h nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uBxW9n5x0h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uBxW9n5x0h .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-uBxW9n5x0h a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uBxW9n5x0h .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uBxW9n5x0h .navbar {
    height: 70px;
  }
  .cid-uBxW9n5x0h .navbar.opened {
    height: auto;
  }
  .cid-uBxW9n5x0h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uBxW9nVjDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbbbbb;
}
.cid-uBxW9nVjDb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW9nVjDb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW9nVjDb .container-fluid {
  padding: 0 32px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uBxW9nVjDb .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBxW9nVjDb .container {
    padding: 0 20px;
  }
}
.cid-uBxW9nVjDb .row {
  padding: 90px 82px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uBxW9nVjDb .row {
    padding: 50px 16px;
  }
}
.cid-uBxW9nVjDb .row .blur-wrap_1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #fff0b0;
  filter: blur(120px);
}
.cid-uBxW9nVjDb .row .blur-wrap_2 {
  position: absolute;
  bottom: -8rem;
  right: 15%;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-color: #3fe4e0;
  filter: blur(150px);
}
.cid-uBxW9nVjDb .row::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background-color: #181a25;
  opacity: 1;
}
.cid-uBxW9nVjDb .row .image-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 50px;
}
.cid-uBxW9nVjDb .row .image-wrapper img {
  height: 400px;
  width: 70%;
  object-fit: cover;
  border-radius: 50px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .cid-uBxW9nVjDb .row .image-wrapper img {
    height: 300px;
    width: 100%;
    margin: 0;
  }
}
.cid-uBxW9nVjDb .row .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uBxW9nVjDb .row .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uBxW9nVjDb .row .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uBxW9nVjDb .row .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uBxW9nVjDb .row .title-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-uBxW9nVjDb .mbr-desc {
  color: #ffffff;
}
.cid-uBxW9nVjDb .mbr-section-title {
  color: #ffffff;
}
.cid-uBxW9nVjDb .mbr-text {
  color: #ffffff;
}
.cid-uBxW9omrki {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #111019;
}
.cid-uBxW9omrki .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uBxW9omrki .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uBxW9omrki .counter-container ul li:before {
  position: absolute;
  top: -8px;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ff6666;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uBxW9omrki .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uBxW9omrki .mbr-text {
  color: #eff0ff;
}
.cid-uBxW9omrki .mbr-subtitle {
  text-align: center;
  color: #eff0ff;
}
.cid-uBxW9oLyAZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBxW9oLyAZ .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uBxW9oLyAZ .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uBxW9p8o8x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBxW9p8o8x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW9p8o8x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBxW9p8o8x .container {
    padding: 0 22px;
  }
}
.cid-uBxW9p8o8x .card {
  justify-content: center;
}
.cid-uBxW9p8o8x .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-uBxW9p8o8x .content-wrapper {
    padding: 0;
  }
}
.cid-uBxW9p8o8x .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uBxW9p8o8x .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-uBxW9p8o8x .image-wrapper {
  padding-right: 64px;
}
@media (max-width: 992px) {
  .cid-uBxW9p8o8x .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-uBxW9p8o8x .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uBxW9p8o8x .image-wrapper img {
    height: 350px;
  }
}
.cid-uBxW9p8o8x .mbr-section-title {
  color: #ffffff;
}
.cid-uBxW9p8o8x .mbr-text {
  color: #ffffff;
}
.cid-uBxW9pzJAx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uBxW9pzJAx .container {
    padding: 0 25px;
  }
}
.cid-uBxW9pzJAx .title-wrapper {
  margin: 25px 0;
}
.cid-uBxW9pzJAx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uBxW9pzJAx .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uBxW9pzJAx .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uBxW9pzJAx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxW9pzJAx .mbr-section-title {
  color: #000000;
}
.cid-uBxW9pzJAx .mbr-section-subtitle {
  color: #000000;
}
.cid-uBxW9pzJAx .mbr-text {
  color: #000000;
}
.cid-uBxW9pXWhB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBxW9pXWhB blockquote {
  border-color: #6592e6;
  border-radius: 4px;
  background-color: #000000;
}
.cid-uBxW9pXWhB .mbr-text {
  color: #ffffff;
}
.cid-uBxW9pXWhB .mbr-section-title {
  color: #ffffff;
}
.cid-uBxW9qsBKh {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uBxW9qsBKh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW9qsBKh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW9qsBKh .card-wrapper {
  display: flex;
}
@media (max-width: 991px) {
  .cid-uBxW9qsBKh .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uBxW9qsBKh .mbr-iconfont {
  font-size: 2rem;
  color: #000000;
  padding-right: 1.5rem;
}
.cid-uBxW9qsBKh .card-title {
  color: #ffffff;
}
.cid-uBxW9r6540 {
  padding-top: 120px;
  padding-bottom: 90px;
  background-color: #9fdbf8;
  background: linear-gradient(90deg, #9fdbf8, #fe9d27);
}
.cid-uBxW9r6540 .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-uBxW9r6540 .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-uBxW9r6540 .text-content {
  padding-right: 1.5rem;
}
.cid-uBxW9r6540 .mbr-text {
  color: #8d97ad;
}
.cid-uBxW9r6540 .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-uBxW9r6540 .counter-container {
  padding-top: 1rem;
}
.cid-uBxW9r6540 .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-uBxW9r6540 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-uBxW9r6540 .counter-container ul li:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  position: absolute;
  left: 0px;
  padding-top: 2px;
  display: inline-block;
  text-align: center;
  margin: 4px 10px;
  line-height: 10px;
  transition: all .2s;
  width: 16px;
  height: 16px;
  font-size: 16px !important;
  font-weight: 500;
  background: none;
  color: #353535;
}
@media (max-width: 991px) {
  .cid-uBxW9r6540 .main-row {
    margin: 0;
  }
  .cid-uBxW9r6540 .mbr-section-title,
  .cid-uBxW9r6540 .mbr-text,
  .cid-uBxW9r6540 .list,
  .cid-uBxW9r6540 .mbr-section-btn {
    text-align: center !important;
  }
  .cid-uBxW9r6540 .text-content {
    padding: 0;
  }
}
.cid-uBxW9r6540 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW9r6540 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW9r6540 .mbr-text,
.cid-uBxW9r6540 .mbr-section-btn {
  color: #000000;
}
.cid-uBxW9rzOs7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #e2e7f8;
}
.cid-uBxW9rzOs7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW9rzOs7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW9rzOs7 .container-fluid {
  padding: 10px 8px;
}
@media (max-width: 992px) {
  .cid-uBxW9rzOs7 .container {
    padding: 10px 8px;
  }
}
.cid-uBxW9rzOs7 .row {
  border-radius: 25px;
  background-color: #222222;
  box-shadow: inset 0 0 5rem #3fe4e0;
  padding: 100px 40px;
  margin: 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .cid-uBxW9rzOs7 .row {
    padding: 50px 10px;
  }
}
.cid-uBxW9rzOs7 .row .card {
  padding: 0;
}
.cid-uBxW9rzOs7 .mbr-section-subtitle {
  opacity: .5;
  margin-bottom: 40px;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uBxW9rzOs7 .mbr-section-subtitle {
    margin-bottom: 30px;
  }
}
.cid-uBxW9rzOs7 .mbr-section-title {
  margin: 0;
  color: #ffffff;
  text-align: center;
}
.cid-uBxW9rzOs7 .mbr-section-title span {
  opacity: .5;
}
.cid-uBxW9s3FJo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uBxW9s3FJo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW9s3FJo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBxW9s3FJo .container {
    padding: 0 30px;
  }
}
.cid-uBxW9s3FJo .row {
  justify-content: center;
}
.cid-uBxW9s3FJo .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uBxW9s3FJo .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uBxW9s3FJo .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #000000;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uBxW9s3FJo .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uBxW9s3FJo .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uBxW9s3FJo .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBxW9s3FJo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBxW9s3FJo .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #3fe4e0;
  background-color: #000000;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uBxW9s3FJo .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uBxW9s3FJo .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uBxW9s3FJo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBxW9s3FJo .mbr-section-title {
  color: #000000;
}
.cid-uBxW9s3FJo .panel-title-edit {
  color: #000000;
}
.cid-uBxW9s3FJo .panel-text {
  color: #144031;
}
.cid-uBxW9sKMFv {
  overflow: hidden;
  background-color: #202020;
}
.cid-uBxW9sKMFv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW9sKMFv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBxW9sKMFv .container {
    padding: 0 24px;
  }
}
.cid-uBxW9sKMFv .content-wrapper .icon-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uBxW9sKMFv .content-wrapper .icon-wrapper {
    margin-bottom: 28px;
  }
}
.cid-uBxW9sKMFv .content-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  display: inline-flex;
  color: #fffa76;
}
@media (max-width: 992px) {
  .cid-uBxW9sKMFv .content-wrapper .icon-wrapper .mbr-iconfont {
    font-size: 80px;
  }
}
.cid-uBxW9sKMFv .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uBxW9sKMFv .content-wrapper .text-wrap .mbr-text {
  display: inline-flex;
  width: 40%;
  margin: 80px 0 0 0;
}
@media (max-width: 1200px) {
  .cid-uBxW9sKMFv .content-wrapper .text-wrap .mbr-text {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .cid-uBxW9sKMFv .content-wrapper .text-wrap .mbr-text {
    width: 100%;
    margin: 28px 0 0 0;
  }
}
.cid-uBxW9sKMFv .mbr-section-title {
  color: #ffffff;
}
.cid-uBxW9sKMFv .mbr-text,
.cid-uBxW9sKMFv .text-wrap {
  color: #ffffff;
  text-align: center;
}
.cid-uBxW9sKMFv .mbr-section-title,
.cid-uBxW9sKMFv .icon-wrapper {
  text-align: center;
}
.cid-uBxW9tdMej {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7fff7;
}
.cid-uBxW9tdMej .mbr-section-title {
  margin: 0;
}
.cid-uBxW9tdMej .mbr-section-subtitle {
  margin-bottom: 2rem;
  color: #8d97ad;
}
.cid-uBxW9tdMej .mbr-text {
  margin: 0;
  color: #efefef;
}
.cid-uBxW9tdMej .wrapper {
  padding: 2rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-uBxW9tdMej .card1 {
  background: linear-gradient(45deg, #9fdbf8, #3fe4e0);
}
.cid-uBxW9tdMej .card2 {
  background: linear-gradient(45deg, #3fe4e0, #3fe4e0);
}
.cid-uBxW9tdMej .card3 {
  background: linear-gradient(45deg, #3fe4e0, #3fe4e0);
}
.cid-uBxW9tdMej .card4 {
  background: linear-gradient(45deg, #1dc9cb, #1dc9cb);
}
@media (max-width: 991px) {
  .cid-uBxW9tdMej .wrapper {
    margin-bottom: 5rem;
  }
}
.cid-uBxW9tdMej .mbr-card-title {
  padding-bottom: 1rem;
}
.cid-uBxW9tdMej .mbr-section-btn {
  padding-top: 1rem;
}
.cid-uBxW9tdMej .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW9tdMej .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW9tdMej .card1 > .mbr-card-title {
  color: #000000;
}
.cid-uBxW9tdMej .card2 > .mbr-card-title {
  color: #000000;
}
.cid-uBxW9tdMej .card3 > .mbr-card-title {
  color: #000000;
}
.cid-uBxW9tQzAf {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #000000;
}
.cid-uBxW9tQzAf .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-uBxW9tQzAf .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-uBxW9tQzAf .video-block {
    width: 100% !important;
  }
}
.cid-uBxW9tQzAf .mbr-section-title {
  color: #fafafa;
}
.cid-uBxW9uj6wy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #3fe4e0;
}
.cid-uBxW9uj6wy .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uBxW9uj6wy .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uBxW9uj6wy .container {
    padding: 0 25px;
  }
}
.cid-uBxW9uj6wy .row {
  margin: 0;
}
.cid-uBxW9uj6wy .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uBxW9uj6wy .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uBxW9uj6wy .image-wrapper {
    min-height: 350px;
  }
}
.cid-uBxW9uj6wy .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uBxW9uj6wy .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uBxW9uj6wy .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uBxW9uj6wy .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uBxW9uj6wy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uBxW9uj6wy .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uBxW9uj6wy .mbr-section-title {
  color: #000000;
}
.cid-uBxW9uj6wy .mbr-text {
  color: #000000;
}
.cid-uBxW9uPw7K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f7fff7;
}
.cid-uBxW9uPw7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW9uPw7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW9uPw7K .google-map {
  height: 30rem;
  position: relative;
}
.cid-uBxW9uPw7K .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uBxW9uPw7K .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uBxW9uPw7K .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uBxW9uPw7K .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uBzfVIxcTV {
  overflow: hidden;
  background-color: #353535;
}
.cid-uBzfVIxcTV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBzfVIxcTV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-uBzfVIxcTV .container {
    padding: 0 24px;
  }
}
.cid-uBzfVIxcTV .desc-wrapper .mbr-desc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 14px;
  border-radius: 1.8rem;
  margin-bottom: 16px;
  background-color: #ffffff;
}
.cid-uBzfVIxcTV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uBzfVIxcTV .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-uBzfVIxcTV .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-uBzfVIxcTV .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-uBzfVIxcTV .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uBzfVIxcTV .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uBzfVIxcTV .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 64px;
  height: 64px;
  min-width: 64px;
  transition: all 0.3s ease-in-out;
  color: #202020;
  margin-left: 16px;
  border: 1px solid #202020;
  border-radius: 100%;
}
@media (max-width: 992px) {
  .cid-uBzfVIxcTV .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-uBzfVIxcTV .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-uBzfVIxcTV .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-uBzfVIxcTV .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-uBzfVIxcTV .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-uBzfVIxcTV .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uBzfVIxcTV .mbr-desc {
  color: #202020;
}
.cid-uBzfVIxcTV .mbr-section-title {
  color: #ffffff;
}
.cid-uBzfVIxcTV .panel-title-edit {
  color: #202020;
}
.cid-uBzfVIxcTV .panel-text {
  color: #202020;
}
.cid-uBxW9vo8Nf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #f4f2ef;
}
.cid-uBxW9vo8Nf .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uBxW9vo8Nf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uBxW9vo8Nf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uBxW9vo8Nf .card-wrapper {
  display: flex;
  justify-content: center;
  background-color: #3fe4e0;
  margin: 0 24px;
}
@media (max-width: 992px) {
  .cid-uBxW9vo8Nf .card-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-uBxW9vo8Nf .card-wrapper .title-wrapper {
  width: 50%;
  padding: 40px 24px 40px 96px;
  border-right: 1px solid #150764;
}
@media (max-width: 992px) {
  .cid-uBxW9vo8Nf .card-wrapper .title-wrapper {
    border-right: none;
    border-bottom: 1px solid #150764;
  }
}
@media (max-width: 1640px) {
  .cid-uBxW9vo8Nf .card-wrapper .title-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxW9vo8Nf .card-wrapper .title-wrapper {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxW9vo8Nf .card-wrapper .title-wrapper .title-wrap {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxW9vo8Nf .card-wrapper .title-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-uBxW9vo8Nf .card-wrapper .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uBxW9vo8Nf .card-wrapper .title-wrapper .logo-wrapper img {
  width: 96px;
  height: 96px;
  object-fit: contain;
  display: inline-flex;
}
.cid-uBxW9vo8Nf .card-wrapper .content-wrap {
  width: 50%;
  padding: 40px 96px 40px 24px;
}
@media (max-width: 1640px) {
  .cid-uBxW9vo8Nf .card-wrapper .content-wrap {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .cid-uBxW9vo8Nf .card-wrapper .content-wrap {
    padding: 40px 20px;
    width: 100%;
  }
}
.cid-uBxW9vo8Nf .card-wrapper .content-wrap .lists-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-uBxW9vo8Nf .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uBxW9vo8Nf .card-wrapper .content-wrap .lists-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uBxW9vo8Nf .card-wrapper .content-wrap .lists-wrapper .list-wrapper .mbr-desc {
  margin-bottom: 14px;
}
.cid-uBxW9vo8Nf .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uBxW9vo8Nf .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap {
  margin-bottom: 6px;
  transition: all 0.3s ease-in-out;
}
.cid-uBxW9vo8Nf .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:hover,
.cid-uBxW9vo8Nf .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:focus {
  color: #ffffff;
}
.cid-uBxW9vo8Nf .card-wrapper .content-wrap .lists-wrapper .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uBxW9vo8Nf .card-wrapper .content-wrap .mbr-copy {
  margin-bottom: 0;
}
.cid-uBxW9vo8Nf .mbr-section-title {
  color: #150764;
}
.cid-uBxW9vo8Nf .mbr-desc {
  color: #150764;
}
.cid-uBxW9vo8Nf .list {
  color: #150764;
}
