body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Vollkorn', serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Vollkorn', serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Vollkorn', serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Vollkorn', serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Vollkorn', serif;
  font-size: 1.3rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #0649c2 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #0649c2 !important;
  border-color: #0649c2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #03296e !important;
  border-color: #03296e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #03296e !important;
  border-color: #03296e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0649c2;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #03296e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #0649c2 !important;
  border-color: #0649c2 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #0649c2 !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #03245f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #0649c2;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #0649c2;
  border-color: #0649c2;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #0649c2;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #4e8bfa;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Vollkorn', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #0649c2 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Vollkorn', serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #0649c2;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #0649c2;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #0649c2;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #0649c2;
  border-bottom-color: #0649c2;
}
.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: #0649c2 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%230649c2' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-u9wcTocbP5 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9wcTocbP5 .container,
  .cid-u9wcTocbP5 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9wcTocbP5 .container .navbar-collapse,
  .cid-u9wcTocbP5 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9wcTocbP5 {
    flex-wrap: wrap;
  }
  .cid-u9wcTocbP5 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9wcTocbP5 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9wcTocbP5 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9wcTocbP5 .btn {
  padding: 0.8rem 2rem;
}
.cid-u9wcTocbP5 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9wcTocbP5 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff6666;
}
.cid-u9wcTocbP5 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9wcTocbP5 .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-u9wcTocbP5 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9wcTocbP5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9wcTocbP5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9wcTocbP5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9wcTocbP5 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9wcTocbP5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9wcTocbP5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9wcTocbP5 .dropdown-menu,
.cid-u9wcTocbP5 .navbar.opened {
  background: #fff0b0 !important;
}
.cid-u9wcTocbP5 .nav-item:focus,
.cid-u9wcTocbP5 .nav-link:focus {
  outline: none;
}
.cid-u9wcTocbP5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9wcTocbP5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9wcTocbP5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9wcTocbP5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9wcTocbP5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9wcTocbP5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9wcTocbP5 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff0b0 !important;
  transition: all 0.3s;
}
.cid-u9wcTocbP5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fff0b0;
}
.cid-u9wcTocbP5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9wcTocbP5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9wcTocbP5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u9wcTocbP5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9wcTocbP5 .navbar.collapsed {
  justify-content: center;
}
.cid-u9wcTocbP5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9wcTocbP5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9wcTocbP5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9wcTocbP5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9wcTocbP5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9wcTocbP5 .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-u9wcTocbP5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9wcTocbP5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9wcTocbP5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9wcTocbP5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9wcTocbP5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9wcTocbP5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9wcTocbP5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9wcTocbP5 .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-u9wcTocbP5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9wcTocbP5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9wcTocbP5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9wcTocbP5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9wcTocbP5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9wcTocbP5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9wcTocbP5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9wcTocbP5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9wcTocbP5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9wcTocbP5 .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-u9wcTocbP5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9wcTocbP5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9wcTocbP5 .dropdown-item.active,
.cid-u9wcTocbP5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9wcTocbP5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9wcTocbP5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9wcTocbP5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9wcTocbP5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-u9wcTocbP5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9wcTocbP5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9wcTocbP5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9wcTocbP5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9wcTocbP5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9wcTocbP5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9wcTocbP5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9wcTocbP5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9wcTocbP5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9wcTocbP5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9wcTocbP5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9wcTocbP5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9wcTocbP5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9wcTocbP5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9wcTocbP5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9wcTocbP5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9wcTocbP5 .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-u9wcTocbP5 .navbar {
    height: 70px;
  }
  .cid-u9wcTocbP5 .navbar.opened {
    height: auto;
  }
  .cid-u9wcTocbP5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9wcMgjjCB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #33d5ad;
}
.cid-u9wcMgjjCB .row {
  flex-direction: row-reverse;
}
.cid-u9wcMgjjCB .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1f1437;
}
@media (max-width: 991px) {
  .cid-u9wcMgjjCB .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-u9wcMgjjCB .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-u9wcMgjjCB .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-u9wcMgjjCB .image-wrapper {
    margin-left: 0;
  }
}
.cid-u9wcMgjjCB .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-u9wcMgjjCB .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-u9wcMgjjCB .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u9wcMgjjCB .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-u9wcMgjjCB .content {
    text-align: center;
  }
}
.cid-u9wcMgjjCB .mbr-section-title {
  color: #33d5ad;
  margin-bottom: 20px;
  text-align: center;
}
.cid-u9wcMgjjCB .mbr-section-title span {
  position: relative;
}
.cid-u9wcMgjjCB .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-u9wcMgjjCB .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-u9wcMgjjCB .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-u9wcMgjjCB .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-u9wcMgjjCB .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-u9wcMgjjCB .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9wcMgjjCB .mbr-section-subtitle span {
  position: relative;
}
.cid-u9wcMgjjCB .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-u9wcMgjjCB .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-u9wcMgjjCB .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-u9wcMgjjCB .mbr-section-btn {
  margin-top: 3rem;
}
.cid-u9wcMgjjCB .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u9wcMgjjCB .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-u9wcMgjjCB .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u9wcMgjjCB .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u9wdHxjCFz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/240-f-655741490-uq97it2uoythcfvmypavilibz3gapct5-360x240.jpg");
}
.cid-u9wdHxjCFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wdHxjCFz .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-u9wdHxjCFz .container {
    padding: 0 15px;
  }
}
.cid-u9wdHxjCFz .row {
  justify-content: center;
}
.cid-u9wdHxjCFz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9wdHxjCFz .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9wdHxjCFz .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-u9wdHxjCFz .subtitle-wrapper {
    padding: 0;
  }
}
.cid-u9wdHxjCFz .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9wdHxjCFz .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-u9wdHxjCFz .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-u9wdHxjCFz .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-u9wdHxjCFz .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-u9wdHxjCFz .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9wdHxjCFz .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #353535;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-u9wdHxjCFz .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-u9wdHxjCFz .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u9wdHxjCFz .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9wdHxjCFz .list {
  color: #ffffff;
}
.cid-u9wfqp6YOm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33d5ad;
}
.cid-u9wfqp6YOm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wfqp6YOm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9wfqp6YOm .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u9wfqp6YOm .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9wfqp6YOm .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u9wfqp6YOm .card-wrapper {
    padding: 4rem;
  }
}
.cid-u9wfqp6YOm .mbr-text,
.cid-u9wfqp6YOm .mbr-section-btn {
  color: #000000;
}
.cid-u9wfqp6YOm .card-title,
.cid-u9wfqp6YOm .card-box {
  text-align: left;
}
.cid-u9wfE0goLk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff0b0;
}
.cid-u9wfE0goLk .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9wfE0goLk .panel-group {
  border: none;
}
.cid-u9wfE0goLk .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9wfE0goLk .card:hover {
  background: #0649c2;
}
@media (max-width: 767px) {
  .cid-u9wfE0goLk .card {
    padding: 1rem;
  }
}
.cid-u9wfE0goLk .card-header {
  border: none;
}
.cid-u9wfE0goLk p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9wfE0goLk .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9wfE0goLk .panel-body,
.cid-u9wfE0goLk .card-header {
  padding: 0rem 0;
}
.cid-u9wfE0goLk .panel-title-edit {
  color: #000000;
}
.cid-u9wfE0goLk .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9wfE0goLk .panel-text {
  color: #000000;
}
.cid-u9wfE0goLk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wfE0goLk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9wfE0goLk H3 {
  text-align: center;
  color: #000000;
}
.cid-u9wfTua2L0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33d5ad;
}
.cid-u9wg7zkugs {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
@media (max-width: 1200px) {
  .cid-u9wg7zkugs .display-2 {
    font-size: 2.1rem;
  }
}
.cid-u9wg7zkugs .item-img {
  padding: 0.5rem;
}
.cid-u9wg7zkugs img,
.cid-u9wg7zkugs .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u9wg7zkugs .item:focus,
.cid-u9wg7zkugs span:focus {
  outline: none;
}
.cid-u9wg7zkugs .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9wg7zkugs .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #33d5ad;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9wg7zkugs .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9wg7zkugs .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9wg7zkugs .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9wg7zkugs .mbr-section-title {
  color: #ffffff;
}
.cid-u9wg7zkugs .item-title {
  color: #ae42c8;
}
.cid-u9wg7zkugs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9wg7zkugs .mbr-text,
.cid-u9wg7zkugs .mbr-section-btn {
  text-align: center;
}
.cid-u9wgyRQsPT {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #33d5ad;
}
.cid-u9wgyRQsPT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wgyRQsPT .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9wgyRQsPT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9wgyRQsPT h1 {
  max-width: 800px;
}
.cid-u9wgyRQsPT p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9wgyRQsPT .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #0649c2 !important;
}
.cid-u9wgyRQsPT .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9wgyRQsPT .btn div {
  overflow: hidden;
}
.cid-u9wgyRQsPT .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9wgyRQsPT {
    align-items: center;
  }
  .cid-u9wgyRQsPT .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9wgyRQsPT .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9wgyRQsPT {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9wgyRQsPT .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9wgyRQsPT .content-wrap {
    width: 100%;
  }
}
.cid-u9wgyRQsPT .mbr-section-subtitle,
.cid-u9wgyRQsPT .line {
  color: #291f1e;
}
.cid-u9wgyRQsPT .mbr-text,
.cid-u9wgyRQsPT .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9wgyRQsPT .mbr-section-title {
  color: #291f1e;
}
.cid-u9wgFpviTp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-u9wgFpviTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wgFpviTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9wgFpviTp .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u9wgFpviTp .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9wgFpviTp .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u9wgFpviTp .card-wrapper {
    padding: 4rem;
  }
}
.cid-u9wgFpviTp .mbr-text,
.cid-u9wgFpviTp .mbr-section-btn {
  color: #000000;
}
.cid-u9wgFpviTp .card-title,
.cid-u9wgFpviTp .card-box {
  text-align: left;
  color: #000000;
}
.cid-u9wgP3rnrC {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #33d5ad;
}
.cid-u9wgP3rnrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wgP3rnrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9wgP3rnrC .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9wgP3rnrC .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9wgP3rnrC .row {
  flex-direction: row-reverse;
}
.cid-u9wgP3rnrC .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9wgP3rnrC .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9wgP3rnrC img {
  border-radius: 2rem;
}
.cid-u9wgP3rnrC .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9wgP3rnrC .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9wgP3rnrC .mbr-text,
.cid-u9wgP3rnrC .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9whpugW1E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
  position: relative;
  overflow: hidden;
}
.cid-u9whpugW1E::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #33d5ad -10%, transparent 70%);
}
.cid-u9whpugW1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9whpugW1E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9whpugW1E .container {
    padding: 0 16px;
  }
}
.cid-u9whpugW1E .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9whpugW1E .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9whpugW1E .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9whpugW1E .mbr-section-title {
  color: #000000;
}
.cid-u9whpugW1E .mbr-text {
  color: #000000;
}
.cid-u9whIAi10z {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u9whIAi10z {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u9whIAi10z .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u9whIAi10z .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u9whIAi10z .row {
  position: relative;
  padding: 0 28px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #33d5ad;
}
.cid-u9whIAi10z .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9whIAi10z .row .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-u9whIAi10z .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u9whIAi10z .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u9whIAi10z .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u9whIAi10z .card {
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-u9whIAi10z .card {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
.cid-u9whIAi10z .card .card-wrapper {
  padding: 26px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff0b0;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-u9whIAi10z .card .card-wrapper {
    padding: 30px 15px;
    margin-bottom: 16px;
    min-height: 300px;
  }
}
.cid-u9whIAi10z .card .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 72px;
  display: inline-flex;
  color: #ed2c03;
}
.cid-u9whIAi10z .card .card-wrapper .mbr-card-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-u9whIAi10z .card .card-wrapper .mbr-card-title {
    margin-bottom: 15px;
  }
}
.cid-u9whIAi10z .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9whIAi10z .mbr-section-title {
  color: #ffffff;
}
.cid-u9whIAi10z .mbr-card-title {
  color: #ed2c03;
}
.cid-u9whIAi10z .mbr-text {
  color: #000000;
}
.cid-u9whIAi10z .mbr-card-title,
.cid-u9whIAi10z .icon-wrapper {
  color: #000000;
}
.cid-u9yQeQvLUD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-u9yQeQvLUD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yQeQvLUD .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-u9yQeQvLUD .container {
    padding: 0 20px;
  }
}
.cid-u9yQeQvLUD .row {
  margin: 0;
}
.cid-u9yQeQvLUD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9yQeQvLUD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9yQeQvLUD .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9yQeQvLUD .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9yQeQvLUD .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9yQeQvLUD .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9yQeQvLUD .mbr-section-title {
  color: #ffffff;
}
.cid-u9wrSFGdJK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u9wrSFGdJK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wrSFGdJK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9wrSFGdJK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9wrSFGdJK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9wrSFGdJK .container {
    padding: 0 16px;
  }
}
.cid-u9wrSFGdJK .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u9wrSFGdJK .row {
    margin: 0 10px;
  }
}
.cid-u9wrSFGdJK .row .card {
  position: relative;
  padding: 0;
}
.cid-u9wrSFGdJK .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #33d5ad;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u9wrSFGdJK .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u9wrSFGdJK .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u9wrSFGdJK .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #33d5ad;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u9wrSFGdJK .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u9wrSFGdJK .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u9wrSFGdJK .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-u9wrSFGdJK .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-u9wrSFGdJK .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9wrSFGdJK .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9wrSFGdJK .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #33d5ad;
  background-color: #33d5ad;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-u9wrSFGdJK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u9wrSFGdJK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9wrSFGdJK .title-wrapper .mbr-text {
  margin: 0;
}
.cid-u9wrSFGdJK .mbr-section-title {
  color: #fdfcfc;
}
.cid-u9wrSFGdJK .mbr-text {
  color: #F9A600;
}
.cid-u9wrSFGdJK .mbr-text,
.cid-u9wrSFGdJK .mbr-section-btn {
  color: #fff0b0;
}
.cid-u9wrSFGdJK .mbr-section-title,
.cid-u9wrSFGdJK .icon-wrapper {
  color: #fff0b0;
}
.cid-u9wsABkQvM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33d5ad;
}
.cid-u9wsABkQvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wsABkQvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9wsABkQvM .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u9wsABkQvM .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u9wsABkQvM .container {
    padding: 0 30px;
  }
}
.cid-u9wsABkQvM .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9wsABkQvM .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-u9wsABkQvM .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-u9wsABkQvM .image-wrapper img {
    height: 300px;
  }
}
.cid-u9wsABkQvM .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9wsABkQvM .text-wrapper {
    margin: 0;
  }
}
.cid-u9wsABkQvM .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u9wsABkQvM .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u9wsABkQvM .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u9wsABkQvM .mbr-section-title {
  color: #ffffff;
}
.cid-u9wsABkQvM .mbr-text {
  color: #000000;
}
.cid-u9wsABkQvM .mbr-section-title,
.cid-u9wsABkQvM .mbr-section-btn {
  color: #000000;
}
.cid-u9wsKc4YGR {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #fff0b0;
}
.cid-u9wsKc4YGR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wsKc4YGR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9wsKc4YGR .google-map {
  height: 35rem;
  position: relative;
}
.cid-u9wsKc4YGR .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9wsKc4YGR .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9wsKc4YGR .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9wsKc4YGR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9wsKc4YGR .mbr-section-title {
  color: #000000;
}
.cid-u9wwA4Sb1E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9wwA4Sb1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wwA4Sb1E .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-u9wwA4Sb1E .container {
    padding: 0 30px;
  }
}
.cid-u9wwA4Sb1E .row {
  justify-content: center;
}
.cid-u9wwA4Sb1E .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9wwA4Sb1E .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9wwA4Sb1E .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9wwA4Sb1E .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9wwA4Sb1E .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9wwA4Sb1E .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9wwA4Sb1E .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9wwA4Sb1E .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9wwA4Sb1E .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9wwA4Sb1E .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9wwA4Sb1E .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9wwA4Sb1E .nav-wrapper .list .item-wrap:hover,
.cid-u9wwA4Sb1E .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9wwA4Sb1E .nav-wrapper .list .item-wrap:hover::before,
.cid-u9wwA4Sb1E .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9wwA4Sb1E .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9wwA4Sb1E .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9wwA4Sb1E .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9wwA4Sb1E .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9wwA4Sb1E .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9wwA4Sb1E .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9wwA4Sb1E .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u9wwA4Sb1E .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9wwA4Sb1E .mbr-section-title {
  color: #bee0d6;
}
.cid-u9wwA4Sb1E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9wwA4Sb1E .list {
  color: #bee0d6;
}
.cid-u9wwA4Sb1E .mbr-address {
  color: #bee0d6;
}
.cid-u9wwA4Sb1E .mbr-copy {
  color: #bee0d6;
}
.cid-u9wYRg96uk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u9wYRg96uk p {
  text-align: center;
}
.cid-u9wYRg96uk .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-u9wYRg96uk .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-u9wYRg96uk a {
  font-weight: normal;
}
.cid-u9wYRg96uk .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-u9wYRg96uk .copyright .list-inline {
  margin-bottom: 0;
}
.cid-u9wYRg96uk .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-u9wYRg96uk .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-u9wYRg96uk li a {
  position: relative;
}
.cid-u9wYRg96uk li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-u9wYRg96uk li a:hover:before {
  width: 100%;
}
.cid-u9wYRg96uk .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #fafafa;
  text-align: right;
}
.cid-u9wYRg96uk .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-u9wYRg96uk .d-flex {
    flex-direction: column;
  }
  .cid-u9wYRg96uk .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-u9wYRg96uk .icon-transition span {
  display: block;
}
.cid-u9wYRg96uk .list-inline-item a {
  display: block;
}
.cid-u9wYRg96uk .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9wYRg96uk .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-u9wYRg96uk .icon-transition span {
  color: #e43f3f;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-u9wYRg96uk .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-u9wYRg96uk .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u9wYRg96uk .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-u9wYRg96uk .logo-footer {
    text-align: center;
  }
  .cid-u9wYRg96uk .social-media {
    justify-content: center;
  }
}
.cid-u9wcTocbP5 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9wcTocbP5 .container,
  .cid-u9wcTocbP5 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9wcTocbP5 .container .navbar-collapse,
  .cid-u9wcTocbP5 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9wcTocbP5 {
    flex-wrap: wrap;
  }
  .cid-u9wcTocbP5 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9wcTocbP5 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9wcTocbP5 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9wcTocbP5 .btn {
  padding: 0.8rem 2rem;
}
.cid-u9wcTocbP5 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9wcTocbP5 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff6666;
}
.cid-u9wcTocbP5 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9wcTocbP5 .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-u9wcTocbP5 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9wcTocbP5 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9wcTocbP5 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9wcTocbP5 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9wcTocbP5 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9wcTocbP5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9wcTocbP5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9wcTocbP5 .dropdown-menu,
.cid-u9wcTocbP5 .navbar.opened {
  background: #fff0b0 !important;
}
.cid-u9wcTocbP5 .nav-item:focus,
.cid-u9wcTocbP5 .nav-link:focus {
  outline: none;
}
.cid-u9wcTocbP5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9wcTocbP5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9wcTocbP5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9wcTocbP5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9wcTocbP5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9wcTocbP5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9wcTocbP5 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff0b0 !important;
  transition: all 0.3s;
}
.cid-u9wcTocbP5 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fff0b0;
}
.cid-u9wcTocbP5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9wcTocbP5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9wcTocbP5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u9wcTocbP5 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9wcTocbP5 .navbar.collapsed {
  justify-content: center;
}
.cid-u9wcTocbP5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9wcTocbP5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9wcTocbP5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9wcTocbP5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9wcTocbP5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9wcTocbP5 .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-u9wcTocbP5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9wcTocbP5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9wcTocbP5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9wcTocbP5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9wcTocbP5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9wcTocbP5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9wcTocbP5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9wcTocbP5 .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-u9wcTocbP5 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9wcTocbP5 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9wcTocbP5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9wcTocbP5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9wcTocbP5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9wcTocbP5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9wcTocbP5 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9wcTocbP5 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9wcTocbP5 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9wcTocbP5 .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-u9wcTocbP5 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9wcTocbP5 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9wcTocbP5 .dropdown-item.active,
.cid-u9wcTocbP5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9wcTocbP5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9wcTocbP5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9wcTocbP5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9wcTocbP5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-u9wcTocbP5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9wcTocbP5 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9wcTocbP5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9wcTocbP5 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9wcTocbP5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9wcTocbP5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9wcTocbP5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9wcTocbP5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9wcTocbP5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9wcTocbP5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9wcTocbP5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9wcTocbP5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9wcTocbP5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9wcTocbP5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9wcTocbP5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9wcTocbP5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9wcTocbP5 .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-u9wcTocbP5 .navbar {
    height: 70px;
  }
  .cid-u9wcTocbP5 .navbar.opened {
    height: auto;
  }
  .cid-u9wcTocbP5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9x0H2HQPb {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #33d5ad;
}
.cid-u9x0H2HQPb .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x0H2HQPb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x0H2HQPb .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9x0H2HQPb .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9x0H2HQPb .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9x0CKzLgK {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fff0b0;
}
.cid-u9x0CKzLgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x0CKzLgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x0CKzLgK .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-u9x0CKzLgK .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9x0CKzLgK .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9x0CKzLgK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9x0CKzLgK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9x0CKzLgK .content-head {
  max-width: 800px;
}
.cid-u9x0CKzLgK .mbr-section-title {
  color: #090339;
}
.cid-u9wwA4Sb1E {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9wwA4Sb1E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9wwA4Sb1E .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-u9wwA4Sb1E .container {
    padding: 0 30px;
  }
}
.cid-u9wwA4Sb1E .row {
  justify-content: center;
}
.cid-u9wwA4Sb1E .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9wwA4Sb1E .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9wwA4Sb1E .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9wwA4Sb1E .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9wwA4Sb1E .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9wwA4Sb1E .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9wwA4Sb1E .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9wwA4Sb1E .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9wwA4Sb1E .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9wwA4Sb1E .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9wwA4Sb1E .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9wwA4Sb1E .nav-wrapper .list .item-wrap:hover,
.cid-u9wwA4Sb1E .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9wwA4Sb1E .nav-wrapper .list .item-wrap:hover::before,
.cid-u9wwA4Sb1E .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9wwA4Sb1E .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9wwA4Sb1E .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9wwA4Sb1E .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9wwA4Sb1E .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9wwA4Sb1E .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9wwA4Sb1E .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9wwA4Sb1E .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9wwA4Sb1E .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u9wwA4Sb1E .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9wwA4Sb1E .mbr-section-title {
  color: #bee0d6;
}
.cid-u9wwA4Sb1E .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9wwA4Sb1E .list {
  color: #bee0d6;
}
.cid-u9wwA4Sb1E .mbr-address {
  color: #bee0d6;
}
.cid-u9wwA4Sb1E .mbr-copy {
  color: #bee0d6;
}
.cid-u9wYRg96uk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u9wYRg96uk p {
  text-align: center;
}
.cid-u9wYRg96uk .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-u9wYRg96uk .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-u9wYRg96uk a {
  font-weight: normal;
}
.cid-u9wYRg96uk .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-u9wYRg96uk .copyright .list-inline {
  margin-bottom: 0;
}
.cid-u9wYRg96uk .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-u9wYRg96uk .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-u9wYRg96uk li a {
  position: relative;
}
.cid-u9wYRg96uk li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-u9wYRg96uk li a:hover:before {
  width: 100%;
}
.cid-u9wYRg96uk .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #fafafa;
  text-align: right;
}
.cid-u9wYRg96uk .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-u9wYRg96uk .d-flex {
    flex-direction: column;
  }
  .cid-u9wYRg96uk .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-u9wYRg96uk .icon-transition span {
  display: block;
}
.cid-u9wYRg96uk .list-inline-item a {
  display: block;
}
.cid-u9wYRg96uk .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9wYRg96uk .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-u9wYRg96uk .icon-transition span {
  color: #e43f3f;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-u9wYRg96uk .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-u9wYRg96uk .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u9wYRg96uk .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-u9wYRg96uk .logo-footer {
    text-align: center;
  }
  .cid-u9wYRg96uk .social-media {
    justify-content: center;
  }
}
.cid-u9x1G95juR .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9x1G95juR .container,
  .cid-u9x1G95juR .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9x1G95juR .container .navbar-collapse,
  .cid-u9x1G95juR .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9x1G95juR {
    flex-wrap: wrap;
  }
  .cid-u9x1G95juR .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9x1G95juR .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9x1G95juR .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9x1G95juR .btn {
  padding: 0.8rem 2rem;
}
.cid-u9x1G95juR .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9x1G95juR .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff6666;
}
.cid-u9x1G95juR .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9x1G95juR .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-u9x1G95juR .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9x1G95juR .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9x1G95juR .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9x1G95juR .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9x1G95juR .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9x1G95juR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9x1G95juR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9x1G95juR .dropdown-menu,
.cid-u9x1G95juR .navbar.opened {
  background: #fff0b0 !important;
}
.cid-u9x1G95juR .nav-item:focus,
.cid-u9x1G95juR .nav-link:focus {
  outline: none;
}
.cid-u9x1G95juR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9x1G95juR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9x1G95juR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9x1G95juR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9x1G95juR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9x1G95juR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9x1G95juR .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff0b0 !important;
  transition: all 0.3s;
}
.cid-u9x1G95juR .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fff0b0;
}
.cid-u9x1G95juR .navbar.opened {
  transition: all 0.3s;
}
.cid-u9x1G95juR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9x1G95juR .navbar .navbar-logo img {
  width: auto;
}
.cid-u9x1G95juR .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9x1G95juR .navbar.collapsed {
  justify-content: center;
}
.cid-u9x1G95juR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9x1G95juR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9x1G95juR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9x1G95juR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9x1G95juR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9x1G95juR .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-u9x1G95juR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9x1G95juR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9x1G95juR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9x1G95juR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9x1G95juR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9x1G95juR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9x1G95juR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9x1G95juR .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-u9x1G95juR .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9x1G95juR .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9x1G95juR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9x1G95juR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9x1G95juR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9x1G95juR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9x1G95juR .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9x1G95juR .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9x1G95juR .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9x1G95juR .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-u9x1G95juR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9x1G95juR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9x1G95juR .dropdown-item.active,
.cid-u9x1G95juR .dropdown-item:active {
  background-color: transparent;
}
.cid-u9x1G95juR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9x1G95juR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9x1G95juR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9x1G95juR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-u9x1G95juR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9x1G95juR .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9x1G95juR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9x1G95juR .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9x1G95juR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9x1G95juR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9x1G95juR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9x1G95juR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9x1G95juR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9x1G95juR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9x1G95juR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9x1G95juR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9x1G95juR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9x1G95juR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9x1G95juR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9x1G95juR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9x1G95juR .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-u9x1G95juR .navbar {
    height: 70px;
  }
  .cid-u9x1G95juR .navbar.opened {
    height: auto;
  }
  .cid-u9x1G95juR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9x1GaFDqV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #33d5ad;
}
.cid-u9x1GaFDqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x1GaFDqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x1GaFDqV .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u9x1GaFDqV .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-u9x1GaFDqV .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9x2LDxL6y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33d5ad;
}
.cid-u9x2LDxL6y .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x2LDxL6y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x2LDxL6y .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u9x2LDxL6y .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9x2LDxL6y .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u9x2LDxL6y .card-wrapper {
    padding: 4rem;
  }
}
.cid-u9x1GccvbI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: #fff0b0;
}
.cid-u9x1GccvbI .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x1GccvbI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x1GccvbI .google-map {
  height: 35rem;
  position: relative;
  border-radius: 2rem;
}
.cid-u9x1GccvbI .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9x1GccvbI .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9x1GccvbI .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9x1GccvbI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9x1GccvbI .content-head {
  max-width: 800px;
}
.cid-u9x1GccvbI .mbr-section-title {
  color: #090339;
}
.cid-u9x1Gd3vKD {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9x1Gd3vKD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x1Gd3vKD .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-u9x1Gd3vKD .container {
    padding: 0 30px;
  }
}
.cid-u9x1Gd3vKD .row {
  justify-content: center;
}
.cid-u9x1Gd3vKD .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9x1Gd3vKD .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x1Gd3vKD .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9x1Gd3vKD .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x1Gd3vKD .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9x1Gd3vKD .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9x1Gd3vKD .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9x1Gd3vKD .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x1Gd3vKD .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9x1Gd3vKD .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9x1Gd3vKD .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9x1Gd3vKD .nav-wrapper .list .item-wrap:hover,
.cid-u9x1Gd3vKD .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9x1Gd3vKD .nav-wrapper .list .item-wrap:hover::before,
.cid-u9x1Gd3vKD .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9x1Gd3vKD .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9x1Gd3vKD .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9x1Gd3vKD .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9x1Gd3vKD .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x1Gd3vKD .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9x1Gd3vKD .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x1Gd3vKD .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9x1Gd3vKD .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9x1Gd3vKD .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9x1Gd3vKD .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9x1Gd3vKD .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9x1Gd3vKD .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9x1Gd3vKD .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9x1Gd3vKD .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9x1Gd3vKD .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9x1Gd3vKD .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9x1Gd3vKD .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9x1Gd3vKD .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x1Gd3vKD .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u9x1Gd3vKD .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9x1Gd3vKD .mbr-section-title {
  color: #bee0d6;
}
.cid-u9x1Gd3vKD .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9x1Gd3vKD .list {
  color: #bee0d6;
}
.cid-u9x1Gd3vKD .mbr-address {
  color: #bee0d6;
}
.cid-u9x1Gd3vKD .mbr-copy {
  color: #bee0d6;
}
.cid-u9x1GdYn8t {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u9x1GdYn8t p {
  text-align: center;
}
.cid-u9x1GdYn8t .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-u9x1GdYn8t .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-u9x1GdYn8t a {
  font-weight: normal;
}
.cid-u9x1GdYn8t .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-u9x1GdYn8t .copyright .list-inline {
  margin-bottom: 0;
}
.cid-u9x1GdYn8t .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-u9x1GdYn8t .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-u9x1GdYn8t li a {
  position: relative;
}
.cid-u9x1GdYn8t li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-u9x1GdYn8t li a:hover:before {
  width: 100%;
}
.cid-u9x1GdYn8t .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #fafafa;
  text-align: right;
}
.cid-u9x1GdYn8t .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-u9x1GdYn8t .d-flex {
    flex-direction: column;
  }
  .cid-u9x1GdYn8t .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-u9x1GdYn8t .icon-transition span {
  display: block;
}
.cid-u9x1GdYn8t .list-inline-item a {
  display: block;
}
.cid-u9x1GdYn8t .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9x1GdYn8t .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-u9x1GdYn8t .icon-transition span {
  color: #e43f3f;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-u9x1GdYn8t .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-u9x1GdYn8t .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u9x1GdYn8t .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-u9x1GdYn8t .logo-footer {
    text-align: center;
  }
  .cid-u9x1GdYn8t .social-media {
    justify-content: center;
  }
}
.cid-u9x42WDNV9 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9x42WDNV9 .container,
  .cid-u9x42WDNV9 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9x42WDNV9 .container .navbar-collapse,
  .cid-u9x42WDNV9 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9x42WDNV9 {
    flex-wrap: wrap;
  }
  .cid-u9x42WDNV9 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9x42WDNV9 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9x42WDNV9 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9x42WDNV9 .btn {
  padding: 0.8rem 2rem;
}
.cid-u9x42WDNV9 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9x42WDNV9 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff6666;
}
.cid-u9x42WDNV9 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9x42WDNV9 .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-u9x42WDNV9 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9x42WDNV9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9x42WDNV9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9x42WDNV9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9x42WDNV9 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9x42WDNV9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9x42WDNV9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9x42WDNV9 .dropdown-menu,
.cid-u9x42WDNV9 .navbar.opened {
  background: #fff0b0 !important;
}
.cid-u9x42WDNV9 .nav-item:focus,
.cid-u9x42WDNV9 .nav-link:focus {
  outline: none;
}
.cid-u9x42WDNV9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9x42WDNV9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9x42WDNV9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9x42WDNV9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9x42WDNV9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9x42WDNV9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9x42WDNV9 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff0b0 !important;
  transition: all 0.3s;
}
.cid-u9x42WDNV9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fff0b0;
}
.cid-u9x42WDNV9 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9x42WDNV9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9x42WDNV9 .navbar .navbar-logo img {
  width: auto;
}
.cid-u9x42WDNV9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9x42WDNV9 .navbar.collapsed {
  justify-content: center;
}
.cid-u9x42WDNV9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9x42WDNV9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9x42WDNV9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9x42WDNV9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9x42WDNV9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9x42WDNV9 .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-u9x42WDNV9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9x42WDNV9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9x42WDNV9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9x42WDNV9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9x42WDNV9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9x42WDNV9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9x42WDNV9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9x42WDNV9 .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-u9x42WDNV9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9x42WDNV9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9x42WDNV9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9x42WDNV9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9x42WDNV9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9x42WDNV9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9x42WDNV9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9x42WDNV9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9x42WDNV9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9x42WDNV9 .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-u9x42WDNV9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9x42WDNV9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9x42WDNV9 .dropdown-item.active,
.cid-u9x42WDNV9 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9x42WDNV9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9x42WDNV9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9x42WDNV9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9x42WDNV9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-u9x42WDNV9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9x42WDNV9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9x42WDNV9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9x42WDNV9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9x42WDNV9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9x42WDNV9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9x42WDNV9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9x42WDNV9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9x42WDNV9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9x42WDNV9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9x42WDNV9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9x42WDNV9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9x42WDNV9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9x42WDNV9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9x42WDNV9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9x42WDNV9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9x42WDNV9 .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-u9x42WDNV9 .navbar {
    height: 70px;
  }
  .cid-u9x42WDNV9 .navbar.opened {
    height: auto;
  }
  .cid-u9x42WDNV9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9x42XDDBV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #33d5ad;
}
.cid-u9x42XDDBV .row {
  flex-direction: row-reverse;
}
.cid-u9x42XDDBV .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1f1437;
}
@media (max-width: 991px) {
  .cid-u9x42XDDBV .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-u9x42XDDBV .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-u9x42XDDBV .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-u9x42XDDBV .image-wrapper {
    margin-left: 0;
  }
}
.cid-u9x42XDDBV .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-u9x42XDDBV .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-u9x42XDDBV .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u9x42XDDBV .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-u9x42XDDBV .content {
    text-align: center;
  }
}
.cid-u9x42XDDBV .mbr-section-title {
  color: #33d5ad;
  margin-bottom: 20px;
  text-align: center;
}
.cid-u9x42XDDBV .mbr-section-title span {
  position: relative;
}
.cid-u9x42XDDBV .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-u9x42XDDBV .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-u9x42XDDBV .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-u9x42XDDBV .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-u9x42XDDBV .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-u9x42XDDBV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9x42XDDBV .mbr-section-subtitle span {
  position: relative;
}
.cid-u9x42XDDBV .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-u9x42XDDBV .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-u9x42XDDBV .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-u9x42XDDBV .mbr-section-btn {
  margin-top: 3rem;
}
.cid-u9x42XDDBV .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u9x42XDDBV .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-u9x42XDDBV .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u9x42XDDBV .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u9x42YH0Uh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/240-f-655741490-uq97it2uoythcfvmypavilibz3gapct5-360x240.jpg");
}
.cid-u9x42YH0Uh .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x42YH0Uh .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-u9x42YH0Uh .container {
    padding: 0 15px;
  }
}
.cid-u9x42YH0Uh .row {
  justify-content: center;
}
.cid-u9x42YH0Uh .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9x42YH0Uh .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9x42YH0Uh .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-u9x42YH0Uh .subtitle-wrapper {
    padding: 0;
  }
}
.cid-u9x42YH0Uh .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9x42YH0Uh .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-u9x42YH0Uh .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-u9x42YH0Uh .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-u9x42YH0Uh .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-u9x42YH0Uh .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9x42YH0Uh .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000000;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-u9x42YH0Uh .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-u9x42YH0Uh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9x42YH0Uh .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9x42YH0Uh .list {
  color: #ffffff;
}
.cid-u9x42ZBLy4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33d5ad;
}
.cid-u9x42ZBLy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x42ZBLy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x42ZBLy4 .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u9x42ZBLy4 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9x42ZBLy4 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u9x42ZBLy4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-u9x42ZBLy4 .mbr-text,
.cid-u9x42ZBLy4 .mbr-section-btn {
  color: #000000;
}
.cid-u9x42ZBLy4 .card-title,
.cid-u9x42ZBLy4 .card-box {
  text-align: left;
}
.cid-u9x430n0sY {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff0b0;
}
.cid-u9x430n0sY .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9x430n0sY .panel-group {
  border: none;
}
.cid-u9x430n0sY .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9x430n0sY .card:hover {
  background: #0649c2;
}
@media (max-width: 767px) {
  .cid-u9x430n0sY .card {
    padding: 1rem;
  }
}
.cid-u9x430n0sY .card-header {
  border: none;
}
.cid-u9x430n0sY p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9x430n0sY .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9x430n0sY .panel-body,
.cid-u9x430n0sY .card-header {
  padding: 0rem 0;
}
.cid-u9x430n0sY .panel-title-edit {
  color: #000000;
}
.cid-u9x430n0sY .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9x430n0sY .panel-text {
  color: #000000;
}
.cid-u9x430n0sY .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x430n0sY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x430n0sY H3 {
  text-align: center;
  color: #000000;
}
.cid-u9x431zXnX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33d5ad;
}
.cid-u9x432mF58 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
@media (max-width: 1200px) {
  .cid-u9x432mF58 .display-2 {
    font-size: 2.1rem;
  }
}
.cid-u9x432mF58 .item-img {
  padding: 0.5rem;
}
.cid-u9x432mF58 img,
.cid-u9x432mF58 .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u9x432mF58 .item:focus,
.cid-u9x432mF58 span:focus {
  outline: none;
}
.cid-u9x432mF58 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9x432mF58 .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #33d5ad;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9x432mF58 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9x432mF58 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9x432mF58 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9x432mF58 .mbr-section-title {
  color: #ffffff;
}
.cid-u9x432mF58 .item-title {
  color: #ae42c8;
}
.cid-u9x432mF58 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9x432mF58 .mbr-text,
.cid-u9x432mF58 .mbr-section-btn {
  text-align: center;
}
.cid-u9x433qL2d {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #33d5ad;
}
.cid-u9x433qL2d .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x433qL2d .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9x433qL2d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x433qL2d h1 {
  max-width: 800px;
}
.cid-u9x433qL2d p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9x433qL2d .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #0649c2 !important;
}
.cid-u9x433qL2d .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9x433qL2d .btn div {
  overflow: hidden;
}
.cid-u9x433qL2d .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9x433qL2d {
    align-items: center;
  }
  .cid-u9x433qL2d .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9x433qL2d .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9x433qL2d {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9x433qL2d .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9x433qL2d .content-wrap {
    width: 100%;
  }
}
.cid-u9x433qL2d .mbr-section-subtitle,
.cid-u9x433qL2d .line {
  color: #291f1e;
}
.cid-u9x433qL2d .mbr-text,
.cid-u9x433qL2d .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9x433qL2d .mbr-section-title {
  color: #291f1e;
}
.cid-u9x434l9or {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-u9x434l9or .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x434l9or .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x434l9or .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u9x434l9or .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9x434l9or .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u9x434l9or .card-wrapper {
    padding: 4rem;
  }
}
.cid-u9x434l9or .mbr-text,
.cid-u9x434l9or .mbr-section-btn {
  color: #000000;
}
.cid-u9x434l9or .card-title,
.cid-u9x434l9or .card-box {
  text-align: left;
  color: #000000;
}
.cid-u9x43572rZ {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #33d5ad;
}
.cid-u9x43572rZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x43572rZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x43572rZ .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9x43572rZ .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9x43572rZ .row {
  flex-direction: row-reverse;
}
.cid-u9x43572rZ .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9x43572rZ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9x43572rZ img {
  border-radius: 2rem;
}
.cid-u9x43572rZ .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9x43572rZ .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9x43572rZ .mbr-text,
.cid-u9x43572rZ .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9x436aQIt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
  position: relative;
  overflow: hidden;
}
.cid-u9x436aQIt::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #33d5ad -10%, transparent 70%);
}
.cid-u9x436aQIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x436aQIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9x436aQIt .container {
    padding: 0 16px;
  }
}
.cid-u9x436aQIt .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9x436aQIt .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9x436aQIt .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9x436aQIt .mbr-section-title {
  color: #000000;
}
.cid-u9x436aQIt .mbr-text {
  color: #000000;
}
.cid-u9yQjku5QT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-u9yQjku5QT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yQjku5QT .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-u9yQjku5QT .container {
    padding: 0 20px;
  }
}
.cid-u9yQjku5QT .row {
  margin: 0;
}
.cid-u9yQjku5QT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9yQjku5QT .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9yQjku5QT .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9yQjku5QT .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9yQjku5QT .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9yQjku5QT .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9yQjku5QT .mbr-section-title {
  color: #ffffff;
}
.cid-u9x43765xe {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u9x43765xe {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u9x43765xe .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u9x43765xe .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u9x43765xe .row {
  position: relative;
  padding: 0 28px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #33d5ad;
}
.cid-u9x43765xe .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x43765xe .row .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-u9x43765xe .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u9x43765xe .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u9x43765xe .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u9x43765xe .card {
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-u9x43765xe .card {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
.cid-u9x43765xe .card .card-wrapper {
  padding: 26px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff0b0;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-u9x43765xe .card .card-wrapper {
    padding: 30px 15px;
    margin-bottom: 16px;
    min-height: 300px;
  }
}
.cid-u9x43765xe .card .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 72px;
  display: inline-flex;
  color: #ed2c03;
}
.cid-u9x43765xe .card .card-wrapper .mbr-card-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-u9x43765xe .card .card-wrapper .mbr-card-title {
    margin-bottom: 15px;
  }
}
.cid-u9x43765xe .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9x43765xe .mbr-section-title {
  color: #ffffff;
}
.cid-u9x43765xe .mbr-card-title {
  color: #ed2c03;
}
.cid-u9x43765xe .mbr-text {
  color: #000000;
}
.cid-u9x43765xe .mbr-card-title,
.cid-u9x43765xe .icon-wrapper {
  color: #000000;
}
.cid-u9x438ec3T {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u9x438ec3T .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x438ec3T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x438ec3T .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9x438ec3T .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9x438ec3T .container {
    padding: 0 16px;
  }
}
.cid-u9x438ec3T .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u9x438ec3T .row {
    margin: 0 10px;
  }
}
.cid-u9x438ec3T .row .card {
  position: relative;
  padding: 0;
}
.cid-u9x438ec3T .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #33d5ad;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u9x438ec3T .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u9x438ec3T .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u9x438ec3T .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #33d5ad;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u9x438ec3T .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u9x438ec3T .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u9x438ec3T .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-u9x438ec3T .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-u9x438ec3T .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9x438ec3T .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9x438ec3T .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #33d5ad;
  background-color: #33d5ad;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-u9x438ec3T .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u9x438ec3T .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9x438ec3T .title-wrapper .mbr-text {
  margin: 0;
}
.cid-u9x438ec3T .mbr-section-title {
  color: #fdfcfc;
}
.cid-u9x438ec3T .mbr-text {
  color: #F9A600;
}
.cid-u9x438ec3T .mbr-text,
.cid-u9x438ec3T .mbr-section-btn {
  color: #fff0b0;
}
.cid-u9x438ec3T .mbr-section-title,
.cid-u9x438ec3T .icon-wrapper {
  color: #fff0b0;
}
.cid-u9x4399LiT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33d5ad;
}
.cid-u9x4399LiT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x4399LiT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x4399LiT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u9x4399LiT .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u9x4399LiT .container {
    padding: 0 30px;
  }
}
.cid-u9x4399LiT .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9x4399LiT .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-u9x4399LiT .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-u9x4399LiT .image-wrapper img {
    height: 300px;
  }
}
.cid-u9x4399LiT .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9x4399LiT .text-wrapper {
    margin: 0;
  }
}
.cid-u9x4399LiT .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u9x4399LiT .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u9x4399LiT .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u9x4399LiT .mbr-section-title {
  color: #ffffff;
}
.cid-u9x4399LiT .mbr-text {
  color: #000000;
}
.cid-u9x4399LiT .mbr-section-title,
.cid-u9x4399LiT .mbr-section-btn {
  color: #000000;
}
.cid-u9xlECcNxy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u9xlECcNxy .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xlECcNxy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9xlECcNxy .container {
    padding: 0 16px;
  }
}
.cid-u9xlECcNxy .row {
  position: relative;
  justify-content: space-between;
}
.cid-u9xlECcNxy .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-u9xlECcNxy .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-u9xlECcNxy .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u9xlECcNxy .content-wrapper .mbr-section-title span {
  color: #000000;
}
.cid-u9xlECcNxy .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-u9xlECcNxy .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-u9xlECcNxy .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #33d5ad -10%, transparent 80%);
}
.cid-u9xlECcNxy .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-u9xlECcNxy .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u9xlECcNxy .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u9xlECcNxy .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u9xlECcNxy .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-u9xlECcNxy .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u9xlECcNxy .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-u9xlECcNxy .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-u9xlECcNxy .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-u9xlECcNxy .mbr-section-title {
  color: #000000;
}
.cid-u9xlECcNxy .mbr-text {
  color: #6f6f6f;
}
.cid-u9xlECcNxy .panel-title-edit {
  color: #000000;
}
.cid-u9xlECcNxy .panel-text {
  color: #000000;
}
.cid-u9x43a7k8f {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #fff0b0;
}
.cid-u9x43a7k8f .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x43a7k8f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x43a7k8f .google-map {
  height: 35rem;
  position: relative;
}
.cid-u9x43a7k8f .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9x43a7k8f .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9x43a7k8f .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9x43a7k8f .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9x43a7k8f .mbr-section-title {
  color: #000000;
}
.cid-u9x43bebiR {
  background-color: #000000;
  overflow: hidden;
}
.cid-u9x43bebiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x43bebiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x43bebiR .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-u9x43bebiR .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u9x43bebiR .container {
    padding: 0 30px;
  }
}
.cid-u9x43bebiR .row {
  justify-content: center;
}
.cid-u9x43bebiR .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9x43bebiR .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x43bebiR .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9x43bebiR .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x43bebiR .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9x43bebiR .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9x43bebiR .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9x43bebiR .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x43bebiR .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9x43bebiR .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9x43bebiR .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9x43bebiR .nav-wrapper .list .item-wrap:hover,
.cid-u9x43bebiR .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9x43bebiR .nav-wrapper .list .item-wrap:hover::before,
.cid-u9x43bebiR .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9x43bebiR .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9x43bebiR .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9x43bebiR .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9x43bebiR .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x43bebiR .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9x43bebiR .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x43bebiR .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9x43bebiR .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9x43bebiR .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9x43bebiR .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9x43bebiR .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9x43bebiR .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9x43bebiR .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9x43bebiR .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9x43bebiR .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9x43bebiR .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9x43bebiR .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9x43bebiR .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x43bebiR .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u9x43bebiR .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9x43bebiR .mbr-section-title {
  color: #bee0d6;
}
.cid-u9x43bebiR .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9x43bebiR .list {
  color: #bee0d6;
}
.cid-u9x43bebiR .mbr-address {
  color: #bee0d6;
}
.cid-u9x43bebiR .mbr-copy {
  color: #bee0d6;
}
.cid-u9x43cDalp {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u9x43cDalp p {
  text-align: center;
}
.cid-u9x43cDalp .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-u9x43cDalp .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-u9x43cDalp a {
  font-weight: normal;
}
.cid-u9x43cDalp .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-u9x43cDalp .copyright .list-inline {
  margin-bottom: 0;
}
.cid-u9x43cDalp .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-u9x43cDalp .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-u9x43cDalp li a {
  position: relative;
}
.cid-u9x43cDalp li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-u9x43cDalp li a:hover:before {
  width: 100%;
}
.cid-u9x43cDalp .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #fafafa;
  text-align: right;
}
.cid-u9x43cDalp .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-u9x43cDalp .d-flex {
    flex-direction: column;
  }
  .cid-u9x43cDalp .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-u9x43cDalp .icon-transition span {
  display: block;
}
.cid-u9x43cDalp .list-inline-item a {
  display: block;
}
.cid-u9x43cDalp .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9x43cDalp .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-u9x43cDalp .icon-transition span {
  color: #e43f3f;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-u9x43cDalp .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-u9x43cDalp .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u9x43cDalp .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-u9x43cDalp .logo-footer {
    text-align: center;
  }
  .cid-u9x43cDalp .social-media {
    justify-content: center;
  }
}
.cid-u9x43SAC81 .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9x43SAC81 .container,
  .cid-u9x43SAC81 .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9x43SAC81 .container .navbar-collapse,
  .cid-u9x43SAC81 .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9x43SAC81 {
    flex-wrap: wrap;
  }
  .cid-u9x43SAC81 .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9x43SAC81 .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9x43SAC81 .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9x43SAC81 .btn {
  padding: 0.8rem 2rem;
}
.cid-u9x43SAC81 .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9x43SAC81 .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff6666;
}
.cid-u9x43SAC81 .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9x43SAC81 .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-u9x43SAC81 .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9x43SAC81 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9x43SAC81 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9x43SAC81 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9x43SAC81 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9x43SAC81 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9x43SAC81 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9x43SAC81 .dropdown-menu,
.cid-u9x43SAC81 .navbar.opened {
  background: #fff0b0 !important;
}
.cid-u9x43SAC81 .nav-item:focus,
.cid-u9x43SAC81 .nav-link:focus {
  outline: none;
}
.cid-u9x43SAC81 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9x43SAC81 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9x43SAC81 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9x43SAC81 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9x43SAC81 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9x43SAC81 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9x43SAC81 .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff0b0 !important;
  transition: all 0.3s;
}
.cid-u9x43SAC81 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fff0b0;
}
.cid-u9x43SAC81 .navbar.opened {
  transition: all 0.3s;
}
.cid-u9x43SAC81 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9x43SAC81 .navbar .navbar-logo img {
  width: auto;
}
.cid-u9x43SAC81 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9x43SAC81 .navbar.collapsed {
  justify-content: center;
}
.cid-u9x43SAC81 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9x43SAC81 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9x43SAC81 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9x43SAC81 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9x43SAC81 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9x43SAC81 .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-u9x43SAC81 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9x43SAC81 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9x43SAC81 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9x43SAC81 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9x43SAC81 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9x43SAC81 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9x43SAC81 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9x43SAC81 .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-u9x43SAC81 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9x43SAC81 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9x43SAC81 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9x43SAC81 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9x43SAC81 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9x43SAC81 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9x43SAC81 .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9x43SAC81 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9x43SAC81 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9x43SAC81 .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-u9x43SAC81 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9x43SAC81 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9x43SAC81 .dropdown-item.active,
.cid-u9x43SAC81 .dropdown-item:active {
  background-color: transparent;
}
.cid-u9x43SAC81 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9x43SAC81 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9x43SAC81 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9x43SAC81 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-u9x43SAC81 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9x43SAC81 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9x43SAC81 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9x43SAC81 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9x43SAC81 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9x43SAC81 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9x43SAC81 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9x43SAC81 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9x43SAC81 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9x43SAC81 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9x43SAC81 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9x43SAC81 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9x43SAC81 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9x43SAC81 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9x43SAC81 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9x43SAC81 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9x43SAC81 .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-u9x43SAC81 .navbar {
    height: 70px;
  }
  .cid-u9x43SAC81 .navbar.opened {
    height: auto;
  }
  .cid-u9x43SAC81 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9x43TEBJ3 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #33d5ad;
}
.cid-u9x43TEBJ3 .row {
  flex-direction: row-reverse;
}
.cid-u9x43TEBJ3 .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1f1437;
}
@media (max-width: 991px) {
  .cid-u9x43TEBJ3 .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-u9x43TEBJ3 .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-u9x43TEBJ3 .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-u9x43TEBJ3 .image-wrapper {
    margin-left: 0;
  }
}
.cid-u9x43TEBJ3 .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-u9x43TEBJ3 .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-u9x43TEBJ3 .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u9x43TEBJ3 .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-u9x43TEBJ3 .content {
    text-align: center;
  }
}
.cid-u9x43TEBJ3 .mbr-section-title {
  color: #33d5ad;
  margin-bottom: 20px;
  text-align: center;
}
.cid-u9x43TEBJ3 .mbr-section-title span {
  position: relative;
}
.cid-u9x43TEBJ3 .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-u9x43TEBJ3 .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-u9x43TEBJ3 .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-u9x43TEBJ3 .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-u9x43TEBJ3 .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-u9x43TEBJ3 .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9x43TEBJ3 .mbr-section-subtitle span {
  position: relative;
}
.cid-u9x43TEBJ3 .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-u9x43TEBJ3 .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-u9x43TEBJ3 .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-u9x43TEBJ3 .mbr-section-btn {
  margin-top: 3rem;
}
.cid-u9x43TEBJ3 .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u9x43TEBJ3 .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-u9x43TEBJ3 .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u9x43TEBJ3 .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u9x43URCnd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/240-f-655741490-uq97it2uoythcfvmypavilibz3gapct5-360x240.jpg");
}
.cid-u9x43URCnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x43URCnd .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-u9x43URCnd .container {
    padding: 0 15px;
  }
}
.cid-u9x43URCnd .row {
  justify-content: center;
}
.cid-u9x43URCnd .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9x43URCnd .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9x43URCnd .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-u9x43URCnd .subtitle-wrapper {
    padding: 0;
  }
}
.cid-u9x43URCnd .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9x43URCnd .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-u9x43URCnd .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-u9x43URCnd .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-u9x43URCnd .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-u9x43URCnd .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9x43URCnd .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000000;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-u9x43URCnd .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-u9x43URCnd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9x43URCnd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9x43URCnd .list {
  color: #ffffff;
}
.cid-u9x43VZEde {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33d5ad;
}
.cid-u9x43VZEde .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x43VZEde .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x43VZEde .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u9x43VZEde .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9x43VZEde .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u9x43VZEde .card-wrapper {
    padding: 4rem;
  }
}
.cid-u9x43VZEde .mbr-text,
.cid-u9x43VZEde .mbr-section-btn {
  color: #000000;
}
.cid-u9x43VZEde .card-title,
.cid-u9x43VZEde .card-box {
  text-align: left;
}
.cid-u9x43X9n3E {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff0b0;
}
.cid-u9x43X9n3E .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9x43X9n3E .panel-group {
  border: none;
}
.cid-u9x43X9n3E .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9x43X9n3E .card:hover {
  background: #0649c2;
}
@media (max-width: 767px) {
  .cid-u9x43X9n3E .card {
    padding: 1rem;
  }
}
.cid-u9x43X9n3E .card-header {
  border: none;
}
.cid-u9x43X9n3E p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9x43X9n3E .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9x43X9n3E .panel-body,
.cid-u9x43X9n3E .card-header {
  padding: 0rem 0;
}
.cid-u9x43X9n3E .panel-title-edit {
  color: #000000;
}
.cid-u9x43X9n3E .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9x43X9n3E .panel-text {
  color: #000000;
}
.cid-u9x43X9n3E .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x43X9n3E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x43X9n3E H3 {
  text-align: center;
  color: #000000;
}
.cid-u9x43Ywxuz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33d5ad;
}
.cid-u9x43ZFWb6 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
@media (max-width: 1200px) {
  .cid-u9x43ZFWb6 .display-2 {
    font-size: 2.1rem;
  }
}
.cid-u9x43ZFWb6 .item-img {
  padding: 0.5rem;
}
.cid-u9x43ZFWb6 img,
.cid-u9x43ZFWb6 .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u9x43ZFWb6 .item:focus,
.cid-u9x43ZFWb6 span:focus {
  outline: none;
}
.cid-u9x43ZFWb6 .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9x43ZFWb6 .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #33d5ad;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9x43ZFWb6 .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9x43ZFWb6 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9x43ZFWb6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9x43ZFWb6 .mbr-section-title {
  color: #ffffff;
}
.cid-u9x43ZFWb6 .item-title {
  color: #ae42c8;
}
.cid-u9x43ZFWb6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9x43ZFWb6 .mbr-text,
.cid-u9x43ZFWb6 .mbr-section-btn {
  text-align: center;
}
.cid-u9x441glTq {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #33d5ad;
}
.cid-u9x441glTq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x441glTq .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9x441glTq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x441glTq h1 {
  max-width: 800px;
}
.cid-u9x441glTq p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9x441glTq .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #0649c2 !important;
}
.cid-u9x441glTq .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9x441glTq .btn div {
  overflow: hidden;
}
.cid-u9x441glTq .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9x441glTq {
    align-items: center;
  }
  .cid-u9x441glTq .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9x441glTq .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9x441glTq {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9x441glTq .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9x441glTq .content-wrap {
    width: 100%;
  }
}
.cid-u9x441glTq .mbr-section-subtitle,
.cid-u9x441glTq .line {
  color: #291f1e;
}
.cid-u9x441glTq .mbr-text,
.cid-u9x441glTq .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9x441glTq .mbr-section-title {
  color: #291f1e;
}
.cid-u9x442ppaD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-u9x442ppaD .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x442ppaD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x442ppaD .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u9x442ppaD .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9x442ppaD .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u9x442ppaD .card-wrapper {
    padding: 4rem;
  }
}
.cid-u9x442ppaD .mbr-text,
.cid-u9x442ppaD .mbr-section-btn {
  color: #000000;
}
.cid-u9x442ppaD .card-title,
.cid-u9x442ppaD .card-box {
  text-align: left;
  color: #000000;
}
.cid-u9x443D8mq {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #33d5ad;
}
.cid-u9x443D8mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x443D8mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x443D8mq .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9x443D8mq .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9x443D8mq .row {
  flex-direction: row-reverse;
}
.cid-u9x443D8mq .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9x443D8mq .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9x443D8mq img {
  border-radius: 2rem;
}
.cid-u9x443D8mq .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9x443D8mq .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9x443D8mq .mbr-text,
.cid-u9x443D8mq .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9x446o5k7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
  position: relative;
  overflow: hidden;
}
.cid-u9x446o5k7::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #33d5ad -10%, transparent 70%);
}
.cid-u9x446o5k7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x446o5k7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9x446o5k7 .container {
    padding: 0 16px;
  }
}
.cid-u9x446o5k7 .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9x446o5k7 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9x446o5k7 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9x446o5k7 .mbr-section-title {
  color: #000000;
}
.cid-u9x446o5k7 .mbr-text {
  color: #000000;
}
.cid-u9yQowB57x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-u9yQowB57x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yQowB57x .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-u9yQowB57x .container {
    padding: 0 20px;
  }
}
.cid-u9yQowB57x .row {
  margin: 0;
}
.cid-u9yQowB57x .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9yQowB57x .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9yQowB57x .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9yQowB57x .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9yQowB57x .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9yQowB57x .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9yQowB57x .mbr-section-title {
  color: #ffffff;
}
.cid-u9x447Aswt {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u9x447Aswt {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u9x447Aswt .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u9x447Aswt .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u9x447Aswt .row {
  position: relative;
  padding: 0 28px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #33d5ad;
}
.cid-u9x447Aswt .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x447Aswt .row .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-u9x447Aswt .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u9x447Aswt .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u9x447Aswt .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u9x447Aswt .card {
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-u9x447Aswt .card {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
.cid-u9x447Aswt .card .card-wrapper {
  padding: 26px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff0b0;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-u9x447Aswt .card .card-wrapper {
    padding: 30px 15px;
    margin-bottom: 16px;
    min-height: 300px;
  }
}
.cid-u9x447Aswt .card .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 72px;
  display: inline-flex;
  color: #ed2c03;
}
.cid-u9x447Aswt .card .card-wrapper .mbr-card-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-u9x447Aswt .card .card-wrapper .mbr-card-title {
    margin-bottom: 15px;
  }
}
.cid-u9x447Aswt .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9x447Aswt .mbr-section-title {
  color: #ffffff;
}
.cid-u9x447Aswt .mbr-card-title {
  color: #ed2c03;
}
.cid-u9x447Aswt .mbr-text {
  color: #000000;
}
.cid-u9x447Aswt .mbr-card-title,
.cid-u9x447Aswt .icon-wrapper {
  color: #000000;
}
.cid-u9x44aB9FW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u9x44aB9FW .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x44aB9FW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x44aB9FW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9x44aB9FW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9x44aB9FW .container {
    padding: 0 16px;
  }
}
.cid-u9x44aB9FW .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u9x44aB9FW .row {
    margin: 0 10px;
  }
}
.cid-u9x44aB9FW .row .card {
  position: relative;
  padding: 0;
}
.cid-u9x44aB9FW .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #33d5ad;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u9x44aB9FW .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u9x44aB9FW .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u9x44aB9FW .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #33d5ad;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u9x44aB9FW .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u9x44aB9FW .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u9x44aB9FW .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-u9x44aB9FW .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-u9x44aB9FW .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9x44aB9FW .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9x44aB9FW .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #33d5ad;
  background-color: #33d5ad;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-u9x44aB9FW .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u9x44aB9FW .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9x44aB9FW .title-wrapper .mbr-text {
  margin: 0;
}
.cid-u9x44aB9FW .mbr-section-title {
  color: #fdfcfc;
}
.cid-u9x44aB9FW .mbr-text {
  color: #F9A600;
}
.cid-u9x44aB9FW .mbr-text,
.cid-u9x44aB9FW .mbr-section-btn {
  color: #fff0b0;
}
.cid-u9x44aB9FW .mbr-section-title,
.cid-u9x44aB9FW .icon-wrapper {
  color: #fff0b0;
}
.cid-u9x44cI7Nv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33d5ad;
}
.cid-u9x44cI7Nv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x44cI7Nv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x44cI7Nv .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u9x44cI7Nv .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u9x44cI7Nv .container {
    padding: 0 30px;
  }
}
.cid-u9x44cI7Nv .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9x44cI7Nv .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-u9x44cI7Nv .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-u9x44cI7Nv .image-wrapper img {
    height: 300px;
  }
}
.cid-u9x44cI7Nv .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9x44cI7Nv .text-wrapper {
    margin: 0;
  }
}
.cid-u9x44cI7Nv .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u9x44cI7Nv .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u9x44cI7Nv .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u9x44cI7Nv .mbr-section-title {
  color: #ffffff;
}
.cid-u9x44cI7Nv .mbr-text {
  color: #000000;
}
.cid-u9x44cI7Nv .mbr-section-title,
.cid-u9x44cI7Nv .mbr-section-btn {
  color: #000000;
}
.cid-u9xmObVHFP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u9xmObVHFP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xmObVHFP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9xmObVHFP .container {
    padding: 0 16px;
  }
}
.cid-u9xmObVHFP .row {
  position: relative;
  justify-content: space-between;
}
.cid-u9xmObVHFP .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-u9xmObVHFP .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-u9xmObVHFP .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u9xmObVHFP .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u9xmObVHFP .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-u9xmObVHFP .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-u9xmObVHFP .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #33d5ad -10%, transparent 80%);
}
.cid-u9xmObVHFP .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-u9xmObVHFP .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u9xmObVHFP .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u9xmObVHFP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u9xmObVHFP .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-u9xmObVHFP .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u9xmObVHFP .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-u9xmObVHFP .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-u9xmObVHFP .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-u9xmObVHFP .mbr-section-title {
  color: #000000;
}
.cid-u9xmObVHFP .mbr-text {
  color: #6f6f6f;
}
.cid-u9xmObVHFP .panel-title-edit {
  color: #000000;
}
.cid-u9xmObVHFP .panel-text {
  color: #000000;
}
.cid-u9x44eQmRm {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #fff0b0;
}
.cid-u9x44eQmRm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x44eQmRm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9x44eQmRm .google-map {
  height: 35rem;
  position: relative;
}
.cid-u9x44eQmRm .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9x44eQmRm .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9x44eQmRm .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9x44eQmRm .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9x44eQmRm .mbr-section-title {
  color: #000000;
}
.cid-u9x44giAWE {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9x44giAWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9x44giAWE .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-u9x44giAWE .container {
    padding: 0 30px;
  }
}
.cid-u9x44giAWE .row {
  justify-content: center;
}
.cid-u9x44giAWE .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9x44giAWE .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x44giAWE .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9x44giAWE .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x44giAWE .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9x44giAWE .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9x44giAWE .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9x44giAWE .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x44giAWE .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9x44giAWE .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9x44giAWE .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9x44giAWE .nav-wrapper .list .item-wrap:hover,
.cid-u9x44giAWE .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9x44giAWE .nav-wrapper .list .item-wrap:hover::before,
.cid-u9x44giAWE .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9x44giAWE .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9x44giAWE .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9x44giAWE .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9x44giAWE .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x44giAWE .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9x44giAWE .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x44giAWE .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9x44giAWE .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9x44giAWE .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9x44giAWE .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9x44giAWE .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9x44giAWE .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9x44giAWE .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9x44giAWE .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9x44giAWE .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9x44giAWE .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9x44giAWE .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9x44giAWE .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9x44giAWE .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u9x44giAWE .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9x44giAWE .mbr-section-title {
  color: #bee0d6;
}
.cid-u9x44giAWE .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9x44giAWE .list {
  color: #bee0d6;
}
.cid-u9x44giAWE .mbr-address {
  color: #bee0d6;
}
.cid-u9x44giAWE .mbr-copy {
  color: #bee0d6;
}
.cid-u9x44iGO9g {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u9x44iGO9g p {
  text-align: center;
}
.cid-u9x44iGO9g .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-u9x44iGO9g .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-u9x44iGO9g a {
  font-weight: normal;
}
.cid-u9x44iGO9g .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-u9x44iGO9g .copyright .list-inline {
  margin-bottom: 0;
}
.cid-u9x44iGO9g .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-u9x44iGO9g .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-u9x44iGO9g li a {
  position: relative;
}
.cid-u9x44iGO9g li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-u9x44iGO9g li a:hover:before {
  width: 100%;
}
.cid-u9x44iGO9g .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #fafafa;
  text-align: right;
}
.cid-u9x44iGO9g .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-u9x44iGO9g .d-flex {
    flex-direction: column;
  }
  .cid-u9x44iGO9g .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-u9x44iGO9g .icon-transition span {
  display: block;
}
.cid-u9x44iGO9g .list-inline-item a {
  display: block;
}
.cid-u9x44iGO9g .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9x44iGO9g .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-u9x44iGO9g .icon-transition span {
  color: #e43f3f;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-u9x44iGO9g .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-u9x44iGO9g .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u9x44iGO9g .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-u9x44iGO9g .logo-footer {
    text-align: center;
  }
  .cid-u9x44iGO9g .social-media {
    justify-content: center;
  }
}
.cid-u9xgJjXpja .navbar-dropdown {
  position: relative !important;
}
@media (max-width: 992px) {
  .cid-u9xgJjXpja .container,
  .cid-u9xgJjXpja .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: auto;
  }
  .cid-u9xgJjXpja .container .navbar-collapse,
  .cid-u9xgJjXpja .container-fluid .navbar-collapse {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .cid-u9xgJjXpja {
    flex-wrap: wrap;
  }
  .cid-u9xgJjXpja .navbar > .container {
    flex-wrap: wrap;
  }
}
@media (max-width: 992px) {
  .cid-u9xgJjXpja .opened .container {
    flex-wrap: wrap;
  }
}
.cid-u9xgJjXpja .opened .container .navbar-collapse {
  width: 100%;
}
.cid-u9xgJjXpja .btn {
  padding: 0.8rem 2rem;
}
.cid-u9xgJjXpja .nav-link {
  position: relative;
  font-weight: 900;
}
.cid-u9xgJjXpja .nav-link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  height: 3px;
  width: 0%;
  transition: all 0.3s;
  background: #ff6666;
}
.cid-u9xgJjXpja .nav-link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-u9xgJjXpja .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-u9xgJjXpja .dropdown-menu {
  padding: 0;
  border-radius: 0px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-u9xgJjXpja .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-u9xgJjXpja .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-u9xgJjXpja .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-u9xgJjXpja .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1em !important;
}
.cid-u9xgJjXpja .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-u9xgJjXpja .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u9xgJjXpja .dropdown-menu,
.cid-u9xgJjXpja .navbar.opened {
  background: #fff0b0 !important;
}
.cid-u9xgJjXpja .nav-item:focus,
.cid-u9xgJjXpja .nav-link:focus {
  outline: none;
}
.cid-u9xgJjXpja .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u9xgJjXpja .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u9xgJjXpja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u9xgJjXpja .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u9xgJjXpja .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u9xgJjXpja .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u9xgJjXpja .navbar-short {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #fff0b0 !important;
  transition: all 0.3s;
}
.cid-u9xgJjXpja .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: #fff0b0;
}
.cid-u9xgJjXpja .navbar.opened {
  transition: all 0.3s;
}
.cid-u9xgJjXpja .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u9xgJjXpja .navbar .navbar-logo img {
  width: auto;
}
.cid-u9xgJjXpja .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
  flex-basis: auto!important;
}
.cid-u9xgJjXpja .navbar.collapsed {
  justify-content: center;
}
.cid-u9xgJjXpja .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u9xgJjXpja .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u9xgJjXpja .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.8rem);
  }
}
.cid-u9xgJjXpja .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u9xgJjXpja .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u9xgJjXpja .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-u9xgJjXpja .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u9xgJjXpja .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u9xgJjXpja .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-u9xgJjXpja .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u9xgJjXpja .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u9xgJjXpja .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u9xgJjXpja .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u9xgJjXpja .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-u9xgJjXpja .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u9xgJjXpja .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-u9xgJjXpja .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u9xgJjXpja .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-u9xgJjXpja .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u9xgJjXpja .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u9xgJjXpja .navbar.navbar-short {
  min-height: 60px;
}
.cid-u9xgJjXpja .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u9xgJjXpja .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u9xgJjXpja .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-u9xgJjXpja .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-u9xgJjXpja .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u9xgJjXpja .dropdown-item.active,
.cid-u9xgJjXpja .dropdown-item:active {
  background-color: transparent;
}
.cid-u9xgJjXpja .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u9xgJjXpja .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u9xgJjXpja .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u9xgJjXpja .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #fff0b0;
}
.cid-u9xgJjXpja .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u9xgJjXpja .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u9xgJjXpja ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u9xgJjXpja .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u9xgJjXpja button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u9xgJjXpja button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #272523;
}
.cid-u9xgJjXpja button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u9xgJjXpja button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xgJjXpja button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u9xgJjXpja button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u9xgJjXpja nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xgJjXpja nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u9xgJjXpja nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u9xgJjXpja nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u9xgJjXpja .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u9xgJjXpja a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9xgJjXpja .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-u9xgJjXpja .navbar {
    height: 70px;
  }
  .cid-u9xgJjXpja .navbar.opened {
    height: auto;
  }
  .cid-u9xgJjXpja .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u9xgJlCShV {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #33d5ad;
}
.cid-u9xgJlCShV .row {
  flex-direction: row-reverse;
}
.cid-u9xgJlCShV .second-color {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #1f1437;
}
@media (max-width: 991px) {
  .cid-u9xgJlCShV .second-color {
    display: none;
    display: block;
    width: 100%;
  }
}
.cid-u9xgJlCShV .image-wrapper {
  width: 120%;
  margin-left: -20%;
}
@media (max-width: 991px) {
  .cid-u9xgJlCShV .image-wrapper {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-u9xgJlCShV .image-wrapper {
    margin-left: 0;
  }
}
.cid-u9xgJlCShV .image-wrapper img {
  width: 100%;
  border-radius: 15px;
}
.cid-u9xgJlCShV .content {
  padding-left: 20%;
  padding-left: 0;
  padding-right: 20%;
}
@media (max-width: 991px) {
  .cid-u9xgJlCShV .content {
    padding-left: 0;
    margin-top: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xgJlCShV .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cid-u9xgJlCShV .content {
    text-align: center;
  }
}
.cid-u9xgJlCShV .mbr-section-title {
  color: #33d5ad;
  margin-bottom: 20px;
  text-align: center;
}
.cid-u9xgJlCShV .mbr-section-title span {
  position: relative;
}
.cid-u9xgJlCShV .mbr-section-title span svg {
  position: absolute;
  left: -100px;
  bottom: -15px;
  width: 150%;
  height: 10px;
  display: none;
}
@media (max-width: 992px) {
  .cid-u9xgJlCShV .mbr-section-title span svg {
    left: -60px;
  }
}
@media (max-width: 959px) {
  .cid-u9xgJlCShV .mbr-section-title span svg {
    left: -50px;
  }
}
@media (max-width: 500px) {
  .cid-u9xgJlCShV .mbr-section-title span svg {
    width: 80%;
    left: 30px;
  }
}
.cid-u9xgJlCShV .mbr-section-title span svg path {
  fill: #ffffff;
}
.cid-u9xgJlCShV .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-u9xgJlCShV .mbr-section-subtitle span {
  position: relative;
}
.cid-u9xgJlCShV .mbr-section-subtitle span svg {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transform: rotate(20deg);
  width: 68px;
  height: 62px;
  display: none;
}
.cid-u9xgJlCShV .mbr-section-subtitle span svg path {
  fill: #ffffff;
}
@media (max-width: 599px) {
  .cid-u9xgJlCShV .mbr-section-subtitle span svg {
    display: none;
  }
}
.cid-u9xgJlCShV .mbr-section-btn {
  margin-top: 3rem;
}
.cid-u9xgJlCShV .wave-container {
  position: absolute;
  width: 100%;
  height: 100px;
  left: 0;
  bottom: -1px;
  overflow: hidden;
}
.cid-u9xgJlCShV .wave-container .wave {
  width: 5500px;
  position: relative;
  left: -3300px;
}
.cid-u9xgJlCShV .wave-container .wave svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: wavy 35s infinite linear;
  backface-visibility: hidden;
}
.cid-u9xgJlCShV .wave-container .wave svg path {
  fill: #ffffff;
}
@keyframes wavy {
  0% {
    opacity: 1;
    transform: translateX(0px) translateY(0px) rotate(0deg) scale(1, 1);
    animation-timing-function: linear;
  }
  100% {
    opacity: 1;
    transform: translateX(3230px) translateY(0px) rotate(0deg) scale(1, 1);
  }
}
.cid-u9xgJnlPq7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/240-f-655741490-uq97it2uoythcfvmypavilibz3gapct5-360x240.jpg");
}
.cid-u9xgJnlPq7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xgJnlPq7 .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-u9xgJnlPq7 .container {
    padding: 0 15px;
  }
}
.cid-u9xgJnlPq7 .row {
  justify-content: center;
}
.cid-u9xgJnlPq7 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xgJnlPq7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9xgJnlPq7 .subtitle-wrapper {
  padding-right: 28px;
}
@media (max-width: 992px) {
  .cid-u9xgJnlPq7 .subtitle-wrapper {
    padding: 0;
  }
}
.cid-u9xgJnlPq7 .subtitle-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-u9xgJnlPq7 .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-u9xgJnlPq7 .lists-wrapper .list {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
  padding-left: 50px;
}
@media (max-width: 992px) {
  .cid-u9xgJnlPq7 .lists-wrapper .list {
    padding-left: 36px;
  }
}
.cid-u9xgJnlPq7 .lists-wrapper .list .item-wrap {
  margin-bottom: 20px;
  position: relative;
}
.cid-u9xgJnlPq7 .lists-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xgJnlPq7 .lists-wrapper .list .item-wrap::before {
  content: '✓';
  position: absolute;
  top: 5px;
  margin-left: -50px;
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #000000;
  color: #000000;
  font-size: 16px;
}
@media (max-width: 992px) {
  .cid-u9xgJnlPq7 .lists-wrapper .list .item-wrap::before {
    margin-left: -36px;
  }
}
.cid-u9xgJnlPq7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u9xgJnlPq7 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9xgJnlPq7 .list {
  color: #ffffff;
}
.cid-u9xgJoeEFE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33d5ad;
}
.cid-u9xgJoeEFE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xgJoeEFE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xgJoeEFE .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u9xgJoeEFE .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9xgJoeEFE .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u9xgJoeEFE .card-wrapper {
    padding: 4rem;
  }
}
.cid-u9xgJoeEFE .mbr-text,
.cid-u9xgJoeEFE .mbr-section-btn {
  color: #000000;
}
.cid-u9xgJoeEFE .card-title,
.cid-u9xgJoeEFE .card-box {
  text-align: left;
}
.cid-u9xgJp8k6g {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #fff0b0;
}
.cid-u9xgJp8k6g .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: black;
  margin-left: 1rem;
}
.cid-u9xgJp8k6g .panel-group {
  border: none;
}
.cid-u9xgJp8k6g .card {
  border-radius: 0;
  padding: 1rem 2rem;
}
.cid-u9xgJp8k6g .card:hover {
  background: #0649c2;
}
@media (max-width: 767px) {
  .cid-u9xgJp8k6g .card {
    padding: 1rem;
  }
}
.cid-u9xgJp8k6g .card-header {
  border: none;
}
.cid-u9xgJp8k6g p {
  max-width: 600px;
  font-weight: 400;
  padding-top: 1rem;
}
.cid-u9xgJp8k6g .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-u9xgJp8k6g .panel-body,
.cid-u9xgJp8k6g .card-header {
  padding: 0rem 0;
}
.cid-u9xgJp8k6g .panel-title-edit {
  color: #000000;
}
.cid-u9xgJp8k6g .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-u9xgJp8k6g .panel-text {
  color: #000000;
}
.cid-u9xgJp8k6g .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xgJp8k6g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xgJp8k6g H3 {
  text-align: center;
  color: #000000;
}
.cid-u9xgJqpwlf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33d5ad;
}
.cid-u9xgJrg53j {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #fff0b0;
}
@media (max-width: 1200px) {
  .cid-u9xgJrg53j .display-2 {
    font-size: 2.1rem;
  }
}
.cid-u9xgJrg53j .item-img {
  padding: 0.5rem;
}
.cid-u9xgJrg53j img,
.cid-u9xgJrg53j .item-img {
  width: 100%;
  border-radius: 3rem;
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-u9xgJrg53j .item:focus,
.cid-u9xgJrg53j span:focus {
  outline: none;
}
.cid-u9xgJrg53j .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-u9xgJrg53j .item-wrapper {
  position: relative;
  border-radius: 3rem;
  background: #33d5ad;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-u9xgJrg53j .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u9xgJrg53j .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-u9xgJrg53j .mbr-section-btn {
  margin-top: auto !important;
}
.cid-u9xgJrg53j .mbr-section-title {
  color: #ffffff;
}
.cid-u9xgJrg53j .item-title {
  color: #ae42c8;
}
.cid-u9xgJrg53j .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9xgJrg53j .mbr-text,
.cid-u9xgJrg53j .mbr-section-btn {
  text-align: center;
}
.cid-u9xgJsECqc {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #33d5ad;
}
.cid-u9xgJsECqc .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xgJsECqc .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u9xgJsECqc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xgJsECqc h1 {
  max-width: 800px;
}
.cid-u9xgJsECqc p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u9xgJsECqc .btn:hover {
  transform: scale(1.1);
  background: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #0649c2 !important;
}
.cid-u9xgJsECqc .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u9xgJsECqc .btn div {
  overflow: hidden;
}
.cid-u9xgJsECqc .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u9xgJsECqc {
    align-items: center;
  }
  .cid-u9xgJsECqc .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u9xgJsECqc .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u9xgJsECqc {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u9xgJsECqc .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u9xgJsECqc .content-wrap {
    width: 100%;
  }
}
.cid-u9xgJsECqc .mbr-section-subtitle,
.cid-u9xgJsECqc .line {
  color: #291f1e;
}
.cid-u9xgJsECqc .mbr-text,
.cid-u9xgJsECqc .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u9xgJsECqc .mbr-section-title {
  color: #291f1e;
}
.cid-u9xgJtF27S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
}
.cid-u9xgJtF27S .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xgJtF27S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xgJtF27S .card-wrapper {
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-u9xgJtF27S .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-u9xgJtF27S .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u9xgJtF27S .card-wrapper {
    padding: 4rem;
  }
}
.cid-u9xgJtF27S .mbr-text,
.cid-u9xgJtF27S .mbr-section-btn {
  color: #000000;
}
.cid-u9xgJtF27S .card-title,
.cid-u9xgJtF27S .card-box {
  text-align: left;
  color: #000000;
}
.cid-u9xgJuDmEk {
  padding-top: 0rem;
  padding-bottom: 2rem;
  background-color: #33d5ad;
}
.cid-u9xgJuDmEk .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xgJuDmEk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xgJuDmEk .arrow {
  font-size: 3rem;
  color: #ffffff;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-u9xgJuDmEk .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-u9xgJuDmEk .row {
  flex-direction: row-reverse;
}
.cid-u9xgJuDmEk .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-u9xgJuDmEk .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-u9xgJuDmEk img {
  border-radius: 2rem;
}
.cid-u9xgJuDmEk .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u9xgJuDmEk .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-u9xgJuDmEk .mbr-text,
.cid-u9xgJuDmEk .mbr-section-btn {
  color: #000000;
  text-align: center;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u9xgJvK3mJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fff0b0;
  position: relative;
  overflow: hidden;
}
.cid-u9xgJvK3mJ::before {
  content: '';
  position: absolute;
  top: 0;
  right: 4rem;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(180deg, #33d5ad -10%, transparent 70%);
}
.cid-u9xgJvK3mJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xgJvK3mJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9xgJvK3mJ .container {
    padding: 0 16px;
  }
}
.cid-u9xgJvK3mJ .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-u9xgJvK3mJ .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-u9xgJvK3mJ .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9xgJvK3mJ .mbr-section-title {
  color: #000000;
}
.cid-u9xgJvK3mJ .mbr-text {
  color: #000000;
}
.cid-u9yQxLvSYu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #0e0e10;
}
.cid-u9yQxLvSYu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9yQxLvSYu .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-u9yQxLvSYu .container {
    padding: 0 20px;
  }
}
.cid-u9yQxLvSYu .row {
  margin: 0;
}
.cid-u9yQxLvSYu .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9yQxLvSYu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-u9yQxLvSYu .video-block .video-wrapper .app-video-wrapper::before {
  color: #f5fd7b;
  text-shadow: none;
}
.cid-u9yQxLvSYu .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-u9yQxLvSYu .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-u9yQxLvSYu .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-u9yQxLvSYu .mbr-section-title {
  color: #ffffff;
}
.cid-u9xgJwGkfc {
  background-color: #f6f6f6 !important;
  border: 18px solid #f6f6f6;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-u9xgJwGkfc {
    border: 8px solid #f6f6f6;
    margin-top: -8px;
  }
}
.cid-u9xgJwGkfc .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-u9xgJwGkfc .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-u9xgJwGkfc .row {
  position: relative;
  padding: 0 28px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 4rem;
  padding-bottom: 3rem;
  overflow: hidden;
  background-color: #33d5ad;
}
.cid-u9xgJwGkfc .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xgJwGkfc .row .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-u9xgJwGkfc .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-u9xgJwGkfc .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-u9xgJwGkfc .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u9xgJwGkfc .card {
  padding: 0 6px;
}
@media (max-width: 992px) {
  .cid-u9xgJwGkfc .card {
    padding: 0 12px;
    margin-bottom: 24px;
  }
}
.cid-u9xgJwGkfc .card .card-wrapper {
  padding: 26px;
  min-height: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff0b0;
  border-radius: 2em;
}
@media (max-width: 992px) {
  .cid-u9xgJwGkfc .card .card-wrapper {
    padding: 30px 15px;
    margin-bottom: 16px;
    min-height: 300px;
  }
}
.cid-u9xgJwGkfc .card .card-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 72px;
  display: inline-flex;
  color: #ed2c03;
}
.cid-u9xgJwGkfc .card .card-wrapper .mbr-card-title {
  margin-bottom: 18px;
}
@media (max-width: 768px) {
  .cid-u9xgJwGkfc .card .card-wrapper .mbr-card-title {
    margin-bottom: 15px;
  }
}
.cid-u9xgJwGkfc .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-u9xgJwGkfc .mbr-section-title {
  color: #ffffff;
}
.cid-u9xgJwGkfc .mbr-card-title {
  color: #ed2c03;
}
.cid-u9xgJwGkfc .mbr-text {
  color: #000000;
}
.cid-u9xgJwGkfc .mbr-card-title,
.cid-u9xgJwGkfc .icon-wrapper {
  color: #000000;
}
.cid-u9xgJy4YvT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #192227;
}
.cid-u9xgJy4YvT .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xgJy4YvT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xgJy4YvT .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u9xgJy4YvT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-u9xgJy4YvT .container {
    padding: 0 16px;
  }
}
.cid-u9xgJy4YvT .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-u9xgJy4YvT .row {
    margin: 0 10px;
  }
}
.cid-u9xgJy4YvT .row .card {
  position: relative;
  padding: 0;
}
.cid-u9xgJy4YvT .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #33d5ad;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-u9xgJy4YvT .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u9xgJy4YvT .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u9xgJy4YvT .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #33d5ad;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-u9xgJy4YvT .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-u9xgJy4YvT .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-u9xgJy4YvT .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-u9xgJy4YvT .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-u9xgJy4YvT .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-u9xgJy4YvT .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u9xgJy4YvT .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #33d5ad;
  background-color: #33d5ad;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-u9xgJy4YvT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-u9xgJy4YvT .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u9xgJy4YvT .title-wrapper .mbr-text {
  margin: 0;
}
.cid-u9xgJy4YvT .mbr-section-title {
  color: #fdfcfc;
}
.cid-u9xgJy4YvT .mbr-text {
  color: #F9A600;
}
.cid-u9xgJy4YvT .mbr-text,
.cid-u9xgJy4YvT .mbr-section-btn {
  color: #fff0b0;
}
.cid-u9xgJy4YvT .mbr-section-title,
.cid-u9xgJy4YvT .icon-wrapper {
  color: #fff0b0;
}
.cid-u9xgJyZXOO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #33d5ad;
}
.cid-u9xgJyZXOO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xgJyZXOO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xgJyZXOO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-u9xgJyZXOO .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .cid-u9xgJyZXOO .container {
    padding: 0 30px;
  }
}
.cid-u9xgJyZXOO .image-wrapper {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-u9xgJyZXOO .image-wrapper {
    height: auto;
    margin-bottom: 20px;
  }
}
.cid-u9xgJyZXOO .image-wrapper img {
  height: 500px;
  object-fit: cover;
  border-radius: 3em;
}
@media (max-width: 992px) {
  .cid-u9xgJyZXOO .image-wrapper img {
    height: 300px;
  }
}
.cid-u9xgJyZXOO .text-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-u9xgJyZXOO .text-wrapper {
    margin: 0;
  }
}
.cid-u9xgJyZXOO .text-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-u9xgJyZXOO .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-u9xgJyZXOO .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-u9xgJyZXOO .mbr-section-title {
  color: #ffffff;
}
.cid-u9xgJyZXOO .mbr-text {
  color: #000000;
}
.cid-u9xgJyZXOO .mbr-section-title,
.cid-u9xgJyZXOO .mbr-section-btn {
  color: #000000;
}
.cid-u9xnwzIUKF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ededed;
}
.cid-u9xnwzIUKF .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xnwzIUKF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 768px) {
  .cid-u9xnwzIUKF .container {
    padding: 0 16px;
  }
}
.cid-u9xnwzIUKF .row {
  position: relative;
  justify-content: space-between;
}
.cid-u9xnwzIUKF .content-wrapper {
  position: sticky;
  top: 100px;
}
@media (max-width: 992px) {
  .cid-u9xnwzIUKF .content-wrapper {
    margin-bottom: 80px;
  }
}
.cid-u9xnwzIUKF .content-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-u9xnwzIUKF .content-wrapper .mbr-section-title span {
  color: #f1634f;
}
.cid-u9xnwzIUKF .content-wrapper .mbr-text {
  margin-bottom: 14px;
}
.cid-u9xnwzIUKF .content-wrapper .decor-wrapper {
  margin-top: 32px;
}
.cid-u9xnwzIUKF .content-wrapper .decor-wrapper .decor-wrap {
  display: inline-flex;
  width: 240px;
  height: 240px;
  border-radius: 100%;
  background-image: linear-gradient(45deg, #33d5ad -10%, transparent 80%);
}
.cid-u9xnwzIUKF .panel-group .card {
  border-radius: 20px !important;
  background-color: #fafafa;
  margin-bottom: 24px;
  padding: 32px;
}
.cid-u9xnwzIUKF .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-u9xnwzIUKF .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-u9xnwzIUKF .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-u9xnwzIUKF .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 18px;
  height: 18px;
  min-width: 18px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-u9xnwzIUKF .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-u9xnwzIUKF .panel-group .card .panel-collapse .panel-body {
  padding-top: 16px;
}
.cid-u9xnwzIUKF .panel-group .card .panel-collapse .panel-body .panel-text {
  display: inline-flex;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  transform: translateY(20px) scale3d(1, 0, 1);
  opacity: 0;
}
.cid-u9xnwzIUKF .panel-group .card .panel-collapse.show .panel-body .panel-text {
  transform: translateY(0) scale3d(1, 1, 1);
  opacity: 1;
}
.cid-u9xnwzIUKF .mbr-section-title {
  color: #000000;
}
.cid-u9xnwzIUKF .mbr-text {
  color: #6f6f6f;
}
.cid-u9xnwzIUKF .panel-title-edit {
  color: #000000;
}
.cid-u9xnwzIUKF .panel-text {
  color: #000000;
}
.cid-u9xgJA98kf {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: #fff0b0;
}
.cid-u9xgJA98kf .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xgJA98kf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u9xgJA98kf .google-map {
  height: 35rem;
  position: relative;
}
.cid-u9xgJA98kf .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-u9xgJA98kf .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-u9xgJA98kf .google-map[data-state] {
  background: #e9e5dc;
}
.cid-u9xgJA98kf .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-u9xgJA98kf .mbr-section-title {
  color: #000000;
}
.cid-u9xgJBp6sN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-u9xgJBp6sN .mbr-fallback-image.disabled {
  display: none;
}
.cid-u9xgJBp6sN .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-u9xgJBp6sN .container {
    padding: 0 30px;
  }
}
.cid-u9xgJBp6sN .row {
  justify-content: center;
}
.cid-u9xgJBp6sN .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xgJBp6sN .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xgJBp6sN .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xgJBp6sN .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xgJBp6sN .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-u9xgJBp6sN .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u9xgJBp6sN .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xgJBp6sN .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xgJBp6sN .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9xgJBp6sN .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-u9xgJBp6sN .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xgJBp6sN .nav-wrapper .list .item-wrap:hover,
.cid-u9xgJBp6sN .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9xgJBp6sN .nav-wrapper .list .item-wrap:hover::before,
.cid-u9xgJBp6sN .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-u9xgJBp6sN .nav-wrapper .list .item-wrap::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 0;
  background-color: #71eac6;
  transition: all 0.3s ease-in-out;
}
.cid-u9xgJBp6sN .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xgJBp6sN .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-u9xgJBp6sN .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xgJBp6sN .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u9xgJBp6sN .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xgJBp6sN .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-u9xgJBp6sN .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-u9xgJBp6sN .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xgJBp6sN .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-u9xgJBp6sN .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-u9xgJBp6sN .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-u9xgJBp6sN .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-u9xgJBp6sN .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-u9xgJBp6sN .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-u9xgJBp6sN .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-u9xgJBp6sN .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-u9xgJBp6sN .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u9xgJBp6sN .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-u9xgJBp6sN .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-u9xgJBp6sN .mbr-section-title {
  color: #bee0d6;
}
.cid-u9xgJBp6sN .mbr-section-subtitle {
  color: #ffffff;
}
.cid-u9xgJBp6sN .list {
  color: #bee0d6;
}
.cid-u9xgJBp6sN .mbr-address {
  color: #bee0d6;
}
.cid-u9xgJBp6sN .mbr-copy {
  color: #bee0d6;
}
.cid-u9xgJCDrx6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-u9xgJCDrx6 p {
  text-align: center;
}
.cid-u9xgJCDrx6 .text-copyright {
  width: 100%;
  margin-bottom: 0;
}
.cid-u9xgJCDrx6 .img-logo-footer {
  margin-right: 1rem;
  max-width: 3rem;
}
.cid-u9xgJCDrx6 a {
  font-weight: normal;
}
.cid-u9xgJCDrx6 .copyright li {
  list-style: disc;
  margin: 0 1rem;
}
.cid-u9xgJCDrx6 .copyright .list-inline {
  margin-bottom: 0;
}
.cid-u9xgJCDrx6 .copyright .list-inline .list-inline-item {
  margin: 10px 15px;
}
@media (max-width: 767px) {
  .cid-u9xgJCDrx6 .copyright .list-inline .list-inline-item {
    margin: 10px 6px;
  }
}
.cid-u9xgJCDrx6 li a {
  position: relative;
}
.cid-u9xgJCDrx6 li a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all 0.3s;
}
.cid-u9xgJCDrx6 li a:hover:before {
  width: 100%;
}
.cid-u9xgJCDrx6 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
  color: #fafafa;
  text-align: right;
}
.cid-u9xgJCDrx6 .logo-footer {
  line-height: normal;
}
@media (max-width: 767px) {
  .cid-u9xgJCDrx6 .d-flex {
    flex-direction: column;
  }
  .cid-u9xgJCDrx6 .d-flex li {
    width: fit-content;
    margin: auto;
  }
}
.cid-u9xgJCDrx6 .icon-transition span {
  display: block;
}
.cid-u9xgJCDrx6 .list-inline-item a {
  display: block;
}
.cid-u9xgJCDrx6 .social-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u9xgJCDrx6 .media-container-row {
  align-items: center;
  justify-content: space-between;
}
.cid-u9xgJCDrx6 .icon-transition span {
  color: #e43f3f;
  display: block;
  text-align: center;
  height: 2rem;
  border-radius: 50%;
  line-height: 2rem;
  width: 2rem;
  transition: all 0.3s ease-out 0s;
  font-size: 1.5rem;
}
.cid-u9xgJCDrx6 .social-media {
  display: flex;
  justify-content: flex-start;
}
.cid-u9xgJCDrx6 .social-media ul {
  margin: 0;
  padding: 0;
}
.cid-u9xgJCDrx6 .social-media ul li {
  padding: 4px;
  display: inline-block;
}
@media (max-width: 991px) {
  .cid-u9xgJCDrx6 .logo-footer {
    text-align: center;
  }
  .cid-u9xgJCDrx6 .social-media {
    justify-content: center;
  }
}
