.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: SUSE;
}
.display-1 {
  font-family: 'SUSE', sans-serif;
  font-size: 4rem;
  line-height: .9;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'SUSE', sans-serif;
  font-size: 3.5rem;
  line-height: .9;
}
.display-2 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-4 {
  font-family: 'SUSE', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
}
.display-4 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-5 {
  font-family: 'SUSE', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-7 {
  font-family: 'SUSE', sans-serif;
  font-size: 1.4rem;
  line-height: 1.1;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff291e !important;
}
.bg-success {
  background-color: #bba9ff !important;
}
.bg-info {
  background-color: #f3f3f3 !important;
}
.bg-warning {
  background-color: #ff611e !important;
}
.bg-danger {
  background-color: #ff291e !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff291e !important;
  border-color: #ff291e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ffa29e !important;
  border-color: #ffa29e !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #ffa29e !important;
  border-color: #ffa29e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e1ff04 !important;
  border-color: #e1ff04 !important;
  color: #040400 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #f0ff84 !important;
  border-color: #f0ff84 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #040400 !important;
  background-color: #f0ff84 !important;
  border-color: #f0ff84 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #737373 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #bba9ff !important;
  border-color: #bba9ff !important;
  color: #2300a9 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #2300a9 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ff611e !important;
  border-color: #ff611e !important;
  color: #1e0900 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffbb9e !important;
  border-color: #ffbb9e !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1e0900 !important;
  background-color: #ffbb9e !important;
  border-color: #ffbb9e !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff291e !important;
  border-color: #ff291e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffa29e !important;
  border-color: #ffa29e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ffa29e !important;
  border-color: #ffa29e !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #636363 !important;
  border-color: #636363 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #636363 !important;
  border-color: #636363 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff291e;
  color: #ff291e;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c60a00 !important;
  background-color: transparent !important;
  border-color: #c60a00 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff291e !important;
  border-color: #ff291e !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #e1ff04;
  color: #e1ff04;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #98ac00 !important;
  background-color: transparent !important;
  border-color: #98ac00 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #040400 !important;
  background-color: #e1ff04 !important;
  border-color: #e1ff04 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c8c8c8 !important;
  background-color: transparent !important;
  border-color: #c8c8c8 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #bba9ff;
  color: #bba9ff;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #7652ff !important;
  background-color: transparent !important;
  border-color: #7652ff !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bba9ff !important;
  border-color: #bba9ff !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ff611e;
  color: #ff611e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #c63b00 !important;
  background-color: transparent !important;
  border-color: #c63b00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ff611e !important;
  border-color: #ff611e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff291e;
  color: #ff291e;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #c60a00 !important;
  background-color: transparent !important;
  border-color: #c60a00 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff291e !important;
  border-color: #ff291e !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff291e !important;
}
.text-secondary {
  color: #e1ff04 !important;
}
.text-success {
  color: #bba9ff !important;
}
.text-info {
  color: #f3f3f3 !important;
}
.text-warning {
  color: #ff611e !important;
}
.text-danger {
  color: #ff291e !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #b70900 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #8a9d00 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #6a43ff !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c0c0c0 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #b73600 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #b70900 !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: #ff291e;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f3f3f3;
}
.alert-warning {
  background-color: #ff611e;
}
.alert-danger {
  background-color: #ff291e;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff291e;
  border-color: #ff291e;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff291e;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffebea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff0ea;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffebea;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'SUSE', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #ff291e !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'SUSE', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #ff291e;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff291e;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff291e;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff291e;
  border-bottom-color: #ff291e;
}
.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: #ff291e !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: #e1ff04 !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='%23ff291e' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 16px 32px;
  font-weight: 400 !important;
  border-radius: 80px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 8px 18px;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 20px;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 3px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn-primary-outline,
  .mbr-section-btn-main .btn-primary-outline,
  .mbr-section-btn .btn-secondary-outline,
  .mbr-section-btn-main .btn-secondary-outline,
  .mbr-section-btn .btn-success-outline,
  .mbr-section-btn-main .btn-success-outline,
  .mbr-section-btn .btn-info-outline,
  .mbr-section-btn-main .btn-info-outline,
  .mbr-section-btn .btn-warning-outline,
  .mbr-section-btn-main .btn-warning-outline,
  .mbr-section-btn .btn-danger-outline,
  .mbr-section-btn-main .btn-danger-outline,
  .mbr-section-btn .btn-black-outline,
  .mbr-section-btn-main .btn-black-outline,
  .mbr-section-btn .btn-white-outline,
  .mbr-section-btn-main .btn-white-outline {
    border-width: 2px !important;
  }
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.card-box {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  img,
  .card-wrap,
  .card-wrapper,
  .video-wrapper,
  .mbr-figure iframe,
  .google-map iframe,
  .slide-content,
  .plan,
  .card,
  .item-wrapper,
  .card-box {
    border-radius: 35px !important;
  }
}
.nav-item .nav-link {
  border-radius: 80px !important;
}
.image-wrap::before {
  border-radius: 52px !important;
}
@media (max-width: 992px) {
  .image-wrap::before {
    border-radius: 35px !important;
  }
}
.cid-uOsJ5j29zV {
  background-color: transparent;
}
.cid-uOsJ5j29zV .navbar-dropdown {
  background-color: #e7ff34 !important;
  padding: 0;
}
.cid-uOsJ5j29zV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7ff34 !important;
  background: #e7ff34;
}
.cid-uOsJ5j29zV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOsJ5j29zV .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOsJ5j29zV .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOsJ5j29zV .menu_box .navbar.opened,
  .cid-uOsJ5j29zV .menu_box .navbar-collapse {
    background-color: #e7ff34 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOsJ5j29zV .navbar-dropdown {
  position: relative !important;
}
.cid-uOsJ5j29zV .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOsJ5j29zV .btn:hover {
  box-shadow: none;
}
.cid-uOsJ5j29zV .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOsJ5j29zV .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOsJ5j29zV .nav-item {
    margin: 0 !important;
  }
}
.cid-uOsJ5j29zV .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOsJ5j29zV .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOsJ5j29zV .nav-item .nav-link:hover::before,
.cid-uOsJ5j29zV .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOsJ5j29zV .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOsJ5j29zV .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOsJ5j29zV .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOsJ5j29zV .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOsJ5j29zV .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOsJ5j29zV .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOsJ5j29zV .offcanvas_box {
    display: none;
  }
}
.cid-uOsJ5j29zV .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOsJ5j29zV .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOsJ5j29zV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOsJ5j29zV .container {
  display: flex;
  margin: auto;
}
.cid-uOsJ5j29zV .iconfont-wrapper {
  color: #d60c01;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOsJ5j29zV .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOsJ5j29zV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOsJ5j29zV .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOsJ5j29zV .navbar-nav {
    margin: 0;
  }
}
.cid-uOsJ5j29zV .dropdown-menu,
.cid-uOsJ5j29zV .navbar.opened {
  background-color: false !important;
}
.cid-uOsJ5j29zV .nav-item:focus,
.cid-uOsJ5j29zV .nav-link:focus {
  outline: none;
}
.cid-uOsJ5j29zV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOsJ5j29zV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOsJ5j29zV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOsJ5j29zV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOsJ5j29zV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOsJ5j29zV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOsJ5j29zV .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOsJ5j29zV .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOsJ5j29zV .navbar.opened {
  transition: all 0.3s;
}
.cid-uOsJ5j29zV .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOsJ5j29zV .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOsJ5j29zV .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOsJ5j29zV .navbar.collapsed {
  justify-content: center;
}
.cid-uOsJ5j29zV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOsJ5j29zV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOsJ5j29zV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOsJ5j29zV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOsJ5j29zV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOsJ5j29zV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOsJ5j29zV .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOsJ5j29zV .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOsJ5j29zV .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOsJ5j29zV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOsJ5j29zV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOsJ5j29zV .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOsJ5j29zV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOsJ5j29zV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOsJ5j29zV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOsJ5j29zV .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uOsJ5j29zV .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOsJ5j29zV .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOsJ5j29zV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOsJ5j29zV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOsJ5j29zV .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOsJ5j29zV .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOsJ5j29zV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOsJ5j29zV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOsJ5j29zV .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-uOsJ5j29zV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOsJ5j29zV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOsJ5j29zV .dropdown-item.active,
.cid-uOsJ5j29zV .dropdown-item:active {
  background-color: transparent;
}
.cid-uOsJ5j29zV .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uOsJ5j29zV .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uOsJ5j29zV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOsJ5j29zV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOsJ5j29zV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOsJ5j29zV ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOsJ5j29zV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOsJ5j29zV button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7ff34;
  background: #f4f4f6;
}
.cid-uOsJ5j29zV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uOsJ5j29zV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOsJ5j29zV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsJ5j29zV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsJ5j29zV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOsJ5j29zV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsJ5j29zV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOsJ5j29zV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOsJ5j29zV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsJ5j29zV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOsJ5j29zV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOsJ5j29zV .navbar {
    height: 70px;
  }
  .cid-uOsJ5j29zV .navbar.opened {
    height: auto;
  }
  .cid-uOsJ5j29zV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOsJ5j29zV .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOsJ5j29zV .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uOsJ5j29zV .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uOsJ5j29zV .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uOsJ5j29zV .mbr-section-btn-main .btn:hover,
.cid-uOsJ5j29zV .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsJ5j29zV .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uOsJ5j29zV .mbr-section-btn .btn:hover,
.cid-uOsJ5j29zV .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsJ5j29zV .navbar-caption:hover {
  color: #ff291e;
}
@media (min-width: 992px) {
  .cid-uOsJ5j29zV .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOsJ5j29zV .text_widget {
  margin-bottom: 32px;
}
.cid-uOsJ5j29zV .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOsJ5j29zV .text_widget a:hover,
.cid-uOsJ5j29zV .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uOsJ5j29zV .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uOsJ5j29zV .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOsJ5j29zV .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uOsJ5j29zV .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uOsJ5j29zV .navbar-caption {
  color: #141414;
}
.cid-uOsJ5j29zV .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uOsJ5j29zV .mbr-section-subtitle,
.cid-uOsJ5j29zV .text_widget,
.cid-uOsJ5j29zV .mbr-section-btn {
  text-align: center;
}
.cid-uOsJ5j29zV a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-unj6LnUlms {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-unj6LnUlms .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj6LnUlms .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj6LnUlms .items-wrap {
  justify-content: space-between;
}
.cid-unj6LnUlms .items-wrap .card {
  justify-content: center;
}
.cid-unj6LnUlms .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-unj6LnUlms .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unj6LnUlms .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-unj6LnUlms .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unj6LnUlms .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-unj6LnUlms .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-unj6LnUlms .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-unj6LnUlms .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-unj6LnUlms .image-wrapper img {
    height: 350px;
  }
}
.cid-unj6LnUlms .mbr-desc {
  color: #000000;
}
.cid-unj6LnUlms .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-unj6LnUlms .mbr-text {
  color: #000000;
}
.cid-unj6R3mf96 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-unj6R3mf96 .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj6R3mf96 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj6R3mf96 .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-unj6R3mf96 .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-unj6R3mf96 .card {
  justify-content: center;
}
.cid-unj6R3mf96 .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unj6R3mf96 .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-unj6R3mf96 .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-unj6R3mf96 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-unj6R3mf96 .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-unj6R3mf96 .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-unj6R3mf96 .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-unj6R3mf96 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-unj6R3mf96 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-unj6R3mf96 .mbr-number {
  color: #000000;
}
.cid-unj6R3mf96 .list {
  color: #000000;
}
.cid-unj6OfICAV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-unj6OfICAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj6OfICAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj6OfICAV .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-unj6OfICAV .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-unj6OfICAV .mbr-text,
.cid-unj6OfICAV .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOsQJCaM2e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsQJCaM2e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsQJCaM2e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsQJCaM2e .row {
  justify-content: space-between;
}
.cid-uOsQJCaM2e .card {
  justify-content: center;
}
.cid-uOsQJCaM2e .title-wrapper {
  margin-bottom: 40px;
}
.cid-uOsQJCaM2e .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOsQJCaM2e .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsQJCaM2e .mbr-section-btn .btn::after,
.cid-uOsQJCaM2e .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOsQJCaM2e .mbr-section-btn .btn:hover,
.cid-uOsQJCaM2e .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOsQJCaM2e .mbr-section-btn .btn:hover::after,
.cid-uOsQJCaM2e .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOsQJCaM2e .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uOsQJCaM2e .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOsQJCaM2e .image-wrapper {
    padding-left: 0;
  }
}
.cid-uOsQJCaM2e .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOsQJCaM2e .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsQJCaM2e .text-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uOsQJCaM2e .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOsQJCaM2e .text-wrapper {
    padding-right: 0;
  }
}
.cid-uOsQJCaM2e .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOsQJCaM2e .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOsQJCaM2e .mbr-section-title {
  color: #ffffff;
}
.cid-uOsQJCaM2e .mbr-tag {
  color: #ffffff;
}
.cid-uOsQJCaM2e .mbr-text {
  color: #c7c7c7;
}
.cid-uOsQJCaM2e .mbr-text,
.cid-uOsQJCaM2e .text-wrap,
.cid-uOsQJCaM2e .mbr-section-btn {
  color: #000000;
}
.cid-uOsQJCaM2e .mbr-section-title,
.cid-uOsQJCaM2e .main-btn {
  color: #000000;
  text-align: center;
}
.cid-unj6LTHrNW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-unj6LTHrNW .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj6LTHrNW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj6LTHrNW .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-unj6LTHrNW .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-unj6LTHrNW .item .item-wrapper {
  height: 100%;
}
.cid-unj6LTHrNW .item .item-wrapper:hover .item-content .name-wrapper .name-wrap .icon-wrapper,
.cid-unj6LTHrNW .item .item-wrapper:focus .item-content .name-wrapper .name-wrap .icon-wrapper {
  opacity: 1;
}
.cid-unj6LTHrNW .item .item-wrapper:hover .item-img img,
.cid-unj6LTHrNW .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-unj6LTHrNW .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 10px;
}
.cid-unj6LTHrNW .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cid-unj6LTHrNW .item .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-unj6LTHrNW .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e1ff04;
  width: 34px;
  height: 24px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 64px;
}
.cid-unj6LTHrNW .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-45deg);
}
.cid-unj6LTHrNW .item .item-wrapper .item-content .item-role {
  margin-bottom: 16px;
}
.cid-unj6LTHrNW .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 650px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-unj6LTHrNW .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-unj6LTHrNW .item-name {
  color: #000000;
}
.cid-unj6LTHrNW .item-role {
  color: #000000;
}
.cid-unj6Nzo64K {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-unj6Nzo64K .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj6Nzo64K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj6Nzo64K .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unj6Nzo64K .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unj6Nzo64K .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-unj6Nzo64K .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-unj6Nzo64K .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-unj6Nzo64K .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-unj6Nzo64K .btn-wrapper {
  margin-top: -2%;
}
.cid-unj6Nzo64K .mbr-section-title {
  color: #000000;
}
.cid-unj6Nzo64K .item-title {
  color: #000000;
}
.cid-unj6Nzo64K .item-text {
  color: #000000;
}
.cid-uOsgGd2XXd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uOsgGd2XXd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsgGd2XXd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsgGd2XXd .card {
  justify-content: flex-end;
}
.cid-uOsgGd2XXd .content {
  padding: 150px 90px 150px 0;
}
@media (max-width: 992px) {
  .cid-uOsgGd2XXd .content {
    padding: 80px 0 30px 0;
  }
}
.cid-uOsgGd2XXd .title-wrapper {
  margin-bottom: 400px;
}
@media (max-width: 992px) {
  .cid-uOsgGd2XXd .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOsgGd2XXd .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uOsgGd2XXd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsgGd2XXd .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOsgGd2XXd .content-wrapper {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uOsgGd2XXd .content-wrapper {
    display: block;
  }
}
.cid-uOsgGd2XXd .content-wrapper .mbr-number {
  margin-bottom: 0;
  min-width: 150px;
  padding-right: 30px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uOsgGd2XXd .content-wrapper .mbr-number {
    padding-right: 0;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uOsgGd2XXd .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uOsgGd2XXd .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
.cid-uOsgGd2XXd .content-wrapper .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOsgGd2XXd .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 10px;
}
.cid-uOsgGd2XXd .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #e4ed64;
  display: inline-flex;
}
.cid-uOsgGd2XXd .content-wrapper .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uOsgGd2XXd .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uOsgGd2XXd .image-wrapper {
  height: 100%;
  position: relative;
}
.cid-uOsgGd2XXd .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOsgGd2XXd .image-wrapper img {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 80px;
  }
}
.cid-uOsgGd2XXd .mbr-label,
.cid-uOsgGd2XXd .label-wrapper {
  color: #ffffff;
}
.cid-uOsgGd2XXd .mbr-section-title {
  color: #ffffff;
}
.cid-uOsgGd2XXd .mbr-number {
  color: #ffffff;
}
.cid-uOsgGd2XXd .mbr-desc {
  color: #ffffff;
}
.cid-uOsgGd2XXd .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOsiZQpRX9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsiZQpRX9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsiZQpRX9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsiZQpRX9 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOsiZQpRX9 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOsiZQpRX9 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOsiZQpRX9 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOsiZQpRX9 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOsiZQpRX9 .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOsiZQpRX9 .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsiZQpRX9 .mbr-section-title {
  color: #ffffff;
}
.cid-uOsiZQpRX9 .mbr-text {
  color: #ffffff;
}
.cid-uOsiZQpRX9 .mbr-section-title,
.cid-uOsiZQpRX9 .mbr-section-btn {
  color: #000000;
}
.cid-uOsiZQpRX9 .mbr-text,
.cid-uOsiZQpRX9 .text-wrapper {
  color: #000000;
}
.cid-uOsjOtQRl2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsjOtQRl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsjOtQRl2 .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-uOsjOtQRl2 .container {
    padding: 0 22px;
  }
}
.cid-uOsjOtQRl2 .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOsjOtQRl2 .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOsjOtQRl2 .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uOsjOtQRl2 .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsjOtQRl2 .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uOsjOtQRl2 .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-uOsjOtQRl2 .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uOsjOtQRl2 .panel-group .card:hover,
.cid-uOsjOtQRl2 .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uOsjOtQRl2 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOsjOtQRl2 .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uOsjOtQRl2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOsjOtQRl2 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uOsjOtQRl2 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uOsjOtQRl2 .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uOsjOtQRl2 .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uOsjOtQRl2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOsjOtQRl2 .panel-title-edit {
  color: #000000;
}
.cid-uOsjOtQRl2 .panel-text {
  color: #8a8588;
}
.cid-unj6OHcRRQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-unj6OHcRRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj6OHcRRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj6OHcRRQ .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-unj6OHcRRQ .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-unj6OHcRRQ .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-unj6OHcRRQ .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-unj6OHcRRQ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-unj6OHcRRQ .mbr-section-title {
  color: #000000;
}
.cid-unj6OHcRRQ .mbr-desc {
  color: #000000;
}
.cid-unj6OHcRRQ .mbr-text {
  color: #000000;
}
.cid-unj6OHcRRQ .mbr-text,
.cid-unj6OHcRRQ .text-wrapper {
  color: #000000;
}
.cid-unj6MUbLaJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-unj6MUbLaJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-unj6MUbLaJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-unj6MUbLaJ .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-unj6MUbLaJ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-unj6MUbLaJ .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-unj6MUbLaJ .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-unj6MUbLaJ .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-unj6MUbLaJ .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-unj6MUbLaJ .item .item-wrapper .card-box {
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-unj6MUbLaJ .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-unj6MUbLaJ .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-unj6MUbLaJ .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-unj6MUbLaJ .item .item-wrapper .card-box .item-text_1,
.cid-unj6MUbLaJ .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-unj6MUbLaJ .item .item-wrapper .card_1 {
  background-color: #e7ff34;
}
.cid-unj6MUbLaJ .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-unj6MUbLaJ .item .item-wrapper .card_2 {
  background-color: #e7ff34;
}
.cid-unj6MUbLaJ .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-unj6MUbLaJ .item .item-wrapper .card {
  justify-content: center;
}
.cid-unj6MUbLaJ .mbr-section-btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-unj6MUbLaJ .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-unj6MUbLaJ .item-title {
  color: #000000;
}
.cid-unj6MUbLaJ .item-desc {
  color: #000000;
}
.cid-unj6MUbLaJ .item-text_1 {
  color: #ffffff;
}
.cid-unj6MUbLaJ .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-unj6MUbLaJ .item-text_1,
.cid-unj6MUbLaJ .icon-wrap {
  text-align: center;
}
.cid-uOsOLuL6Ov {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsOLuL6Ov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsOLuL6Ov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsOLuL6Ov .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uOsOLuL6Ov .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uOsOLuL6Ov .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOsOLuL6Ov .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uOsOLuL6Ov .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uOsOLuL6Ov .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uOsOLuL6Ov .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOsOLuL6Ov .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOsOLuL6Ov .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOsOLuL6Ov .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uOsOLuL6Ov .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uOsOLuL6Ov .mbr-section-title,
.cid-uOsOLuL6Ov .mbr-section-btn {
  color: #000000;
}
.cid-uOsOZlVoJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uOsOZlVoJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsOZlVoJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsOZlVoJB .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOsOZlVoJB .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uOsOZlVoJB .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOsOZlVoJB .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOsOZlVoJB .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOsOZlVoJB .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOsOZlVoJB .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOsOZlVoJB .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uOsOZlVoJB .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uOsOZlVoJB .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uOsOZlVoJB .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uOsOZlVoJB .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uOsOZlVoJB .mbr-section-title {
  color: #050f0f;
}
.cid-uOsOZlVoJB .mbr-text {
  color: #050f0f;
}
.cid-uOslNYILbf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOslNYILbf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOslNYILbf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOslNYILbf .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uOslNYILbf .card-wrapper {
  padding: 54px;
  border: 3px dashed #c10b02;
}
@media (max-width: 992px) {
  .cid-uOslNYILbf .card-wrapper {
    padding: 22px;
  }
}
.cid-uOslNYILbf .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uOslNYILbf .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uOslNYILbf .mbr-label {
  color: #000000;
}
.cid-uOsmoPMW9y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uOsmoPMW9y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsmoPMW9y .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-uOsmoPMW9y .container {
    padding: 0 30px;
  }
}
.cid-uOsmoPMW9y .row {
  justify-content: center;
}
.cid-uOsmoPMW9y .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsmoPMW9y .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsmoPMW9y .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOsmoPMW9y .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsmoPMW9y .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uOsmoPMW9y .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsmoPMW9y .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsmoPMW9y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsmoPMW9y .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOsmoPMW9y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uOsmoPMW9y .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsmoPMW9y .nav-wrapper .list .item-wrap:hover,
.cid-uOsmoPMW9y .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uOsmoPMW9y .nav-wrapper .list .item-wrap:hover::before,
.cid-uOsmoPMW9y .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uOsmoPMW9y .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-uOsmoPMW9y .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOsmoPMW9y .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsmoPMW9y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsmoPMW9y .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOsmoPMW9y .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsmoPMW9y .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uOsmoPMW9y .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOsmoPMW9y .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsmoPMW9y .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uOsmoPMW9y .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uOsmoPMW9y .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOsmoPMW9y .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsmoPMW9y .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uOsmoPMW9y .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uOsmoPMW9y .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOsmoPMW9y .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uOsmoPMW9y .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsmoPMW9y .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uOsmoPMW9y .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uOsmoPMW9y .mbr-section-title {
  color: #bee0d6;
}
.cid-uOsmoPMW9y .mbr-section-subtitle {
  color: #edff64;
}
.cid-uOsmoPMW9y .list {
  color: #bee0d6;
}
.cid-uOsmoPMW9y .mbr-address {
  color: #bee0d6;
}
.cid-uOsmoPMW9y .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uOsXqV1G1D {
  background-color: transparent;
}
.cid-uOsXqV1G1D .navbar-dropdown {
  background-color: #e7ff34 !important;
  padding: 0;
}
.cid-uOsXqV1G1D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7ff34 !important;
  background: #e7ff34;
}
.cid-uOsXqV1G1D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOsXqV1G1D .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOsXqV1G1D .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOsXqV1G1D .menu_box .navbar.opened,
  .cid-uOsXqV1G1D .menu_box .navbar-collapse {
    background-color: #e7ff34 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOsXqV1G1D .navbar-dropdown {
  position: relative !important;
}
.cid-uOsXqV1G1D .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOsXqV1G1D .btn:hover {
  box-shadow: none;
}
.cid-uOsXqV1G1D .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOsXqV1G1D .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOsXqV1G1D .nav-item {
    margin: 0 !important;
  }
}
.cid-uOsXqV1G1D .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOsXqV1G1D .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOsXqV1G1D .nav-item .nav-link:hover::before,
.cid-uOsXqV1G1D .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOsXqV1G1D .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOsXqV1G1D .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOsXqV1G1D .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOsXqV1G1D .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOsXqV1G1D .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOsXqV1G1D .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOsXqV1G1D .offcanvas_box {
    display: none;
  }
}
.cid-uOsXqV1G1D .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOsXqV1G1D .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOsXqV1G1D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOsXqV1G1D .container {
  display: flex;
  margin: auto;
}
.cid-uOsXqV1G1D .iconfont-wrapper {
  color: #d60c01;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOsXqV1G1D .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOsXqV1G1D .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOsXqV1G1D .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOsXqV1G1D .navbar-nav {
    margin: 0;
  }
}
.cid-uOsXqV1G1D .dropdown-menu,
.cid-uOsXqV1G1D .navbar.opened {
  background-color: false !important;
}
.cid-uOsXqV1G1D .nav-item:focus,
.cid-uOsXqV1G1D .nav-link:focus {
  outline: none;
}
.cid-uOsXqV1G1D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOsXqV1G1D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOsXqV1G1D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOsXqV1G1D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOsXqV1G1D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOsXqV1G1D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOsXqV1G1D .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOsXqV1G1D .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOsXqV1G1D .navbar.opened {
  transition: all 0.3s;
}
.cid-uOsXqV1G1D .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOsXqV1G1D .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOsXqV1G1D .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOsXqV1G1D .navbar.collapsed {
  justify-content: center;
}
.cid-uOsXqV1G1D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOsXqV1G1D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOsXqV1G1D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOsXqV1G1D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOsXqV1G1D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOsXqV1G1D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOsXqV1G1D .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOsXqV1G1D .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOsXqV1G1D .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOsXqV1G1D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOsXqV1G1D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOsXqV1G1D .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOsXqV1G1D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOsXqV1G1D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOsXqV1G1D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOsXqV1G1D .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uOsXqV1G1D .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOsXqV1G1D .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOsXqV1G1D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOsXqV1G1D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOsXqV1G1D .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOsXqV1G1D .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOsXqV1G1D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOsXqV1G1D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOsXqV1G1D .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-uOsXqV1G1D .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOsXqV1G1D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOsXqV1G1D .dropdown-item.active,
.cid-uOsXqV1G1D .dropdown-item:active {
  background-color: transparent;
}
.cid-uOsXqV1G1D .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uOsXqV1G1D .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uOsXqV1G1D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOsXqV1G1D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOsXqV1G1D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOsXqV1G1D ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOsXqV1G1D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOsXqV1G1D button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7ff34;
  background: #f4f4f6;
}
.cid-uOsXqV1G1D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uOsXqV1G1D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOsXqV1G1D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsXqV1G1D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsXqV1G1D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOsXqV1G1D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsXqV1G1D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOsXqV1G1D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOsXqV1G1D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsXqV1G1D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOsXqV1G1D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOsXqV1G1D .navbar {
    height: 70px;
  }
  .cid-uOsXqV1G1D .navbar.opened {
    height: auto;
  }
  .cid-uOsXqV1G1D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOsXqV1G1D .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOsXqV1G1D .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uOsXqV1G1D .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uOsXqV1G1D .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uOsXqV1G1D .mbr-section-btn-main .btn:hover,
.cid-uOsXqV1G1D .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsXqV1G1D .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uOsXqV1G1D .mbr-section-btn .btn:hover,
.cid-uOsXqV1G1D .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsXqV1G1D .navbar-caption:hover {
  color: #ff291e;
}
@media (min-width: 992px) {
  .cid-uOsXqV1G1D .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOsXqV1G1D .text_widget {
  margin-bottom: 32px;
}
.cid-uOsXqV1G1D .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOsXqV1G1D .text_widget a:hover,
.cid-uOsXqV1G1D .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uOsXqV1G1D .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uOsXqV1G1D .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOsXqV1G1D .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uOsXqV1G1D .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uOsXqV1G1D .navbar-caption {
  color: #141414;
}
.cid-uOsXqV1G1D .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uOsXqV1G1D .mbr-section-subtitle,
.cid-uOsXqV1G1D .text_widget,
.cid-uOsXqV1G1D .mbr-section-btn {
  text-align: center;
}
.cid-uOsXqV1G1D a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOsXwSyFPo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e4dcff;
}
.cid-uOsXwSyFPo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXwSyFPo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXwSyFPo .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uOsXwSyFPo .container-fluid {
    padding: 0 12px;
  }
}
.cid-uOsXwSyFPo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOsXwSyFPo .container {
    padding: 0 20px;
  }
}
.cid-uOsXwSyFPo .row {
  border-top: 2px solid #bf2626;
  border-bottom: 2px solid #bf2626;
  margin-top: -2px;
}
.cid-uOsXwSyFPo .card {
  padding: 0;
}
.cid-uOsXwSyFPo .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #bf2626;
  border-left: 0;
  border-right: 2px solid #bf2626;
}
@media (max-width: 992px) {
  .cid-uOsXwSyFPo .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-uOsXwSyFPo .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-uOsXwSyFPo .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOsXwSyFPo .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uOsXwSyFPo .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOsXwSyFPo .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOsXwSyFPo .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uOsXwSyFPo .mbr-section-title {
  color: #1d1d1d;
}
.cid-uOsXwSyFPo .mbr-text {
  color: #1d1d1d;
}
.cid-uOsXB1UiqB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXB1UiqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXB1UiqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXB1UiqB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOsXB1UiqB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uOsXB1UiqB .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uOsXB1UiqB .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uOsXB1UiqB .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uOsXB1UiqB .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uOsXB1UiqB .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uOsXB1UiqB .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uOsXB1UiqB .mbr-text {
  color: #19171c;
}
.cid-uOsXB1UiqB .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uOsXB1UiqB .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uOsXB1UiqB .mbr-text,
.cid-uOsXB1UiqB .text-wrapper,
.cid-uOsXB1UiqB .person-wrapper {
  text-align: center;
}
.cid-uOsXOqJLt8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXOqJLt8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXOqJLt8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXOqJLt8 .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #edff64;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOsXOqJLt8 .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOsXOqJLt8 .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOsXOqJLt8 .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOsXOqJLt8 .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOsXOqJLt8 .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOsXOqJLt8 .card-wrapper .border-wrapper {
  height: 1px;
  background-color: #2f5298;
  margin-bottom: 20px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOsXOqJLt8 .card-wrapper .border-wrapper {
    width: 100%;
  }
}
.cid-uOsXOqJLt8 .card-wrapper .google-map {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOsXOqJLt8 .card-wrapper .google-map {
    width: 100%;
  }
}
.cid-uOsXOqJLt8 .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uOsXOqJLt8 .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uOsXOqJLt8 .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOsXOqJLt8 .mbr-section-title,
.cid-uOsXOqJLt8 .mbr-section-btn,
.cid-uOsXOqJLt8 .title-wrapper {
  color: #000000;
}
.cid-uOsXrbONMz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uOsXrbONMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXrbONMz .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-uOsXrbONMz .container {
    padding: 0 30px;
  }
}
.cid-uOsXrbONMz .row {
  justify-content: center;
}
.cid-uOsXrbONMz .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsXrbONMz .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXrbONMz .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOsXrbONMz .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXrbONMz .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uOsXrbONMz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsXrbONMz .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsXrbONMz .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXrbONMz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOsXrbONMz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uOsXrbONMz .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsXrbONMz .nav-wrapper .list .item-wrap:hover,
.cid-uOsXrbONMz .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uOsXrbONMz .nav-wrapper .list .item-wrap:hover::before,
.cid-uOsXrbONMz .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uOsXrbONMz .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-uOsXrbONMz .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOsXrbONMz .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsXrbONMz .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOsXrbONMz .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOsXrbONMz .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uOsXrbONMz .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXrbONMz .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uOsXrbONMz .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uOsXrbONMz .mbr-section-title {
  color: #bee0d6;
}
.cid-uOsXrbONMz .mbr-section-subtitle {
  color: #edff64;
}
.cid-uOsXrbONMz .list {
  color: #bee0d6;
}
.cid-uOsXrbONMz .mbr-address {
  color: #bee0d6;
}
.cid-uOsXrbONMz .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uOsY5u5Hol {
  background-color: transparent;
}
.cid-uOsY5u5Hol .navbar-dropdown {
  background-color: #e7ff34 !important;
  padding: 0;
}
.cid-uOsY5u5Hol .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7ff34 !important;
  background: #e7ff34;
}
.cid-uOsY5u5Hol .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOsY5u5Hol .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOsY5u5Hol .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOsY5u5Hol .menu_box .navbar.opened,
  .cid-uOsY5u5Hol .menu_box .navbar-collapse {
    background-color: #e7ff34 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOsY5u5Hol .navbar-dropdown {
  position: relative !important;
}
.cid-uOsY5u5Hol .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOsY5u5Hol .btn:hover {
  box-shadow: none;
}
.cid-uOsY5u5Hol .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOsY5u5Hol .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOsY5u5Hol .nav-item {
    margin: 0 !important;
  }
}
.cid-uOsY5u5Hol .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOsY5u5Hol .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOsY5u5Hol .nav-item .nav-link:hover::before,
.cid-uOsY5u5Hol .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOsY5u5Hol .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOsY5u5Hol .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOsY5u5Hol .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOsY5u5Hol .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOsY5u5Hol .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOsY5u5Hol .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOsY5u5Hol .offcanvas_box {
    display: none;
  }
}
.cid-uOsY5u5Hol .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOsY5u5Hol .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOsY5u5Hol .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOsY5u5Hol .container {
  display: flex;
  margin: auto;
}
.cid-uOsY5u5Hol .iconfont-wrapper {
  color: #d60c01;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOsY5u5Hol .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOsY5u5Hol .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOsY5u5Hol .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOsY5u5Hol .navbar-nav {
    margin: 0;
  }
}
.cid-uOsY5u5Hol .dropdown-menu,
.cid-uOsY5u5Hol .navbar.opened {
  background-color: false !important;
}
.cid-uOsY5u5Hol .nav-item:focus,
.cid-uOsY5u5Hol .nav-link:focus {
  outline: none;
}
.cid-uOsY5u5Hol .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOsY5u5Hol .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOsY5u5Hol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOsY5u5Hol .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOsY5u5Hol .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOsY5u5Hol .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOsY5u5Hol .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOsY5u5Hol .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOsY5u5Hol .navbar.opened {
  transition: all 0.3s;
}
.cid-uOsY5u5Hol .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOsY5u5Hol .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOsY5u5Hol .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOsY5u5Hol .navbar.collapsed {
  justify-content: center;
}
.cid-uOsY5u5Hol .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOsY5u5Hol .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOsY5u5Hol .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOsY5u5Hol .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOsY5u5Hol .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOsY5u5Hol .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOsY5u5Hol .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOsY5u5Hol .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOsY5u5Hol .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOsY5u5Hol .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOsY5u5Hol .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOsY5u5Hol .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOsY5u5Hol .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOsY5u5Hol .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOsY5u5Hol .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOsY5u5Hol .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uOsY5u5Hol .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOsY5u5Hol .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOsY5u5Hol .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOsY5u5Hol .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOsY5u5Hol .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOsY5u5Hol .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOsY5u5Hol .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOsY5u5Hol .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOsY5u5Hol .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-uOsY5u5Hol .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOsY5u5Hol .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOsY5u5Hol .dropdown-item.active,
.cid-uOsY5u5Hol .dropdown-item:active {
  background-color: transparent;
}
.cid-uOsY5u5Hol .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uOsY5u5Hol .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uOsY5u5Hol .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOsY5u5Hol .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOsY5u5Hol .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOsY5u5Hol ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOsY5u5Hol .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOsY5u5Hol button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7ff34;
  background: #f4f4f6;
}
.cid-uOsY5u5Hol button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uOsY5u5Hol button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOsY5u5Hol button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsY5u5Hol button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsY5u5Hol button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOsY5u5Hol nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsY5u5Hol nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOsY5u5Hol nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOsY5u5Hol nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsY5u5Hol a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOsY5u5Hol .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOsY5u5Hol .navbar {
    height: 70px;
  }
  .cid-uOsY5u5Hol .navbar.opened {
    height: auto;
  }
  .cid-uOsY5u5Hol .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOsY5u5Hol .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOsY5u5Hol .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uOsY5u5Hol .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uOsY5u5Hol .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uOsY5u5Hol .mbr-section-btn-main .btn:hover,
.cid-uOsY5u5Hol .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsY5u5Hol .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uOsY5u5Hol .mbr-section-btn .btn:hover,
.cid-uOsY5u5Hol .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsY5u5Hol .navbar-caption:hover {
  color: #ff291e;
}
@media (min-width: 992px) {
  .cid-uOsY5u5Hol .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOsY5u5Hol .text_widget {
  margin-bottom: 32px;
}
.cid-uOsY5u5Hol .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOsY5u5Hol .text_widget a:hover,
.cid-uOsY5u5Hol .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uOsY5u5Hol .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uOsY5u5Hol .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOsY5u5Hol .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uOsY5u5Hol .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uOsY5u5Hol .navbar-caption {
  color: #141414;
}
.cid-uOsY5u5Hol .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uOsY5u5Hol .mbr-section-subtitle,
.cid-uOsY5u5Hol .text_widget,
.cid-uOsY5u5Hol .mbr-section-btn {
  text-align: center;
}
.cid-uOsY5u5Hol a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOsY5xbZSN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e4dcff;
}
.cid-uOsY5xbZSN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsY5xbZSN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsY5xbZSN .container-fluid {
  padding: 0 16px;
}
@media (max-width: 992px) {
  .cid-uOsY5xbZSN .container-fluid {
    padding: 0 12px;
  }
}
.cid-uOsY5xbZSN .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uOsY5xbZSN .container {
    padding: 0 20px;
  }
}
.cid-uOsY5xbZSN .row {
  border-top: 2px solid #bf2626;
  border-bottom: 2px solid #bf2626;
  margin-top: -2px;
}
.cid-uOsY5xbZSN .card {
  padding: 0;
}
.cid-uOsY5xbZSN .card:first-child .image-wrap {
  height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 2px solid #bf2626;
  border-left: 0;
  border-right: 2px solid #bf2626;
}
@media (max-width: 992px) {
  .cid-uOsY5xbZSN .card:first-child .image-wrap {
    height: 280px;
  }
}
.cid-uOsY5xbZSN .card:first-child .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 100%;
}
.cid-uOsY5xbZSN .card:last-child {
  padding: 0 100px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uOsY5xbZSN .card:last-child {
    padding: 50px 20px;
  }
}
.cid-uOsY5xbZSN .text-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOsY5xbZSN .text-wrapper .mbr-text {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOsY5xbZSN .text-wrapper .mbr-text {
    margin-bottom: 50px;
  }
}
.cid-uOsY5xbZSN .mbr-section-title {
  color: #1d1d1d;
}
.cid-uOsY5xbZSN .mbr-text {
  color: #1d1d1d;
}
.cid-uOsY5y55yI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsY5y55yI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsY5y55yI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsY5y55yI .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOsY5y55yI .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-uOsY5y55yI .content-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
  padding: 20px 30px 20px 20px;
  border: 1px solid #e5e4e7;
}
@media (max-width: 992px) {
  .cid-uOsY5y55yI .content-wrapper .person-wrapper .person-wrap {
    padding: 20px;
  }
}
.cid-uOsY5y55yI .content-wrapper .person-wrapper .person-wrap .image-wrapper img {
  width: 54px;
  height: 54px;
  min-width: 54px;
  border-radius: 100% !important;
  object-fit: cover;
}
.cid-uOsY5y55yI .content-wrapper .person-wrapper .person-wrap .name-wrapper {
  margin-left: 20px;
}
.cid-uOsY5y55yI .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-name {
  margin-bottom: 0;
}
.cid-uOsY5y55yI .content-wrapper .person-wrapper .person-wrap .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uOsY5y55yI .mbr-text {
  color: #19171c;
}
.cid-uOsY5y55yI .mbr-name {
  color: #19171c;
  text-align: left;
}
.cid-uOsY5y55yI .mbr-role {
  color: #6e6e73;
  text-align: left;
}
.cid-uOsY5y55yI .mbr-text,
.cid-uOsY5y55yI .text-wrapper,
.cid-uOsY5y55yI .person-wrapper {
  text-align: center;
}
.cid-uOsY5yYekT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsY5yYekT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsY5yYekT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsY5yYekT .card-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #edff64;
  padding: 80px 0;
}
@media (max-width: 992px) {
  .cid-uOsY5yYekT .card-wrapper {
    display: block;
    padding: 40px 20px 20px;
  }
}
.cid-uOsY5yYekT .card-wrapper .title-wrapper {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOsY5yYekT .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uOsY5yYekT .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uOsY5yYekT .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uOsY5yYekT .card-wrapper .border-wrapper {
  height: 1px;
  background-color: #2f5298;
  margin-bottom: 20px;
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOsY5yYekT .card-wrapper .border-wrapper {
    width: 100%;
  }
}
.cid-uOsY5yYekT .card-wrapper .google-map {
  width: 60%;
}
@media (max-width: 992px) {
  .cid-uOsY5yYekT .card-wrapper .google-map {
    width: 100%;
  }
}
.cid-uOsY5yYekT .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-uOsY5yYekT .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uOsY5yYekT .mbr-section-title {
  color: #f4f4f4;
  text-align: center;
}
.cid-uOsY5yYekT .mbr-section-title,
.cid-uOsY5yYekT .mbr-section-btn,
.cid-uOsY5yYekT .title-wrapper {
  color: #000000;
}
.cid-uOsY5zUp5Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uOsY5zUp5Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsY5zUp5Y .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-uOsY5zUp5Y .container {
    padding: 0 30px;
  }
}
.cid-uOsY5zUp5Y .row {
  justify-content: center;
}
.cid-uOsY5zUp5Y .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsY5zUp5Y .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsY5zUp5Y .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOsY5zUp5Y .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsY5zUp5Y .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uOsY5zUp5Y .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsY5zUp5Y .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsY5zUp5Y .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsY5zUp5Y .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOsY5zUp5Y .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uOsY5zUp5Y .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsY5zUp5Y .nav-wrapper .list .item-wrap:hover,
.cid-uOsY5zUp5Y .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uOsY5zUp5Y .nav-wrapper .list .item-wrap:hover::before,
.cid-uOsY5zUp5Y .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uOsY5zUp5Y .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-uOsY5zUp5Y .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOsY5zUp5Y .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsY5zUp5Y .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsY5zUp5Y .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOsY5zUp5Y .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsY5zUp5Y .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uOsY5zUp5Y .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOsY5zUp5Y .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsY5zUp5Y .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uOsY5zUp5Y .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uOsY5zUp5Y .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOsY5zUp5Y .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsY5zUp5Y .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uOsY5zUp5Y .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uOsY5zUp5Y .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOsY5zUp5Y .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uOsY5zUp5Y .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsY5zUp5Y .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uOsY5zUp5Y .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uOsY5zUp5Y .mbr-section-title {
  color: #bee0d6;
}
.cid-uOsY5zUp5Y .mbr-section-subtitle {
  color: #edff64;
}
.cid-uOsY5zUp5Y .list {
  color: #bee0d6;
}
.cid-uOsY5zUp5Y .mbr-address {
  color: #bee0d6;
}
.cid-uOsY5zUp5Y .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uOsXnnu1f0 {
  background-color: transparent;
}
.cid-uOsXnnu1f0 .navbar-dropdown {
  background-color: #e7ff34 !important;
  padding: 0;
}
.cid-uOsXnnu1f0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7ff34 !important;
  background: #e7ff34;
}
.cid-uOsXnnu1f0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOsXnnu1f0 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOsXnnu1f0 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOsXnnu1f0 .menu_box .navbar.opened,
  .cid-uOsXnnu1f0 .menu_box .navbar-collapse {
    background-color: #e7ff34 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOsXnnu1f0 .navbar-dropdown {
  position: relative !important;
}
.cid-uOsXnnu1f0 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOsXnnu1f0 .btn:hover {
  box-shadow: none;
}
.cid-uOsXnnu1f0 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOsXnnu1f0 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOsXnnu1f0 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOsXnnu1f0 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOsXnnu1f0 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOsXnnu1f0 .nav-item .nav-link:hover::before,
.cid-uOsXnnu1f0 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOsXnnu1f0 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOsXnnu1f0 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOsXnnu1f0 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOsXnnu1f0 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOsXnnu1f0 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOsXnnu1f0 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOsXnnu1f0 .offcanvas_box {
    display: none;
  }
}
.cid-uOsXnnu1f0 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOsXnnu1f0 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOsXnnu1f0 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOsXnnu1f0 .container {
  display: flex;
  margin: auto;
}
.cid-uOsXnnu1f0 .iconfont-wrapper {
  color: #d60c01;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOsXnnu1f0 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOsXnnu1f0 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOsXnnu1f0 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOsXnnu1f0 .navbar-nav {
    margin: 0;
  }
}
.cid-uOsXnnu1f0 .dropdown-menu,
.cid-uOsXnnu1f0 .navbar.opened {
  background-color: false !important;
}
.cid-uOsXnnu1f0 .nav-item:focus,
.cid-uOsXnnu1f0 .nav-link:focus {
  outline: none;
}
.cid-uOsXnnu1f0 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOsXnnu1f0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOsXnnu1f0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOsXnnu1f0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOsXnnu1f0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOsXnnu1f0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOsXnnu1f0 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOsXnnu1f0 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOsXnnu1f0 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOsXnnu1f0 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOsXnnu1f0 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOsXnnu1f0 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOsXnnu1f0 .navbar.collapsed {
  justify-content: center;
}
.cid-uOsXnnu1f0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOsXnnu1f0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOsXnnu1f0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOsXnnu1f0 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOsXnnu1f0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOsXnnu1f0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOsXnnu1f0 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOsXnnu1f0 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOsXnnu1f0 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOsXnnu1f0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOsXnnu1f0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOsXnnu1f0 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOsXnnu1f0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOsXnnu1f0 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOsXnnu1f0 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOsXnnu1f0 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uOsXnnu1f0 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOsXnnu1f0 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOsXnnu1f0 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOsXnnu1f0 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOsXnnu1f0 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOsXnnu1f0 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOsXnnu1f0 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOsXnnu1f0 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOsXnnu1f0 .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-uOsXnnu1f0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOsXnnu1f0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOsXnnu1f0 .dropdown-item.active,
.cid-uOsXnnu1f0 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOsXnnu1f0 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uOsXnnu1f0 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uOsXnnu1f0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOsXnnu1f0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOsXnnu1f0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOsXnnu1f0 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOsXnnu1f0 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOsXnnu1f0 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7ff34;
  background: #f4f4f6;
}
.cid-uOsXnnu1f0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uOsXnnu1f0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOsXnnu1f0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsXnnu1f0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsXnnu1f0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOsXnnu1f0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsXnnu1f0 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOsXnnu1f0 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOsXnnu1f0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsXnnu1f0 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOsXnnu1f0 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOsXnnu1f0 .navbar {
    height: 70px;
  }
  .cid-uOsXnnu1f0 .navbar.opened {
    height: auto;
  }
  .cid-uOsXnnu1f0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOsXnnu1f0 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOsXnnu1f0 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uOsXnnu1f0 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uOsXnnu1f0 .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uOsXnnu1f0 .mbr-section-btn-main .btn:hover,
.cid-uOsXnnu1f0 .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsXnnu1f0 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uOsXnnu1f0 .mbr-section-btn .btn:hover,
.cid-uOsXnnu1f0 .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsXnnu1f0 .navbar-caption:hover {
  color: #ff291e;
}
@media (min-width: 992px) {
  .cid-uOsXnnu1f0 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOsXnnu1f0 .text_widget {
  margin-bottom: 32px;
}
.cid-uOsXnnu1f0 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOsXnnu1f0 .text_widget a:hover,
.cid-uOsXnnu1f0 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uOsXnnu1f0 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uOsXnnu1f0 .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOsXnnu1f0 .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uOsXnnu1f0 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uOsXnnu1f0 .navbar-caption {
  color: #141414;
}
.cid-uOsXnnu1f0 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uOsXnnu1f0 .mbr-section-subtitle,
.cid-uOsXnnu1f0 .text_widget,
.cid-uOsXnnu1f0 .mbr-section-btn {
  text-align: center;
}
.cid-uOsXnnu1f0 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOsXnp6drA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXnp6drA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXnp6drA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXnp6drA .items-wrap {
  justify-content: space-between;
}
.cid-uOsXnp6drA .items-wrap .card {
  justify-content: center;
}
.cid-uOsXnp6drA .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uOsXnp6drA .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOsXnp6drA .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOsXnp6drA .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOsXnp6drA .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOsXnp6drA .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOsXnp6drA .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOsXnp6drA .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOsXnp6drA .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsXnp6drA .mbr-desc {
  color: #000000;
}
.cid-uOsXnp6drA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOsXnp6drA .mbr-text {
  color: #000000;
}
.cid-uOsXnqlgNG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXnqlgNG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXnqlgNG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXnqlgNG .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uOsXnqlgNG .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uOsXnqlgNG .card {
  justify-content: center;
}
.cid-uOsXnqlgNG .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOsXnqlgNG .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uOsXnqlgNG .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOsXnqlgNG .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uOsXnqlgNG .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uOsXnqlgNG .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uOsXnqlgNG .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uOsXnqlgNG .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOsXnqlgNG .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOsXnqlgNG .mbr-number {
  color: #000000;
}
.cid-uOsXnqlgNG .list {
  color: #000000;
}
.cid-uOsXnrknOR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXnrknOR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXnrknOR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXnrknOR .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uOsXnrknOR .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOsXnrknOR .mbr-text,
.cid-uOsXnrknOR .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOsXnsi5rz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXnsi5rz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXnsi5rz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXnsi5rz .row {
  justify-content: space-between;
}
.cid-uOsXnsi5rz .card {
  justify-content: center;
}
.cid-uOsXnsi5rz .title-wrapper {
  margin-bottom: 40px;
}
.cid-uOsXnsi5rz .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOsXnsi5rz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsXnsi5rz .mbr-section-btn .btn::after,
.cid-uOsXnsi5rz .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOsXnsi5rz .mbr-section-btn .btn:hover,
.cid-uOsXnsi5rz .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOsXnsi5rz .mbr-section-btn .btn:hover::after,
.cid-uOsXnsi5rz .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOsXnsi5rz .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uOsXnsi5rz .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOsXnsi5rz .image-wrapper {
    padding-left: 0;
  }
}
.cid-uOsXnsi5rz .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOsXnsi5rz .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsXnsi5rz .text-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uOsXnsi5rz .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOsXnsi5rz .text-wrapper {
    padding-right: 0;
  }
}
.cid-uOsXnsi5rz .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOsXnsi5rz .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOsXnsi5rz .mbr-section-title {
  color: #ffffff;
}
.cid-uOsXnsi5rz .mbr-tag {
  color: #ffffff;
}
.cid-uOsXnsi5rz .mbr-text {
  color: #c7c7c7;
}
.cid-uOsXnsi5rz .mbr-text,
.cid-uOsXnsi5rz .text-wrap,
.cid-uOsXnsi5rz .mbr-section-btn {
  color: #000000;
}
.cid-uOsXnsi5rz .mbr-section-title,
.cid-uOsXnsi5rz .main-btn {
  color: #000000;
  text-align: center;
}
.cid-uOsXntQzsK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXntQzsK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXntQzsK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXntQzsK .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uOsXntQzsK .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uOsXntQzsK .item .item-wrapper {
  height: 100%;
}
.cid-uOsXntQzsK .item .item-wrapper:hover .item-content .name-wrapper .name-wrap .icon-wrapper,
.cid-uOsXntQzsK .item .item-wrapper:focus .item-content .name-wrapper .name-wrap .icon-wrapper {
  opacity: 1;
}
.cid-uOsXntQzsK .item .item-wrapper:hover .item-img img,
.cid-uOsXntQzsK .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uOsXntQzsK .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 10px;
}
.cid-uOsXntQzsK .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cid-uOsXntQzsK .item .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uOsXntQzsK .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e1ff04;
  width: 34px;
  height: 24px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 64px;
}
.cid-uOsXntQzsK .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-45deg);
}
.cid-uOsXntQzsK .item .item-wrapper .item-content .item-role {
  margin-bottom: 16px;
}
.cid-uOsXntQzsK .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 650px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOsXntQzsK .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOsXntQzsK .item-name {
  color: #000000;
}
.cid-uOsXntQzsK .item-role {
  color: #000000;
}
.cid-uOtKfSUSG4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOtKfSUSG4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtKfSUSG4 .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-uOtKfSUSG4 .container {
    padding: 0 30px;
  }
}
.cid-uOtKfSUSG4 .row {
  justify-content: center;
}
.cid-uOtKfSUSG4 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uOtKfSUSG4 .video-block .video-wrapper iframe {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOtKfSUSG4 .video-block .video-wrapper iframe {
    height: 300px;
  }
}
.cid-uOtKfSUSG4 .video-block .video-wrapper .app-video-wrapper::before {
  color: #ffffff;
  text-shadow: none;
}
.cid-uOtKfSUSG4 .video-block .video-wrapper .app-video-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOtKfSUSG4 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uOtKfSUSG4 .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uOsXnwaWad {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXnwaWad .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXnwaWad .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXnwaWad .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOsXnwaWad .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOsXnwaWad .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uOsXnwaWad .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uOsXnwaWad .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uOsXnwaWad .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOsXnwaWad .btn-wrapper {
  margin-top: -2%;
}
.cid-uOsXnwaWad .mbr-section-title {
  color: #000000;
}
.cid-uOsXnwaWad .item-title {
  color: #000000;
}
.cid-uOsXnwaWad .item-text {
  color: #000000;
}
.cid-uOsXny0JqB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uOsXny0JqB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXny0JqB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXny0JqB .card {
  justify-content: flex-end;
}
.cid-uOsXny0JqB .content {
  padding: 150px 90px 150px 0;
}
@media (max-width: 992px) {
  .cid-uOsXny0JqB .content {
    padding: 80px 0 30px 0;
  }
}
.cid-uOsXny0JqB .title-wrapper {
  margin-bottom: 400px;
}
@media (max-width: 992px) {
  .cid-uOsXny0JqB .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOsXny0JqB .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uOsXny0JqB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsXny0JqB .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOsXny0JqB .content-wrapper {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uOsXny0JqB .content-wrapper {
    display: block;
  }
}
.cid-uOsXny0JqB .content-wrapper .mbr-number {
  margin-bottom: 0;
  min-width: 150px;
  padding-right: 30px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uOsXny0JqB .content-wrapper .mbr-number {
    padding-right: 0;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uOsXny0JqB .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uOsXny0JqB .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
.cid-uOsXny0JqB .content-wrapper .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOsXny0JqB .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 10px;
}
.cid-uOsXny0JqB .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #e4ed64;
  display: inline-flex;
}
.cid-uOsXny0JqB .content-wrapper .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uOsXny0JqB .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uOsXny0JqB .image-wrapper {
  height: 100%;
  position: relative;
}
.cid-uOsXny0JqB .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOsXny0JqB .image-wrapper img {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 80px;
  }
}
.cid-uOsXny0JqB .mbr-label,
.cid-uOsXny0JqB .label-wrapper {
  color: #ffffff;
}
.cid-uOsXny0JqB .mbr-section-title {
  color: #ffffff;
}
.cid-uOsXny0JqB .mbr-number {
  color: #ffffff;
}
.cid-uOsXny0JqB .mbr-desc {
  color: #ffffff;
}
.cid-uOsXny0JqB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOsXnB5I5m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXnB5I5m .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXnB5I5m .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXnB5I5m .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOsXnB5I5m .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOsXnB5I5m .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOsXnB5I5m .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOsXnB5I5m .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOsXnB5I5m .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOsXnB5I5m .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsXnB5I5m .mbr-section-title {
  color: #ffffff;
}
.cid-uOsXnB5I5m .mbr-text {
  color: #ffffff;
}
.cid-uOsXnB5I5m .mbr-section-title,
.cid-uOsXnB5I5m .mbr-section-btn {
  color: #000000;
}
.cid-uOsXnB5I5m .mbr-text,
.cid-uOsXnB5I5m .text-wrapper {
  color: #000000;
}
.cid-uOsXnCfE9w {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXnCfE9w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXnCfE9w .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-uOsXnCfE9w .container {
    padding: 0 22px;
  }
}
.cid-uOsXnCfE9w .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOsXnCfE9w .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOsXnCfE9w .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uOsXnCfE9w .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsXnCfE9w .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uOsXnCfE9w .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-uOsXnCfE9w .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uOsXnCfE9w .panel-group .card:hover,
.cid-uOsXnCfE9w .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uOsXnCfE9w .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOsXnCfE9w .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uOsXnCfE9w .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOsXnCfE9w .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uOsXnCfE9w .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uOsXnCfE9w .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uOsXnCfE9w .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uOsXnCfE9w .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOsXnCfE9w .panel-title-edit {
  color: #000000;
}
.cid-uOsXnCfE9w .panel-text {
  color: #8a8588;
}
.cid-uOsXnEpgz7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXnEpgz7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXnEpgz7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXnEpgz7 .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uOsXnEpgz7 .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOsXnEpgz7 .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOsXnEpgz7 .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uOsXnEpgz7 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOsXnEpgz7 .mbr-section-title {
  color: #000000;
}
.cid-uOsXnEpgz7 .mbr-desc {
  color: #000000;
}
.cid-uOsXnEpgz7 .mbr-text {
  color: #000000;
}
.cid-uOsXnEpgz7 .mbr-text,
.cid-uOsXnEpgz7 .text-wrapper {
  color: #000000;
}
.cid-uOsXnFvIOY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXnFvIOY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXnFvIOY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXnFvIOY .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOsXnFvIOY .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOsXnFvIOY .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uOsXnFvIOY .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uOsXnFvIOY .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uOsXnFvIOY .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-uOsXnFvIOY .item .item-wrapper .card-box {
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-uOsXnFvIOY .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uOsXnFvIOY .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-uOsXnFvIOY .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-uOsXnFvIOY .item .item-wrapper .card-box .item-text_1,
.cid-uOsXnFvIOY .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uOsXnFvIOY .item .item-wrapper .card_1 {
  background-color: #e7ff34;
}
.cid-uOsXnFvIOY .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-uOsXnFvIOY .item .item-wrapper .card_2 {
  background-color: #e7ff34;
}
.cid-uOsXnFvIOY .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-uOsXnFvIOY .item .item-wrapper .card {
  justify-content: center;
}
.cid-uOsXnFvIOY .mbr-section-btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOsXnFvIOY .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uOsXnFvIOY .item-title {
  color: #000000;
}
.cid-uOsXnFvIOY .item-desc {
  color: #000000;
}
.cid-uOsXnFvIOY .item-text_1 {
  color: #ffffff;
}
.cid-uOsXnFvIOY .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uOsXnFvIOY .item-text_1,
.cid-uOsXnFvIOY .icon-wrap {
  text-align: center;
}
.cid-uOsXnGDDRg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXnGDDRg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXnGDDRg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXnGDDRg .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uOsXnGDDRg .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uOsXnGDDRg .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOsXnGDDRg .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uOsXnGDDRg .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uOsXnGDDRg .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uOsXnGDDRg .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOsXnGDDRg .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOsXnGDDRg .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOsXnGDDRg .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uOsXnGDDRg .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uOsXnGDDRg .mbr-section-title,
.cid-uOsXnGDDRg .mbr-section-btn {
  color: #000000;
}
.cid-uOsXnHJlNc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uOsXnHJlNc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXnHJlNc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXnHJlNc .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOsXnHJlNc .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uOsXnHJlNc .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOsXnHJlNc .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOsXnHJlNc .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOsXnHJlNc .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOsXnHJlNc .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOsXnHJlNc .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uOsXnHJlNc .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uOsXnHJlNc .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uOsXnHJlNc .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uOsXnHJlNc .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uOsXnHJlNc .mbr-section-title {
  color: #050f0f;
}
.cid-uOsXnHJlNc .mbr-text {
  color: #050f0f;
}
.cid-uOtUOoNXv1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOtUOoNXv1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtUOoNXv1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtUOoNXv1 .row {
  margin: 0 !important;
}
.cid-uOtUOoNXv1 .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uOtUOoNXv1 .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uOtUOoNXv1 .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uOtUOoNXv1 .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uOtUOoNXv1 .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uOtUOoNXv1 .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uOtUOoNXv1 .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uOtUOoNXv1 .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uOtUOoNXv1 .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uOtUOoNXv1 .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uOtUOoNXv1 .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uOtUOoNXv1 .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #e1ff04;
  margin-left: 0.5rem;
}
.cid-uOtUOoNXv1 .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #e1ff04;
  font-weight: 900;
}
.cid-uOtUOoNXv1 .panel-group {
  border: none;
}
.cid-uOtUOoNXv1 .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #e1ff04;
}
.cid-uOtUOoNXv1 .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOtUOoNXv1 .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uOtUOoNXv1 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uOtUOoNXv1 .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uOtUOoNXv1 .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uOtUOoNXv1 .panel-title-edit {
  color: #ffffff;
}
.cid-uOtUOoNXv1 .panel-body {
  padding: 0 0 20px;
}
.cid-uOtUOoNXv1 .panel-text {
  color: #ffffff;
  margin: 0;
}
.cid-uOsXnIOitO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXnIOitO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXnIOitO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXnIOitO .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uOsXnIOitO .card-wrapper {
  padding: 54px;
  border: 3px dashed #c10b02;
}
@media (max-width: 992px) {
  .cid-uOsXnIOitO .card-wrapper {
    padding: 22px;
  }
}
.cid-uOsXnIOitO .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uOsXnIOitO .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uOsXnIOitO .mbr-label {
  color: #000000;
}
.cid-uOsXnK0xoi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uOsXnK0xoi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXnK0xoi .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-uOsXnK0xoi .container {
    padding: 0 30px;
  }
}
.cid-uOsXnK0xoi .row {
  justify-content: center;
}
.cid-uOsXnK0xoi .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsXnK0xoi .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXnK0xoi .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOsXnK0xoi .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXnK0xoi .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uOsXnK0xoi .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsXnK0xoi .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsXnK0xoi .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXnK0xoi .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOsXnK0xoi .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uOsXnK0xoi .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsXnK0xoi .nav-wrapper .list .item-wrap:hover,
.cid-uOsXnK0xoi .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uOsXnK0xoi .nav-wrapper .list .item-wrap:hover::before,
.cid-uOsXnK0xoi .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uOsXnK0xoi .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-uOsXnK0xoi .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOsXnK0xoi .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsXnK0xoi .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXnK0xoi .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOsXnK0xoi .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXnK0xoi .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uOsXnK0xoi .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOsXnK0xoi .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsXnK0xoi .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uOsXnK0xoi .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uOsXnK0xoi .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOsXnK0xoi .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsXnK0xoi .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uOsXnK0xoi .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uOsXnK0xoi .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOsXnK0xoi .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uOsXnK0xoi .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXnK0xoi .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uOsXnK0xoi .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uOsXnK0xoi .mbr-section-title {
  color: #bee0d6;
}
.cid-uOsXnK0xoi .mbr-section-subtitle {
  color: #edff64;
}
.cid-uOsXnK0xoi .list {
  color: #bee0d6;
}
.cid-uOsXnK0xoi .mbr-address {
  color: #bee0d6;
}
.cid-uOsXnK0xoi .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uOsXoZegc3 {
  background-color: transparent;
}
.cid-uOsXoZegc3 .navbar-dropdown {
  background-color: #e7ff34 !important;
  padding: 0;
}
.cid-uOsXoZegc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7ff34 !important;
  background: #e7ff34;
}
.cid-uOsXoZegc3 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOsXoZegc3 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOsXoZegc3 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOsXoZegc3 .menu_box .navbar.opened,
  .cid-uOsXoZegc3 .menu_box .navbar-collapse {
    background-color: #e7ff34 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOsXoZegc3 .navbar-dropdown {
  position: relative !important;
}
.cid-uOsXoZegc3 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOsXoZegc3 .btn:hover {
  box-shadow: none;
}
.cid-uOsXoZegc3 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOsXoZegc3 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOsXoZegc3 .nav-item {
    margin: 0 !important;
  }
}
.cid-uOsXoZegc3 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOsXoZegc3 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOsXoZegc3 .nav-item .nav-link:hover::before,
.cid-uOsXoZegc3 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOsXoZegc3 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOsXoZegc3 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOsXoZegc3 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOsXoZegc3 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOsXoZegc3 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOsXoZegc3 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOsXoZegc3 .offcanvas_box {
    display: none;
  }
}
.cid-uOsXoZegc3 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOsXoZegc3 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOsXoZegc3 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOsXoZegc3 .container {
  display: flex;
  margin: auto;
}
.cid-uOsXoZegc3 .iconfont-wrapper {
  color: #d60c01;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOsXoZegc3 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOsXoZegc3 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOsXoZegc3 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOsXoZegc3 .navbar-nav {
    margin: 0;
  }
}
.cid-uOsXoZegc3 .dropdown-menu,
.cid-uOsXoZegc3 .navbar.opened {
  background-color: false !important;
}
.cid-uOsXoZegc3 .nav-item:focus,
.cid-uOsXoZegc3 .nav-link:focus {
  outline: none;
}
.cid-uOsXoZegc3 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOsXoZegc3 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOsXoZegc3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOsXoZegc3 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOsXoZegc3 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOsXoZegc3 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOsXoZegc3 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOsXoZegc3 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOsXoZegc3 .navbar.opened {
  transition: all 0.3s;
}
.cid-uOsXoZegc3 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOsXoZegc3 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOsXoZegc3 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOsXoZegc3 .navbar.collapsed {
  justify-content: center;
}
.cid-uOsXoZegc3 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOsXoZegc3 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOsXoZegc3 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOsXoZegc3 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOsXoZegc3 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOsXoZegc3 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOsXoZegc3 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOsXoZegc3 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOsXoZegc3 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOsXoZegc3 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOsXoZegc3 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOsXoZegc3 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOsXoZegc3 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOsXoZegc3 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOsXoZegc3 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOsXoZegc3 .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uOsXoZegc3 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOsXoZegc3 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOsXoZegc3 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOsXoZegc3 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOsXoZegc3 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOsXoZegc3 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOsXoZegc3 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOsXoZegc3 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOsXoZegc3 .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-uOsXoZegc3 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOsXoZegc3 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOsXoZegc3 .dropdown-item.active,
.cid-uOsXoZegc3 .dropdown-item:active {
  background-color: transparent;
}
.cid-uOsXoZegc3 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uOsXoZegc3 .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uOsXoZegc3 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOsXoZegc3 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOsXoZegc3 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOsXoZegc3 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOsXoZegc3 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOsXoZegc3 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7ff34;
  background: #f4f4f6;
}
.cid-uOsXoZegc3 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uOsXoZegc3 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOsXoZegc3 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsXoZegc3 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsXoZegc3 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOsXoZegc3 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsXoZegc3 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOsXoZegc3 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOsXoZegc3 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsXoZegc3 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOsXoZegc3 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOsXoZegc3 .navbar {
    height: 70px;
  }
  .cid-uOsXoZegc3 .navbar.opened {
    height: auto;
  }
  .cid-uOsXoZegc3 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOsXoZegc3 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOsXoZegc3 .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uOsXoZegc3 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uOsXoZegc3 .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uOsXoZegc3 .mbr-section-btn-main .btn:hover,
.cid-uOsXoZegc3 .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsXoZegc3 .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uOsXoZegc3 .mbr-section-btn .btn:hover,
.cid-uOsXoZegc3 .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsXoZegc3 .navbar-caption:hover {
  color: #ff291e;
}
@media (min-width: 992px) {
  .cid-uOsXoZegc3 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOsXoZegc3 .text_widget {
  margin-bottom: 32px;
}
.cid-uOsXoZegc3 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOsXoZegc3 .text_widget a:hover,
.cid-uOsXoZegc3 .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uOsXoZegc3 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uOsXoZegc3 .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOsXoZegc3 .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uOsXoZegc3 .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uOsXoZegc3 .navbar-caption {
  color: #141414;
}
.cid-uOsXoZegc3 .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uOsXoZegc3 .mbr-section-subtitle,
.cid-uOsXoZegc3 .text_widget,
.cid-uOsXoZegc3 .mbr-section-btn {
  text-align: center;
}
.cid-uOsXoZegc3 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOsXp1dXPq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXp1dXPq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXp1dXPq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXp1dXPq .items-wrap {
  justify-content: space-between;
}
.cid-uOsXp1dXPq .items-wrap .card {
  justify-content: center;
}
.cid-uOsXp1dXPq .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uOsXp1dXPq .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOsXp1dXPq .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOsXp1dXPq .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOsXp1dXPq .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOsXp1dXPq .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOsXp1dXPq .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOsXp1dXPq .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOsXp1dXPq .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsXp1dXPq .mbr-desc {
  color: #000000;
}
.cid-uOsXp1dXPq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOsXp1dXPq .mbr-text {
  color: #000000;
}
.cid-uOsXp2aVtx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXp2aVtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXp2aVtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXp2aVtx .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uOsXp2aVtx .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uOsXp2aVtx .card {
  justify-content: center;
}
.cid-uOsXp2aVtx .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOsXp2aVtx .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uOsXp2aVtx .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOsXp2aVtx .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uOsXp2aVtx .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uOsXp2aVtx .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uOsXp2aVtx .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uOsXp2aVtx .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOsXp2aVtx .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOsXp2aVtx .mbr-number {
  color: #000000;
}
.cid-uOsXp2aVtx .list {
  color: #000000;
}
.cid-uOsXp34Nab {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXp34Nab .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXp34Nab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXp34Nab .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uOsXp34Nab .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOsXp34Nab .mbr-text,
.cid-uOsXp34Nab .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOsXp45TxY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXp45TxY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXp45TxY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXp45TxY .row {
  justify-content: space-between;
}
.cid-uOsXp45TxY .card {
  justify-content: center;
}
.cid-uOsXp45TxY .title-wrapper {
  margin-bottom: 40px;
}
.cid-uOsXp45TxY .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOsXp45TxY .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsXp45TxY .mbr-section-btn .btn::after,
.cid-uOsXp45TxY .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOsXp45TxY .mbr-section-btn .btn:hover,
.cid-uOsXp45TxY .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOsXp45TxY .mbr-section-btn .btn:hover::after,
.cid-uOsXp45TxY .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOsXp45TxY .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uOsXp45TxY .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOsXp45TxY .image-wrapper {
    padding-left: 0;
  }
}
.cid-uOsXp45TxY .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOsXp45TxY .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsXp45TxY .text-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uOsXp45TxY .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOsXp45TxY .text-wrapper {
    padding-right: 0;
  }
}
.cid-uOsXp45TxY .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOsXp45TxY .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOsXp45TxY .mbr-section-title {
  color: #ffffff;
}
.cid-uOsXp45TxY .mbr-tag {
  color: #ffffff;
}
.cid-uOsXp45TxY .mbr-text {
  color: #c7c7c7;
}
.cid-uOsXp45TxY .mbr-text,
.cid-uOsXp45TxY .text-wrap,
.cid-uOsXp45TxY .mbr-section-btn {
  color: #000000;
}
.cid-uOsXp45TxY .mbr-section-title,
.cid-uOsXp45TxY .main-btn {
  color: #000000;
  text-align: center;
}
.cid-uOsXp54DwL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXp54DwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXp54DwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXp54DwL .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uOsXp54DwL .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uOsXp54DwL .item .item-wrapper {
  height: 100%;
}
.cid-uOsXp54DwL .item .item-wrapper:hover .item-content .name-wrapper .name-wrap .icon-wrapper,
.cid-uOsXp54DwL .item .item-wrapper:focus .item-content .name-wrapper .name-wrap .icon-wrapper {
  opacity: 1;
}
.cid-uOsXp54DwL .item .item-wrapper:hover .item-img img,
.cid-uOsXp54DwL .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uOsXp54DwL .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 10px;
}
.cid-uOsXp54DwL .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cid-uOsXp54DwL .item .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uOsXp54DwL .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e1ff04;
  width: 34px;
  height: 24px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 64px;
}
.cid-uOsXp54DwL .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-45deg);
}
.cid-uOsXp54DwL .item .item-wrapper .item-content .item-role {
  margin-bottom: 16px;
}
.cid-uOsXp54DwL .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 650px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOsXp54DwL .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOsXp54DwL .item-name {
  color: #000000;
}
.cid-uOsXp54DwL .item-role {
  color: #000000;
}
.cid-uOsXp6ezN5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXp6ezN5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXp6ezN5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXp6ezN5 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOsXp6ezN5 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOsXp6ezN5 .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uOsXp6ezN5 .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uOsXp6ezN5 .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uOsXp6ezN5 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOsXp6ezN5 .btn-wrapper {
  margin-top: -2%;
}
.cid-uOsXp6ezN5 .mbr-section-title {
  color: #000000;
}
.cid-uOsXp6ezN5 .item-title {
  color: #000000;
}
.cid-uOsXp6ezN5 .item-text {
  color: #000000;
}
.cid-uOsXp7tZcs {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uOsXp7tZcs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXp7tZcs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXp7tZcs .card {
  justify-content: flex-end;
}
.cid-uOsXp7tZcs .content {
  padding: 150px 90px 150px 0;
}
@media (max-width: 992px) {
  .cid-uOsXp7tZcs .content {
    padding: 80px 0 30px 0;
  }
}
.cid-uOsXp7tZcs .title-wrapper {
  margin-bottom: 400px;
}
@media (max-width: 992px) {
  .cid-uOsXp7tZcs .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOsXp7tZcs .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uOsXp7tZcs .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsXp7tZcs .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOsXp7tZcs .content-wrapper {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uOsXp7tZcs .content-wrapper {
    display: block;
  }
}
.cid-uOsXp7tZcs .content-wrapper .mbr-number {
  margin-bottom: 0;
  min-width: 150px;
  padding-right: 30px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uOsXp7tZcs .content-wrapper .mbr-number {
    padding-right: 0;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uOsXp7tZcs .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uOsXp7tZcs .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
.cid-uOsXp7tZcs .content-wrapper .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOsXp7tZcs .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 10px;
}
.cid-uOsXp7tZcs .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #e4ed64;
  display: inline-flex;
}
.cid-uOsXp7tZcs .content-wrapper .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uOsXp7tZcs .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uOsXp7tZcs .image-wrapper {
  height: 100%;
  position: relative;
}
.cid-uOsXp7tZcs .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOsXp7tZcs .image-wrapper img {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 80px;
  }
}
.cid-uOsXp7tZcs .mbr-label,
.cid-uOsXp7tZcs .label-wrapper {
  color: #ffffff;
}
.cid-uOsXp7tZcs .mbr-section-title {
  color: #ffffff;
}
.cid-uOsXp7tZcs .mbr-number {
  color: #ffffff;
}
.cid-uOsXp7tZcs .mbr-desc {
  color: #ffffff;
}
.cid-uOsXp7tZcs .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOsXp8NHI1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXp8NHI1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXp8NHI1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXp8NHI1 .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOsXp8NHI1 .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOsXp8NHI1 .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOsXp8NHI1 .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOsXp8NHI1 .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOsXp8NHI1 .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOsXp8NHI1 .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsXp8NHI1 .mbr-section-title {
  color: #ffffff;
}
.cid-uOsXp8NHI1 .mbr-text {
  color: #ffffff;
}
.cid-uOsXp8NHI1 .mbr-section-title,
.cid-uOsXp8NHI1 .mbr-section-btn {
  color: #000000;
}
.cid-uOsXp8NHI1 .mbr-text,
.cid-uOsXp8NHI1 .text-wrapper {
  color: #000000;
}
.cid-uOsXp9RGhE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXp9RGhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXp9RGhE .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-uOsXp9RGhE .container {
    padding: 0 22px;
  }
}
.cid-uOsXp9RGhE .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOsXp9RGhE .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOsXp9RGhE .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uOsXp9RGhE .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsXp9RGhE .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uOsXp9RGhE .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-uOsXp9RGhE .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uOsXp9RGhE .panel-group .card:hover,
.cid-uOsXp9RGhE .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uOsXp9RGhE .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOsXp9RGhE .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uOsXp9RGhE .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOsXp9RGhE .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uOsXp9RGhE .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uOsXp9RGhE .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uOsXp9RGhE .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uOsXp9RGhE .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOsXp9RGhE .panel-title-edit {
  color: #000000;
}
.cid-uOsXp9RGhE .panel-text {
  color: #8a8588;
}
.cid-uOsXpba3GU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXpba3GU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXpba3GU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXpba3GU .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uOsXpba3GU .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOsXpba3GU .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOsXpba3GU .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uOsXpba3GU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOsXpba3GU .mbr-section-title {
  color: #000000;
}
.cid-uOsXpba3GU .mbr-desc {
  color: #000000;
}
.cid-uOsXpba3GU .mbr-text {
  color: #000000;
}
.cid-uOsXpba3GU .mbr-text,
.cid-uOsXpba3GU .text-wrapper {
  color: #000000;
}
.cid-uOsXpcdARH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXpcdARH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXpcdARH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXpcdARH .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOsXpcdARH .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOsXpcdARH .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uOsXpcdARH .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uOsXpcdARH .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uOsXpcdARH .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-uOsXpcdARH .item .item-wrapper .card-box {
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-uOsXpcdARH .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uOsXpcdARH .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-uOsXpcdARH .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-uOsXpcdARH .item .item-wrapper .card-box .item-text_1,
.cid-uOsXpcdARH .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uOsXpcdARH .item .item-wrapper .card_1 {
  background-color: #e7ff34;
}
.cid-uOsXpcdARH .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-uOsXpcdARH .item .item-wrapper .card_2 {
  background-color: #e7ff34;
}
.cid-uOsXpcdARH .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-uOsXpcdARH .item .item-wrapper .card {
  justify-content: center;
}
.cid-uOsXpcdARH .mbr-section-btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOsXpcdARH .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uOsXpcdARH .item-title {
  color: #000000;
}
.cid-uOsXpcdARH .item-desc {
  color: #000000;
}
.cid-uOsXpcdARH .item-text_1 {
  color: #ffffff;
}
.cid-uOsXpcdARH .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uOsXpcdARH .item-text_1,
.cid-uOsXpcdARH .icon-wrap {
  text-align: center;
}
.cid-uOsXpdw8e0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXpdw8e0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXpdw8e0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXpdw8e0 .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uOsXpdw8e0 .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uOsXpdw8e0 .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOsXpdw8e0 .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uOsXpdw8e0 .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uOsXpdw8e0 .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uOsXpdw8e0 .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOsXpdw8e0 .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOsXpdw8e0 .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOsXpdw8e0 .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uOsXpdw8e0 .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uOsXpdw8e0 .mbr-section-title,
.cid-uOsXpdw8e0 .mbr-section-btn {
  color: #000000;
}
.cid-uOsXpeFOzw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uOsXpeFOzw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXpeFOzw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXpeFOzw .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOsXpeFOzw .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uOsXpeFOzw .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOsXpeFOzw .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOsXpeFOzw .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOsXpeFOzw .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOsXpeFOzw .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOsXpeFOzw .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uOsXpeFOzw .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uOsXpeFOzw .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uOsXpeFOzw .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uOsXpeFOzw .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uOsXpeFOzw .mbr-section-title {
  color: #050f0f;
}
.cid-uOsXpeFOzw .mbr-text {
  color: #050f0f;
}
.cid-uOtVBxkW0e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOtVBxkW0e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtVBxkW0e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtVBxkW0e .row {
  margin: 0 !important;
}
.cid-uOtVBxkW0e .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uOtVBxkW0e .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uOtVBxkW0e .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uOtVBxkW0e .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uOtVBxkW0e .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uOtVBxkW0e .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uOtVBxkW0e .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uOtVBxkW0e .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uOtVBxkW0e .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uOtVBxkW0e .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uOtVBxkW0e .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uOtVBxkW0e .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #e1ff04;
  margin-left: 0.5rem;
}
.cid-uOtVBxkW0e .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #e1ff04;
  font-weight: 900;
}
.cid-uOtVBxkW0e .panel-group {
  border: none;
}
.cid-uOtVBxkW0e .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #e1ff04;
}
.cid-uOtVBxkW0e .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOtVBxkW0e .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uOtVBxkW0e .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uOtVBxkW0e .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uOtVBxkW0e .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uOtVBxkW0e .panel-title-edit {
  color: #ffffff;
}
.cid-uOtVBxkW0e .panel-body {
  padding: 0 0 20px;
}
.cid-uOtVBxkW0e .panel-text {
  color: #ffffff;
  margin: 0;
}
.cid-uOsXpfKb1c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXpfKb1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXpfKb1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXpfKb1c .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uOsXpfKb1c .card-wrapper {
  padding: 54px;
  border: 3px dashed #c10b02;
}
@media (max-width: 992px) {
  .cid-uOsXpfKb1c .card-wrapper {
    padding: 22px;
  }
}
.cid-uOsXpfKb1c .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uOsXpfKb1c .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uOsXpfKb1c .mbr-label {
  color: #000000;
}
.cid-uOsXph9Uqv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uOsXph9Uqv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXph9Uqv .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-uOsXph9Uqv .container {
    padding: 0 30px;
  }
}
.cid-uOsXph9Uqv .row {
  justify-content: center;
}
.cid-uOsXph9Uqv .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsXph9Uqv .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXph9Uqv .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOsXph9Uqv .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXph9Uqv .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uOsXph9Uqv .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsXph9Uqv .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsXph9Uqv .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXph9Uqv .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOsXph9Uqv .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uOsXph9Uqv .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsXph9Uqv .nav-wrapper .list .item-wrap:hover,
.cid-uOsXph9Uqv .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uOsXph9Uqv .nav-wrapper .list .item-wrap:hover::before,
.cid-uOsXph9Uqv .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uOsXph9Uqv .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-uOsXph9Uqv .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOsXph9Uqv .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsXph9Uqv .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXph9Uqv .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOsXph9Uqv .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXph9Uqv .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uOsXph9Uqv .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOsXph9Uqv .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsXph9Uqv .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uOsXph9Uqv .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uOsXph9Uqv .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOsXph9Uqv .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsXph9Uqv .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uOsXph9Uqv .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uOsXph9Uqv .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOsXph9Uqv .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uOsXph9Uqv .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXph9Uqv .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uOsXph9Uqv .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uOsXph9Uqv .mbr-section-title {
  color: #bee0d6;
}
.cid-uOsXph9Uqv .mbr-section-subtitle {
  color: #edff64;
}
.cid-uOsXph9Uqv .list {
  color: #bee0d6;
}
.cid-uOsXph9Uqv .mbr-address {
  color: #bee0d6;
}
.cid-uOsXph9Uqv .mbr-copy {
  color: #ffffff;
  text-align: center;
}
.cid-uOsXqV1G1D {
  background-color: transparent;
}
.cid-uOsXqV1G1D .navbar-dropdown {
  background-color: #e7ff34 !important;
  padding: 0;
}
.cid-uOsXqV1G1D .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #e7ff34 !important;
  background: #e7ff34;
}
.cid-uOsXqV1G1D .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uOsXqV1G1D .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uOsXqV1G1D .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uOsXqV1G1D .menu_box .navbar.opened,
  .cid-uOsXqV1G1D .menu_box .navbar-collapse {
    background-color: #e7ff34 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uOsXqV1G1D .navbar-dropdown {
  position: relative !important;
}
.cid-uOsXqV1G1D .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uOsXqV1G1D .btn:hover {
  box-shadow: none;
}
.cid-uOsXqV1G1D .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uOsXqV1G1D .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uOsXqV1G1D .nav-item {
    margin: 0 !important;
  }
}
.cid-uOsXqV1G1D .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: .5rem !important;
  position: relative;
}
.cid-uOsXqV1G1D .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(90deg, #fb8fc9 -5%, #7f89e9 95%);
  height: 1px;
  width: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uOsXqV1G1D .nav-item .nav-link:hover::before,
.cid-uOsXqV1G1D .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uOsXqV1G1D .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uOsXqV1G1D .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uOsXqV1G1D .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uOsXqV1G1D .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uOsXqV1G1D .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uOsXqV1G1D .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uOsXqV1G1D .offcanvas_box {
    display: none;
  }
}
.cid-uOsXqV1G1D .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uOsXqV1G1D .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uOsXqV1G1D .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uOsXqV1G1D .container {
  display: flex;
  margin: auto;
}
.cid-uOsXqV1G1D .iconfont-wrapper {
  color: #d60c01;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uOsXqV1G1D .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uOsXqV1G1D .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uOsXqV1G1D .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uOsXqV1G1D .navbar-nav {
    margin: 0;
  }
}
.cid-uOsXqV1G1D .dropdown-menu,
.cid-uOsXqV1G1D .navbar.opened {
  background-color: false !important;
}
.cid-uOsXqV1G1D .nav-item:focus,
.cid-uOsXqV1G1D .nav-link:focus {
  outline: none;
}
.cid-uOsXqV1G1D .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uOsXqV1G1D .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uOsXqV1G1D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uOsXqV1G1D .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uOsXqV1G1D .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uOsXqV1G1D .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uOsXqV1G1D .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uOsXqV1G1D .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uOsXqV1G1D .navbar.opened {
  transition: all 0.3s;
}
.cid-uOsXqV1G1D .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uOsXqV1G1D .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uOsXqV1G1D .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uOsXqV1G1D .navbar.collapsed {
  justify-content: center;
}
.cid-uOsXqV1G1D .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uOsXqV1G1D .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uOsXqV1G1D .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uOsXqV1G1D .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uOsXqV1G1D .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uOsXqV1G1D .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uOsXqV1G1D .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uOsXqV1G1D .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uOsXqV1G1D .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uOsXqV1G1D .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uOsXqV1G1D .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uOsXqV1G1D .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uOsXqV1G1D .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uOsXqV1G1D .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uOsXqV1G1D .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uOsXqV1G1D .navbar ul.navbar-nav {
    overflow: hidden;
    margin: 0;
  }
  .cid-uOsXqV1G1D .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uOsXqV1G1D .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uOsXqV1G1D .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uOsXqV1G1D .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uOsXqV1G1D .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uOsXqV1G1D .navbar.navbar-short {
  min-height: 60px;
}
.cid-uOsXqV1G1D .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uOsXqV1G1D .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uOsXqV1G1D .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-uOsXqV1G1D .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uOsXqV1G1D .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uOsXqV1G1D .dropdown-item.active,
.cid-uOsXqV1G1D .dropdown-item:active {
  background-color: transparent;
}
.cid-uOsXqV1G1D .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
@media (max-width: 991px) {
  .cid-uOsXqV1G1D .navbar-expand-lg .navbar-nav .nav-link {
    margin: 8px 10px !important;
  }
}
.cid-uOsXqV1G1D .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uOsXqV1G1D .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uOsXqV1G1D .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uOsXqV1G1D ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uOsXqV1G1D .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uOsXqV1G1D button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #e7ff34;
  background: #f4f4f6;
}
.cid-uOsXqV1G1D button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #141414;
}
.cid-uOsXqV1G1D button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uOsXqV1G1D button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsXqV1G1D button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uOsXqV1G1D button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uOsXqV1G1D nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsXqV1G1D nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uOsXqV1G1D nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uOsXqV1G1D nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uOsXqV1G1D a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uOsXqV1G1D .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uOsXqV1G1D .navbar {
    height: 70px;
  }
  .cid-uOsXqV1G1D .navbar.opened {
    height: auto;
  }
  .cid-uOsXqV1G1D .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uOsXqV1G1D .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uOsXqV1G1D .container-fluid {
    padding-left: 64px;
    padding-right: 64px;
  }
}
.cid-uOsXqV1G1D .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uOsXqV1G1D .mbr-section-btn-main .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uOsXqV1G1D .mbr-section-btn-main .btn:hover,
.cid-uOsXqV1G1D .mbr-section-btn-main .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsXqV1G1D .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.cid-uOsXqV1G1D .mbr-section-btn .btn:hover,
.cid-uOsXqV1G1D .mbr-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.cid-uOsXqV1G1D .navbar-caption:hover {
  color: #ff291e;
}
@media (min-width: 992px) {
  .cid-uOsXqV1G1D .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uOsXqV1G1D .text_widget {
  margin-bottom: 32px;
}
.cid-uOsXqV1G1D .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uOsXqV1G1D .text_widget a:hover,
.cid-uOsXqV1G1D .text_widget a:focus {
  opacity: .8;
}
@media (min-width: 992px) {
  .cid-uOsXqV1G1D .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: flex-end;
    min-width: 200px;
  }
}
.cid-uOsXqV1G1D .icons-menu-main {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uOsXqV1G1D .icons-menu-main {
    padding: 0 10px;
  }
}
.cid-uOsXqV1G1D .mbr-section-subtitle {
  color: #141414;
  text-align: center;
}
.cid-uOsXqV1G1D .navbar-caption {
  color: #141414;
}
.cid-uOsXqV1G1D .mbr-text {
  color: #141414;
  text-align: center;
}
.cid-uOsXqV1G1D .mbr-section-subtitle,
.cid-uOsXqV1G1D .text_widget,
.cid-uOsXqV1G1D .mbr-section-btn {
  text-align: center;
}
.cid-uOsXqV1G1D a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uOsXqWxuOy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXqWxuOy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXqWxuOy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXqWxuOy .items-wrap {
  justify-content: space-between;
}
.cid-uOsXqWxuOy .items-wrap .card {
  justify-content: center;
}
.cid-uOsXqWxuOy .title-wrapper .mbr-desc {
  margin-bottom: 32px;
}
.cid-uOsXqWxuOy .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOsXqWxuOy .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uOsXqWxuOy .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOsXqWxuOy .content-wrapper .mbr-text {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uOsXqWxuOy .content-wrapper .mbr-text {
    margin-bottom: 22px;
  }
}
@media (max-width: 992px) {
  .cid-uOsXqWxuOy .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOsXqWxuOy .image-wrapper img {
  height: 600px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOsXqWxuOy .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsXqWxuOy .mbr-desc {
  color: #000000;
}
.cid-uOsXqWxuOy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uOsXqWxuOy .mbr-text {
  color: #000000;
}
.cid-uOsXqXAMKQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXqXAMKQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXqXAMKQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXqXAMKQ .border-wrap {
  width: 100%;
  height: 3px;
  background-color: #000000;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uOsXqXAMKQ .border-wrap {
    height: 2px;
    margin-bottom: 32px;
  }
}
.cid-uOsXqXAMKQ .card {
  justify-content: center;
}
.cid-uOsXqXAMKQ .number-wrapper .mbr-number {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOsXqXAMKQ .number-wrapper .mbr-number {
    margin-bottom: 32px;
  }
}
.cid-uOsXqXAMKQ .list-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOsXqXAMKQ .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: upper-roman;
  list-style-position: inside;
}
.cid-uOsXqXAMKQ .list-wrapper .list .item-wrap {
  margin-bottom: 22px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
@media (max-width: 992px) {
  .cid-uOsXqXAMKQ .list-wrapper .list .item-wrap {
    padding-left: 16px;
  }
}
.cid-uOsXqXAMKQ .list-wrapper .list .item-wrap::marker {
  color: #000000;
}
.cid-uOsXqXAMKQ .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOsXqXAMKQ .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uOsXqXAMKQ .mbr-number {
  color: #000000;
}
.cid-uOsXqXAMKQ .list {
  color: #000000;
}
.cid-uOsXqYwCZ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXqYwCZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXqYwCZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXqYwCZ8 .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 1440px) {
  .cid-uOsXqYwCZ8 .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uOsXqYwCZ8 .mbr-text,
.cid-uOsXqYwCZ8 .text-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uOsXqZotMi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXqZotMi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXqZotMi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXqZotMi .row {
  justify-content: space-between;
}
.cid-uOsXqZotMi .card {
  justify-content: center;
}
.cid-uOsXqZotMi .title-wrapper {
  margin-bottom: 40px;
}
.cid-uOsXqZotMi .title-wrapper .mbr-tag {
  margin-bottom: 16px;
}
.cid-uOsXqZotMi .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsXqZotMi .mbr-section-btn .btn::after,
.cid-uOsXqZotMi .mbr-section-btn .btn::before {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
}
.cid-uOsXqZotMi .mbr-section-btn .btn:hover,
.cid-uOsXqZotMi .mbr-section-btn .btn:focus {
  color: #ffffff !important;
}
.cid-uOsXqZotMi .mbr-section-btn .btn:hover::after,
.cid-uOsXqZotMi .mbr-section-btn .btn:focus::after {
  background-image: linear-gradient(90deg, #386bb7, #e24c4a 150%);
  opacity: 1;
}
.cid-uOsXqZotMi .image-wrapper {
  padding-right: 80px;
  padding-right: 0;
  padding-left: 80px;
}
@media (max-width: 992px) {
  .cid-uOsXqZotMi .image-wrapper {
    padding-right: 0;
    margin-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uOsXqZotMi .image-wrapper {
    padding-left: 0;
  }
}
.cid-uOsXqZotMi .image-wrapper img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOsXqZotMi .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsXqZotMi .text-wrapper {
  padding-left: 80px;
  padding-left: 0;
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uOsXqZotMi .text-wrapper {
    padding-left: 0;
  }
}
@media (max-width: 992px) {
  .cid-uOsXqZotMi .text-wrapper {
    padding-right: 0;
  }
}
.cid-uOsXqZotMi .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uOsXqZotMi .text-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uOsXqZotMi .mbr-section-title {
  color: #ffffff;
}
.cid-uOsXqZotMi .mbr-tag {
  color: #ffffff;
}
.cid-uOsXqZotMi .mbr-text {
  color: #c7c7c7;
}
.cid-uOsXqZotMi .mbr-text,
.cid-uOsXqZotMi .text-wrap,
.cid-uOsXqZotMi .mbr-section-btn {
  color: #000000;
}
.cid-uOsXqZotMi .mbr-section-title,
.cid-uOsXqZotMi .main-btn {
  color: #000000;
  text-align: center;
}
.cid-uOsXr0rDlW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXr0rDlW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXr0rDlW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXr0rDlW .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uOsXr0rDlW .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uOsXr0rDlW .item .item-wrapper {
  height: 100%;
}
.cid-uOsXr0rDlW .item .item-wrapper:hover .item-content .name-wrapper .name-wrap .icon-wrapper,
.cid-uOsXr0rDlW .item .item-wrapper:focus .item-content .name-wrapper .name-wrap .icon-wrapper {
  opacity: 1;
}
.cid-uOsXr0rDlW .item .item-wrapper:hover .item-img img,
.cid-uOsXr0rDlW .item .item-wrapper:focus .item-img img {
  border-radius: 50% !important;
}
.cid-uOsXr0rDlW .item .item-wrapper .item-content .name-wrapper {
  margin-bottom: 10px;
}
.cid-uOsXr0rDlW .item .item-wrapper .item-content .name-wrapper .name-wrap {
  display: inline-flex;
  border-radius: 50px;
  align-items: center;
  justify-content: center;
}
.cid-uOsXr0rDlW .item .item-wrapper .item-content .name-wrapper .name-wrap .item-name {
  margin-bottom: 0;
}
.cid-uOsXr0rDlW .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #e1ff04;
  width: 34px;
  height: 24px;
  border-radius: 50px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  margin-left: 64px;
}
.cid-uOsXr0rDlW .item .item-wrapper .item-content .name-wrapper .name-wrap .icon-wrapper .mbr-iconfont {
  color: #000000;
  transform: rotate(-45deg);
}
.cid-uOsXr0rDlW .item .item-wrapper .item-content .item-role {
  margin-bottom: 16px;
}
.cid-uOsXr0rDlW .item .item-wrapper .item-img img {
  transition: all 0.3s ease-in-out;
  object-fit: cover;
  height: 650px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uOsXr0rDlW .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uOsXr0rDlW .item-name {
  color: #000000;
}
.cid-uOsXr0rDlW .item-role {
  color: #000000;
}
.cid-uOsXr1C0bu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXr1C0bu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXr1C0bu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXr1C0bu .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOsXr1C0bu .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOsXr1C0bu .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uOsXr1C0bu .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uOsXr1C0bu .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-uOsXr1C0bu .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uOsXr1C0bu .btn-wrapper {
  margin-top: -2%;
}
.cid-uOsXr1C0bu .mbr-section-title {
  color: #000000;
}
.cid-uOsXr1C0bu .item-title {
  color: #000000;
}
.cid-uOsXr1C0bu .item-text {
  color: #000000;
}
.cid-uOsXr2EA4J {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uOsXr2EA4J .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXr2EA4J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXr2EA4J .card {
  justify-content: flex-end;
}
.cid-uOsXr2EA4J .content {
  padding: 150px 90px 150px 0;
}
@media (max-width: 992px) {
  .cid-uOsXr2EA4J .content {
    padding: 80px 0 30px 0;
  }
}
.cid-uOsXr2EA4J .title-wrapper {
  margin-bottom: 400px;
}
@media (max-width: 992px) {
  .cid-uOsXr2EA4J .title-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uOsXr2EA4J .title-wrapper .label-wrapper .mbr-label {
  display: inline-block;
  padding: 4px 20px;
  margin-bottom: 20px;
  border: 1px solid #e4ed64;
}
.cid-uOsXr2EA4J .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsXr2EA4J .title-wrapper .mbr-section-btn {
  margin-top: 20px;
}
.cid-uOsXr2EA4J .content-wrapper {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 992px) {
  .cid-uOsXr2EA4J .content-wrapper {
    display: block;
  }
}
.cid-uOsXr2EA4J .content-wrapper .mbr-number {
  margin-bottom: 0;
  min-width: 150px;
  padding-right: 30px;
  color: transparent;
  -webkit-text-stroke: 1px #ffffff;
  text-stroke: 1px #ffffff;
  opacity: .4;
}
@media (max-width: 992px) {
  .cid-uOsXr2EA4J .content-wrapper .mbr-number {
    padding-right: 0;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-uOsXr2EA4J .content-wrapper .content-wrap {
  width: 100%;
}
.cid-uOsXr2EA4J .content-wrapper .content-wrap .desc-wrapper {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff;
}
.cid-uOsXr2EA4J .content-wrapper .content-wrap .desc-wrapper .desc-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uOsXr2EA4J .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper {
  display: inline-flex;
  margin-right: 10px;
}
.cid-uOsXr2EA4J .content-wrapper .content-wrap .desc-wrapper .desc-wrap .iconfont-wrapper .mbr-iconfont {
  font-size: 20px;
  color: #e4ed64;
  display: inline-flex;
}
.cid-uOsXr2EA4J .content-wrapper .content-wrap .desc-wrapper .desc-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-uOsXr2EA4J .content-wrapper .content-wrap .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uOsXr2EA4J .image-wrapper {
  height: 100%;
  position: relative;
}
.cid-uOsXr2EA4J .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uOsXr2EA4J .image-wrapper img {
    position: static;
    height: 300px;
    width: 100%;
    margin-bottom: 80px;
  }
}
.cid-uOsXr2EA4J .mbr-label,
.cid-uOsXr2EA4J .label-wrapper {
  color: #ffffff;
}
.cid-uOsXr2EA4J .mbr-section-title {
  color: #ffffff;
}
.cid-uOsXr2EA4J .mbr-number {
  color: #ffffff;
}
.cid-uOsXr2EA4J .mbr-desc {
  color: #ffffff;
}
.cid-uOsXr2EA4J .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uOsXr3OnSl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXr3OnSl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXr3OnSl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXr3OnSl .items-wrap {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOsXr3OnSl .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOsXr3OnSl .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOsXr3OnSl .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOsXr3OnSl .content-wrapper .mbr-text {
  margin-bottom: 22px;
}
.cid-uOsXr3OnSl .image-wrapper img {
  width: 100%;
  height: 570px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uOsXr3OnSl .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsXr3OnSl .mbr-section-title {
  color: #ffffff;
}
.cid-uOsXr3OnSl .mbr-text {
  color: #ffffff;
}
.cid-uOsXr3OnSl .mbr-section-title,
.cid-uOsXr3OnSl .mbr-section-btn {
  color: #000000;
}
.cid-uOsXr3OnSl .mbr-text,
.cid-uOsXr3OnSl .text-wrapper {
  color: #000000;
}
.cid-uOsXr4Qoyu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXr4Qoyu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXr4Qoyu .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-uOsXr4Qoyu .container {
    padding: 0 22px;
  }
}
.cid-uOsXr4Qoyu .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOsXr4Qoyu .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uOsXr4Qoyu .image-wrapper img {
  height: 415px;
  border-radius: 0 6rem 0 0 !important;
}
@media (max-width: 992px) {
  .cid-uOsXr4Qoyu .image-wrapper img {
    height: 350px;
  }
}
.cid-uOsXr4Qoyu .mbr-section-title {
  margin-bottom: 16px;
  color: #000000;
}
.cid-uOsXr4Qoyu .panel-group {
  border-bottom: 1px solid #000000;
}
.cid-uOsXr4Qoyu .panel-group .card {
  border-top: 1px solid #000000;
  border-radius: 0 !important;
  transition: all 0.3s ease-in-out;
}
.cid-uOsXr4Qoyu .panel-group .card:hover,
.cid-uOsXr4Qoyu .panel-group .card:focus {
  border-top: 1px solid #000000;
}
.cid-uOsXr4Qoyu .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uOsXr4Qoyu .panel-group .card .card-header .panel-title {
  display: inline-flex;
  padding: 40px 0;
  justify-content: space-between;
  width: 100%;
}
.cid-uOsXr4Qoyu .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uOsXr4Qoyu .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 25px;
  width: 25px;
  height: 25px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  color: #000000;
  margin-left: 16px;
}
.cid-uOsXr4Qoyu .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
  color: #ff5753;
}
.cid-uOsXr4Qoyu .panel-group .card .panel-collapse .panel-body {
  padding: 16px 0 80px;
}
@media (max-width: 992px) {
  .cid-uOsXr4Qoyu .panel-group .card .panel-collapse .panel-body {
    padding: 16px 0 55px;
  }
}
.cid-uOsXr4Qoyu .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uOsXr4Qoyu .panel-title-edit {
  color: #000000;
}
.cid-uOsXr4Qoyu .panel-text {
  color: #8a8588;
}
.cid-uOsXr69UBY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXr69UBY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXr69UBY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXr69UBY .mbr-section-btn {
  margin-bottom: 22px;
}
.cid-uOsXr69UBY .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uOsXr69UBY .title-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOsXr69UBY .title-wrapper .mbr-desc {
    margin-bottom: 32px;
  }
}
.cid-uOsXr69UBY .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOsXr69UBY .mbr-section-title {
  color: #000000;
}
.cid-uOsXr69UBY .mbr-desc {
  color: #000000;
}
.cid-uOsXr69UBY .mbr-text {
  color: #000000;
}
.cid-uOsXr69UBY .mbr-text,
.cid-uOsXr69UBY .text-wrapper {
  color: #000000;
}
.cid-uOsXr79n7x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXr79n7x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXr79n7x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXr79n7x .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uOsXr79n7x .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uOsXr79n7x .items-wrap {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uOsXr79n7x .items-wrap .item {
  padding: 0 10px;
  margin-bottom: 32px;
}
.cid-uOsXr79n7x .item .item-wrapper .item-title {
  margin-bottom: 10px;
}
.cid-uOsXr79n7x .item .item-wrapper .item-desc {
  margin-bottom: 16px;
}
.cid-uOsXr79n7x .item .item-wrapper .card-box {
  padding: 42px 28px;
  min-height: 470px;
}
@media (max-width: 992px) {
  .cid-uOsXr79n7x .item .item-wrapper .card-box {
    padding: 36px 24px;
    min-height: auto;
  }
}
.cid-uOsXr79n7x .item .item-wrapper .card-box .icon-wrap {
  margin-bottom: 16px;
}
.cid-uOsXr79n7x .item .item-wrapper .card-box .icon-wrap .mbr-iconfont {
  width: 70px;
  height: 70px;
  font-size: 70px;
  display: inline-flex;
}
.cid-uOsXr79n7x .item .item-wrapper .card-box .item-text_1,
.cid-uOsXr79n7x .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 0;
}
.cid-uOsXr79n7x .item .item-wrapper .card_1 {
  background-color: #e7ff34;
}
.cid-uOsXr79n7x .item .item-wrapper .card_1 .icon-wrap .mbr-iconfont {
  color: #ffffff;
}
.cid-uOsXr79n7x .item .item-wrapper .card_2 {
  background-color: #e7ff34;
}
.cid-uOsXr79n7x .item .item-wrapper .card_2 .icon-wrap .mbr-iconfont {
  color: #000000;
}
.cid-uOsXr79n7x .item .item-wrapper .card {
  justify-content: center;
}
.cid-uOsXr79n7x .mbr-section-btn {
  margin-top: 64px;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uOsXr79n7x .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-uOsXr79n7x .item-title {
  color: #000000;
}
.cid-uOsXr79n7x .item-desc {
  color: #000000;
}
.cid-uOsXr79n7x .item-text_1 {
  color: #ffffff;
}
.cid-uOsXr79n7x .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-uOsXr79n7x .item-text_1,
.cid-uOsXr79n7x .icon-wrap {
  text-align: center;
}
.cid-uOsXr8nmnP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e4dcff;
}
.cid-uOsXr8nmnP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXr8nmnP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXr8nmnP .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #87ceeb;
}
@media (max-width: 992px) {
  .cid-uOsXr8nmnP .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uOsXr8nmnP .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uOsXr8nmnP .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uOsXr8nmnP .content-wrapper .card-wrapper {
  position: relative;
  z-index: 1;
  width: 75%;
  padding: 48px;
  background-color: #f7fff7;
  border: 3px solid #000000;
  box-shadow: 4px 4px 0 0 #000000;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-uOsXr8nmnP .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uOsXr8nmnP .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOsXr8nmnP .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uOsXr8nmnP .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOsXr8nmnP .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uOsXr8nmnP .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uOsXr8nmnP .mbr-section-title,
.cid-uOsXr8nmnP .mbr-section-btn {
  color: #000000;
}
.cid-uOsXr9vqmJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f7fff7;
}
.cid-uOsXr9vqmJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXr9vqmJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXr9vqmJ .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uOsXr9vqmJ .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uOsXr9vqmJ .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uOsXr9vqmJ .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOsXr9vqmJ .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uOsXr9vqmJ .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uOsXr9vqmJ .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uOsXr9vqmJ .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uOsXr9vqmJ .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uOsXr9vqmJ .content-wrapper .image-wrap {
  width: 40%;
  border: 3px solid #050f0f;
  box-shadow: 4px 4px 0 0 #050f0f;
  background-color: #ffffff;
  padding: 60px 20px;
  transform: rotate(3deg);
}
@media (max-width: 992px) {
  .cid-uOsXr9vqmJ .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uOsXr9vqmJ .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uOsXr9vqmJ .mbr-section-title {
  color: #050f0f;
}
.cid-uOsXr9vqmJ .mbr-text {
  color: #050f0f;
}
.cid-uOtWNikqeR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uOtWNikqeR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOtWNikqeR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOtWNikqeR .row {
  margin: 0 !important;
}
.cid-uOtWNikqeR .mbr-section-head {
  width: 40%;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .cid-uOtWNikqeR .mbr-section-head {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .cid-uOtWNikqeR .mbr-section-head {
    margin-bottom: 40px;
  }
}
.cid-uOtWNikqeR .mbr-section-title {
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.cid-uOtWNikqeR .mbr-section-subtitle {
  color: #131313;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-uOtWNikqeR .mbr-section-subtitle {
    margin-top: 10px;
  }
}
.cid-uOtWNikqeR .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .cid-uOtWNikqeR .mbr-section-btn {
    margin-top: 10px;
  }
}
.cid-uOtWNikqeR .col-list {
  width: 1px;
  flex-grow: 1;
  padding: 0 0 0 100px !important;
}
@media (max-width: 1024px) {
  .cid-uOtWNikqeR .col-list {
    padding: 0 0 0 20px !important;
  }
}
@media (max-width: 991px) {
  .cid-uOtWNikqeR .col-list {
    width: 100%;
    padding: 0 !important;
  }
}
.cid-uOtWNikqeR .mbr-iconfont {
  position: relative;
  font-size: 16px !important;
  font-family: 'Moririse2' !important;
  font-weight: 900;
  color: #e1ff04;
  margin-left: 0.5rem;
}
.cid-uOtWNikqeR .sign-open {
  display: none;
  font-size: 16px !important;
  margin-left: 0.5rem;
  color: #e1ff04;
  font-weight: 900;
}
.cid-uOtWNikqeR .panel-group {
  border: none;
}
.cid-uOtWNikqeR .card {
  padding: 10px 10px 10px 0;
  border-radius: 0;
  border-top: 2px solid #e1ff04;
}
.cid-uOtWNikqeR .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}
.cid-uOtWNikqeR .card-header:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-uOtWNikqeR .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  color: #131313;
  transition: .2s all;
}
.cid-uOtWNikqeR .panel-title[aria-expanded="true"] .mbr-iconfont {
  display: none;
}
.cid-uOtWNikqeR .panel-title[aria-expanded="true"] .sign-open {
  display: block;
}
.cid-uOtWNikqeR .panel-title-edit {
  color: #ffffff;
}
.cid-uOtWNikqeR .panel-body {
  padding: 0 0 20px;
}
.cid-uOtWNikqeR .panel-text {
  color: #ffffff;
  margin: 0;
}
.cid-uOsXraEUYC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #edff64;
}
.cid-uOsXraEUYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXraEUYC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uOsXraEUYC .label-wrapper .mbr-label {
  margin-bottom: 22px;
}
.cid-uOsXraEUYC .card-wrapper {
  padding: 54px;
  border: 3px dashed #c10b02;
}
@media (max-width: 992px) {
  .cid-uOsXraEUYC .card-wrapper {
    padding: 22px;
  }
}
.cid-uOsXraEUYC .card-wrapper .google-map iframe {
  height: 700px;
}
@media (max-width: 992px) {
  .cid-uOsXraEUYC .card-wrapper .google-map iframe {
    height: 350px;
  }
}
.cid-uOsXraEUYC .mbr-label {
  color: #000000;
}
.cid-uOsXrbONMz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
  overflow: hidden;
}
.cid-uOsXrbONMz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uOsXrbONMz .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-uOsXrbONMz .container {
    padding: 0 30px;
  }
}
.cid-uOsXrbONMz .row {
  justify-content: center;
}
.cid-uOsXrbONMz .content-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsXrbONMz .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXrbONMz .content-wrapper .logo-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOsXrbONMz .content-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXrbONMz .content-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 64px;
  height: 54px;
  object-fit: contain;
}
.cid-uOsXrbONMz .content-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uOsXrbONMz .nav-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsXrbONMz .nav-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXrbONMz .nav-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOsXrbONMz .nav-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: inline-flex;
  flex-direction: column;
}
.cid-uOsXrbONMz .nav-wrapper .list .item-wrap {
  margin-bottom: 22px;
  width: fit-content;
  position: relative;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsXrbONMz .nav-wrapper .list .item-wrap:hover,
.cid-uOsXrbONMz .nav-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uOsXrbONMz .nav-wrapper .list .item-wrap:hover::before,
.cid-uOsXrbONMz .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-uOsXrbONMz .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-uOsXrbONMz .nav-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOsXrbONMz .contacts-wrapper {
  margin-bottom: 120px;
}
@media (max-width: 992px) {
  .cid-uOsXrbONMz .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uOsXrbONMz .contacts-wrapper .item-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper:last-child {
  margin-bottom: 0;
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .mbr-address {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .mbr-address:hover,
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .mbr-address:focus {
  color: #71eac6;
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .list .item-wrap {
  margin-bottom: 22px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .list .item-wrap:hover,
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .list .item-wrap:focus {
  color: #71eac6;
}
.cid-uOsXrbONMz .contacts-wrapper .item-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uOsXrbONMz .border-wrapper {
  height: 1px;
  width: 100%;
  margin-bottom: 60px;
  position: relative;
  background-color: #bee0d6;
}
@media (max-width: 992px) {
  .cid-uOsXrbONMz .border-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uOsXrbONMz .border-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 6px;
  background-color: #bee0d6;
}
.cid-uOsXrbONMz .copy-wrapper .mbr-copy {
  margin-bottom: 0;
}
.cid-uOsXrbONMz .mbr-section-title {
  color: #bee0d6;
}
.cid-uOsXrbONMz .mbr-section-subtitle {
  color: #edff64;
}
.cid-uOsXrbONMz .list {
  color: #bee0d6;
}
.cid-uOsXrbONMz .mbr-address {
  color: #bee0d6;
}
.cid-uOsXrbONMz .mbr-copy {
  color: #ffffff;
  text-align: center;
}
