.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Instrument Sans;
}
.display-1 {
  font-family: 'Lato', sans-serif;
  font-size: 4.6rem;
  line-height: 1.4;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Lato', sans-serif;
  font-size: 3rem;
  line-height: 1.4;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Lato', sans-serif;
  font-size: 1.875rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Lato', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- 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: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #5000b5 !important;
}
.bg-success {
  background-color: #eeeeee !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #ec00f4 !important;
}
.bg-danger {
  background-color: #ff5300 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #5000b5 !important;
  border-color: #5000b5 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #6700e8 !important;
  border-color: #6700e8 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #6700e8 !important;
  border-color: #6700e8 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #00d0f3 !important;
  border-color: #00d0f3 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #27e0ff !important;
  border-color: #27e0ff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #27e0ff !important;
  border-color: #27e0ff !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
  color: #6f6f6f !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #6f6f6f !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ec00f4 !important;
  border-color: #ec00f4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #f828ff !important;
  border-color: #f828ff !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #f828ff !important;
  border-color: #f828ff !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff5300 !important;
  border-color: #ff5300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff7533 !important;
  border-color: #ff7533 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff7533 !important;
  border-color: #ff7533 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #5000b5;
  color: #5000b5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2a005e !important;
  background-color: transparent !important;
  border-color: #2a005e !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #5000b5 !important;
  border-color: #5000b5 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #00d0f3;
  color: #00d0f3;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #00869c !important;
  background-color: transparent !important;
  border-color: #00869c !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #00d0f3 !important;
  border-color: #00d0f3 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #eeeeee;
  color: #eeeeee;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c3c3c3 !important;
  background-color: transparent !important;
  border-color: #c3c3c3 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #6f6f6f !important;
  background-color: #eeeeee !important;
  border-color: #eeeeee !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ec00f4;
  color: #ec00f4;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #98009d !important;
  background-color: transparent !important;
  border-color: #98009d !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ec00f4 !important;
  border-color: #ec00f4 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff5300;
  color: #ff5300;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #a83700 !important;
  background-color: transparent !important;
  border-color: #a83700 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5300 !important;
  border-color: #ff5300 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #5000b5 !important;
}
.text-secondary {
  color: #00d0f3 !important;
}
.text-success {
  color: #eeeeee !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #ec00f4 !important;
}
.text-danger {
  color: #ff5300 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #23004f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #00798d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #bbbbbb !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #89008e !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #993200 !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: #5000b5;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #ec00f4;
}
.alert-danger {
  background-color: #ff5300;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #5000b5;
  border-color: #5000b5;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #5000b5;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #8f36ff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdc1ff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffddcc;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Lato', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.40625rem;
}
.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: #5000b5 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.40625rem;
}
blockquote {
  border-color: #5000b5;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #5000b5;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #5000b5;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #5000b5;
  border-bottom-color: #5000b5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #5000b5 !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: #00d0f3 !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='%235000b5' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  position: relative;
  padding: 10px 40px;
  border-radius: 100px !important;
  z-index: 1;
  overflow: hidden;
  font-weight: 700 !important;
}
.mbr-section-btn .btn::before,
.mbr-section-btn-main .btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}
.mbr-section-btn .btn:hover::before,
.mbr-section-btn-main .btn:hover::before,
.mbr-section-btn .btn:focus::before,
.mbr-section-btn-main .btn:focus::before {
  width: 100%;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
  color: #5000b5 !important;
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  color: #ffffff !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  color: #5000b5 !important;
}
.mbr-section-btn .btn-info::before,
.mbr-section-btn-main .btn-info::before {
  background-color: #5000b5;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  color: #ffffff !important;
}
.mbr-section-btn .btn-white::before,
.mbr-section-btn-main .btn-white::before {
  background-color: #000000;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  color: #ffffff !important;
}
.mbr-section-btn .btn-black::before,
.mbr-section-btn-main .btn-black::before {
  background-color: #ffffff;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  color: #000000 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  color: #5000b5 !important;
}
img {
  border-radius: 0 !important;
}
.cid-ucRrJWUpHw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucRrJWUpHw .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ucRrJWUpHw .container {
    padding: 0 ;
  }
}
.cid-ucRrJWUpHw .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-ucRrJWUpHw .navbar.opened {
  transition: all 0.3s;
}
.cid-ucRrJWUpHw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucRrJWUpHw .navbar .navbar-logo img {
  width: auto;
}
.cid-ucRrJWUpHw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucRrJWUpHw .navbar.collapsed {
  justify-content: center;
}
.cid-ucRrJWUpHw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucRrJWUpHw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucRrJWUpHw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucRrJWUpHw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucRrJWUpHw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucRrJWUpHw .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-ucRrJWUpHw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucRrJWUpHw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucRrJWUpHw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucRrJWUpHw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRrJWUpHw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucRrJWUpHw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRrJWUpHw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucRrJWUpHw .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-ucRrJWUpHw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucRrJWUpHw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucRrJWUpHw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucRrJWUpHw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucRrJWUpHw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucRrJWUpHw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-ucRrJWUpHw .navbar.navbar-short {
  min-height: 110px;
}
.cid-ucRrJWUpHw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucRrJWUpHw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucRrJWUpHw .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-ucRrJWUpHw nav.navbar {
  position: fixed;
}
.cid-ucRrJWUpHw .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-ucRrJWUpHw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-ucRrJWUpHw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucRrJWUpHw .dropdown-item:hover,
.cid-ucRrJWUpHw .dropdown-item:focus {
  background: #5000b5 !important;
  color: white !important;
}
.cid-ucRrJWUpHw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucRrJWUpHw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucRrJWUpHw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucRrJWUpHw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucRrJWUpHw .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucRrJWUpHw .dropdown-menu,
.cid-ucRrJWUpHw .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-ucRrJWUpHw .nav-item:focus,
.cid-ucRrJWUpHw .nav-link:focus {
  outline: none;
}
.cid-ucRrJWUpHw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucRrJWUpHw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucRrJWUpHw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucRrJWUpHw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucRrJWUpHw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRrJWUpHw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucRrJWUpHw .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-ucRrJWUpHw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucRrJWUpHw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucRrJWUpHw .dropdown-item.active,
.cid-ucRrJWUpHw .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRrJWUpHw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucRrJWUpHw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucRrJWUpHw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucRrJWUpHw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-ucRrJWUpHw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucRrJWUpHw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRrJWUpHw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRrJWUpHw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucRrJWUpHw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucRrJWUpHw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-ucRrJWUpHw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucRrJWUpHw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRrJWUpHw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRrJWUpHw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucRrJWUpHw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRrJWUpHw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucRrJWUpHw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucRrJWUpHw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRrJWUpHw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucRrJWUpHw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucRrJWUpHw .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-ucRrJWUpHw .navbar {
    height: 70px;
  }
  .cid-ucRrJWUpHw .navbar.opened {
    height: auto;
  }
  .cid-ucRrJWUpHw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRrJWUpHw .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ucRrJWUpHw .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-ucRv7IDeTy {
  padding-top: 11rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/water-slide-rentals17-1200x675.jpg");
}
.cid-ucRv7IDeTy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRv7IDeTy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRv7IDeTy .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-ucRv7IDeTy .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucRv7IDeTy .container {
    padding: 0 16px;
  }
}
.cid-ucRv7IDeTy .row {
  justify-content: space-between;
}
.cid-ucRv7IDeTy .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucRv7IDeTy .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucRv7IDeTy .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ucRv7IDeTy .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucRv7IDeTy .image-wrapper {
    margin-top: 32px;
  }
}
.cid-ucRv7IDeTy .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: .5rem !important;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-ucRv7IDeTy .image-wrapper img {
    width: 100%;
  }
}
.cid-ucRv7IDeTy .image-wrapper .img-absolute {
  position: absolute;
  right: 0;
  bottom: -9rem;
  height: 330px;
  width: 330px;
  border-radius: 100% !important;
}
.cid-ucRv7IDeTy .mbr-section-title {
  color: #ffffff;
}
.cid-ucRv7IDeTy .mbr-text {
  color: #ffffff;
}
.cid-ucRwHrh6IZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
.cid-ucRwHrh6IZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRwHrh6IZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRwHrh6IZ .row {
  justify-content: center;
}
.cid-ucRwHrh6IZ .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-ucRwHrh6IZ .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-ucRwHrh6IZ .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-ucRwHrh6IZ .card-wrapper {
  padding: 104px 72px;
  border-radius: 40px;
  position: relative;
  background-color: #f2f2f2;
  overflow: visible;
}
@media (max-width: 768px) {
  .cid-ucRwHrh6IZ .card-wrapper {
    padding: 64px 32px;
  }
}
.cid-ucRwHrh6IZ .card-wrapper .mbr-card-title {
  margin-bottom: 24px;
}
.cid-ucRwHrh6IZ .card-wrapper .mbr-list {
  margin: 0 0 32px 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
}
.cid-ucRwHrh6IZ .card-wrapper .mbr-list li {
  margin-bottom: 16px;
}
.cid-ucRwHrh6IZ .card-wrapper .mbr-list li::before {
  content: '×';
  display: inline;
  margin-right: 18px;
  font-weight: bold;
  color: #101511;
}
.cid-ucRwHrh6IZ .card-wrapper .image_1 {
  width: 290px;
  height: 260px;
  top: -1rem;
  right: -14rem;
  position: absolute;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ucRwHrh6IZ .card-wrapper .image_1 {
    display: none;
  }
}
.cid-ucRwHrh6IZ .card-wrapper .image_2 {
  position: absolute;
  object-fit: cover;
  border-radius: 10px;
  width: 260px;
  height: 220px;
  left: -14rem;
  bottom: -2rem;
}
@media (max-width: 992px) {
  .cid-ucRwHrh6IZ .card-wrapper .image_2 {
    display: none;
  }
}
.cid-ucRwHrh6IZ .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucRwHrh6IZ .mbr-card-title {
  color: #101511;
}
.cid-ucRwHrh6IZ .mbr-list {
  color: #000000;
}
.cid-ucRwHrh6IZ .mbr-card-title,
.cid-ucRwHrh6IZ .mbr-section-btn {
  text-align: center;
}
.cid-ucPY2b87ZW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucPY2b87ZW .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPY2b87ZW .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-ucPY2b87ZW .container {
    padding: 0 22px;
  }
}
.cid-ucPY2b87ZW .row {
  justify-content: center;
}
.cid-ucPY2b87ZW .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucPY2b87ZW .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucPY2b87ZW .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-ucPY2b87ZW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucPY2b87ZW .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ucPY2b87ZW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucPY2b87ZW .mbr-section-title {
  color: #ffffff;
}
.cid-ucPY2b87ZW .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ucPY2b87ZW .mbr-section-title,
.cid-ucPY2b87ZW .icon-wrapper {
  text-align: center;
}
.cid-ucPYbWHJkx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #00b668;
}
.cid-ucPYbWHJkx .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucPYbWHJkx .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-ucPYbWHJkx .container {
    padding: 0 22px;
  }
}
.cid-ucPYbWHJkx .row {
  justify-content: center;
}
.cid-ucPYbWHJkx .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucPYbWHJkx .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucPYbWHJkx .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucPYbWHJkx .item {
    margin-bottom: 20px;
  }
}
.cid-ucPYbWHJkx .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-ucPYbWHJkx .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucPYbWHJkx .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-ucPYbWHJkx .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-ucPYbWHJkx .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ucPYbWHJkx .mbr-section-title {
  color: #ffffff;
}
.cid-ucPYbWHJkx .card-title {
  color: #ffffff;
}
.cid-ucPYbWHJkx .card-text {
  color: #ffffff;
}
.cid-ucPYbWHJkx .mbr-section-title,
.cid-ucPYbWHJkx .mbr-section-btn {
  text-align: center;
}
.cid-ucPYbWHJkx .card-title,
.cid-ucPYbWHJkx .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucQexYUNjl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucQexYUNjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQexYUNjl .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-ucQexYUNjl .container {
    padding: 0 22px;
  }
}
.cid-ucQexYUNjl .row {
  justify-content: space-between;
}
.cid-ucQexYUNjl .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucQexYUNjl .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucQexYUNjl .text-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucQexYUNjl .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucQexYUNjl .text-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ucQexYUNjl .image-wrapper img {
  height: 700px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucQexYUNjl .image-wrapper img {
    height: 350px;
  }
}
.cid-ucQexYUNjl .mbr-section-title {
  color: #000000;
}
.cid-ucQexYUNjl .mbr-text {
  color: #ffffff;
}
.cid-ucQexYUNjl .mbr-text,
.cid-ucQexYUNjl .mbr-section-btn {
  color: #000000;
}
.cid-tZ3Ark0uUG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
  overflow: hidden;
}
.cid-tZ3Ark0uUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3Ark0uUG .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-tZ3Ark0uUG .container {
    padding: 0 22px;
  }
}
.cid-tZ3Ark0uUG .card {
  justify-content: center;
}
.cid-tZ3Ark0uUG .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3Ark0uUG .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-tZ3Ark0uUG .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3Ark0uUG .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3Ark0uUG .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-tZ3Ark0uUG .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-tZ3Ark0uUG .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-tZ3Ark0uUG .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-tZ3Ark0uUG .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-tZ3Ark0uUG .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-tZ3Ark0uUG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ3Ark0uUG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ucRxeSI0SZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucRxeSI0SZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRxeSI0SZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRxeSI0SZ .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-ucRxeSI0SZ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucRxeSI0SZ .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ucRxeSI0SZ .container {
    padding: 0 22px;
  }
}
.cid-ucRxeSI0SZ .card {
  justify-content: center;
}
.cid-ucRxeSI0SZ .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-ucRxeSI0SZ .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucRxeSI0SZ .content-wrapper {
    padding: 0;
  }
}
.cid-ucRxeSI0SZ .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucRxeSI0SZ .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ucRxeSI0SZ .image-wrapper {
  padding-right: 64px;
  padding-right: 0;
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-ucRxeSI0SZ .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucRxeSI0SZ .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-ucRxeSI0SZ .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucRxeSI0SZ .image-wrapper img {
    height: 350px;
  }
}
.cid-ucRxeSI0SZ .mbr-section-title {
  color: #ffffff;
}
.cid-ucRxeSI0SZ .mbr-text {
  color: #000000;
}
.cid-ucRxeSI0SZ .mbr-section-title,
.cid-ucRxeSI0SZ .mbr-section-btn {
  color: #000000;
}
.cid-tZ3ABoWoQF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
.cid-tZ3ABoWoQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3ABoWoQF .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-tZ3ABoWoQF .container {
    padding: 0 22px;
  }
}
.cid-tZ3ABoWoQF .row {
  justify-content: center;
}
.cid-tZ3ABoWoQF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ3ABoWoQF .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-tZ3ABoWoQF .panel-group .card {
  border-radius: 0 !important;
}
.cid-tZ3ABoWoQF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding: 20px;
}
.cid-tZ3ABoWoQF .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-tZ3ABoWoQF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tZ3ABoWoQF .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-tZ3ABoWoQF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-tZ3ABoWoQF .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-tZ3ABoWoQF .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tZ3ABoWoQF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ3ABoWoQF .panel-title-edit {
  color: #000000;
}
.cid-tZ3ABoWoQF .panel-text {
  color: #ffffff;
}
.cid-ucRxHgt7AV {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ucRxHgt7AV .container {
    padding: 0 24px;
  }
}
.cid-ucRxHgt7AV .card {
  justify-content: center;
}
.cid-ucRxHgt7AV .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ucRxHgt7AV .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-ucRxHgt7AV .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucRxHgt7AV .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucRxHgt7AV .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-ucRxHgt7AV .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-ucRxHgt7AV .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ucRxHgt7AV .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-ucRxHgt7AV .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-ucRxHgt7AV .mbr-section-title {
  color: #F9F6E0;
}
.cid-ucRxHgt7AV .mbr-desc {
  color: #F9F6E0;
}
.cid-ucRxHgt7AV .mbr-text {
  color: #000000;
}
.cid-ucRxHgt7AV .mbr-section-btn {
  text-align: right;
}
.cid-ucRxHgt7AV .mbr-section-title,
.cid-ucRxHgt7AV .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ucQ4iDatPy {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #00b668;
  overflow: hidden;
}
.cid-ucQ4iDatPy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQ4iDatPy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQ4iDatPy .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .container {
    padding: 0 30px;
  }
}
.cid-ucQ4iDatPy .card {
  justify-content: center;
}
.cid-ucQ4iDatPy .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ucQ4iDatPy .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ucQ4iDatPy .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  border-bottom: 1px solid #bee0d6;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .items-wrapper {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-ucQ4iDatPy .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-ucQ4iDatPy .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-ucQ4iDatPy .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-ucQ4iDatPy .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: .5;
  transform: scale(1.1);
}
.cid-ucQ4iDatPy .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-ucQ4iDatPy .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-ucQ4iDatPy .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title,
.cid-ucQ4iDatPy .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title {
  color: #ffffff;
}
.cid-ucQ4iDatPy .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title:before,
.cid-ucQ4iDatPy .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title:before {
  width: 100%;
}
.cid-ucQ4iDatPy .items-wrapper .item:hover .item-wrapper .item-content .text-wrapper .item-text,
.cid-ucQ4iDatPy .items-wrapper .item:focus .item-wrapper .item-content .text-wrapper .item-text {
  color: #ffffff;
}
.cid-ucQ4iDatPy .items-wrapper .item:hover .item-wrapper .item-content .list,
.cid-ucQ4iDatPy .items-wrapper .item:focus .item-wrapper .item-content .list {
  color: #ffffff;
}
.cid-ucQ4iDatPy .items-wrapper .item:hover .item-wrapper .item-content .list .item-wrap,
.cid-ucQ4iDatPy .items-wrapper .item:focus .item-wrapper .item-content .list .item-wrap {
  border-color: #ffffff;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding: 0 12px;
  border-left: 1px solid #bee0d6;
  transition: all 0.3s ease-in-out;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-content .list .item-wrap:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ucQ4iDatPy .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  padding-right: 0;
}
.cid-ucQ4iDatPy .mbr-desc {
  color: #bee0d6;
}
.cid-ucQ4iDatPy .item-title {
  color: #bee0d6;
}
.cid-ucQ4iDatPy .item-text {
  color: #bee0d6;
}
.cid-ucQ4iDatPy .list {
  color: #bee0d6;
}
.cid-ucQ4iDatPy .item-title,
.cid-ucQ4iDatPy .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucRymBlyZ4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucRymBlyZ4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRymBlyZ4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRymBlyZ4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucRymBlyZ4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucRymBlyZ4 .container {
    padding: 0 16px;
  }
}
.cid-ucRymBlyZ4 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucRymBlyZ4 .row {
    margin: 0 10px;
  }
}
.cid-ucRymBlyZ4 .row .card {
  padding: 0;
}
.cid-ucRymBlyZ4 .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-ucRymBlyZ4 .row .card:first-child {
    padding: 0;
  }
}
.cid-ucRymBlyZ4 .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #00b668;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ucRymBlyZ4 .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-ucRymBlyZ4 .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ucRymBlyZ4 .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ucRymBlyZ4 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-ucRymBlyZ4 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucRymBlyZ4 .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-ucRymBlyZ4 .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucRymBlyZ4 .content-wrapper {
    padding: 20px;
  }
}
.cid-ucRymBlyZ4 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ucRymBlyZ4 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ucRymBlyZ4 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ucRymBlyZ4 .mbr-section-title {
  color: #192227;
}
.cid-ucRymBlyZ4 .mbr-desc {
  color: #192227;
}
.cid-ucRymBlyZ4 .mbr-text {
  color: #fdfcfc;
}
.cid-ucRymBlyZ4 .mbr-text,
.cid-ucRymBlyZ4 .mbr-section-btn {
  color: #000000;
}
.cid-tZ3AEmtazW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
@media (max-width: 992px) {
  .cid-tZ3AEmtazW .container {
    padding: 0 22px;
  }
}
.cid-tZ3AEmtazW .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-tZ3AEmtazW .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tZ3AEmtazW .embla__slide .slide-content {
  width: 100%;
}
.cid-tZ3AEmtazW .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-tZ3AEmtazW .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tZ3AEmtazW .embla__button--next,
.cid-tZ3AEmtazW .embla__button--prev {
  display: flex;
}
.cid-tZ3AEmtazW .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-tZ3AEmtazW .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-tZ3AEmtazW .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tZ3AEmtazW .embla__button:hover {
  opacity: 1 !important;
}
.cid-tZ3AEmtazW .embla__button.embla__button--prev {
  left: 20px;
}
.cid-tZ3AEmtazW .embla__button.embla__button--next {
  right: 20px;
}
.cid-tZ3AEmtazW .card {
  justify-content: center;
}
.cid-tZ3AEmtazW .embla {
  position: relative;
  width: 100%;
}
.cid-tZ3AEmtazW .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tZ3AEmtazW .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tZ3AEmtazW .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tZ3AEmtazW .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tZ3AEmtazW .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-tZ3AEmtazW .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AEmtazW .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tZ3AEmtazW .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-tZ3AEmtazW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ3AEmtazW .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucRzXaEh8z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucRzXaEh8z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRzXaEh8z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucRzXaEh8z .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucRzXaEh8z .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucRzXaEh8z .container {
    padding: 0 12px;
  }
}
.cid-ucRzXaEh8z .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucRzXaEh8z .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucRzXaEh8z .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #00b668;
}
@media (max-width: 992px) {
  .cid-ucRzXaEh8z .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ucRzXaEh8z .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucRzXaEh8z .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ucRzXaEh8z .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ucRzXaEh8z .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ucRzXaEh8z .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ucRzXaEh8z .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ucRzXaEh8z .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ucRzXaEh8z .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ucRzXaEh8z .mbr-section-subtitle {
  color: #222222;
}
.cid-ucRzXaEh8z .mbr-text {
  color: #222222;
}
.cid-ucRzXaEh8z .list {
  color: #222222;
}
.cid-ucQ7ubt5Av {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
.cid-ucQ7ubt5Av .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQ7ubt5Av .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-ucQ7ubt5Av .container {
    padding: 0 20px;
  }
}
.cid-ucQ7ubt5Av .row {
  margin: 0;
}
.cid-ucQ7ubt5Av .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucQ7ubt5Av .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucQ7ubt5Av .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucQ7ubt5Av .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucQ7ubt5Av .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucQ7ubt5Av .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucQ7ubt5Av .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucRyPFD9yu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucRyPFD9yu .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucRyPFD9yu .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-ucRyPFD9yu .container {
    padding: 0 30px;
  }
}
.cid-ucRyPFD9yu .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
  opacity: .6;
}
.cid-ucRyPFD9yu .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucRyPFD9yu .content-wrapper .image-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-ucRyPFD9yu .content-wrapper .image-wrapper {
    margin-top: 45px;
  }
}
.cid-ucRyPFD9yu .content-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucRyPFD9yu .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ucRyPFD9yu .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucRyPFD9yu .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucQ7SMQTt3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucQ7SMQTt3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQ7SMQTt3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQ7SMQTt3 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucQ7SMQTt3 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucQ7SMQTt3 .container {
    padding: 0 16px;
  }
}
.cid-ucQ7SMQTt3 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucQ7SMQTt3 .google-map iframe {
    height: 350px;
  }
}
.cid-tZ3AABWkhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00b668;
  overflow: hidden;
}
.cid-tZ3AABWkhe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-tZ3AABWkhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .container {
    padding: 0 22px;
  }
}
.cid-tZ3AABWkhe .row {
  position: relative;
  z-index: 1;
}
.cid-tZ3AABWkhe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-tZ3AABWkhe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AABWkhe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-text {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tZ3AABWkhe .list {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-contact {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc,
.cid-tZ3AABWkhe .mbr-section-btn {
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-contact,
.cid-tZ3AABWkhe .item-contact {
  text-align: center;
  color: #000000;
}
.cid-tZ3AABWkhe .list,
.cid-tZ3AABWkhe .item-wrap {
  color: #000000;
}
.cid-ucQgW1ovJ9 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ucQgW1ovJ9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQgW1ovJ9 .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-ucQgW1ovJ9 .container {
    padding: 0 22px;
  }
}
.cid-ucQgW1ovJ9 .card {
  justify-content: center;
}
.cid-ucQgW1ovJ9 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ucQgW1ovJ9 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ucQgW1ovJ9 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucQgW1ovJ9 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucQgW1ovJ9 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucQgW1ovJ9 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-ucQgW1ovJ9 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ucQgW1ovJ9 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ucQgW1ovJ9 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ucQgW1ovJ9 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-ucQgW1ovJ9 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucQgW1ovJ9 .mbr-text {
  color: #ffffff;
}
.cid-ucQgXvJNrp {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-ucQgXvJNrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQgXvJNrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQgXvJNrp .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucQgXvJNrp .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucQgXvJNrp .container {
    padding: 0 14px;
  }
}
.cid-ucQgXvJNrp .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucQgXvJNrp .google-map iframe {
    height: 300px;
  }
}
.cid-tZ3AABWkhe {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00b668;
  overflow: hidden;
}
.cid-tZ3AABWkhe::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-tZ3AABWkhe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tZ3AABWkhe .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-tZ3AABWkhe .container {
    padding: 0 22px;
  }
}
.cid-tZ3AABWkhe .row {
  position: relative;
  z-index: 1;
}
.cid-tZ3AABWkhe .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-tZ3AABWkhe .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-tZ3AABWkhe .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tZ3AABWkhe .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-tZ3AABWkhe .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before,
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-tZ3AABWkhe .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-tZ3AABWkhe .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tZ3AABWkhe .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-text {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-tZ3AABWkhe .list {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-contact {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc {
  color: #ffffff;
}
.cid-tZ3AABWkhe .mbr-desc,
.cid-tZ3AABWkhe .mbr-section-btn {
  text-align: center;
}
.cid-tZ3AABWkhe .mbr-contact,
.cid-tZ3AABWkhe .item-contact {
  text-align: center;
  color: #000000;
}
.cid-tZ3AABWkhe .list,
.cid-tZ3AABWkhe .item-wrap {
  color: #000000;
}
.cid-ucRrJWUpHw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucRrJWUpHw .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ucRrJWUpHw .container {
    padding: 0 ;
  }
}
.cid-ucRrJWUpHw .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-ucRrJWUpHw .navbar.opened {
  transition: all 0.3s;
}
.cid-ucRrJWUpHw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucRrJWUpHw .navbar .navbar-logo img {
  width: auto;
}
.cid-ucRrJWUpHw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucRrJWUpHw .navbar.collapsed {
  justify-content: center;
}
.cid-ucRrJWUpHw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucRrJWUpHw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucRrJWUpHw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucRrJWUpHw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucRrJWUpHw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucRrJWUpHw .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-ucRrJWUpHw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucRrJWUpHw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucRrJWUpHw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucRrJWUpHw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRrJWUpHw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucRrJWUpHw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRrJWUpHw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucRrJWUpHw .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-ucRrJWUpHw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucRrJWUpHw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucRrJWUpHw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucRrJWUpHw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucRrJWUpHw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucRrJWUpHw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-ucRrJWUpHw .navbar.navbar-short {
  min-height: 110px;
}
.cid-ucRrJWUpHw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucRrJWUpHw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucRrJWUpHw .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-ucRrJWUpHw nav.navbar {
  position: fixed;
}
.cid-ucRrJWUpHw .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-ucRrJWUpHw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-ucRrJWUpHw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucRrJWUpHw .dropdown-item:hover,
.cid-ucRrJWUpHw .dropdown-item:focus {
  background: #5000b5 !important;
  color: white !important;
}
.cid-ucRrJWUpHw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucRrJWUpHw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucRrJWUpHw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucRrJWUpHw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucRrJWUpHw .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucRrJWUpHw .dropdown-menu,
.cid-ucRrJWUpHw .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-ucRrJWUpHw .nav-item:focus,
.cid-ucRrJWUpHw .nav-link:focus {
  outline: none;
}
.cid-ucRrJWUpHw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucRrJWUpHw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucRrJWUpHw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucRrJWUpHw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucRrJWUpHw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRrJWUpHw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucRrJWUpHw .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-ucRrJWUpHw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucRrJWUpHw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucRrJWUpHw .dropdown-item.active,
.cid-ucRrJWUpHw .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRrJWUpHw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucRrJWUpHw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucRrJWUpHw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucRrJWUpHw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-ucRrJWUpHw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucRrJWUpHw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRrJWUpHw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRrJWUpHw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucRrJWUpHw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucRrJWUpHw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-ucRrJWUpHw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucRrJWUpHw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRrJWUpHw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRrJWUpHw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucRrJWUpHw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRrJWUpHw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucRrJWUpHw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucRrJWUpHw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRrJWUpHw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucRrJWUpHw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucRrJWUpHw .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-ucRrJWUpHw .navbar {
    height: 70px;
  }
  .cid-ucRrJWUpHw .navbar.opened {
    height: auto;
  }
  .cid-ucRrJWUpHw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRrJWUpHw .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ucRrJWUpHw .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-ucQhdStwtv {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-ucQhdStwtv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQhdStwtv .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-ucQhdStwtv .container {
    padding: 0 22px;
  }
}
.cid-ucQhdStwtv .card {
  justify-content: center;
}
.cid-ucQhdStwtv .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ucQhdStwtv .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ucQhdStwtv .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucQhdStwtv .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucQhdStwtv .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucQhdStwtv .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-ucQhdStwtv .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ucQhdStwtv .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ucQhdStwtv .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ucQhdStwtv .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-ucQhdStwtv .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucQhdStwtv .mbr-text {
  color: #ffffff;
}
.cid-ucQhCjjOjO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-ucQhCjjOjO::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 25%;
  background-image: linear-gradient(transparent, #000000 50%);
  z-index: 1;
}
.cid-ucQhCjjOjO .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQhCjjOjO .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-ucQhCjjOjO .container {
    padding: 0 22px;
  }
}
.cid-ucQhCjjOjO .row {
  justify-content: center;
}
.cid-ucQhCjjOjO .content-wrapper {
  position: relative;
  z-index: 1;
  padding: 100px 0;
}
@media (max-width: 992px) {
  .cid-ucQhCjjOjO .content-wrapper {
    padding: 0;
  }
}
.cid-ucQhCjjOjO .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucQhCjjOjO .content-wrapper .mbr-desc {
  margin-bottom: 10px;
}
.cid-ucQhCjjOjO .mbr-section-title {
  color: #ffffff;
}
.cid-ucQhCjjOjO .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucQhCjjOjO .mbr-section-title,
.cid-ucQhCjjOjO .mbr-section-btn {
  text-align: center;
}
.cid-ucQhdTzE8V {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-ucQhdTzE8V .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQhdTzE8V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucQhdTzE8V .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucQhdTzE8V .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucQhdTzE8V .container {
    padding: 0 14px;
  }
}
.cid-ucQhdTzE8V .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucQhdTzE8V .google-map iframe {
    height: 300px;
  }
}
.cid-ucQhdUzslK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00b668;
  overflow: hidden;
}
.cid-ucQhdUzslK::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-ucQhdUzslK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucQhdUzslK .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-ucQhdUzslK .container {
    padding: 0 22px;
  }
}
.cid-ucQhdUzslK .row {
  position: relative;
  z-index: 1;
}
.cid-ucQhdUzslK .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ucQhdUzslK .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucQhdUzslK .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucQhdUzslK .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucQhdUzslK .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucQhdUzslK .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucQhdUzslK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucQhdUzslK .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucQhdUzslK .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ucQhdUzslK .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucQhdUzslK .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ucQhdUzslK .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ucQhdUzslK .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucQhdUzslK .nav-wrapper .list .item-wrap:hover,
.cid-ucQhdUzslK .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ucQhdUzslK .nav-wrapper .list .item-wrap:hover::before,
.cid-ucQhdUzslK .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ucQhdUzslK .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucQhdUzslK .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucQhdUzslK .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucQhdUzslK .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucQhdUzslK .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucQhdUzslK .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucQhdUzslK .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ucQhdUzslK .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ucQhdUzslK .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucQhdUzslK .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-ucQhdUzslK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucQhdUzslK .mbr-text {
  color: #ffffff;
}
.cid-ucQhdUzslK .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucQhdUzslK .list {
  color: #ffffff;
}
.cid-ucQhdUzslK .mbr-contact {
  color: #ffffff;
}
.cid-ucQhdUzslK .mbr-desc {
  color: #ffffff;
}
.cid-ucQhdUzslK .mbr-desc,
.cid-ucQhdUzslK .mbr-section-btn {
  text-align: center;
}
.cid-ucQhdUzslK .mbr-contact,
.cid-ucQhdUzslK .item-contact {
  text-align: center;
  color: #000000;
}
.cid-ucQhdUzslK .list,
.cid-ucQhdUzslK .item-wrap {
  color: #000000;
}
.cid-ucRrJWUpHw {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucRrJWUpHw .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ucRrJWUpHw .container {
    padding: 0 ;
  }
}
.cid-ucRrJWUpHw .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-ucRrJWUpHw .navbar.opened {
  transition: all 0.3s;
}
.cid-ucRrJWUpHw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucRrJWUpHw .navbar .navbar-logo img {
  width: auto;
}
.cid-ucRrJWUpHw .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucRrJWUpHw .navbar.collapsed {
  justify-content: center;
}
.cid-ucRrJWUpHw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucRrJWUpHw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucRrJWUpHw .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucRrJWUpHw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucRrJWUpHw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucRrJWUpHw .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-ucRrJWUpHw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucRrJWUpHw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucRrJWUpHw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucRrJWUpHw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucRrJWUpHw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucRrJWUpHw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucRrJWUpHw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucRrJWUpHw .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-ucRrJWUpHw .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucRrJWUpHw .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucRrJWUpHw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucRrJWUpHw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucRrJWUpHw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucRrJWUpHw .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-ucRrJWUpHw .navbar.navbar-short {
  min-height: 110px;
}
.cid-ucRrJWUpHw .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucRrJWUpHw .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucRrJWUpHw .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-ucRrJWUpHw nav.navbar {
  position: fixed;
}
.cid-ucRrJWUpHw .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-ucRrJWUpHw .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-ucRrJWUpHw .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucRrJWUpHw .dropdown-item:hover,
.cid-ucRrJWUpHw .dropdown-item:focus {
  background: #5000b5 !important;
  color: white !important;
}
.cid-ucRrJWUpHw .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucRrJWUpHw .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucRrJWUpHw .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucRrJWUpHw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucRrJWUpHw .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucRrJWUpHw .dropdown-menu,
.cid-ucRrJWUpHw .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-ucRrJWUpHw .nav-item:focus,
.cid-ucRrJWUpHw .nav-link:focus {
  outline: none;
}
.cid-ucRrJWUpHw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucRrJWUpHw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucRrJWUpHw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucRrJWUpHw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucRrJWUpHw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucRrJWUpHw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucRrJWUpHw .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-ucRrJWUpHw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucRrJWUpHw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucRrJWUpHw .dropdown-item.active,
.cid-ucRrJWUpHw .dropdown-item:active {
  background-color: transparent;
}
.cid-ucRrJWUpHw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucRrJWUpHw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucRrJWUpHw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucRrJWUpHw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-ucRrJWUpHw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucRrJWUpHw .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucRrJWUpHw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucRrJWUpHw .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucRrJWUpHw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucRrJWUpHw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-ucRrJWUpHw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucRrJWUpHw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRrJWUpHw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucRrJWUpHw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucRrJWUpHw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRrJWUpHw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucRrJWUpHw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucRrJWUpHw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucRrJWUpHw .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucRrJWUpHw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucRrJWUpHw .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-ucRrJWUpHw .navbar {
    height: 70px;
  }
  .cid-ucRrJWUpHw .navbar.opened {
    height: auto;
  }
  .cid-ucRrJWUpHw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucRrJWUpHw .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ucRrJWUpHw .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-ucUsCAR7Tf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucUsCAR7Tf .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ucUsCAR7Tf .container {
    padding: 0 ;
  }
}
.cid-ucUsCAR7Tf .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-ucUsCAR7Tf .navbar.opened {
  transition: all 0.3s;
}
.cid-ucUsCAR7Tf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucUsCAR7Tf .navbar .navbar-logo img {
  width: auto;
}
.cid-ucUsCAR7Tf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucUsCAR7Tf .navbar.collapsed {
  justify-content: center;
}
.cid-ucUsCAR7Tf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucUsCAR7Tf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucUsCAR7Tf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucUsCAR7Tf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucUsCAR7Tf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucUsCAR7Tf .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-ucUsCAR7Tf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucUsCAR7Tf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucUsCAR7Tf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucUsCAR7Tf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucUsCAR7Tf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucUsCAR7Tf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucUsCAR7Tf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucUsCAR7Tf .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-ucUsCAR7Tf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucUsCAR7Tf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucUsCAR7Tf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucUsCAR7Tf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucUsCAR7Tf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucUsCAR7Tf .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-ucUsCAR7Tf .navbar.navbar-short {
  min-height: 110px;
}
.cid-ucUsCAR7Tf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucUsCAR7Tf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucUsCAR7Tf .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-ucUsCAR7Tf nav.navbar {
  position: fixed;
}
.cid-ucUsCAR7Tf .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-ucUsCAR7Tf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-ucUsCAR7Tf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucUsCAR7Tf .dropdown-item:hover,
.cid-ucUsCAR7Tf .dropdown-item:focus {
  background: #5000b5 !important;
  color: white !important;
}
.cid-ucUsCAR7Tf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucUsCAR7Tf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucUsCAR7Tf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucUsCAR7Tf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucUsCAR7Tf .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucUsCAR7Tf .dropdown-menu,
.cid-ucUsCAR7Tf .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-ucUsCAR7Tf .nav-item:focus,
.cid-ucUsCAR7Tf .nav-link:focus {
  outline: none;
}
.cid-ucUsCAR7Tf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucUsCAR7Tf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucUsCAR7Tf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucUsCAR7Tf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucUsCAR7Tf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucUsCAR7Tf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucUsCAR7Tf .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-ucUsCAR7Tf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucUsCAR7Tf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucUsCAR7Tf .dropdown-item.active,
.cid-ucUsCAR7Tf .dropdown-item:active {
  background-color: transparent;
}
.cid-ucUsCAR7Tf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucUsCAR7Tf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucUsCAR7Tf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucUsCAR7Tf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-ucUsCAR7Tf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucUsCAR7Tf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucUsCAR7Tf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucUsCAR7Tf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucUsCAR7Tf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucUsCAR7Tf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-ucUsCAR7Tf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucUsCAR7Tf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucUsCAR7Tf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucUsCAR7Tf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucUsCAR7Tf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucUsCAR7Tf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucUsCAR7Tf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucUsCAR7Tf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucUsCAR7Tf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucUsCAR7Tf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucUsCAR7Tf .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-ucUsCAR7Tf .navbar {
    height: 70px;
  }
  .cid-ucUsCAR7Tf .navbar.opened {
    height: auto;
  }
  .cid-ucUsCAR7Tf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucUsCAR7Tf .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ucUsCAR7Tf .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-ucUsCBZim6 {
  padding-top: 11rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/water-slide-rentals18-1200x675.jpg");
}
.cid-ucUsCBZim6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUsCBZim6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUsCBZim6 .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-ucUsCBZim6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucUsCBZim6 .container {
    padding: 0 16px;
  }
}
.cid-ucUsCBZim6 .row {
  justify-content: space-between;
}
.cid-ucUsCBZim6 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUsCBZim6 .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucUsCBZim6 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ucUsCBZim6 .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucUsCBZim6 .image-wrapper {
    margin-top: 32px;
  }
}
.cid-ucUsCBZim6 .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: .5rem !important;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-ucUsCBZim6 .image-wrapper img {
    width: 100%;
  }
}
.cid-ucUsCBZim6 .image-wrapper .img-absolute {
  position: absolute;
  right: 0;
  bottom: -9rem;
  height: 330px;
  width: 330px;
  border-radius: 100% !important;
}
.cid-ucUsCBZim6 .mbr-section-title {
  color: #ffffff;
}
.cid-ucUsCBZim6 .mbr-text {
  color: #ffffff;
}
.cid-ucUsCCN21a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
.cid-ucUsCCN21a .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUsCCN21a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUsCCN21a .row {
  justify-content: center;
}
.cid-ucUsCCN21a .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-ucUsCCN21a .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-ucUsCCN21a .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-ucUsCCN21a .card-wrapper {
  padding: 104px 72px;
  border-radius: 40px;
  position: relative;
  background-color: #f2f2f2;
  overflow: visible;
}
@media (max-width: 768px) {
  .cid-ucUsCCN21a .card-wrapper {
    padding: 64px 32px;
  }
}
.cid-ucUsCCN21a .card-wrapper .mbr-card-title {
  margin-bottom: 24px;
}
.cid-ucUsCCN21a .card-wrapper .mbr-list {
  margin: 0 0 32px 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
}
.cid-ucUsCCN21a .card-wrapper .mbr-list li {
  margin-bottom: 16px;
}
.cid-ucUsCCN21a .card-wrapper .mbr-list li::before {
  content: '×';
  display: inline;
  margin-right: 18px;
  font-weight: bold;
  color: #101511;
}
.cid-ucUsCCN21a .card-wrapper .image_1 {
  width: 290px;
  height: 260px;
  top: -1rem;
  right: -14rem;
  position: absolute;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ucUsCCN21a .card-wrapper .image_1 {
    display: none;
  }
}
.cid-ucUsCCN21a .card-wrapper .image_2 {
  position: absolute;
  object-fit: cover;
  border-radius: 10px;
  width: 260px;
  height: 220px;
  left: -14rem;
  bottom: -2rem;
}
@media (max-width: 992px) {
  .cid-ucUsCCN21a .card-wrapper .image_2 {
    display: none;
  }
}
.cid-ucUsCCN21a .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucUsCCN21a .mbr-card-title {
  color: #101511;
}
.cid-ucUsCCN21a .mbr-list {
  color: #000000;
}
.cid-ucUsCCN21a .mbr-card-title,
.cid-ucUsCCN21a .mbr-section-btn {
  text-align: center;
}
.cid-ucUsCDxc9D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUsCDxc9D .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUsCDxc9D .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-ucUsCDxc9D .container {
    padding: 0 22px;
  }
}
.cid-ucUsCDxc9D .row {
  justify-content: center;
}
.cid-ucUsCDxc9D .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucUsCDxc9D .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucUsCDxc9D .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-ucUsCDxc9D .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucUsCDxc9D .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ucUsCDxc9D .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUsCDxc9D .mbr-section-title {
  color: #ffffff;
}
.cid-ucUsCDxc9D .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ucUsCDxc9D .mbr-section-title,
.cid-ucUsCDxc9D .icon-wrapper {
  text-align: center;
}
.cid-ucUsCE8f1v {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #00b668;
}
.cid-ucUsCE8f1v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUsCE8f1v .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-ucUsCE8f1v .container {
    padding: 0 22px;
  }
}
.cid-ucUsCE8f1v .row {
  justify-content: center;
}
.cid-ucUsCE8f1v .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUsCE8f1v .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucUsCE8f1v .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUsCE8f1v .item {
    margin-bottom: 20px;
  }
}
.cid-ucUsCE8f1v .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-ucUsCE8f1v .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUsCE8f1v .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-ucUsCE8f1v .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-ucUsCE8f1v .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ucUsCE8f1v .mbr-section-title {
  color: #ffffff;
}
.cid-ucUsCE8f1v .card-title {
  color: #ffffff;
}
.cid-ucUsCE8f1v .card-text {
  color: #ffffff;
}
.cid-ucUsCE8f1v .mbr-section-title,
.cid-ucUsCE8f1v .mbr-section-btn {
  text-align: center;
}
.cid-ucUsCE8f1v .card-title,
.cid-ucUsCE8f1v .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucUsCF9OjH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUsCF9OjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUsCF9OjH .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-ucUsCF9OjH .container {
    padding: 0 22px;
  }
}
.cid-ucUsCF9OjH .row {
  justify-content: space-between;
}
.cid-ucUsCF9OjH .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUsCF9OjH .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucUsCF9OjH .text-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUsCF9OjH .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUsCF9OjH .text-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ucUsCF9OjH .image-wrapper img {
  height: 700px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucUsCF9OjH .image-wrapper img {
    height: 350px;
  }
}
.cid-ucUsCF9OjH .mbr-section-title {
  color: #000000;
}
.cid-ucUsCF9OjH .mbr-text {
  color: #ffffff;
}
.cid-ucUsCF9OjH .mbr-text,
.cid-ucUsCF9OjH .mbr-section-btn {
  color: #000000;
}
.cid-ucUsCFIMnn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
  overflow: hidden;
}
.cid-ucUsCFIMnn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUsCFIMnn .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-ucUsCFIMnn .container {
    padding: 0 22px;
  }
}
.cid-ucUsCFIMnn .card {
  justify-content: center;
}
.cid-ucUsCFIMnn .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ucUsCFIMnn .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ucUsCFIMnn .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucUsCFIMnn .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUsCFIMnn .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucUsCFIMnn .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-ucUsCFIMnn .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ucUsCFIMnn .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ucUsCFIMnn .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ucUsCFIMnn .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-ucUsCFIMnn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUsCFIMnn .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ucUsCGgHYM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUsCGgHYM .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUsCGgHYM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUsCGgHYM .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-ucUsCGgHYM .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucUsCGgHYM .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ucUsCGgHYM .container {
    padding: 0 22px;
  }
}
.cid-ucUsCGgHYM .card {
  justify-content: center;
}
.cid-ucUsCGgHYM .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-ucUsCGgHYM .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUsCGgHYM .content-wrapper {
    padding: 0;
  }
}
.cid-ucUsCGgHYM .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucUsCGgHYM .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ucUsCGgHYM .image-wrapper {
  padding-right: 64px;
  padding-right: 0;
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-ucUsCGgHYM .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUsCGgHYM .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-ucUsCGgHYM .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucUsCGgHYM .image-wrapper img {
    height: 350px;
  }
}
.cid-ucUsCGgHYM .mbr-section-title {
  color: #ffffff;
}
.cid-ucUsCGgHYM .mbr-text {
  color: #000000;
}
.cid-ucUsCGgHYM .mbr-section-title,
.cid-ucUsCGgHYM .mbr-section-btn {
  color: #000000;
}
.cid-ucUsCGVxc4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
.cid-ucUsCGVxc4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUsCGVxc4 .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-ucUsCGVxc4 .container {
    padding: 0 22px;
  }
}
.cid-ucUsCGVxc4 .row {
  justify-content: center;
}
.cid-ucUsCGVxc4 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUsCGVxc4 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucUsCGVxc4 .panel-group .card {
  border-radius: 0 !important;
}
.cid-ucUsCGVxc4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding: 20px;
}
.cid-ucUsCGVxc4 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucUsCGVxc4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucUsCGVxc4 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucUsCGVxc4 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucUsCGVxc4 .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-ucUsCGVxc4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucUsCGVxc4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUsCGVxc4 .panel-title-edit {
  color: #000000;
}
.cid-ucUsCGVxc4 .panel-text {
  color: #ffffff;
}
.cid-ucUsCI2W1R {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ucUsCI2W1R .container {
    padding: 0 24px;
  }
}
.cid-ucUsCI2W1R .card {
  justify-content: center;
}
.cid-ucUsCI2W1R .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ucUsCI2W1R .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-ucUsCI2W1R .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucUsCI2W1R .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucUsCI2W1R .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-ucUsCI2W1R .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-ucUsCI2W1R .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ucUsCI2W1R .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-ucUsCI2W1R .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-ucUsCI2W1R .mbr-section-title {
  color: #F9F6E0;
}
.cid-ucUsCI2W1R .mbr-desc {
  color: #F9F6E0;
}
.cid-ucUsCI2W1R .mbr-text {
  color: #000000;
}
.cid-ucUsCI2W1R .mbr-section-btn {
  text-align: right;
}
.cid-ucUsCI2W1R .mbr-section-title,
.cid-ucUsCI2W1R .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ucUsCIJGFT {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #00b668;
  overflow: hidden;
}
.cid-ucUsCIJGFT .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUsCIJGFT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUsCIJGFT .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucUsCIJGFT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucUsCIJGFT .container {
    padding: 0 30px;
  }
}
.cid-ucUsCIJGFT .card {
  justify-content: center;
}
.cid-ucUsCIJGFT .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucUsCIJGFT .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ucUsCIJGFT .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-ucUsCIJGFT .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ucUsCIJGFT .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  border-bottom: 1px solid #bee0d6;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-ucUsCIJGFT .items-wrapper {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-ucUsCIJGFT .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-ucUsCIJGFT .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 992px) {
  .cid-ucUsCIJGFT .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-ucUsCIJGFT .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-ucUsCIJGFT .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: .5;
  transform: scale(1.1);
}
.cid-ucUsCIJGFT .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-ucUsCIJGFT .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-ucUsCIJGFT .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title,
.cid-ucUsCIJGFT .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title {
  color: #ffffff;
}
.cid-ucUsCIJGFT .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title:before,
.cid-ucUsCIJGFT .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title:before {
  width: 100%;
}
.cid-ucUsCIJGFT .items-wrapper .item:hover .item-wrapper .item-content .text-wrapper .item-text,
.cid-ucUsCIJGFT .items-wrapper .item:focus .item-wrapper .item-content .text-wrapper .item-text {
  color: #ffffff;
}
.cid-ucUsCIJGFT .items-wrapper .item:hover .item-wrapper .item-content .list,
.cid-ucUsCIJGFT .items-wrapper .item:focus .item-wrapper .item-content .list {
  color: #ffffff;
}
.cid-ucUsCIJGFT .items-wrapper .item:hover .item-wrapper .item-content .list .item-wrap,
.cid-ucUsCIJGFT .items-wrapper .item:focus .item-wrapper .item-content .list .item-wrap {
  border-color: #ffffff;
}
.cid-ucUsCIJGFT .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ucUsCIJGFT .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-ucUsCIJGFT .items-wrapper .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucUsCIJGFT .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ucUsCIJGFT .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-ucUsCIJGFT .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ucUsCIJGFT .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-ucUsCIJGFT .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucUsCIJGFT .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.cid-ucUsCIJGFT .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ucUsCIJGFT .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding: 0 12px;
  border-left: 1px solid #bee0d6;
  transition: all 0.3s ease-in-out;
}
.cid-ucUsCIJGFT .items-wrapper .item .item-wrapper .item-content .list .item-wrap:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ucUsCIJGFT .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  padding-right: 0;
}
.cid-ucUsCIJGFT .mbr-desc {
  color: #bee0d6;
}
.cid-ucUsCIJGFT .item-title {
  color: #bee0d6;
}
.cid-ucUsCIJGFT .item-text {
  color: #bee0d6;
}
.cid-ucUsCIJGFT .list {
  color: #bee0d6;
}
.cid-ucUsCIJGFT .item-title,
.cid-ucUsCIJGFT .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucUsCJAIAA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUsCJAIAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUsCJAIAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUsCJAIAA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucUsCJAIAA .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUsCJAIAA .container {
    padding: 0 16px;
  }
}
.cid-ucUsCJAIAA .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucUsCJAIAA .row {
    margin: 0 10px;
  }
}
.cid-ucUsCJAIAA .row .card {
  padding: 0;
}
.cid-ucUsCJAIAA .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-ucUsCJAIAA .row .card:first-child {
    padding: 0;
  }
}
.cid-ucUsCJAIAA .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #00b668;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ucUsCJAIAA .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-ucUsCJAIAA .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ucUsCJAIAA .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ucUsCJAIAA .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-ucUsCJAIAA .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucUsCJAIAA .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-ucUsCJAIAA .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucUsCJAIAA .content-wrapper {
    padding: 20px;
  }
}
.cid-ucUsCJAIAA .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ucUsCJAIAA .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ucUsCJAIAA .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ucUsCJAIAA .mbr-section-title {
  color: #192227;
}
.cid-ucUsCJAIAA .mbr-desc {
  color: #192227;
}
.cid-ucUsCJAIAA .mbr-text {
  color: #fdfcfc;
}
.cid-ucUsCJAIAA .mbr-text,
.cid-ucUsCJAIAA .mbr-section-btn {
  color: #000000;
}
.cid-ucUsCKluxr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
@media (max-width: 992px) {
  .cid-ucUsCKluxr .container {
    padding: 0 22px;
  }
}
.cid-ucUsCKluxr .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-ucUsCKluxr .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ucUsCKluxr .embla__slide .slide-content {
  width: 100%;
}
.cid-ucUsCKluxr .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ucUsCKluxr .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ucUsCKluxr .embla__button--next,
.cid-ucUsCKluxr .embla__button--prev {
  display: flex;
}
.cid-ucUsCKluxr .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ucUsCKluxr .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-ucUsCKluxr .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ucUsCKluxr .embla__button:hover {
  opacity: 1 !important;
}
.cid-ucUsCKluxr .embla__button.embla__button--prev {
  left: 20px;
}
.cid-ucUsCKluxr .embla__button.embla__button--next {
  right: 20px;
}
.cid-ucUsCKluxr .card {
  justify-content: center;
}
.cid-ucUsCKluxr .embla {
  position: relative;
  width: 100%;
}
.cid-ucUsCKluxr .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ucUsCKluxr .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ucUsCKluxr .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ucUsCKluxr .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ucUsCKluxr .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUsCKluxr .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUsCKluxr .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucUsCKluxr .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucUsCKluxr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUsCKluxr .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucUsCLFiLy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUsCLFiLy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUsCLFiLy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUsCLFiLy .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucUsCLFiLy .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucUsCLFiLy .container {
    padding: 0 12px;
  }
}
.cid-ucUsCLFiLy .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUsCLFiLy .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucUsCLFiLy .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #00b668;
}
@media (max-width: 992px) {
  .cid-ucUsCLFiLy .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ucUsCLFiLy .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucUsCLFiLy .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ucUsCLFiLy .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ucUsCLFiLy .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ucUsCLFiLy .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ucUsCLFiLy .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ucUsCLFiLy .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ucUsCLFiLy .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ucUsCLFiLy .mbr-section-subtitle {
  color: #222222;
}
.cid-ucUsCLFiLy .mbr-text {
  color: #222222;
}
.cid-ucUsCLFiLy .list {
  color: #222222;
}
.cid-ucUsCMog39 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
.cid-ucUsCMog39 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUsCMog39 .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-ucUsCMog39 .container {
    padding: 0 20px;
  }
}
.cid-ucUsCMog39 .row {
  margin: 0;
}
.cid-ucUsCMog39 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucUsCMog39 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucUsCMog39 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucUsCMog39 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucUsCMog39 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucUsCMog39 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucUsCMog39 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUsCNiQf9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUsCNiQf9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUsCNiQf9 .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-ucUsCNiQf9 .container {
    padding: 0 30px;
  }
}
.cid-ucUsCNiQf9 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
  opacity: .6;
}
.cid-ucUsCNiQf9 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucUsCNiQf9 .content-wrapper .image-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-ucUsCNiQf9 .content-wrapper .image-wrapper {
    margin-top: 45px;
  }
}
.cid-ucUsCNiQf9 .content-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucUsCNiQf9 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ucUsCNiQf9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUsCNiQf9 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucUu221eA0 {
  overflow: hidden;
  background-color: #00b668;
}
.cid-ucUu221eA0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUu221eA0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUu221eA0 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ucUu221eA0 .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ucUu221eA0 .container {
    padding: 0 24px;
  }
}
.cid-ucUu221eA0 .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-ucUu221eA0 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucUu221eA0 .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-ucUu221eA0 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-ucUu221eA0 .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-ucUu221eA0 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucUu221eA0 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucUu221eA0 .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-ucUu221eA0 .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-ucUu221eA0 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-ucUu221eA0 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-ucUu221eA0 .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-ucUu221eA0 .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-ucUu221eA0 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucUu221eA0 .mbr-desc {
  color: #202020;
}
.cid-ucUu221eA0 .mbr-section-title {
  color: #202020;
}
.cid-ucUu221eA0 .panel-title-edit {
  color: #202020;
}
.cid-ucUu221eA0 .panel-text {
  color: #202020;
}
.cid-ucUu221eA0 .mbr-desc,
.cid-ucUu221eA0 .desc-wrapper {
  text-align: center;
}
.cid-ucUsCO3Lvf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucUsCO3Lvf .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUsCO3Lvf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUsCO3Lvf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucUsCO3Lvf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUsCO3Lvf .container {
    padding: 0 16px;
  }
}
.cid-ucUsCO3Lvf .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucUsCO3Lvf .google-map iframe {
    height: 350px;
  }
}
.cid-ucUsCOZYcy {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00b668;
  overflow: hidden;
}
.cid-ucUsCOZYcy::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-ucUsCOZYcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUsCOZYcy .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-ucUsCOZYcy .container {
    padding: 0 22px;
  }
}
.cid-ucUsCOZYcy .row {
  position: relative;
  z-index: 1;
}
.cid-ucUsCOZYcy .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ucUsCOZYcy .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucUsCOZYcy .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucUsCOZYcy .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucUsCOZYcy .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUsCOZYcy .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucUsCOZYcy .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUsCOZYcy .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucUsCOZYcy .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ucUsCOZYcy .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucUsCOZYcy .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ucUsCOZYcy .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ucUsCOZYcy .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucUsCOZYcy .nav-wrapper .list .item-wrap:hover,
.cid-ucUsCOZYcy .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ucUsCOZYcy .nav-wrapper .list .item-wrap:hover::before,
.cid-ucUsCOZYcy .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ucUsCOZYcy .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucUsCOZYcy .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUsCOZYcy .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucUsCOZYcy .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ucUsCOZYcy .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ucUsCOZYcy .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ucUsCOZYcy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ucUsCOZYcy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ucUsCOZYcy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ucUsCOZYcy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ucUsCOZYcy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ucUsCOZYcy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucUsCOZYcy .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucUsCOZYcy .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUsCOZYcy .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucUsCOZYcy .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ucUsCOZYcy .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ucUsCOZYcy .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucUsCOZYcy .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ucUsCOZYcy .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ucUsCOZYcy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ucUsCOZYcy .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ucUsCOZYcy .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ucUsCOZYcy .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ucUsCOZYcy .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ucUsCOZYcy .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucUsCOZYcy .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-ucUsCOZYcy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUsCOZYcy .mbr-text {
  color: #ffffff;
}
.cid-ucUsCOZYcy .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucUsCOZYcy .list {
  color: #ffffff;
}
.cid-ucUsCOZYcy .mbr-contact {
  color: #ffffff;
}
.cid-ucUsCOZYcy .mbr-desc {
  color: #ffffff;
}
.cid-ucUsCOZYcy .mbr-desc,
.cid-ucUsCOZYcy .mbr-section-btn {
  text-align: center;
}
.cid-ucUsCOZYcy .mbr-contact,
.cid-ucUsCOZYcy .item-contact {
  text-align: center;
  color: #000000;
}
.cid-ucUsCOZYcy .list,
.cid-ucUsCOZYcy .item-wrap {
  color: #000000;
}
.cid-ucUBOAIEaf {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucUBOAIEaf .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ucUBOAIEaf .container {
    padding: 0 ;
  }
}
.cid-ucUBOAIEaf .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-ucUBOAIEaf .navbar.opened {
  transition: all 0.3s;
}
.cid-ucUBOAIEaf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucUBOAIEaf .navbar .navbar-logo img {
  width: auto;
}
.cid-ucUBOAIEaf .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucUBOAIEaf .navbar.collapsed {
  justify-content: center;
}
.cid-ucUBOAIEaf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucUBOAIEaf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucUBOAIEaf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucUBOAIEaf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucUBOAIEaf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucUBOAIEaf .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-ucUBOAIEaf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucUBOAIEaf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucUBOAIEaf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucUBOAIEaf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucUBOAIEaf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucUBOAIEaf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucUBOAIEaf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucUBOAIEaf .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-ucUBOAIEaf .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucUBOAIEaf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucUBOAIEaf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucUBOAIEaf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucUBOAIEaf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucUBOAIEaf .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-ucUBOAIEaf .navbar.navbar-short {
  min-height: 110px;
}
.cid-ucUBOAIEaf .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucUBOAIEaf .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucUBOAIEaf .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-ucUBOAIEaf nav.navbar {
  position: fixed;
}
.cid-ucUBOAIEaf .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-ucUBOAIEaf .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-ucUBOAIEaf .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucUBOAIEaf .dropdown-item:hover,
.cid-ucUBOAIEaf .dropdown-item:focus {
  background: #5000b5 !important;
  color: white !important;
}
.cid-ucUBOAIEaf .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucUBOAIEaf .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucUBOAIEaf .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucUBOAIEaf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucUBOAIEaf .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucUBOAIEaf .dropdown-menu,
.cid-ucUBOAIEaf .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-ucUBOAIEaf .nav-item:focus,
.cid-ucUBOAIEaf .nav-link:focus {
  outline: none;
}
.cid-ucUBOAIEaf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucUBOAIEaf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucUBOAIEaf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucUBOAIEaf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucUBOAIEaf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucUBOAIEaf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucUBOAIEaf .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-ucUBOAIEaf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucUBOAIEaf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucUBOAIEaf .dropdown-item.active,
.cid-ucUBOAIEaf .dropdown-item:active {
  background-color: transparent;
}
.cid-ucUBOAIEaf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucUBOAIEaf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucUBOAIEaf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucUBOAIEaf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-ucUBOAIEaf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucUBOAIEaf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucUBOAIEaf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucUBOAIEaf .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucUBOAIEaf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucUBOAIEaf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-ucUBOAIEaf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucUBOAIEaf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucUBOAIEaf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucUBOAIEaf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucUBOAIEaf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucUBOAIEaf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucUBOAIEaf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucUBOAIEaf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucUBOAIEaf .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucUBOAIEaf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucUBOAIEaf .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-ucUBOAIEaf .navbar {
    height: 70px;
  }
  .cid-ucUBOAIEaf .navbar.opened {
    height: auto;
  }
  .cid-ucUBOAIEaf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucUBOAIEaf .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ucUBOAIEaf .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-ucUBODznAh {
  padding-top: 11rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/water-slide-rentals23-1500x980.jpg");
}
.cid-ucUBODznAh .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBODznAh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUBODznAh .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-ucUBODznAh .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucUBODznAh .container {
    padding: 0 16px;
  }
}
.cid-ucUBODznAh .row {
  justify-content: space-between;
}
.cid-ucUBODznAh .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUBODznAh .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucUBODznAh .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ucUBODznAh .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucUBODznAh .image-wrapper {
    margin-top: 32px;
  }
}
.cid-ucUBODznAh .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: .5rem !important;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-ucUBODznAh .image-wrapper img {
    width: 100%;
  }
}
.cid-ucUBODznAh .image-wrapper .img-absolute {
  position: absolute;
  right: 0;
  bottom: -9rem;
  height: 330px;
  width: 330px;
  border-radius: 100% !important;
}
.cid-ucUBODznAh .mbr-section-title {
  color: #ffffff;
}
.cid-ucUBODznAh .mbr-text {
  color: #ffffff;
}
.cid-ucUBOFMGT2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
.cid-ucUBOFMGT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBOFMGT2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUBOFMGT2 .row {
  justify-content: center;
}
.cid-ucUBOFMGT2 .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-ucUBOFMGT2 .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-ucUBOFMGT2 .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-ucUBOFMGT2 .card-wrapper {
  padding: 104px 72px;
  border-radius: 40px;
  position: relative;
  background-color: #f2f2f2;
  overflow: visible;
}
@media (max-width: 768px) {
  .cid-ucUBOFMGT2 .card-wrapper {
    padding: 64px 32px;
  }
}
.cid-ucUBOFMGT2 .card-wrapper .mbr-card-title {
  margin-bottom: 24px;
}
.cid-ucUBOFMGT2 .card-wrapper .mbr-list {
  margin: 0 0 32px 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
}
.cid-ucUBOFMGT2 .card-wrapper .mbr-list li {
  margin-bottom: 16px;
}
.cid-ucUBOFMGT2 .card-wrapper .mbr-list li::before {
  content: '×';
  display: inline;
  margin-right: 18px;
  font-weight: bold;
  color: #101511;
}
.cid-ucUBOFMGT2 .card-wrapper .image_1 {
  width: 290px;
  height: 260px;
  top: -1rem;
  right: -14rem;
  position: absolute;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ucUBOFMGT2 .card-wrapper .image_1 {
    display: none;
  }
}
.cid-ucUBOFMGT2 .card-wrapper .image_2 {
  position: absolute;
  object-fit: cover;
  border-radius: 10px;
  width: 260px;
  height: 220px;
  left: -14rem;
  bottom: -2rem;
}
@media (max-width: 992px) {
  .cid-ucUBOFMGT2 .card-wrapper .image_2 {
    display: none;
  }
}
.cid-ucUBOFMGT2 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucUBOFMGT2 .mbr-card-title {
  color: #101511;
}
.cid-ucUBOFMGT2 .mbr-list {
  color: #000000;
}
.cid-ucUBOFMGT2 .mbr-card-title,
.cid-ucUBOFMGT2 .mbr-section-btn {
  text-align: center;
}
.cid-ucUBOHB2ae {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUBOHB2ae .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBOHB2ae .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-ucUBOHB2ae .container {
    padding: 0 22px;
  }
}
.cid-ucUBOHB2ae .row {
  justify-content: center;
}
.cid-ucUBOHB2ae .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucUBOHB2ae .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucUBOHB2ae .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-ucUBOHB2ae .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucUBOHB2ae .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ucUBOHB2ae .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUBOHB2ae .mbr-section-title {
  color: #ffffff;
}
.cid-ucUBOHB2ae .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ucUBOHB2ae .mbr-section-title,
.cid-ucUBOHB2ae .icon-wrapper {
  text-align: center;
}
.cid-ucUBOIvb6Z {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #00b668;
}
.cid-ucUBOIvb6Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBOIvb6Z .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-ucUBOIvb6Z .container {
    padding: 0 22px;
  }
}
.cid-ucUBOIvb6Z .row {
  justify-content: center;
}
.cid-ucUBOIvb6Z .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUBOIvb6Z .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucUBOIvb6Z .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUBOIvb6Z .item {
    margin-bottom: 20px;
  }
}
.cid-ucUBOIvb6Z .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-ucUBOIvb6Z .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucUBOIvb6Z .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-ucUBOIvb6Z .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-ucUBOIvb6Z .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ucUBOIvb6Z .mbr-section-title {
  color: #ffffff;
}
.cid-ucUBOIvb6Z .card-title {
  color: #ffffff;
}
.cid-ucUBOIvb6Z .card-text {
  color: #ffffff;
}
.cid-ucUBOIvb6Z .mbr-section-title,
.cid-ucUBOIvb6Z .mbr-section-btn {
  text-align: center;
}
.cid-ucUBOIvb6Z .card-title,
.cid-ucUBOIvb6Z .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucUBOJM5wS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUBOJM5wS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBOJM5wS .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-ucUBOJM5wS .container {
    padding: 0 22px;
  }
}
.cid-ucUBOJM5wS .row {
  justify-content: space-between;
}
.cid-ucUBOJM5wS .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUBOJM5wS .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucUBOJM5wS .text-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUBOJM5wS .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUBOJM5wS .text-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ucUBOJM5wS .image-wrapper img {
  height: 700px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucUBOJM5wS .image-wrapper img {
    height: 350px;
  }
}
.cid-ucUBOJM5wS .mbr-section-title {
  color: #000000;
}
.cid-ucUBOJM5wS .mbr-text {
  color: #ffffff;
}
.cid-ucUBOJM5wS .mbr-text,
.cid-ucUBOJM5wS .mbr-section-btn {
  color: #000000;
}
.cid-ucUBOKGzuZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
  overflow: hidden;
}
.cid-ucUBOKGzuZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBOKGzuZ .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-ucUBOKGzuZ .container {
    padding: 0 22px;
  }
}
.cid-ucUBOKGzuZ .card {
  justify-content: center;
}
.cid-ucUBOKGzuZ .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ucUBOKGzuZ .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ucUBOKGzuZ .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucUBOKGzuZ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUBOKGzuZ .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucUBOKGzuZ .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-ucUBOKGzuZ .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ucUBOKGzuZ .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ucUBOKGzuZ .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ucUBOKGzuZ .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-ucUBOKGzuZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUBOKGzuZ .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ucUBOM2TNB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUBOM2TNB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBOM2TNB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUBOM2TNB .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-ucUBOM2TNB .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucUBOM2TNB .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ucUBOM2TNB .container {
    padding: 0 22px;
  }
}
.cid-ucUBOM2TNB .card {
  justify-content: center;
}
.cid-ucUBOM2TNB .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-ucUBOM2TNB .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUBOM2TNB .content-wrapper {
    padding: 0;
  }
}
.cid-ucUBOM2TNB .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucUBOM2TNB .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ucUBOM2TNB .image-wrapper {
  padding-right: 64px;
  padding-right: 0;
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-ucUBOM2TNB .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUBOM2TNB .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-ucUBOM2TNB .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucUBOM2TNB .image-wrapper img {
    height: 350px;
  }
}
.cid-ucUBOM2TNB .mbr-section-title {
  color: #ffffff;
}
.cid-ucUBOM2TNB .mbr-text {
  color: #000000;
}
.cid-ucUBOM2TNB .mbr-section-title,
.cid-ucUBOM2TNB .mbr-section-btn {
  color: #000000;
}
.cid-ucUBONuMQw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
.cid-ucUBONuMQw .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBONuMQw .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-ucUBONuMQw .container {
    padding: 0 22px;
  }
}
.cid-ucUBONuMQw .row {
  justify-content: center;
}
.cid-ucUBONuMQw .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUBONuMQw .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucUBONuMQw .panel-group .card {
  border-radius: 0 !important;
}
.cid-ucUBONuMQw .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding: 20px;
}
.cid-ucUBONuMQw .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucUBONuMQw .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucUBONuMQw .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucUBONuMQw .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucUBONuMQw .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-ucUBONuMQw .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucUBONuMQw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUBONuMQw .panel-title-edit {
  color: #000000;
}
.cid-ucUBONuMQw .panel-text {
  color: #ffffff;
}
.cid-ucUBOPhLWf {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ucUBOPhLWf .container {
    padding: 0 24px;
  }
}
.cid-ucUBOPhLWf .card {
  justify-content: center;
}
.cid-ucUBOPhLWf .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ucUBOPhLWf .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-ucUBOPhLWf .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucUBOPhLWf .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucUBOPhLWf .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-ucUBOPhLWf .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-ucUBOPhLWf .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ucUBOPhLWf .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-ucUBOPhLWf .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-ucUBOPhLWf .mbr-section-title {
  color: #F9F6E0;
}
.cid-ucUBOPhLWf .mbr-desc {
  color: #F9F6E0;
}
.cid-ucUBOPhLWf .mbr-text {
  color: #000000;
}
.cid-ucUBOPhLWf .mbr-section-btn {
  text-align: right;
}
.cid-ucUBOPhLWf .mbr-section-title,
.cid-ucUBOPhLWf .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ucUBOQlcOp {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #00b668;
  overflow: hidden;
}
.cid-ucUBOQlcOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBOQlcOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUBOQlcOp .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucUBOQlcOp .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucUBOQlcOp .container {
    padding: 0 30px;
  }
}
.cid-ucUBOQlcOp .card {
  justify-content: center;
}
.cid-ucUBOQlcOp .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucUBOQlcOp .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ucUBOQlcOp .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-ucUBOQlcOp .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ucUBOQlcOp .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  border-bottom: 1px solid #bee0d6;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-ucUBOQlcOp .items-wrapper {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-ucUBOQlcOp .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-ucUBOQlcOp .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 992px) {
  .cid-ucUBOQlcOp .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-ucUBOQlcOp .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-ucUBOQlcOp .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: .5;
  transform: scale(1.1);
}
.cid-ucUBOQlcOp .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-ucUBOQlcOp .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-ucUBOQlcOp .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title,
.cid-ucUBOQlcOp .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title {
  color: #ffffff;
}
.cid-ucUBOQlcOp .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title:before,
.cid-ucUBOQlcOp .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title:before {
  width: 100%;
}
.cid-ucUBOQlcOp .items-wrapper .item:hover .item-wrapper .item-content .text-wrapper .item-text,
.cid-ucUBOQlcOp .items-wrapper .item:focus .item-wrapper .item-content .text-wrapper .item-text {
  color: #ffffff;
}
.cid-ucUBOQlcOp .items-wrapper .item:hover .item-wrapper .item-content .list,
.cid-ucUBOQlcOp .items-wrapper .item:focus .item-wrapper .item-content .list {
  color: #ffffff;
}
.cid-ucUBOQlcOp .items-wrapper .item:hover .item-wrapper .item-content .list .item-wrap,
.cid-ucUBOQlcOp .items-wrapper .item:focus .item-wrapper .item-content .list .item-wrap {
  border-color: #ffffff;
}
.cid-ucUBOQlcOp .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ucUBOQlcOp .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-ucUBOQlcOp .items-wrapper .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucUBOQlcOp .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ucUBOQlcOp .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-ucUBOQlcOp .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ucUBOQlcOp .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-ucUBOQlcOp .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucUBOQlcOp .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.cid-ucUBOQlcOp .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ucUBOQlcOp .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding: 0 12px;
  border-left: 1px solid #bee0d6;
  transition: all 0.3s ease-in-out;
}
.cid-ucUBOQlcOp .items-wrapper .item .item-wrapper .item-content .list .item-wrap:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ucUBOQlcOp .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  padding-right: 0;
}
.cid-ucUBOQlcOp .mbr-desc {
  color: #bee0d6;
}
.cid-ucUBOQlcOp .item-title {
  color: #bee0d6;
}
.cid-ucUBOQlcOp .item-text {
  color: #bee0d6;
}
.cid-ucUBOQlcOp .list {
  color: #bee0d6;
}
.cid-ucUBOQlcOp .item-title,
.cid-ucUBOQlcOp .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucUBORC8kv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUBORC8kv .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBORC8kv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUBORC8kv .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucUBORC8kv .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUBORC8kv .container {
    padding: 0 16px;
  }
}
.cid-ucUBORC8kv .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucUBORC8kv .row {
    margin: 0 10px;
  }
}
.cid-ucUBORC8kv .row .card {
  padding: 0;
}
.cid-ucUBORC8kv .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-ucUBORC8kv .row .card:first-child {
    padding: 0;
  }
}
.cid-ucUBORC8kv .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #00b668;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ucUBORC8kv .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-ucUBORC8kv .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ucUBORC8kv .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ucUBORC8kv .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-ucUBORC8kv .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucUBORC8kv .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-ucUBORC8kv .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucUBORC8kv .content-wrapper {
    padding: 20px;
  }
}
.cid-ucUBORC8kv .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ucUBORC8kv .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ucUBORC8kv .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ucUBORC8kv .mbr-section-title {
  color: #192227;
}
.cid-ucUBORC8kv .mbr-desc {
  color: #192227;
}
.cid-ucUBORC8kv .mbr-text {
  color: #fdfcfc;
}
.cid-ucUBORC8kv .mbr-text,
.cid-ucUBORC8kv .mbr-section-btn {
  color: #000000;
}
.cid-ucUBOSCfKZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
@media (max-width: 992px) {
  .cid-ucUBOSCfKZ .container {
    padding: 0 22px;
  }
}
.cid-ucUBOSCfKZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-ucUBOSCfKZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ucUBOSCfKZ .embla__slide .slide-content {
  width: 100%;
}
.cid-ucUBOSCfKZ .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ucUBOSCfKZ .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ucUBOSCfKZ .embla__button--next,
.cid-ucUBOSCfKZ .embla__button--prev {
  display: flex;
}
.cid-ucUBOSCfKZ .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ucUBOSCfKZ .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-ucUBOSCfKZ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ucUBOSCfKZ .embla__button:hover {
  opacity: 1 !important;
}
.cid-ucUBOSCfKZ .embla__button.embla__button--prev {
  left: 20px;
}
.cid-ucUBOSCfKZ .embla__button.embla__button--next {
  right: 20px;
}
.cid-ucUBOSCfKZ .card {
  justify-content: center;
}
.cid-ucUBOSCfKZ .embla {
  position: relative;
  width: 100%;
}
.cid-ucUBOSCfKZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ucUBOSCfKZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ucUBOSCfKZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ucUBOSCfKZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ucUBOSCfKZ .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUBOSCfKZ .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUBOSCfKZ .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucUBOSCfKZ .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucUBOSCfKZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUBOSCfKZ .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucUBOU4eFj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUBOU4eFj .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBOU4eFj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUBOU4eFj .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucUBOU4eFj .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucUBOU4eFj .container {
    padding: 0 12px;
  }
}
.cid-ucUBOU4eFj .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucUBOU4eFj .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucUBOU4eFj .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #00b668;
}
@media (max-width: 992px) {
  .cid-ucUBOU4eFj .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ucUBOU4eFj .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucUBOU4eFj .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ucUBOU4eFj .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ucUBOU4eFj .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ucUBOU4eFj .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ucUBOU4eFj .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ucUBOU4eFj .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ucUBOU4eFj .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ucUBOU4eFj .mbr-section-subtitle {
  color: #222222;
}
.cid-ucUBOU4eFj .mbr-text {
  color: #222222;
}
.cid-ucUBOU4eFj .list {
  color: #222222;
}
.cid-ucUBOV10oS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
.cid-ucUBOV10oS .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBOV10oS .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-ucUBOV10oS .container {
    padding: 0 20px;
  }
}
.cid-ucUBOV10oS .row {
  margin: 0;
}
.cid-ucUBOV10oS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucUBOV10oS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucUBOV10oS .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucUBOV10oS .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucUBOV10oS .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucUBOV10oS .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucUBOV10oS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUBOVSjo2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucUBOVSjo2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBOVSjo2 .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-ucUBOVSjo2 .container {
    padding: 0 30px;
  }
}
.cid-ucUBOVSjo2 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
  opacity: .6;
}
.cid-ucUBOVSjo2 .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucUBOVSjo2 .content-wrapper .image-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-ucUBOVSjo2 .content-wrapper .image-wrapper {
    margin-top: 45px;
  }
}
.cid-ucUBOVSjo2 .content-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucUBOVSjo2 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ucUBOVSjo2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUBOVSjo2 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucUBOWH2Mc {
  overflow: hidden;
  background-color: #00b668;
}
.cid-ucUBOWH2Mc .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBOWH2Mc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUBOWH2Mc .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ucUBOWH2Mc .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ucUBOWH2Mc .container {
    padding: 0 24px;
  }
}
.cid-ucUBOWH2Mc .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-ucUBOWH2Mc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucUBOWH2Mc .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-ucUBOWH2Mc .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-ucUBOWH2Mc .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-ucUBOWH2Mc .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucUBOWH2Mc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucUBOWH2Mc .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-ucUBOWH2Mc .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-ucUBOWH2Mc .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-ucUBOWH2Mc .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-ucUBOWH2Mc .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-ucUBOWH2Mc .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-ucUBOWH2Mc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucUBOWH2Mc .mbr-desc {
  color: #202020;
}
.cid-ucUBOWH2Mc .mbr-section-title {
  color: #202020;
}
.cid-ucUBOWH2Mc .panel-title-edit {
  color: #202020;
}
.cid-ucUBOWH2Mc .panel-text {
  color: #202020;
}
.cid-ucUBOWH2Mc .mbr-desc,
.cid-ucUBOWH2Mc .desc-wrapper {
  text-align: center;
}
.cid-ucUBOXImHz {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucUBOXImHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBOXImHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucUBOXImHz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucUBOXImHz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucUBOXImHz .container {
    padding: 0 16px;
  }
}
.cid-ucUBOXImHz .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucUBOXImHz .google-map iframe {
    height: 350px;
  }
}
.cid-ucUBOYy3St {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00b668;
  overflow: hidden;
}
.cid-ucUBOYy3St::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-ucUBOYy3St .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucUBOYy3St .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-ucUBOYy3St .container {
    padding: 0 22px;
  }
}
.cid-ucUBOYy3St .row {
  position: relative;
  z-index: 1;
}
.cid-ucUBOYy3St .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ucUBOYy3St .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucUBOYy3St .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucUBOYy3St .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucUBOYy3St .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUBOYy3St .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucUBOYy3St .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucUBOYy3St .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucUBOYy3St .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ucUBOYy3St .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucUBOYy3St .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ucUBOYy3St .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ucUBOYy3St .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucUBOYy3St .nav-wrapper .list .item-wrap:hover,
.cid-ucUBOYy3St .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ucUBOYy3St .nav-wrapper .list .item-wrap:hover::before,
.cid-ucUBOYy3St .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ucUBOYy3St .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucUBOYy3St .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUBOYy3St .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucUBOYy3St .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ucUBOYy3St .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ucUBOYy3St .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ucUBOYy3St .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ucUBOYy3St .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ucUBOYy3St .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ucUBOYy3St .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ucUBOYy3St .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ucUBOYy3St .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucUBOYy3St .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucUBOYy3St .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucUBOYy3St .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucUBOYy3St .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ucUBOYy3St .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ucUBOYy3St .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucUBOYy3St .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ucUBOYy3St .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ucUBOYy3St .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ucUBOYy3St .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ucUBOYy3St .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ucUBOYy3St .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ucUBOYy3St .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ucUBOYy3St .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucUBOYy3St .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-ucUBOYy3St .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucUBOYy3St .mbr-text {
  color: #ffffff;
}
.cid-ucUBOYy3St .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucUBOYy3St .list {
  color: #ffffff;
}
.cid-ucUBOYy3St .mbr-contact {
  color: #ffffff;
}
.cid-ucUBOYy3St .mbr-desc {
  color: #ffffff;
}
.cid-ucUBOYy3St .mbr-desc,
.cid-ucUBOYy3St .mbr-section-btn {
  text-align: center;
}
.cid-ucUBOYy3St .mbr-contact,
.cid-ucUBOYy3St .item-contact {
  text-align: center;
  color: #000000;
}
.cid-ucUBOYy3St .list,
.cid-ucUBOYy3St .item-wrap {
  color: #000000;
}
.cid-ucULLjDbds {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-ucULLjDbds .container {
  max-width: 1400px;
  padding: 0 2rem;
  display: flex;
  margin: auto;
}
@media (max-width: 767px) {
  .cid-ucULLjDbds .container {
    padding: 0 ;
  }
}
.cid-ucULLjDbds .navbar {
  min-height: 140px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #f2f3f7;
}
.cid-ucULLjDbds .navbar.opened {
  transition: all 0.3s;
}
.cid-ucULLjDbds .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-ucULLjDbds .navbar .navbar-logo img {
  width: auto;
}
.cid-ucULLjDbds .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-ucULLjDbds .navbar.collapsed {
  justify-content: center;
}
.cid-ucULLjDbds .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ucULLjDbds .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-ucULLjDbds .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.9rem);
  }
}
.cid-ucULLjDbds .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ucULLjDbds .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ucULLjDbds .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-ucULLjDbds .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ucULLjDbds .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-ucULLjDbds .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-ucULLjDbds .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ucULLjDbds .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ucULLjDbds .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ucULLjDbds .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-ucULLjDbds .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-ucULLjDbds .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ucULLjDbds .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-ucULLjDbds .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-ucULLjDbds .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ucULLjDbds .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ucULLjDbds .navbar .icons-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.cid-ucULLjDbds .navbar.navbar-short {
  min-height: 110px;
}
.cid-ucULLjDbds .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ucULLjDbds .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ucULLjDbds .nav-link {
  font-weight: 700;
  position: relative;
}
.cid-ucULLjDbds nav.navbar {
  position: fixed;
}
.cid-ucULLjDbds .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-ucULLjDbds .dropdown-menu {
  padding: 0;
  border-radius: 4px;
}
.cid-ucULLjDbds .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-ucULLjDbds .dropdown-item:hover,
.cid-ucULLjDbds .dropdown-item:focus {
  background: #5000b5 !important;
  color: white !important;
}
.cid-ucULLjDbds .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-ucULLjDbds .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-ucULLjDbds .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-ucULLjDbds .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-ucULLjDbds .iconfont-wrapper {
  color: #0196e3 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-ucULLjDbds .dropdown-menu,
.cid-ucULLjDbds .navbar.opened {
  background: #f2f3f7 !important;
}
.cid-ucULLjDbds .nav-item:focus,
.cid-ucULLjDbds .nav-link:focus {
  outline: none;
}
.cid-ucULLjDbds .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ucULLjDbds .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ucULLjDbds .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ucULLjDbds .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ucULLjDbds .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ucULLjDbds .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ucULLjDbds .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-ucULLjDbds .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ucULLjDbds .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ucULLjDbds .dropdown-item.active,
.cid-ucULLjDbds .dropdown-item:active {
  background-color: transparent;
}
.cid-ucULLjDbds .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ucULLjDbds .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ucULLjDbds .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ucULLjDbds .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f2f3f7;
}
.cid-ucULLjDbds .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-ucULLjDbds .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ucULLjDbds ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-ucULLjDbds .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ucULLjDbds button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-ucULLjDbds button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #36187d;
}
.cid-ucULLjDbds button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ucULLjDbds button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucULLjDbds button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ucULLjDbds button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ucULLjDbds nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucULLjDbds nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ucULLjDbds nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ucULLjDbds nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ucULLjDbds .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-ucULLjDbds a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-ucULLjDbds .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-ucULLjDbds .navbar {
    height: 70px;
  }
  .cid-ucULLjDbds .navbar.opened {
    height: auto;
  }
  .cid-ucULLjDbds .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ucULLjDbds .icons-menu .mbr-iconfont {
  font-size: 1.5rem;
  padding: 1.5rem!important;
  margin: 0 0.3rem!important;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}
.cid-ucULLjDbds .icons-menu .mbr-iconfont:hover {
  background: #f8f9fb;
}
.cid-ucULLkOcbg {
  padding-top: 11rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/water-slide-rentals29-612x408.jpg");
}
.cid-ucULLkOcbg .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLkOcbg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucULLkOcbg .container-fluid {
  padding: 0 48px;
}
@media (max-width: 992px) {
  .cid-ucULLkOcbg .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-ucULLkOcbg .container {
    padding: 0 16px;
  }
}
.cid-ucULLkOcbg .row {
  justify-content: space-between;
}
.cid-ucULLkOcbg .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucULLkOcbg .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucULLkOcbg .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-ucULLkOcbg .image-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-ucULLkOcbg .image-wrapper {
    margin-top: 32px;
  }
}
.cid-ucULLkOcbg .image-wrapper img {
  height: 360px;
  object-fit: cover;
  border-radius: .5rem !important;
  width: 85%;
}
@media (max-width: 992px) {
  .cid-ucULLkOcbg .image-wrapper img {
    width: 100%;
  }
}
.cid-ucULLkOcbg .image-wrapper .img-absolute {
  position: absolute;
  right: 0;
  bottom: -9rem;
  height: 330px;
  width: 330px;
  border-radius: 100% !important;
}
.cid-ucULLkOcbg .mbr-section-title {
  color: #ffffff;
}
.cid-ucULLkOcbg .mbr-text {
  color: #ffffff;
}
.cid-ucULLlBR8v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
.cid-ucULLlBR8v .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLlBR8v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucULLlBR8v .row {
  justify-content: center;
}
.cid-ucULLlBR8v .title-wrapper {
  margin-bottom: 75px;
}
@media (max-width: 992px) {
  .cid-ucULLlBR8v .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-ucULLlBR8v .title-wrapper .mbr-section-title {
  margin: 0;
}
.cid-ucULLlBR8v .card-wrapper {
  padding: 104px 72px;
  border-radius: 40px;
  position: relative;
  background-color: #f2f2f2;
  overflow: visible;
}
@media (max-width: 768px) {
  .cid-ucULLlBR8v .card-wrapper {
    padding: 64px 32px;
  }
}
.cid-ucULLlBR8v .card-wrapper .mbr-card-title {
  margin-bottom: 24px;
}
.cid-ucULLlBR8v .card-wrapper .mbr-list {
  margin: 0 0 32px 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
}
.cid-ucULLlBR8v .card-wrapper .mbr-list li {
  margin-bottom: 16px;
}
.cid-ucULLlBR8v .card-wrapper .mbr-list li::before {
  content: '×';
  display: inline;
  margin-right: 18px;
  font-weight: bold;
  color: #101511;
}
.cid-ucULLlBR8v .card-wrapper .image_1 {
  width: 290px;
  height: 260px;
  top: -1rem;
  right: -14rem;
  position: absolute;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 992px) {
  .cid-ucULLlBR8v .card-wrapper .image_1 {
    display: none;
  }
}
.cid-ucULLlBR8v .card-wrapper .image_2 {
  position: absolute;
  object-fit: cover;
  border-radius: 10px;
  width: 260px;
  height: 220px;
  left: -14rem;
  bottom: -2rem;
}
@media (max-width: 992px) {
  .cid-ucULLlBR8v .card-wrapper .image_2 {
    display: none;
  }
}
.cid-ucULLlBR8v .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-ucULLlBR8v .mbr-card-title {
  color: #101511;
}
.cid-ucULLlBR8v .mbr-list {
  color: #000000;
}
.cid-ucULLlBR8v .mbr-card-title,
.cid-ucULLlBR8v .mbr-section-btn {
  text-align: center;
}
.cid-ucULLmdK6Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucULLmdK6Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLmdK6Y .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-ucULLmdK6Y .container {
    padding: 0 22px;
  }
}
.cid-ucULLmdK6Y .row {
  justify-content: center;
}
.cid-ucULLmdK6Y .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucULLmdK6Y .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.cid-ucULLmdK6Y .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #ffffff;
}
.cid-ucULLmdK6Y .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucULLmdK6Y .content-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #ffffff;
}
.cid-ucULLmdK6Y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucULLmdK6Y .mbr-section-title {
  color: #ffffff;
}
.cid-ucULLmdK6Y .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ucULLmdK6Y .mbr-section-title,
.cid-ucULLmdK6Y .icon-wrapper {
  text-align: center;
}
.cid-ucULLmIpBP {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #00b668;
}
.cid-ucULLmIpBP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLmIpBP .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-ucULLmIpBP .container {
    padding: 0 22px;
  }
}
.cid-ucULLmIpBP .row {
  justify-content: center;
}
.cid-ucULLmIpBP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucULLmIpBP .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucULLmIpBP .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucULLmIpBP .item {
    margin-bottom: 20px;
  }
}
.cid-ucULLmIpBP .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-ucULLmIpBP .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 60px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-ucULLmIpBP .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
    font-size: 42px;
  }
}
.cid-ucULLmIpBP .item .item-wrapper .card-box .card-title {
  margin-bottom: 10px;
}
.cid-ucULLmIpBP .item .item-wrapper .card-box .card-text {
  margin-bottom: 0;
}
.cid-ucULLmIpBP .mbr-section-title {
  color: #ffffff;
}
.cid-ucULLmIpBP .card-title {
  color: #ffffff;
}
.cid-ucULLmIpBP .card-text {
  color: #ffffff;
}
.cid-ucULLmIpBP .mbr-section-title,
.cid-ucULLmIpBP .mbr-section-btn {
  text-align: center;
}
.cid-ucULLmIpBP .card-title,
.cid-ucULLmIpBP .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucULLnu9gK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucULLnu9gK .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLnu9gK .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-ucULLnu9gK .container {
    padding: 0 22px;
  }
}
.cid-ucULLnu9gK .row {
  justify-content: space-between;
}
.cid-ucULLnu9gK .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucULLnu9gK .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucULLnu9gK .text-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucULLnu9gK .text-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucULLnu9gK .text-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ucULLnu9gK .image-wrapper img {
  height: 700px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucULLnu9gK .image-wrapper img {
    height: 350px;
  }
}
.cid-ucULLnu9gK .mbr-section-title {
  color: #000000;
}
.cid-ucULLnu9gK .mbr-text {
  color: #ffffff;
}
.cid-ucULLnu9gK .mbr-text,
.cid-ucULLnu9gK .mbr-section-btn {
  color: #000000;
}
.cid-ucULLo79c7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
  overflow: hidden;
}
.cid-ucULLo79c7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLo79c7 .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-ucULLo79c7 .container {
    padding: 0 22px;
  }
}
.cid-ucULLo79c7 .card {
  justify-content: center;
}
.cid-ucULLo79c7 .content-wrapper {
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-ucULLo79c7 .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ucULLo79c7 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucULLo79c7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucULLo79c7 .image-wrapper {
  display: flex;
  justify-content: center;
}
.cid-ucULLo79c7 .image-wrapper img {
  height: 600px;
  width: 600px;
  border-radius: 100% !important;
  object-fit: cover;
  box-shadow: 10px 10px 60px #00d0f3;
}
@media (max-width: 1440px) {
  .cid-ucULLo79c7 .image-wrapper img {
    height: 500px;
    width: 500px;
  }
}
@media (max-width: 1200px) {
  .cid-ucULLo79c7 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 992px) {
  .cid-ucULLo79c7 .image-wrapper img {
    height: 400px;
    width: 400px;
  }
}
@media (max-width: 768px) {
  .cid-ucULLo79c7 .image-wrapper img {
    height: 260px;
    width: 260px;
  }
}
.cid-ucULLo79c7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucULLo79c7 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ucULLoRtM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucULLoRtM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLoRtM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucULLoRtM5 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .cid-ucULLoRtM5 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-ucULLoRtM5 .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .cid-ucULLoRtM5 .container {
    padding: 0 22px;
  }
}
.cid-ucULLoRtM5 .card {
  justify-content: center;
}
.cid-ucULLoRtM5 .content-wrapper {
  padding-right: 32px;
  padding-right: 0;
  padding-left: 32px;
}
@media (max-width: 992px) {
  .cid-ucULLoRtM5 .content-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucULLoRtM5 .content-wrapper {
    padding: 0;
  }
}
.cid-ucULLoRtM5 .content-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucULLoRtM5 .content-wrapper .mbr-text {
  margin-bottom: 10px;
}
.cid-ucULLoRtM5 .image-wrapper {
  padding-right: 64px;
  padding-right: 0;
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-ucULLoRtM5 .image-wrapper {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucULLoRtM5 .image-wrapper {
    margin-top: 20px;
    padding: 0;
  }
}
.cid-ucULLoRtM5 .image-wrapper img {
  height: 600px;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucULLoRtM5 .image-wrapper img {
    height: 350px;
  }
}
.cid-ucULLoRtM5 .mbr-section-title {
  color: #ffffff;
}
.cid-ucULLoRtM5 .mbr-text {
  color: #000000;
}
.cid-ucULLoRtM5 .mbr-section-title,
.cid-ucULLoRtM5 .mbr-section-btn {
  color: #000000;
}
.cid-ucULLpsDjP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
.cid-ucULLpsDjP .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLpsDjP .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-ucULLpsDjP .container {
    padding: 0 22px;
  }
}
.cid-ucULLpsDjP .row {
  justify-content: center;
}
.cid-ucULLpsDjP .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucULLpsDjP .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-ucULLpsDjP .panel-group .card {
  border-radius: 0 !important;
}
.cid-ucULLpsDjP .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0;
  padding: 20px;
}
.cid-ucULLpsDjP .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucULLpsDjP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucULLpsDjP .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-ucULLpsDjP .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-ucULLpsDjP .panel-group .card .panel-collapse .panel-body {
  padding: 15px 25px;
}
.cid-ucULLpsDjP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucULLpsDjP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucULLpsDjP .panel-title-edit {
  color: #000000;
}
.cid-ucULLpsDjP .panel-text {
  color: #ffffff;
}
.cid-ucULLqCP1W {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-ucULLqCP1W .container {
    padding: 0 24px;
  }
}
.cid-ucULLqCP1W .card {
  justify-content: center;
}
.cid-ucULLqCP1W .title-wrapper {
  padding: 0 32px 32px;
}
@media (max-width: 992px) {
  .cid-ucULLqCP1W .title-wrapper {
    padding: 0 24px 24px;
  }
}
.cid-ucULLqCP1W .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-ucULLqCP1W .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucULLqCP1W .text-wrapper {
  border-top: 1px solid #72716b;
  display: flex;
  justify-content: space-between;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-ucULLqCP1W .text-wrapper {
    display: block;
    padding: 24px;
  }
}
.cid-ucULLqCP1W .text-wrapper .mbr-text {
  width: 45%;
}
@media (max-width: 992px) {
  .cid-ucULLqCP1W .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-ucULLqCP1W .text-wrapper .mbr-text:last-child {
    margin-bottom: 0;
  }
}
.cid-ucULLqCP1W .mbr-section-title {
  color: #F9F6E0;
}
.cid-ucULLqCP1W .mbr-desc {
  color: #000000;
  text-align: right;
}
.cid-ucULLqCP1W .mbr-text {
  color: #000000;
}
.cid-ucULLqCP1W .mbr-section-btn {
  text-align: right;
}
.cid-ucULLqCP1W .mbr-section-title,
.cid-ucULLqCP1W .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-ucULLrpEn7 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #00b668;
  overflow: hidden;
}
.cid-ucULLrpEn7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLrpEn7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucULLrpEn7 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ucULLrpEn7 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-ucULLrpEn7 .container {
    padding: 0 30px;
  }
}
.cid-ucULLrpEn7 .card {
  justify-content: center;
}
.cid-ucULLrpEn7 .desc-wrapper .mbr-desc {
  display: inline-flex;
  position: relative;
  align-items: center;
  margin-bottom: 60px;
  padding-left: 120px;
}
@media (max-width: 992px) {
  .cid-ucULLrpEn7 .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
    padding-left: 60px;
  }
}
.cid-ucULLrpEn7 .desc-wrapper .mbr-desc::before {
  content: '';
  position: absolute;
  left: 0;
  width: 90px;
  height: 1px;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-ucULLrpEn7 .desc-wrapper .mbr-desc::before {
    width: 40px;
  }
}
.cid-ucULLrpEn7 .items-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px 0;
  border-bottom: 1px solid #bee0d6;
  padding-bottom: 160px;
}
@media (max-width: 992px) {
  .cid-ucULLrpEn7 .items-wrapper {
    padding-bottom: 60px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.cid-ucULLrpEn7 .items-wrapper::before {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-ucULLrpEn7 .items-wrapper .item:nth-child(2n) {
  padding-top: 160px;
}
@media (max-width: 992px) {
  .cid-ucULLrpEn7 .items-wrapper .item:nth-child(2n) {
    padding-top: 0;
  }
}
.cid-ucULLrpEn7 .items-wrapper .item:hover .item-wrapper .item-img img,
.cid-ucULLrpEn7 .items-wrapper .item:focus .item-wrapper .item-img img {
  opacity: .5;
  transform: scale(1.1);
}
.cid-ucULLrpEn7 .items-wrapper .item:hover .item-wrapper .item-img .mbr-iconfont,
.cid-ucULLrpEn7 .items-wrapper .item:focus .item-wrapper .item-img .mbr-iconfont {
  opacity: 1;
}
.cid-ucULLrpEn7 .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title,
.cid-ucULLrpEn7 .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title {
  color: #ffffff;
}
.cid-ucULLrpEn7 .items-wrapper .item:hover .item-wrapper .item-content .title-wrapper .item-title:before,
.cid-ucULLrpEn7 .items-wrapper .item:focus .item-wrapper .item-content .title-wrapper .item-title:before {
  width: 100%;
}
.cid-ucULLrpEn7 .items-wrapper .item:hover .item-wrapper .item-content .text-wrapper .item-text,
.cid-ucULLrpEn7 .items-wrapper .item:focus .item-wrapper .item-content .text-wrapper .item-text {
  color: #ffffff;
}
.cid-ucULLrpEn7 .items-wrapper .item:hover .item-wrapper .item-content .list,
.cid-ucULLrpEn7 .items-wrapper .item:focus .item-wrapper .item-content .list {
  color: #ffffff;
}
.cid-ucULLrpEn7 .items-wrapper .item:hover .item-wrapper .item-content .list .item-wrap,
.cid-ucULLrpEn7 .items-wrapper .item:focus .item-wrapper .item-content .list .item-wrap {
  border-color: #ffffff;
}
.cid-ucULLrpEn7 .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-ucULLrpEn7 .items-wrapper .item .item-wrapper .item-img {
    margin-bottom: 40px;
  }
}
.cid-ucULLrpEn7 .items-wrapper .item .item-wrapper .item-img img {
  height: 700px;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucULLrpEn7 .items-wrapper .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ucULLrpEn7 .items-wrapper .item .item-wrapper .item-img .mbr-iconfont {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #71eac6;
  color: #254b45;
  font-size: 20px;
  transform: rotate(45deg);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-ucULLrpEn7 .items-wrapper .item .item-wrapper .item-img a {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-ucULLrpEn7 .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title {
  display: inline-flex;
  width: fit-content;
  position: relative;
  margin-bottom: 25px;
  transition: all 0.3s ease-in-out;
}
.cid-ucULLrpEn7 .items-wrapper .item .item-wrapper .item-content .title-wrapper .item-title::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucULLrpEn7 .items-wrapper .item .item-wrapper .item-content .text-wrapper .item-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
}
.cid-ucULLrpEn7 .items-wrapper .item .item-wrapper .item-content .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-ucULLrpEn7 .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding: 0 12px;
  border-left: 1px solid #bee0d6;
  transition: all 0.3s ease-in-out;
}
.cid-ucULLrpEn7 .items-wrapper .item .item-wrapper .item-content .list .item-wrap:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-ucULLrpEn7 .items-wrapper .item .item-wrapper .item-content .list .item-wrap:last-child {
  padding-right: 0;
}
.cid-ucULLrpEn7 .mbr-desc {
  color: #bee0d6;
}
.cid-ucULLrpEn7 .item-title {
  color: #bee0d6;
}
.cid-ucULLrpEn7 .item-text {
  color: #bee0d6;
}
.cid-ucULLrpEn7 .list {
  color: #bee0d6;
}
.cid-ucULLrpEn7 .item-title,
.cid-ucULLrpEn7 .title-wrapper {
  text-align: center;
  color: #000000;
}
.cid-ucULLsfy74 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucULLsfy74 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLsfy74 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucULLsfy74 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucULLsfy74 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucULLsfy74 .container {
    padding: 0 16px;
  }
}
.cid-ucULLsfy74 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-ucULLsfy74 .row {
    margin: 0 10px;
  }
}
.cid-ucULLsfy74 .row .card {
  padding: 0;
}
.cid-ucULLsfy74 .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-ucULLsfy74 .row .card:first-child {
    padding: 0;
  }
}
.cid-ucULLsfy74 .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #00b668;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-ucULLsfy74 .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-ucULLsfy74 .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-ucULLsfy74 .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-ucULLsfy74 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
}
.cid-ucULLsfy74 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucULLsfy74 .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-ucULLsfy74 .content-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-ucULLsfy74 .content-wrapper {
    padding: 20px;
  }
}
.cid-ucULLsfy74 .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-ucULLsfy74 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-ucULLsfy74 .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-ucULLsfy74 .mbr-section-title {
  color: #192227;
}
.cid-ucULLsfy74 .mbr-desc {
  color: #192227;
}
.cid-ucULLsfy74 .mbr-text {
  color: #fdfcfc;
}
.cid-ucULLsfy74 .mbr-text,
.cid-ucULLsfy74 .mbr-section-btn {
  color: #000000;
}
.cid-ucULLw9iDS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
@media (max-width: 992px) {
  .cid-ucULLw9iDS .container {
    padding: 0 22px;
  }
}
.cid-ucULLw9iDS .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
}
@media (max-width: 767px) {
  .cid-ucULLw9iDS .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-ucULLw9iDS .embla__slide .slide-content {
  width: 100%;
}
.cid-ucULLw9iDS .embla__slide .slide-content .item-wrapper .item-img img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .cid-ucULLw9iDS .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-ucULLw9iDS .embla__button--next,
.cid-ucULLw9iDS .embla__button--prev {
  display: flex;
}
.cid-ucULLw9iDS .embla__button {
  top: 50%;
  width: 55px;
  height: 55px;
  margin-top: -1.5rem;
  font-size: 16px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-ucULLw9iDS .embla__button::before {
  content: '';
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100%;
  opacity: .4;
  background-color: #ffffff;
}
.cid-ucULLw9iDS .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-ucULLw9iDS .embla__button:hover {
  opacity: 1 !important;
}
.cid-ucULLw9iDS .embla__button.embla__button--prev {
  left: 20px;
}
.cid-ucULLw9iDS .embla__button.embla__button--next {
  right: 20px;
}
.cid-ucULLw9iDS .card {
  justify-content: center;
}
.cid-ucULLw9iDS .embla {
  position: relative;
  width: 100%;
}
.cid-ucULLw9iDS .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-ucULLw9iDS .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-ucULLw9iDS .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-ucULLw9iDS .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-ucULLw9iDS .content-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucULLw9iDS .content-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucULLw9iDS .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucULLw9iDS .content-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-ucULLw9iDS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucULLw9iDS .mbr-desc {
  color: #ffffff;
  text-align: center;
}
.cid-ucULLBf2ts {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucULLBf2ts .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLBf2ts .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucULLBf2ts .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucULLBf2ts .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-ucULLBf2ts .container {
    padding: 0 12px;
  }
}
.cid-ucULLBf2ts .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-ucULLBf2ts .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-ucULLBf2ts .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #222222;
  box-shadow: 4px 4px #222222;
  background-color: #00b668;
}
@media (max-width: 992px) {
  .cid-ucULLBf2ts .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-ucULLBf2ts .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-ucULLBf2ts .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-ucULLBf2ts .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-ucULLBf2ts .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-ucULLBf2ts .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-ucULLBf2ts .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-ucULLBf2ts .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-ucULLBf2ts .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-ucULLBf2ts .mbr-section-subtitle {
  color: #222222;
}
.cid-ucULLBf2ts .mbr-text {
  color: #222222;
}
.cid-ucULLBf2ts .list {
  color: #222222;
}
.cid-ucULLD3CM4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #00b668;
}
.cid-ucULLD3CM4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLD3CM4 .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-ucULLD3CM4 .container {
    padding: 0 20px;
  }
}
.cid-ucULLD3CM4 .row {
  margin: 0;
}
.cid-ucULLD3CM4 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-ucULLD3CM4 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-ucULLD3CM4 .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-ucULLD3CM4 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-ucULLD3CM4 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-ucULLD3CM4 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-ucULLD3CM4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucULLEmAPp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-ucULLEmAPp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLEmAPp .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-ucULLEmAPp .container {
    padding: 0 30px;
  }
}
.cid-ucULLEmAPp .content-wrapper .mbr-section-subtitle {
  margin-bottom: 30px;
  opacity: .6;
}
.cid-ucULLEmAPp .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-ucULLEmAPp .content-wrapper .image-wrapper {
  margin-top: 90px;
}
@media (max-width: 992px) {
  .cid-ucULLEmAPp .content-wrapper .image-wrapper {
    margin-top: 45px;
  }
}
.cid-ucULLEmAPp .content-wrapper .image-wrapper img {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ucULLEmAPp .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-ucULLEmAPp .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucULLEmAPp .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucULLFDIHG {
  overflow: hidden;
  background-color: #00b668;
}
.cid-ucULLFDIHG .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLFDIHG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucULLFDIHG .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ucULLFDIHG .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-ucULLFDIHG .container {
    padding: 0 24px;
  }
}
.cid-ucULLFDIHG .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-ucULLFDIHG .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-ucULLFDIHG .panel-group .card {
  border-radius: .6rem !important;
  background-color: #ffffff;
  margin-bottom: 24px;
}
.cid-ucULLFDIHG .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 32px 42px;
}
@media (max-width: 992px) {
  .cid-ucULLFDIHG .panel-group .card .card-header {
    padding: 16px 20px;
  }
}
.cid-ucULLFDIHG .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ucULLFDIHG .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ucULLFDIHG .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-ucULLFDIHG .panel-group .card .card-header .panel-title .mbr-iconfont {
    width: 32px;
    height: 32px;
    min-width: 32px;
    font-size: 18px;
  }
}
.cid-ucULLFDIHG .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  background-color: #202020;
  color: #ffffff;
}
.cid-ucULLFDIHG .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  background-color: #202020;
  color: #ffffff;
}
.cid-ucULLFDIHG .panel-group .card .panel-collapse .panel-body {
  padding: 0 42px 32px;
}
@media (max-width: 992px) {
  .cid-ucULLFDIHG .panel-group .card .panel-collapse .panel-body {
    padding: 0 20px 16px;
  }
}
.cid-ucULLFDIHG .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ucULLFDIHG .mbr-desc {
  color: #202020;
}
.cid-ucULLFDIHG .mbr-section-title {
  color: #202020;
}
.cid-ucULLFDIHG .panel-title-edit {
  color: #202020;
}
.cid-ucULLFDIHG .panel-text {
  color: #202020;
}
.cid-ucULLFDIHG .mbr-desc,
.cid-ucULLFDIHG .desc-wrapper {
  text-align: center;
}
.cid-ucULLJiXD5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #becdc2;
  flex-direction: column;
  justify-content: center;
}
.cid-ucULLJiXD5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLJiXD5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ucULLJiXD5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-ucULLJiXD5 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ucULLJiXD5 .container {
    padding: 0 16px;
  }
}
.cid-ucULLJiXD5 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-ucULLJiXD5 .google-map iframe {
    height: 350px;
  }
}
.cid-ucULLL4kUn {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #00b668;
  overflow: hidden;
}
.cid-ucULLL4kUn::before {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 85%;
  background-image: linear-gradient(transparent, #ffffff 50%);
  z-index: 1;
}
.cid-ucULLL4kUn .mbr-fallback-image.disabled {
  display: none;
}
.cid-ucULLL4kUn .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-ucULLL4kUn .container {
    padding: 0 22px;
  }
}
.cid-ucULLL4kUn .row {
  position: relative;
  z-index: 1;
}
.cid-ucULLL4kUn .row-main {
  position: relative;
  justify-content: center;
  padding: 40px 0;
}
.cid-ucULLL4kUn .row-main::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucULLL4kUn .row-main::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 200vh;
  height: 1px;
  background-color: #b0b0b0;
}
.cid-ucULLL4kUn .row-main .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-ucULLL4kUn .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucULLL4kUn .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-ucULLL4kUn .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-ucULLL4kUn .nav-wrapper {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucULLL4kUn .nav-wrapper {
    margin-bottom: 20px;
    text-align: left;
  }
}
.cid-ucULLL4kUn .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-ucULLL4kUn .nav-wrapper .mbr-section-subtitle {
    text-align: left;
  }
}
.cid-ucULLL4kUn .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-block;
  text-align: left;
}
.cid-ucULLL4kUn .nav-wrapper .list .item-wrap {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucULLL4kUn .nav-wrapper .list .item-wrap:hover,
.cid-ucULLL4kUn .nav-wrapper .list .item-wrap:hover {
  color: #00d0f3;
}
.cid-ucULLL4kUn .nav-wrapper .list .item-wrap:hover::before,
.cid-ucULLL4kUn .nav-wrapper .list .item-wrap:hover::before {
  width: 100%;
}
.cid-ucULLL4kUn .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucULLL4kUn .contacts-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucULLL4kUn .contacts-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucULLL4kUn .contacts-wrapper .contacts-wrap .item-contact {
  margin-bottom: 15px;
}
.cid-ucULLL4kUn .contacts-wrapper .contacts-wrap .item-contact .item-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-ucULLL4kUn .contacts-wrapper .contacts-wrap .item-contact .item-wrap .mbr-iconfont {
  font-size: 30px;
  color: #ffffff;
  display: inline-flex;
  margin-right: 20px;
}
.cid-ucULLL4kUn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a {
  display: block;
}
.cid-ucULLL4kUn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact,
.cid-ucULLL4kUn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact {
  color: #00d0f3;
}
.cid-ucULLL4kUn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before,
.cid-ucULLL4kUn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a:hover .mbr-contact::before {
  width: 100%;
}
.cid-ucULLL4kUn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-ucULLL4kUn .contacts-wrapper .contacts-wrap .item-contact .item-wrap a .mbr-contact::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #00d0f3;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-ucULLL4kUn .desc-wrapper {
    margin-bottom: 20px;
  }
}
.cid-ucULLL4kUn .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-ucULLL4kUn .desc-wrapper .mbr-desc {
  margin-bottom: 5px;
}
.cid-ucULLL4kUn .desc-wrapper .social-wrapper {
  margin-top: 10px;
}
.cid-ucULLL4kUn .desc-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
.cid-ucULLL4kUn .desc-wrapper .social-wrapper .social-wrap .soc-item {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-ucULLL4kUn .desc-wrapper .social-wrapper .social-wrap .soc-item {
    margin-left: 16px;
  }
  .cid-ucULLL4kUn .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
    margin-left: 0;
  }
}
.cid-ucULLL4kUn .desc-wrapper .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-ucULLL4kUn .desc-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-ucULLL4kUn .desc-wrapper .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-ucULLL4kUn .desc-wrapper .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  color: #00d0f3;
}
.cid-ucULLL4kUn .desc-wrapper .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 36px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-ucULLL4kUn .mbr-copy {
  margin-bottom: 0;
  padding: 25px 0;
  color: #000000;
  text-align: center;
}
.cid-ucULLL4kUn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ucULLL4kUn .mbr-text {
  color: #ffffff;
}
.cid-ucULLL4kUn .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-ucULLL4kUn .list {
  color: #ffffff;
}
.cid-ucULLL4kUn .mbr-contact {
  color: #ffffff;
}
.cid-ucULLL4kUn .mbr-desc {
  color: #ffffff;
}
.cid-ucULLL4kUn .mbr-desc,
.cid-ucULLL4kUn .mbr-section-btn {
  text-align: center;
}
.cid-ucULLL4kUn .mbr-contact,
.cid-ucULLL4kUn .item-contact {
  text-align: center;
  color: #000000;
}
.cid-ucULLL4kUn .list,
.cid-ucULLL4kUn .item-wrap {
  color: #000000;
}
