.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Oleo Script', display;
  font-size: 5rem;
  line-height: .92;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Oleo Script', display;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Oleo Script', display;
  font-size: 1.25rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Oleo Script', display;
  font-size: 2rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.72rem;
    font-size: calc( 1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8399999999999999rem + (3.4 - 1.8399999999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ea1212 !important;
}
.bg-success {
  background-color: #b488f1 !important;
}
.bg-info {
  background-color: #f3f3e9 !important;
}
.bg-warning {
  background-color: #fd589e !important;
}
.bg-danger {
  background-color: #d7ffd4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ea1212 !important;
  border-color: #ea1212 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f03f3f !important;
  border-color: #f03f3f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f03f3f !important;
  border-color: #f03f3f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #90f188 !important;
  border-color: #90f188 !important;
  color: #146d0d !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #bbf6b6 !important;
  border-color: #bbf6b6 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #146d0d !important;
  background-color: #bbf6b6 !important;
  border-color: #bbf6b6 !important;
}
.btn-info,
.btn-info:active {
  background-color: #f3f3e9 !important;
  border-color: #f3f3e9 !important;
  color: #8f8f4e !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: #8f8f4e !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #b488f1 !important;
  border-color: #b488f1 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #d1b6f6 !important;
  border-color: #d1b6f6 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #d1b6f6 !important;
  border-color: #d1b6f6 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #fd589e !important;
  border-color: #fd589e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fe8abb !important;
  border-color: #fe8abb !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #fe8abb !important;
  border-color: #fe8abb !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d7ffd4 !important;
  border-color: #d7ffd4 !important;
  color: #0fd400 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #0fd400 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ea1212;
  color: #ea1212;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #990c0c !important;
  background-color: transparent !important;
  border-color: #990c0c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ea1212 !important;
  border-color: #ea1212 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #90f188;
  color: #90f188;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #48e83a !important;
  background-color: transparent !important;
  border-color: #48e83a !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #146d0d !important;
  background-color: #90f188 !important;
  border-color: #90f188 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f3f3e9;
  color: #f3f3e9;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4b1 !important;
  background-color: transparent !important;
  border-color: #d4d4b1 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #8f8f4e !important;
  background-color: #f3f3e9 !important;
  border-color: #f3f3e9 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #b488f1;
  color: #b488f1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #833ae8 !important;
  background-color: transparent !important;
  border-color: #833ae8 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #b488f1 !important;
  border-color: #b488f1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #fd589e;
  color: #fd589e;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #fb036c !important;
  background-color: transparent !important;
  border-color: #fb036c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #fd589e !important;
  border-color: #fd589e !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #d7ffd4;
  color: #d7ffd4;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #86ff7d !important;
  background-color: transparent !important;
  border-color: #86ff7d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #0fd400 !important;
  background-color: #d7ffd4 !important;
  border-color: #d7ffd4 !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: #ea1212 !important;
}
.text-secondary {
  color: #90f188 !important;
}
.text-success {
  color: #b488f1 !important;
}
.text-info {
  color: #f3f3e9 !important;
}
.text-warning {
  color: #fd589e !important;
}
.text-danger {
  color: #d7ffd4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8b0b0b !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #3be62d !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #7a2de6 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cfcfa7 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ec0366 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #78ff6e !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: #ea1212;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f3f3e9;
}
.alert-warning {
  background-color: #fd589e;
}
.alert-danger {
  background-color: #d7ffd4;
}
.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: #ea1212;
  border-color: #ea1212;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ea1212;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbcdcd;
}
.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: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ea1212 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Oleo Script', display;
  font-size: 1.3rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #ea1212;
}
/* 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: #ea1212;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ea1212;
}
.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: #ea1212;
  border-bottom-color: #ea1212;
}
.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: #ea1212 !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: #90f188 !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='%23ea1212' %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: 14px 15px;
  border-radius: 6.25rem !important;
  transition: all .3s ease;
  font-weight: 400 !important;
  border: none !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: .5em;
}
.mbr-section-btn .btn-primary .mbr-iconfont,
.mbr-section-btn-main .btn-primary .mbr-iconfont {
  color: #90f188 !important;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  background-color: #90f188 !important;
  color: #ea1212 !important;
}
.mbr-section-btn .btn-primary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-primary:hover .mbr-iconfont,
.mbr-section-btn .btn-primary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-primary:focus .mbr-iconfont {
  color: #ea1212 !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #ea1212 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  background-color: #ea1212 !important;
  color: #90f188 !important;
}
.mbr-section-btn .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:hover .mbr-iconfont,
.mbr-section-btn .btn-secondary:focus .mbr-iconfont,
.mbr-section-btn-main .btn-secondary:focus .mbr-iconfont {
  color: #90f188 !important;
}
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  color: #d7ffd4 !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  background-color: #d7ffd4 !important;
  color: #b488f1 !important;
}
.mbr-section-btn .btn-success:hover .mbr-iconfont,
.mbr-section-btn-main .btn-success:hover .mbr-iconfont,
.mbr-section-btn .btn-success:focus .mbr-iconfont,
.mbr-section-btn-main .btn-success:focus .mbr-iconfont {
  color: #b488f1 !important;
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #ea1212 !important;
}
.mbr-section-btn .btn-info .mbr-iconfont,
.mbr-section-btn-main .btn-info .mbr-iconfont {
  color: #90f188 !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  background-color: #90f188 !important;
  color: #ea1212 !important;
}
.mbr-section-btn .btn-info:hover .mbr-iconfont,
.mbr-section-btn-main .btn-info:hover .mbr-iconfont,
.mbr-section-btn .btn-info:focus .mbr-iconfont,
.mbr-section-btn-main .btn-info:focus .mbr-iconfont {
  color: #ea1212 !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  color: #d7ffd4 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  background-color: #d7ffd4 !important;
  color: #f3f3e9 !important;
}
.mbr-section-btn .btn-warning:hover .mbr-iconfont,
.mbr-section-btn-main .btn-warning:hover .mbr-iconfont,
.mbr-section-btn .btn-warning:focus .mbr-iconfont,
.mbr-section-btn-main .btn-warning:focus .mbr-iconfont {
  color: #fd589e !important;
}
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  color: #fd589e !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  background-color: #fd589e !important;
  color: #f3f3e9 !important;
}
.mbr-section-btn .btn-danger:hover .mbr-iconfont,
.mbr-section-btn-main .btn-danger:hover .mbr-iconfont,
.mbr-section-btn .btn-danger:focus .mbr-iconfont,
.mbr-section-btn-main .btn-danger:focus .mbr-iconfont {
  color: #d7ffd4 !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus {
  text-decoration-color: transparent;
  background-color: #ea1212 !important;
  color: #f3f3e9 !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus {
  text-decoration-color: transparent;
  background-color: #90f188 !important;
  color: #ea1212 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus {
  text-decoration-color: transparent;
  background-color: #b488f1 !important;
  color: #ea1212 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus {
  text-decoration-color: transparent;
  background-color: #f3f3e9 !important;
  color: #ea1212 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus {
  text-decoration-color: transparent;
  background-color: #fd589e !important;
  color: #ea1212 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus {
  text-decoration-color: transparent;
  background-color: #d7ffd4 !important;
  color: #ea1212 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus {
  text-decoration-color: transparent;
  background-color: #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  text-decoration: underline;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus {
  text-decoration-color: transparent;
  background-color: #ffffff !important;
  color: #000000 !important;
}
.cid-uzwOxkVd0n {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzwOxkVd0n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzwOxkVd0n .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzwOxkVd0n .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uzwOxkVd0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzwOxkVd0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzwOxkVd0n .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzwOxkVd0n .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzwOxkVd0n .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzwOxkVd0n .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uzwOxkVd0n .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzwOxkVd0n .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzwOxkVd0n .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uzwOxkVd0n .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #ab0c47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .nav-link::before {
    left: 8px;
  }
}
.cid-uzwOxkVd0n .nav-link:hover {
  opacity: 1;
}
.cid-uzwOxkVd0n .nav-link:hover::before {
  opacity: 1;
}
.cid-uzwOxkVd0n .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzwOxkVd0n .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uzwOxkVd0n .navbar-caption:hover,
.cid-uzwOxkVd0n .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uzwOxkVd0n .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #d7ffd4;
  box-shadow: none;
  position: relative;
  border: 1px solid #ab0c47;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .menu-container {
    margin: 16px;
  }
}
.cid-uzwOxkVd0n .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uzwOxkVd0n .iconfont-wrapper:hover,
.cid-uzwOxkVd0n .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzwOxkVd0n .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #d7ffd4;
}
.cid-uzwOxkVd0n .nav-item:focus,
.cid-uzwOxkVd0n .nav-link:focus {
  outline: none;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzwOxkVd0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzwOxkVd0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzwOxkVd0n .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzwOxkVd0n .navbar.opened {
  transition: all 0.3s;
}
.cid-uzwOxkVd0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzwOxkVd0n .navbar .navbar-logo img {
  width: auto;
}
.cid-uzwOxkVd0n .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzwOxkVd0n .navbar.collapsed {
  justify-content: center;
}
.cid-uzwOxkVd0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzwOxkVd0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzwOxkVd0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzwOxkVd0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzwOxkVd0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar {
    min-height: 72px;
  }
  .cid-uzwOxkVd0n .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzwOxkVd0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzwOxkVd0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzwOxkVd0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzwOxkVd0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzwOxkVd0n .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzwOxkVd0n .dropdown-item.active,
.cid-uzwOxkVd0n .dropdown-item:active {
  background-color: transparent;
}
.cid-uzwOxkVd0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzwOxkVd0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7ffd4;
}
.cid-uzwOxkVd0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzwOxkVd0n .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzwOxkVd0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzwOxkVd0n .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .navbar-buttons {
    text-align: left;
  }
}
.cid-uzwOxkVd0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #066dc2;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzwOxkVd0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzwOxkVd0n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzwOxkVd0n .navbar {
    height: 70px;
  }
  .cid-uzwOxkVd0n .navbar.opened {
    height: auto;
  }
  .cid-uzwOxkVd0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzwOxkVd0n .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzwOxkVd0n .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uzwOxkVd0n .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .navbar-brand {
    margin-right: auto;
  }
  .cid-uzwOxkVd0n .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d7ffd4;
  }
  .cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzwOxkVd0n .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzwOxkVd0n .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzwOxkVd0n .navbar-brand,
.cid-uzwOxkVd0n .navbar-toggler,
.cid-uzwOxkVd0n .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzQU3P22P1 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #070035;
}
.cid-uzQU3P22P1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQU3P22P1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQU3P22P1 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzQU3P22P1 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uzQU3P22P1 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzQU3P22P1 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uzQU3P22P1 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzQU3P22P1 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uzQU3P22P1 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzQU3P22P1 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uzQU3P22P1 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uzQU3P22P1 .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-uzQU3P22P1 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uzQU3P22P1 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uzQU3P22P1 .mbr-section-title {
  color: #050f0f;
}
.cid-uzQU3P22P1 .mbr-text {
  color: #050f0f;
}
.cid-uzQU3P22P1 .mbr-section-title,
.cid-uzQU3P22P1 .mbr-section-btn {
  color: #ffffff;
}
.cid-uzQU3P22P1 .mbr-text,
.cid-uzQU3P22P1 .text-wrapper,
.cid-uzQU3P22P1 .rating-wrapper {
  color: #ffffff;
}
.cid-uzQYBLcmbC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzQYBLcmbC .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uzQYBLcmbC .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uzQYBLcmbC .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #070035;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uzQYBLcmbC .mbr-section-title {
  text-align: center;
}
.cid-uzQYBLcmbC .mbr-text {
  color: #000000;
}
.cid-uzQUPF7jup {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uzQUPF7jup .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQUPF7jup .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQUPF7jup .items-wrapper {
  justify-content: center;
}
.cid-uzQUPF7jup .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzQUPF7jup .mbr-text,
.cid-uzQUPF7jup .text-wrapper {
  color: #f7f7f7;
  text-align: center;
}
.cid-uzQXZqyALL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
@media (max-width: 992px) {
  .cid-uzQXZqyALL .container {
    padding: 0 25px;
  }
}
.cid-uzQXZqyALL .title-wrapper {
  margin: 25px 0;
}
.cid-uzQXZqyALL .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzQXZqyALL .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uzQXZqyALL .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uzQXZqyALL .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzQXZqyALL .mbr-section-title {
  color: #000000;
}
.cid-uzQXZqyALL .mbr-section-subtitle {
  color: #000000;
}
.cid-uzQXZqyALL .mbr-text {
  color: #000000;
}
.cid-uzwT5G3qnf {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzwT5G3qnf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzwT5G3qnf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzwT5G3qnf .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .container {
    padding: 0 16px;
  }
}
.cid-uzwT5G3qnf .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .row {
    margin: 0 10px;
  }
}
.cid-uzwT5G3qnf .row .card {
  position: relative;
  padding: 0;
}
.cid-uzwT5G3qnf .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #000000;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
  left: auto;
  right: -11rem;
}
@media (max-width: 1300px) {
  .cid-uzwT5G3qnf .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uzwT5G3qnf .row .card .decor-wrapper_1 {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .row .card .decor-wrapper_1 {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzwT5G3qnf .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 14%;
  pointer-events: none;
  left: auto;
  right: -11rem;
}
@media (max-width: 1300px) {
  .cid-uzwT5G3qnf .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uzwT5G3qnf .row .card .decor-wrapper_2 {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .row .card .decor-wrapper_2 {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzwT5G3qnf .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uzwT5G3qnf .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzwT5G3qnf .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uzwT5G3qnf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzwT5G3qnf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzwT5G3qnf .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uzwT5G3qnf .mbr-section-title {
  color: #fdfcfc;
}
.cid-uzwT5G3qnf .mbr-text {
  color: #F9A600;
}
.cid-uzwT5G3qnf .mbr-section-title,
.cid-uzwT5G3qnf .icon-wrapper {
  color: #000000;
}
.cid-uzwT5G3qnf .mbr-text,
.cid-uzwT5G3qnf .mbr-section-btn {
  color: #000000;
}
.cid-uzwXfLh3nC {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #c7fcb5, #070035);
}
.cid-uzwXfLh3nC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzwXfLh3nC .card-link {
  position: relative;
  width: fit-content;
}
.cid-uzwXfLh3nC .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uzwXfLh3nC .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uzwXfLh3nC .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uzwXfLh3nC .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uzwXfLh3nC .item-wrapper:hover .card-title,
.cid-uzwXfLh3nC .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uzwXfLh3nC .item-wrapper:hover span,
.cid-uzwXfLh3nC .item-wrapper:hover .card-link,
.cid-uzwXfLh3nC .item-wrapper:hover .card-link a {
  color: #ea1212 !important;
}
.cid-uzwXfLh3nC .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uzwXfLh3nC .card-title,
.cid-uzwXfLh3nC .card-text,
.cid-uzwXfLh3nC .card-link,
.cid-uzwXfLh3nC .card-link a {
  transition: all 0.3s;
}
.cid-uzwXfLh3nC .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uzwXfLh3nC .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uzwXfLh3nC .link-wrapper:hover {
  cursor: pointer;
}
.cid-uzwXfLh3nC .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uzwXfLh3nC .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uzwXfLh3nC .card-title,
.cid-uzwXfLh3nC .iconfont-wrapper {
  color: #000000;
}
.cid-uzwXfLh3nC .card-text {
  color: #232323;
}
.cid-uzwXfLh3nC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzwXfLh3nC .card-link,
.cid-uzwXfLh3nC .link-icon,
.cid-uzwXfLh3nC .link-align {
  color: #232323;
}
.cid-uzwXfLh3nC .mbr-section-subtitle {
  text-align: left;
}
.cid-uzQVVhtSM5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzQVVhtSM5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzQVVhtSM5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzQVVhtSM5 .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uzQVVhtSM5 .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzQVVhtSM5 .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uzQVVhtSM5 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzQVVhtSM5 .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uzQVVhtSM5 .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzQVVhtSM5 .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzQVVhtSM5 .image-wrapper img {
    height: 350px;
  }
}
.cid-uzQVVhtSM5 .mbr-section-title {
  color: #ffffff;
}
.cid-uzQVVhtSM5 .mbr-text,
.cid-uzQVVhtSM5 .text-wrapper {
  color: #000000;
}
.cid-uzQVVhtSM5 .mbr-section-title,
.cid-uzQVVhtSM5 .mbr-section-btn {
  color: #070035;
}
.cid-u37oMzwxpu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #070035;
}
.cid-u37oMzwxpu .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37oMzwxpu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37oMzwxpu .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37oMzwxpu .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37oMzwxpu .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37oMzwxpu .container {
    padding: 0 20px;
  }
}
.cid-u37oMzwxpu .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #fd589e;
}
@media (max-width: 992px) {
  .cid-u37oMzwxpu .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-u37oMzwxpu .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-u37oMzwxpu .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u37oMzwxpu .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-u37oMzwxpu .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-u37oMzwxpu .mbr-desc {
  color: #38001b;
}
.cid-uzx3w8055s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzx3w8055s .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx3w8055s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx3w8055s .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #070035;
}
@media (max-width: 992px) {
  .cid-uzx3w8055s .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uzx3w8055s .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzx3w8055s .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uzx3w8055s .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-uzx3w8055s .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uzx3w8055s .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzx3w8055s .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uzx3w8055s .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzx3w8055s .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uzx3w8055s .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uzx3w8055s .mbr-section-title,
.cid-uzx3w8055s .mbr-section-btn {
  color: #000000;
}
.cid-u37oLeBWPO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #070035;
}
.cid-u37oLeBWPO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37oLeBWPO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37oLeBWPO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37oLeBWPO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .container {
    padding: 0 20px;
  }
}
.cid-u37oLeBWPO .row {
  justify-content: center;
}
.cid-u37oLeBWPO .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-u37oLeBWPO .content-wrapper .card {
  justify-content: center;
}
.cid-u37oLeBWPO .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u37oLeBWPO .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u37oLeBWPO .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u37oLeBWPO .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u37oLeBWPO .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 40px;
  background-color: #90f188;
}
.cid-u37oLeBWPO .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u37oLeBWPO .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-u37oLeBWPO .mbr-section-title {
  color: #000000;
}
.cid-u37oLeBWPO .mbr-text {
  color: #ffffff;
}
.cid-u37oLeBWPO .mbr-desc {
  color: #0f1d07;
}
.cid-u37oLeBWPO .mbr-text,
.cid-u37oLeBWPO .mbr-section-btn {
  color: #000000;
}
.cid-uzssYXt6yK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
  overflow: hidden;
}
.cid-uzssYXt6yK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzssYXt6yK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzssYXt6yK .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uzssYXt6yK .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uzssYXt6yK .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uzssYXt6yK .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uzssYXt6yK .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uzssYXt6yK .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uzssYXt6yK .mbr-section-head {
  width: 100%;
}
.cid-uzssYXt6yK .mbr-section-title {
  color: #212428;
}
@media (max-width: 767px) {
  .cid-uzssYXt6yK .mbr-section-title {
    text-align: center;
  }
}
.cid-uzssYXt6yK .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uzssYXt6yK .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uzssYXt6yK .card-row {
  align-items: stretch;
}
.cid-uzssYXt6yK .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uzssYXt6yK .item {
    margin-top: 30px;
  }
}
.cid-uzssYXt6yK .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #74d1bc, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uzssYXt6yK .item-wrapper {
    padding: 20px;
  }
}
.cid-uzssYXt6yK .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uzssYXt6yK .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uzssYXt6yK .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #070035, #070035);
  opacity: 0;
  transition: .4s all;
}
.cid-uzssYXt6yK .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uzssYXt6yK .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uzssYXt6yK .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uzssYXt6yK .card-title {
  position: relative;
  z-index: 5;
  color: #38001b;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uzssYXt6yK .card-title {
    margin-bottom: 10px;
  }
}
.cid-uzssYXt6yK .card-text {
  position: relative;
  z-index: 5;
  color: #212428;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzssYXt6yK .card-text a {
  transition: .4s all;
}
.cid-uzssYXt6yK .card-text a:hover {
  color: #ea1212 !important;
}
.cid-uzx4fEoecW {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #070035;
}
.cid-uzx4fEoecW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx4fEoecW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx4fEoecW .row {
  justify-content: space-between;
}
.cid-uzx4fEoecW .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzx4fEoecW .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uzx4fEoecW .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzx4fEoecW .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzx4fEoecW .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzx4fEoecW .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uzx4fEoecW .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzx4fEoecW .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uzx4fEoecW .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uzx4fEoecW .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uzx4fEoecW .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzx4fEoecW .mbr-section-title {
  color: #000000;
}
.cid-uzx4fEoecW .mbr-section-subtitle {
  color: #000000;
}
.cid-uzx4fEoecW .mbr-desc {
  color: #000000;
}
.cid-uzx4fEoecW .mbr-text {
  color: #000000;
}
.cid-uzsAmBPRRa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsAmBPRRa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsAmBPRRa .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-uzsAmBPRRa .container {
    padding: 0 20px;
  }
}
.cid-uzsAmBPRRa .row {
  margin: 0;
}
.cid-uzsAmBPRRa .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzsAmBPRRa .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzsAmBPRRa .video-block .video-wrapper .app-video-wrapper::before {
  color: #ea1212;
  text-shadow: none;
}
.cid-uzsAmBPRRa .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzsAmBPRRa .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzsAmBPRRa .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzsAmBPRRa .mbr-section-title {
  color: #ffffff;
}
.cid-uzx4NbjRxp {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #070035;
}
.cid-uzx4NbjRxp .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uzx4NbjRxp .col-12 {
    padding: 0 2rem;
  }
  .cid-uzx4NbjRxp .row {
    margin: 0 -2rem;
  }
}
.cid-uzx4NbjRxp .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uzx4NbjRxp .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ea1212;
}
.cid-uzx4NbjRxp .svg-top .st0 {
  fill: #070035;
}
@media (max-width: 992px) {
  .cid-uzx4NbjRxp .svg-top {
    width: 1000px;
  }
}
.cid-uzx4NbjRxp .card-header {
  border-bottom: 2px solid #ea1212;
  margin-bottom: 0px!important;
}
.cid-uzx4NbjRxp .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uzx4NbjRxp span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uzx4NbjRxp .collapsed span {
  transform: rotate(0deg);
}
.cid-uzx4NbjRxp .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uzx4NbjRxp .panel-group {
  width: 100%;
}
.cid-uzx4NbjRxp .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uzx4NbjRxp .card {
  border-radius: 0px;
}
.cid-uzx4NbjRxp .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uzx4NbjRxp .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uzx4NbjRxp .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uzx4NbjRxp .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uzx4NbjRxp .panel-text {
  color: #1a449a;
}
.cid-uzx4NbjRxp .header-text,
.cid-uzx4NbjRxp .sign {
  color: #263d5a;
}
.cid-uzx4NbjRxp .mbr-section-title {
  color: #ffffff;
}
.cid-uzx4NbjRxp .header-text,
.cid-uzx4NbjRxp .sign,
.cid-uzx4NbjRxp .card-header {
  color: #ffffff;
}
.cid-uzx4NbjRxp .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uzsuyVzzLk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsuyVzzLk .wrapper {
  background-color: #f3f3e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzsuyVzzLk .wrapper {
    padding: 3rem;
  }
}
.cid-uzsuyVzzLk .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uzsuyVzzLk .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzsuyVzzLk .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzsuyVzzLk .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzsiB0zHW4 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzsiB0zHW4 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzsiB0zHW4 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzsiB0zHW4 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzsiB0zHW4 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzsiB0zHW4 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzshny23wB {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #070035;
}
@media (max-width: 767px) {
  .cid-uzshny23wB .content {
    text-align: center;
  }
  .cid-uzshny23wB .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzshny23wB .logo-subtitle {
  color: #8d97ad;
}
.cid-uzshny23wB .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzshny23wB .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzshny23wB .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzshny23wB .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uzshny23wB .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzshny23wB .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uzshny23wB .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzshny23wB .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzshny23wB .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzshny23wB .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzshny23wB .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzshny23wB .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzshny23wB .list-item {
  display: flex;
}
.cid-uzshny23wB .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uzshny23wB ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzshny23wB ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uzshny23wB ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uzshny23wB P {
  text-align: left;
  color: #ffffff;
}
.cid-uzshny23wB .copyright > p {
  text-align: center;
}
.cid-uzshny23wB .column-title {
  color: #ffffff;
}
.cid-uzx7448scv {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzx7448scv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx7448scv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx7448scv .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uzx7448scv .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uzx7448scv .container {
    padding: 0 26px;
  }
}
.cid-uzx7448scv .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uzx7448scv .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uzx7448scv .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uzx7448scv .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzx7448scv .image-wrapper img {
    height: 300px;
  }
}
.cid-uzx7448scv .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uzx7448scv .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uzx7448scv .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzx7448scv .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzx7448scv .mbr-section-title {
  color: #ffffff;
}
.cid-uzx7448scv .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzx7448scv .mbr-text {
  color: #cacaca;
}
.cid-uzx6K3iuFt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #fdfcfa;
}
.cid-uzx6K3iuFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx6K3iuFt .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-uzx6K3iuFt .container {
    padding: 0;
  }
}
.cid-uzx6K3iuFt .row {
  margin: 0;
}
.cid-uzx6K3iuFt .card {
  border-radius: 0;
  padding: 0;
}
.cid-uzx6K3iuFt .card .box-wrapper {
  background-color: #000000;
  height: 100%;
}
.cid-uzx6K3iuFt .card .box-wrapper .mbr-box {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
}
.cid-uzx6K3iuFt .card .title-wrapper {
  padding: 145px 100px;
}
@media (max-width: 992px) {
  .cid-uzx6K3iuFt .card .title-wrapper {
    padding: 30px 16px;
  }
}
.cid-uzx6K3iuFt .card .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzx6K3iuFt .card .title-wrapper .mbr-section-btn {
  margin-top: 70px;
}
@media (max-width: 992px) {
  .cid-uzx6K3iuFt .card .title-wrapper .mbr-section-btn {
    margin-top: 40px;
  }
}
.cid-uzx6K3iuFt .card .image-wrapper {
  padding: 90px 0;
}
@media (max-width: 992px) {
  .cid-uzx6K3iuFt .card .image-wrapper {
    padding: 0;
  }
}
.cid-uzx6K3iuFt .card .image-wrapper img {
  height: 380px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzx6K3iuFt .card .image-wrapper img {
    height: 300px;
  }
}
.cid-uzx6K3iuFt .mbr-text {
  color: #263652;
}
.cid-uzx6K3iuFt .mbr-box {
  color: #ffffff;
}
.cid-uzx6K3iuFt .mbr-text,
.cid-uzx6K3iuFt .mbr-section-btn {
  text-align: center;
}
.cid-uzsEHlJ1C6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzsEHlJ1C6 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzsEHlJ1C6 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzsEHlJ1C6 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzsEHlJ1C6 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzsEHlJ1C6 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzsEHmGfaJ {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #070035;
}
@media (max-width: 767px) {
  .cid-uzsEHmGfaJ .content {
    text-align: center;
  }
  .cid-uzsEHmGfaJ .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzsEHmGfaJ .logo-subtitle {
  color: #8d97ad;
}
.cid-uzsEHmGfaJ .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzsEHmGfaJ .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzsEHmGfaJ .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzsEHmGfaJ .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uzsEHmGfaJ .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzsEHmGfaJ .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uzsEHmGfaJ .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzsEHmGfaJ .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzsEHmGfaJ .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzsEHmGfaJ .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzsEHmGfaJ .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzsEHmGfaJ .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzsEHmGfaJ .list-item {
  display: flex;
}
.cid-uzsEHmGfaJ .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uzsEHmGfaJ ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzsEHmGfaJ ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uzsEHmGfaJ ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uzsEHmGfaJ P {
  text-align: left;
  color: #ffffff;
}
.cid-uzsEHmGfaJ .copyright > p {
  text-align: center;
}
.cid-uzsEHmGfaJ .column-title {
  color: #ffffff;
}
.cid-uzwOxkVd0n {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzwOxkVd0n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzwOxkVd0n .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzwOxkVd0n .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uzwOxkVd0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzwOxkVd0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzwOxkVd0n .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzwOxkVd0n .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzwOxkVd0n .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzwOxkVd0n .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uzwOxkVd0n .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzwOxkVd0n .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzwOxkVd0n .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uzwOxkVd0n .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #ab0c47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .nav-link::before {
    left: 8px;
  }
}
.cid-uzwOxkVd0n .nav-link:hover {
  opacity: 1;
}
.cid-uzwOxkVd0n .nav-link:hover::before {
  opacity: 1;
}
.cid-uzwOxkVd0n .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzwOxkVd0n .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uzwOxkVd0n .navbar-caption:hover,
.cid-uzwOxkVd0n .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uzwOxkVd0n .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #d7ffd4;
  box-shadow: none;
  position: relative;
  border: 1px solid #ab0c47;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .menu-container {
    margin: 16px;
  }
}
.cid-uzwOxkVd0n .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uzwOxkVd0n .iconfont-wrapper:hover,
.cid-uzwOxkVd0n .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzwOxkVd0n .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #d7ffd4;
}
.cid-uzwOxkVd0n .nav-item:focus,
.cid-uzwOxkVd0n .nav-link:focus {
  outline: none;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzwOxkVd0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzwOxkVd0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzwOxkVd0n .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzwOxkVd0n .navbar.opened {
  transition: all 0.3s;
}
.cid-uzwOxkVd0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzwOxkVd0n .navbar .navbar-logo img {
  width: auto;
}
.cid-uzwOxkVd0n .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzwOxkVd0n .navbar.collapsed {
  justify-content: center;
}
.cid-uzwOxkVd0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzwOxkVd0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzwOxkVd0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzwOxkVd0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzwOxkVd0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar {
    min-height: 72px;
  }
  .cid-uzwOxkVd0n .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzwOxkVd0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzwOxkVd0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzwOxkVd0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzwOxkVd0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzwOxkVd0n .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzwOxkVd0n .dropdown-item.active,
.cid-uzwOxkVd0n .dropdown-item:active {
  background-color: transparent;
}
.cid-uzwOxkVd0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzwOxkVd0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7ffd4;
}
.cid-uzwOxkVd0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzwOxkVd0n .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzwOxkVd0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzwOxkVd0n .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .navbar-buttons {
    text-align: left;
  }
}
.cid-uzwOxkVd0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #066dc2;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzwOxkVd0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzwOxkVd0n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzwOxkVd0n .navbar {
    height: 70px;
  }
  .cid-uzwOxkVd0n .navbar.opened {
    height: auto;
  }
  .cid-uzwOxkVd0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzwOxkVd0n .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzwOxkVd0n .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uzwOxkVd0n .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .navbar-brand {
    margin-right: auto;
  }
  .cid-uzwOxkVd0n .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d7ffd4;
  }
  .cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzwOxkVd0n .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzwOxkVd0n .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzwOxkVd0n .navbar-brand,
.cid-uzwOxkVd0n .navbar-toggler,
.cid-uzwOxkVd0n .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzx8dnwHXB {
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzx8dnwHXB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzx8dnwHXB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzx8dnwHXB .container-fluid {
  padding: 0 120px;
}
@media (max-width: 768px) {
  .cid-uzx8dnwHXB .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 768px) {
  .cid-uzx8dnwHXB .container {
    padding: 0 26px;
  }
}
.cid-uzx8dnwHXB .image-wrapper {
  border: 1px solid #ffffff;
  padding: 20px;
  margin-right: 80px;
}
@media (max-width: 992px) {
  .cid-uzx8dnwHXB .image-wrapper {
    margin: 0 0 50px 0;
  }
}
.cid-uzx8dnwHXB .image-wrapper .mbr-emoji {
  margin-bottom: 18px;
}
.cid-uzx8dnwHXB .image-wrapper img {
  height: 530px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzx8dnwHXB .image-wrapper img {
    height: 300px;
  }
}
.cid-uzx8dnwHXB .title-wrapper .mbr-section-subtitle {
  margin-bottom: 18px;
}
.cid-uzx8dnwHXB .title-wrapper .mbr-section-title {
  margin-bottom: 18px;
}
.cid-uzx8dnwHXB .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzx8dnwHXB .title-wrapper .mbr-section-btn {
  margin-top: 40px;
}
.cid-uzx8dnwHXB .mbr-section-title {
  color: #ffffff;
}
.cid-uzx8dnwHXB .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uzx8dnwHXB .mbr-text {
  color: #cacaca;
}
.cid-uzsFiDmRbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uzsFiDmRbu .geometry {
  position: absolute;
}
.cid-uzsFiDmRbu .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-uzsFiDmRbu .geometry_left {
  left: -70px;
}
.cid-uzsFiDmRbu .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-uzsFiDmRbu .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #90f188;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-uzsFiDmRbu .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.cid-uzsFiDmRbu blockquote {
  border-color: #f9a600;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.cid-uzsFiDmRbu blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-uzsFiDmRbu blockquote {
    padding: 2rem 1rem;
  }
  .cid-uzsFiDmRbu .geometry {
    position: absolute;
  }
  .cid-uzsFiDmRbu .geometry__square,
  .cid-uzsFiDmRbu .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .cid-uzsFiDmRbu .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uzsFiDmRbu blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .cid-uzsFiDmRbu .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-uzsFiDmRbu .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzsFiDmRbu blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uzsFiDmRbu .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-uzsFiDmRbu blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-uzsFiE4CH9 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzsFiE4CH9 .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzsFiE4CH9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzsFiE4CH9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzsFiE4CH9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzsFiE4CH9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzsFiEWkTp {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #070035;
}
@media (max-width: 767px) {
  .cid-uzsFiEWkTp .content {
    text-align: center;
  }
  .cid-uzsFiEWkTp .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzsFiEWkTp .logo-subtitle {
  color: #8d97ad;
}
.cid-uzsFiEWkTp .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzsFiEWkTp .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzsFiEWkTp .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzsFiEWkTp .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uzsFiEWkTp .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzsFiEWkTp .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uzsFiEWkTp .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzsFiEWkTp .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzsFiEWkTp .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzsFiEWkTp .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzsFiEWkTp .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzsFiEWkTp .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzsFiEWkTp .list-item {
  display: flex;
}
.cid-uzsFiEWkTp .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uzsFiEWkTp ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzsFiEWkTp ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uzsFiEWkTp ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uzsFiEWkTp P {
  text-align: left;
  color: #ffffff;
}
.cid-uzsFiEWkTp .copyright > p {
  text-align: center;
}
.cid-uzsFiEWkTp .column-title {
  color: #ffffff;
}
.cid-uzwOxkVd0n {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzwOxkVd0n .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzwOxkVd0n .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzwOxkVd0n .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uzwOxkVd0n .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzwOxkVd0n .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzwOxkVd0n .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzwOxkVd0n .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzwOxkVd0n .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzwOxkVd0n .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uzwOxkVd0n .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzwOxkVd0n .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzwOxkVd0n .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uzwOxkVd0n .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #ab0c47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .nav-link::before {
    left: 8px;
  }
}
.cid-uzwOxkVd0n .nav-link:hover {
  opacity: 1;
}
.cid-uzwOxkVd0n .nav-link:hover::before {
  opacity: 1;
}
.cid-uzwOxkVd0n .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzwOxkVd0n .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uzwOxkVd0n .navbar-caption:hover,
.cid-uzwOxkVd0n .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uzwOxkVd0n .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #d7ffd4;
  box-shadow: none;
  position: relative;
  border: 1px solid #ab0c47;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .menu-container {
    margin: 16px;
  }
}
.cid-uzwOxkVd0n .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uzwOxkVd0n .iconfont-wrapper:hover,
.cid-uzwOxkVd0n .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzwOxkVd0n .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #d7ffd4;
}
.cid-uzwOxkVd0n .nav-item:focus,
.cid-uzwOxkVd0n .nav-link:focus {
  outline: none;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzwOxkVd0n .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzwOxkVd0n .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzwOxkVd0n .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzwOxkVd0n .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzwOxkVd0n .navbar.opened {
  transition: all 0.3s;
}
.cid-uzwOxkVd0n .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzwOxkVd0n .navbar .navbar-logo img {
  width: auto;
}
.cid-uzwOxkVd0n .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzwOxkVd0n .navbar.collapsed {
  justify-content: center;
}
.cid-uzwOxkVd0n .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzwOxkVd0n .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzwOxkVd0n .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzwOxkVd0n .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzwOxkVd0n .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzwOxkVd0n .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzwOxkVd0n .navbar {
    min-height: 72px;
  }
  .cid-uzwOxkVd0n .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzwOxkVd0n .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzwOxkVd0n .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzwOxkVd0n .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzwOxkVd0n .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzwOxkVd0n .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzwOxkVd0n .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzwOxkVd0n .dropdown-item.active,
.cid-uzwOxkVd0n .dropdown-item:active {
  background-color: transparent;
}
.cid-uzwOxkVd0n .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzwOxkVd0n .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzwOxkVd0n .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7ffd4;
}
.cid-uzwOxkVd0n .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzwOxkVd0n .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzwOxkVd0n ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzwOxkVd0n .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .navbar-buttons {
    text-align: left;
  }
}
.cid-uzwOxkVd0n button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #066dc2;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzwOxkVd0n button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzwOxkVd0n nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzwOxkVd0n .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzwOxkVd0n a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzwOxkVd0n .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzwOxkVd0n .navbar {
    height: 70px;
  }
  .cid-uzwOxkVd0n .navbar.opened {
    height: auto;
  }
  .cid-uzwOxkVd0n .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzwOxkVd0n .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzwOxkVd0n .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzwOxkVd0n .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uzwOxkVd0n .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uzwOxkVd0n .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzwOxkVd0n .navbar-brand {
    margin-right: auto;
  }
  .cid-uzwOxkVd0n .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d7ffd4;
  }
  .cid-uzwOxkVd0n .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzwOxkVd0n .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzwOxkVd0n .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzwOxkVd0n .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzwOxkVd0n .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzwOxkVd0n .navbar-brand,
.cid-uzwOxkVd0n .navbar-toggler,
.cid-uzwOxkVd0n .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzR1ocmkKi {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzR1ocmkKi .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzR1ocmkKi .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzR1ocmkKi .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzR1ocmkKi .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uzR1ocmkKi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzR1ocmkKi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzR1ocmkKi .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzR1ocmkKi .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uzR1ocmkKi .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzR1ocmkKi .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzR1ocmkKi .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzR1ocmkKi .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzR1ocmkKi .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uzR1ocmkKi .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzR1ocmkKi .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzR1ocmkKi .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uzR1ocmkKi .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #ab0c47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uzR1ocmkKi .nav-link::before {
    left: 8px;
  }
}
.cid-uzR1ocmkKi .nav-link:hover {
  opacity: 1;
}
.cid-uzR1ocmkKi .nav-link:hover::before {
  opacity: 1;
}
.cid-uzR1ocmkKi .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzR1ocmkKi .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzR1ocmkKi .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uzR1ocmkKi .navbar-caption:hover,
.cid-uzR1ocmkKi .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uzR1ocmkKi .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzR1ocmkKi .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uzR1ocmkKi .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #d7ffd4;
  box-shadow: none;
  position: relative;
  border: 1px solid #ab0c47;
}
@media (max-width: 992px) {
  .cid-uzR1ocmkKi .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzR1ocmkKi .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzR1ocmkKi .menu-container {
    margin: 16px;
  }
}
.cid-uzR1ocmkKi .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uzR1ocmkKi .iconfont-wrapper:hover,
.cid-uzR1ocmkKi .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzR1ocmkKi .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #d7ffd4;
}
.cid-uzR1ocmkKi .nav-item:focus,
.cid-uzR1ocmkKi .nav-link:focus {
  outline: none;
}
.cid-uzR1ocmkKi .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzR1ocmkKi .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzR1ocmkKi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzR1ocmkKi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzR1ocmkKi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzR1ocmkKi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzR1ocmkKi .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzR1ocmkKi .navbar.opened {
  transition: all 0.3s;
}
.cid-uzR1ocmkKi .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzR1ocmkKi .navbar .navbar-logo img {
  width: auto;
}
.cid-uzR1ocmkKi .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzR1ocmkKi .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzR1ocmkKi .navbar.collapsed {
  justify-content: center;
}
.cid-uzR1ocmkKi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzR1ocmkKi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzR1ocmkKi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzR1ocmkKi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzR1ocmkKi .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzR1ocmkKi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzR1ocmkKi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzR1ocmkKi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzR1ocmkKi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzR1ocmkKi .navbar {
    min-height: 72px;
  }
  .cid-uzR1ocmkKi .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzR1ocmkKi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzR1ocmkKi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzR1ocmkKi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzR1ocmkKi .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzR1ocmkKi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzR1ocmkKi .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzR1ocmkKi .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzR1ocmkKi .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzR1ocmkKi .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzR1ocmkKi .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzR1ocmkKi .dropdown-item.active,
.cid-uzR1ocmkKi .dropdown-item:active {
  background-color: transparent;
}
.cid-uzR1ocmkKi .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzR1ocmkKi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzR1ocmkKi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzR1ocmkKi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7ffd4;
}
.cid-uzR1ocmkKi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzR1ocmkKi .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzR1ocmkKi ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzR1ocmkKi .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzR1ocmkKi .navbar-buttons {
    text-align: left;
  }
}
.cid-uzR1ocmkKi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzR1ocmkKi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #066dc2;
}
.cid-uzR1ocmkKi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzR1ocmkKi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzR1ocmkKi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzR1ocmkKi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzR1ocmkKi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzR1ocmkKi nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzR1ocmkKi nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzR1ocmkKi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzR1ocmkKi .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzR1ocmkKi a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzR1ocmkKi .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzR1ocmkKi .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzR1ocmkKi .navbar {
    height: 70px;
  }
  .cid-uzR1ocmkKi .navbar.opened {
    height: auto;
  }
  .cid-uzR1ocmkKi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzR1ocmkKi .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzR1ocmkKi .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzR1ocmkKi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzR1ocmkKi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uzR1ocmkKi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzR1ocmkKi .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzR1ocmkKi .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzR1ocmkKi .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzR1ocmkKi .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uzR1ocmkKi .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uzR1ocmkKi .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzR1ocmkKi .navbar-brand {
    margin-right: auto;
  }
  .cid-uzR1ocmkKi .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d7ffd4;
  }
  .cid-uzR1ocmkKi .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzR1ocmkKi .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzR1ocmkKi .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzR1ocmkKi .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzR1ocmkKi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzR1ocmkKi .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uzR1ocmkKi .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzR1ocmkKi .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzR1ocmkKi .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzR1ocmkKi .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzR1ocmkKi .navbar-brand,
.cid-uzR1ocmkKi .navbar-toggler,
.cid-uzR1ocmkKi .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzR1ocV1h4 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #070035;
}
.cid-uzR1ocV1h4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1ocV1h4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1ocV1h4 .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzR1ocV1h4 .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uzR1ocV1h4 .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzR1ocV1h4 .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uzR1ocV1h4 .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzR1ocV1h4 .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uzR1ocV1h4 .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzR1ocV1h4 .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uzR1ocV1h4 .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uzR1ocV1h4 .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-uzR1ocV1h4 .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uzR1ocV1h4 .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uzR1ocV1h4 .mbr-section-title {
  color: #050f0f;
}
.cid-uzR1ocV1h4 .mbr-text {
  color: #050f0f;
}
.cid-uzR1ocV1h4 .mbr-section-title,
.cid-uzR1ocV1h4 .mbr-section-btn {
  color: #ffffff;
}
.cid-uzR1ocV1h4 .mbr-text,
.cid-uzR1ocV1h4 .text-wrapper,
.cid-uzR1ocV1h4 .rating-wrapper {
  color: #ffffff;
}
.cid-uzR1odraDb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzR1odraDb .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uzR1odraDb .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uzR1odraDb .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #070035;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uzR1odraDb .mbr-section-title {
  text-align: center;
}
.cid-uzR1odraDb .mbr-text {
  color: #000000;
}
.cid-uzR1odNR94 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uzR1odNR94 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1odNR94 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1odNR94 .items-wrapper {
  justify-content: center;
}
.cid-uzR1odNR94 .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzR1odNR94 .mbr-text,
.cid-uzR1odNR94 .text-wrapper {
  color: #f7f7f7;
  text-align: center;
}
.cid-uzR1oeenFJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
@media (max-width: 992px) {
  .cid-uzR1oeenFJ .container {
    padding: 0 25px;
  }
}
.cid-uzR1oeenFJ .title-wrapper {
  margin: 25px 0;
}
.cid-uzR1oeenFJ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzR1oeenFJ .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uzR1oeenFJ .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uzR1oeenFJ .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzR1oeenFJ .mbr-section-title {
  color: #000000;
}
.cid-uzR1oeenFJ .mbr-section-subtitle {
  color: #000000;
}
.cid-uzR1oeenFJ .mbr-text {
  color: #000000;
}
.cid-uzR1oeH2v0 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzR1oeH2v0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1oeH2v0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1oeH2v0 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzR1oeH2v0 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oeH2v0 .container {
    padding: 0 16px;
  }
}
.cid-uzR1oeH2v0 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uzR1oeH2v0 .row {
    margin: 0 10px;
  }
}
.cid-uzR1oeH2v0 .row .card {
  position: relative;
  padding: 0;
}
.cid-uzR1oeH2v0 .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #000000;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
  left: auto;
  right: -11rem;
}
@media (max-width: 1300px) {
  .cid-uzR1oeH2v0 .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uzR1oeH2v0 .row .card .decor-wrapper_1 {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oeH2v0 .row .card .decor-wrapper_1 {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oeH2v0 .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzR1oeH2v0 .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 14%;
  pointer-events: none;
  left: auto;
  right: -11rem;
}
@media (max-width: 1300px) {
  .cid-uzR1oeH2v0 .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uzR1oeH2v0 .row .card .decor-wrapper_2 {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oeH2v0 .row .card .decor-wrapper_2 {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oeH2v0 .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzR1oeH2v0 .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uzR1oeH2v0 .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uzR1oeH2v0 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzR1oeH2v0 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzR1oeH2v0 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uzR1oeH2v0 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzR1oeH2v0 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzR1oeH2v0 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uzR1oeH2v0 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uzR1oeH2v0 .mbr-text {
  color: #F9A600;
}
.cid-uzR1oeH2v0 .mbr-section-title,
.cid-uzR1oeH2v0 .icon-wrapper {
  color: #000000;
}
.cid-uzR1oeH2v0 .mbr-text,
.cid-uzR1oeH2v0 .mbr-section-btn {
  color: #000000;
}
.cid-uzR1ofa0zY {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #c7fcb5, #070035);
}
.cid-uzR1ofa0zY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1ofa0zY .card-link {
  position: relative;
  width: fit-content;
}
.cid-uzR1ofa0zY .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uzR1ofa0zY .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uzR1ofa0zY .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uzR1ofa0zY .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uzR1ofa0zY .item-wrapper:hover .card-title,
.cid-uzR1ofa0zY .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uzR1ofa0zY .item-wrapper:hover span,
.cid-uzR1ofa0zY .item-wrapper:hover .card-link,
.cid-uzR1ofa0zY .item-wrapper:hover .card-link a {
  color: #ea1212 !important;
}
.cid-uzR1ofa0zY .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uzR1ofa0zY .card-title,
.cid-uzR1ofa0zY .card-text,
.cid-uzR1ofa0zY .card-link,
.cid-uzR1ofa0zY .card-link a {
  transition: all 0.3s;
}
.cid-uzR1ofa0zY .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uzR1ofa0zY .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uzR1ofa0zY .link-wrapper:hover {
  cursor: pointer;
}
.cid-uzR1ofa0zY .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uzR1ofa0zY .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uzR1ofa0zY .card-title,
.cid-uzR1ofa0zY .iconfont-wrapper {
  color: #000000;
}
.cid-uzR1ofa0zY .card-text {
  color: #232323;
}
.cid-uzR1ofa0zY .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzR1ofa0zY .card-link,
.cid-uzR1ofa0zY .link-icon,
.cid-uzR1ofa0zY .link-align {
  color: #232323;
}
.cid-uzR1ofa0zY .mbr-section-subtitle {
  text-align: left;
}
.cid-uzR1ofM6sG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzR1ofM6sG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1ofM6sG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1ofM6sG .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uzR1ofM6sG .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzR1ofM6sG .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uzR1ofM6sG .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzR1ofM6sG .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uzR1ofM6sG .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzR1ofM6sG .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzR1ofM6sG .image-wrapper img {
    height: 350px;
  }
}
.cid-uzR1ofM6sG .mbr-section-title {
  color: #ffffff;
}
.cid-uzR1ofM6sG .mbr-text,
.cid-uzR1ofM6sG .text-wrapper {
  color: #000000;
}
.cid-uzR1ofM6sG .mbr-section-title,
.cid-uzR1ofM6sG .mbr-section-btn {
  color: #070035;
}
.cid-uzR1ogdTaE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #070035;
}
.cid-uzR1ogdTaE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1ogdTaE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1ogdTaE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzR1ogdTaE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzR1ogdTaE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzR1ogdTaE .container {
    padding: 0 20px;
  }
}
.cid-uzR1ogdTaE .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #fd589e;
}
@media (max-width: 992px) {
  .cid-uzR1ogdTaE .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uzR1ogdTaE .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uzR1ogdTaE .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzR1ogdTaE .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uzR1ogdTaE .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzR1ogdTaE .mbr-desc {
  color: #38001b;
}
.cid-uzR1ogJL0Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzR1ogJL0Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1ogJL0Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1ogJL0Y .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #070035;
}
@media (max-width: 992px) {
  .cid-uzR1ogJL0Y .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uzR1ogJL0Y .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzR1ogJL0Y .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uzR1ogJL0Y .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-uzR1ogJL0Y .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uzR1ogJL0Y .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzR1ogJL0Y .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uzR1ogJL0Y .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzR1ogJL0Y .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uzR1ogJL0Y .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uzR1ogJL0Y .mbr-section-title,
.cid-uzR1ogJL0Y .mbr-section-btn {
  color: #000000;
}
.cid-uzR1ohaK18 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #070035;
}
.cid-uzR1ohaK18 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1ohaK18 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1ohaK18 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzR1ohaK18 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzR1ohaK18 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzR1ohaK18 .container {
    padding: 0 20px;
  }
}
.cid-uzR1ohaK18 .row {
  justify-content: center;
}
.cid-uzR1ohaK18 .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uzR1ohaK18 .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uzR1ohaK18 .content-wrapper .card {
  justify-content: center;
}
.cid-uzR1ohaK18 .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzR1ohaK18 .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uzR1ohaK18 .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzR1ohaK18 .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzR1ohaK18 .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzR1ohaK18 .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uzR1ohaK18 .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzR1ohaK18 .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzR1ohaK18 .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uzR1ohaK18 .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzR1ohaK18 .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 40px;
  background-color: #90f188;
}
.cid-uzR1ohaK18 .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzR1ohaK18 .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-uzR1ohaK18 .mbr-section-title {
  color: #000000;
}
.cid-uzR1ohaK18 .mbr-text {
  color: #ffffff;
}
.cid-uzR1ohaK18 .mbr-desc {
  color: #0f1d07;
}
.cid-uzR1ohaK18 .mbr-text,
.cid-uzR1ohaK18 .mbr-section-btn {
  color: #000000;
}
.cid-uzR1ohIwXO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
  overflow: hidden;
}
.cid-uzR1ohIwXO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1ohIwXO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1ohIwXO .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uzR1ohIwXO .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uzR1ohIwXO .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uzR1ohIwXO .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uzR1ohIwXO .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uzR1ohIwXO .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uzR1ohIwXO .mbr-section-head {
  width: 100%;
}
.cid-uzR1ohIwXO .mbr-section-title {
  color: #212428;
}
@media (max-width: 767px) {
  .cid-uzR1ohIwXO .mbr-section-title {
    text-align: center;
  }
}
.cid-uzR1ohIwXO .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uzR1ohIwXO .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uzR1ohIwXO .card-row {
  align-items: stretch;
}
.cid-uzR1ohIwXO .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uzR1ohIwXO .item {
    margin-top: 30px;
  }
}
.cid-uzR1ohIwXO .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #74d1bc, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uzR1ohIwXO .item-wrapper {
    padding: 20px;
  }
}
.cid-uzR1ohIwXO .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uzR1ohIwXO .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uzR1ohIwXO .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #070035, #070035);
  opacity: 0;
  transition: .4s all;
}
.cid-uzR1ohIwXO .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uzR1ohIwXO .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uzR1ohIwXO .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uzR1ohIwXO .card-title {
  position: relative;
  z-index: 5;
  color: #38001b;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uzR1ohIwXO .card-title {
    margin-bottom: 10px;
  }
}
.cid-uzR1ohIwXO .card-text {
  position: relative;
  z-index: 5;
  color: #212428;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzR1ohIwXO .card-text a {
  transition: .4s all;
}
.cid-uzR1ohIwXO .card-text a:hover {
  color: #ea1212 !important;
}
.cid-uzR1oijF2z {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #070035;
}
.cid-uzR1oijF2z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1oijF2z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1oijF2z .row {
  justify-content: space-between;
}
.cid-uzR1oijF2z .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzR1oijF2z .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uzR1oijF2z .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzR1oijF2z .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzR1oijF2z .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzR1oijF2z .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uzR1oijF2z .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzR1oijF2z .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uzR1oijF2z .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uzR1oijF2z .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uzR1oijF2z .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzR1oijF2z .mbr-section-title {
  color: #000000;
}
.cid-uzR1oijF2z .mbr-section-subtitle {
  color: #000000;
}
.cid-uzR1oijF2z .mbr-desc {
  color: #000000;
}
.cid-uzR1oijF2z .mbr-text {
  color: #000000;
}
.cid-uzR1oiO0VQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzR1oiO0VQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1oiO0VQ .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-uzR1oiO0VQ .container {
    padding: 0 20px;
  }
}
.cid-uzR1oiO0VQ .row {
  margin: 0;
}
.cid-uzR1oiO0VQ .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzR1oiO0VQ .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzR1oiO0VQ .video-block .video-wrapper .app-video-wrapper::before {
  color: #ea1212;
  text-shadow: none;
}
.cid-uzR1oiO0VQ .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzR1oiO0VQ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzR1oiO0VQ .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzR1oiO0VQ .mbr-section-title {
  color: #ffffff;
}
.cid-uzR1ojVptZ {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #070035;
}
.cid-uzR1ojVptZ .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uzR1ojVptZ .col-12 {
    padding: 0 2rem;
  }
  .cid-uzR1ojVptZ .row {
    margin: 0 -2rem;
  }
}
.cid-uzR1ojVptZ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uzR1ojVptZ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ea1212;
}
.cid-uzR1ojVptZ .svg-top .st0 {
  fill: #070035;
}
@media (max-width: 992px) {
  .cid-uzR1ojVptZ .svg-top {
    width: 1000px;
  }
}
.cid-uzR1ojVptZ .card-header {
  border-bottom: 2px solid #ea1212;
  margin-bottom: 0px!important;
}
.cid-uzR1ojVptZ .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uzR1ojVptZ span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uzR1ojVptZ .collapsed span {
  transform: rotate(0deg);
}
.cid-uzR1ojVptZ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uzR1ojVptZ .panel-group {
  width: 100%;
}
.cid-uzR1ojVptZ .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uzR1ojVptZ .card {
  border-radius: 0px;
}
.cid-uzR1ojVptZ .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uzR1ojVptZ .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uzR1ojVptZ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uzR1ojVptZ .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uzR1ojVptZ .panel-text {
  color: #1a449a;
}
.cid-uzR1ojVptZ .header-text,
.cid-uzR1ojVptZ .sign {
  color: #263d5a;
}
.cid-uzR1ojVptZ .mbr-section-title {
  color: #ffffff;
}
.cid-uzR1ojVptZ .header-text,
.cid-uzR1ojVptZ .sign,
.cid-uzR1ojVptZ .card-header {
  color: #ffffff;
}
.cid-uzR1ojVptZ .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uzR1ol9WZD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzR1ol9WZD .wrapper {
  background-color: #f3f3e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzR1ol9WZD .wrapper {
    padding: 3rem;
  }
}
.cid-uzR1ol9WZD .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uzR1ol9WZD .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzR1ol9WZD .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzR1ol9WZD .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzRfqAmxMq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d7ffd4;
}
.cid-uzRfqAmxMq .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzRfqAmxMq .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uzRfqAmxMq .row {
    padding: 2rem 1rem;
  }
}
.cid-uzRfqAmxMq .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uzRfqAmxMq .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uzRfqAmxMq span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uzRfqAmxMq .collapsed span {
  transform: rotate(0deg);
}
.cid-uzRfqAmxMq .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uzRfqAmxMq .panel-group {
  width: 100%;
}
.cid-uzRfqAmxMq .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uzRfqAmxMq .card {
  border-radius: 0px;
}
.cid-uzRfqAmxMq .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uzRfqAmxMq .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uzRfqAmxMq .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uzRfqAmxMq .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uzRfqAmxMq .panel-text {
  color: #263d5a;
}
.cid-uzRfqAmxMq .header-text,
.cid-uzRfqAmxMq .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uzRfqAmxMq .mbr-section-title {
  color: #263d5a;
}
.cid-uzRfqAmxMq .header-text,
.cid-uzRfqAmxMq .sign,
.cid-uzRfqAmxMq .card-header {
  color: #263d5a;
}
.cid-uzRfqAmxMq .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uzR1om5DJM {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzR1om5DJM .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzR1om5DJM .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzR1om5DJM .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzR1om5DJM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzR1om5DJM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzR1omAxDd {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #070035;
}
@media (max-width: 767px) {
  .cid-uzR1omAxDd .content {
    text-align: center;
  }
  .cid-uzR1omAxDd .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzR1omAxDd .logo-subtitle {
  color: #8d97ad;
}
.cid-uzR1omAxDd .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzR1omAxDd .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzR1omAxDd .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzR1omAxDd .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uzR1omAxDd .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzR1omAxDd .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uzR1omAxDd .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzR1omAxDd .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzR1omAxDd .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzR1omAxDd .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzR1omAxDd .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzR1omAxDd .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzR1omAxDd .list-item {
  display: flex;
}
.cid-uzR1omAxDd .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uzR1omAxDd ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzR1omAxDd ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uzR1omAxDd ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uzR1omAxDd P {
  text-align: left;
  color: #ffffff;
}
.cid-uzR1omAxDd .copyright > p {
  text-align: center;
}
.cid-uzR1omAxDd .column-title {
  color: #ffffff;
}
.cid-uzR1oTHXEc {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzR1oTHXEc .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzR1oTHXEc .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzR1oTHXEc .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzR1oTHXEc .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uzR1oTHXEc .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzR1oTHXEc .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzR1oTHXEc .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzR1oTHXEc .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uzR1oTHXEc .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzR1oTHXEc .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzR1oTHXEc .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzR1oTHXEc .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzR1oTHXEc .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uzR1oTHXEc .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzR1oTHXEc .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzR1oTHXEc .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uzR1oTHXEc .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #ab0c47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uzR1oTHXEc .nav-link::before {
    left: 8px;
  }
}
.cid-uzR1oTHXEc .nav-link:hover {
  opacity: 1;
}
.cid-uzR1oTHXEc .nav-link:hover::before {
  opacity: 1;
}
.cid-uzR1oTHXEc .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzR1oTHXEc .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzR1oTHXEc .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uzR1oTHXEc .navbar-caption:hover,
.cid-uzR1oTHXEc .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uzR1oTHXEc .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzR1oTHXEc .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uzR1oTHXEc .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #d7ffd4;
  box-shadow: none;
  position: relative;
  border: 1px solid #ab0c47;
}
@media (max-width: 992px) {
  .cid-uzR1oTHXEc .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzR1oTHXEc .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzR1oTHXEc .menu-container {
    margin: 16px;
  }
}
.cid-uzR1oTHXEc .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uzR1oTHXEc .iconfont-wrapper:hover,
.cid-uzR1oTHXEc .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzR1oTHXEc .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #d7ffd4;
}
.cid-uzR1oTHXEc .nav-item:focus,
.cid-uzR1oTHXEc .nav-link:focus {
  outline: none;
}
.cid-uzR1oTHXEc .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzR1oTHXEc .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzR1oTHXEc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzR1oTHXEc .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzR1oTHXEc .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzR1oTHXEc .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzR1oTHXEc .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzR1oTHXEc .navbar.opened {
  transition: all 0.3s;
}
.cid-uzR1oTHXEc .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzR1oTHXEc .navbar .navbar-logo img {
  width: auto;
}
.cid-uzR1oTHXEc .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzR1oTHXEc .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzR1oTHXEc .navbar.collapsed {
  justify-content: center;
}
.cid-uzR1oTHXEc .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzR1oTHXEc .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzR1oTHXEc .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzR1oTHXEc .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzR1oTHXEc .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzR1oTHXEc .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzR1oTHXEc .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzR1oTHXEc .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzR1oTHXEc .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzR1oTHXEc .navbar {
    min-height: 72px;
  }
  .cid-uzR1oTHXEc .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzR1oTHXEc .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzR1oTHXEc .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzR1oTHXEc .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzR1oTHXEc .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzR1oTHXEc .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzR1oTHXEc .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzR1oTHXEc .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzR1oTHXEc .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzR1oTHXEc .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzR1oTHXEc .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzR1oTHXEc .dropdown-item.active,
.cid-uzR1oTHXEc .dropdown-item:active {
  background-color: transparent;
}
.cid-uzR1oTHXEc .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzR1oTHXEc .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzR1oTHXEc .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzR1oTHXEc .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7ffd4;
}
.cid-uzR1oTHXEc .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzR1oTHXEc .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzR1oTHXEc ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzR1oTHXEc .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzR1oTHXEc .navbar-buttons {
    text-align: left;
  }
}
.cid-uzR1oTHXEc button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzR1oTHXEc button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #066dc2;
}
.cid-uzR1oTHXEc button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzR1oTHXEc button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzR1oTHXEc button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzR1oTHXEc button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzR1oTHXEc nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzR1oTHXEc nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzR1oTHXEc nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzR1oTHXEc nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzR1oTHXEc .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzR1oTHXEc a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzR1oTHXEc .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzR1oTHXEc .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzR1oTHXEc .navbar {
    height: 70px;
  }
  .cid-uzR1oTHXEc .navbar.opened {
    height: auto;
  }
  .cid-uzR1oTHXEc .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzR1oTHXEc .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzR1oTHXEc .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzR1oTHXEc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzR1oTHXEc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uzR1oTHXEc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzR1oTHXEc .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzR1oTHXEc .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oTHXEc .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzR1oTHXEc .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uzR1oTHXEc .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uzR1oTHXEc .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzR1oTHXEc .navbar-brand {
    margin-right: auto;
  }
  .cid-uzR1oTHXEc .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d7ffd4;
  }
  .cid-uzR1oTHXEc .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzR1oTHXEc .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzR1oTHXEc .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzR1oTHXEc .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzR1oTHXEc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzR1oTHXEc .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uzR1oTHXEc .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzR1oTHXEc .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzR1oTHXEc .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzR1oTHXEc .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzR1oTHXEc .navbar-brand,
.cid-uzR1oTHXEc .navbar-toggler,
.cid-uzR1oTHXEc .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzR1oUenwe {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #070035;
}
.cid-uzR1oUenwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1oUenwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1oUenwe .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzR1oUenwe .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uzR1oUenwe .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzR1oUenwe .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uzR1oUenwe .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzR1oUenwe .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uzR1oUenwe .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzR1oUenwe .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uzR1oUenwe .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uzR1oUenwe .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-uzR1oUenwe .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uzR1oUenwe .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uzR1oUenwe .mbr-section-title {
  color: #050f0f;
}
.cid-uzR1oUenwe .mbr-text {
  color: #050f0f;
}
.cid-uzR1oUenwe .mbr-section-title,
.cid-uzR1oUenwe .mbr-section-btn {
  color: #ffffff;
}
.cid-uzR1oUenwe .mbr-text,
.cid-uzR1oUenwe .text-wrapper,
.cid-uzR1oUenwe .rating-wrapper {
  color: #ffffff;
}
.cid-uzR1oUFJIa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzR1oUFJIa .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uzR1oUFJIa .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uzR1oUFJIa .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #070035;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uzR1oUFJIa .mbr-section-title {
  text-align: center;
}
.cid-uzR1oUFJIa .mbr-text {
  color: #000000;
}
.cid-uzR1oV0VhK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uzR1oV0VhK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1oV0VhK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1oV0VhK .items-wrapper {
  justify-content: center;
}
.cid-uzR1oV0VhK .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzR1oV0VhK .mbr-text,
.cid-uzR1oV0VhK .text-wrapper {
  color: #f7f7f7;
  text-align: center;
}
.cid-uzR1oVokJU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
@media (max-width: 992px) {
  .cid-uzR1oVokJU .container {
    padding: 0 25px;
  }
}
.cid-uzR1oVokJU .title-wrapper {
  margin: 25px 0;
}
.cid-uzR1oVokJU .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzR1oVokJU .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uzR1oVokJU .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uzR1oVokJU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzR1oVokJU .mbr-section-title {
  color: #000000;
}
.cid-uzR1oVokJU .mbr-section-subtitle {
  color: #000000;
}
.cid-uzR1oVokJU .mbr-text {
  color: #000000;
}
.cid-uzR1oVMFX4 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzR1oVMFX4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1oVMFX4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1oVMFX4 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzR1oVMFX4 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oVMFX4 .container {
    padding: 0 16px;
  }
}
.cid-uzR1oVMFX4 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uzR1oVMFX4 .row {
    margin: 0 10px;
  }
}
.cid-uzR1oVMFX4 .row .card {
  position: relative;
  padding: 0;
}
.cid-uzR1oVMFX4 .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #000000;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
  left: auto;
  right: -11rem;
}
@media (max-width: 1300px) {
  .cid-uzR1oVMFX4 .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uzR1oVMFX4 .row .card .decor-wrapper_1 {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oVMFX4 .row .card .decor-wrapper_1 {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oVMFX4 .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzR1oVMFX4 .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 14%;
  pointer-events: none;
  left: auto;
  right: -11rem;
}
@media (max-width: 1300px) {
  .cid-uzR1oVMFX4 .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uzR1oVMFX4 .row .card .decor-wrapper_2 {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oVMFX4 .row .card .decor-wrapper_2 {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oVMFX4 .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzR1oVMFX4 .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uzR1oVMFX4 .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uzR1oVMFX4 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzR1oVMFX4 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzR1oVMFX4 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uzR1oVMFX4 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzR1oVMFX4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzR1oVMFX4 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uzR1oVMFX4 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uzR1oVMFX4 .mbr-text {
  color: #F9A600;
}
.cid-uzR1oVMFX4 .mbr-section-title,
.cid-uzR1oVMFX4 .icon-wrapper {
  color: #000000;
}
.cid-uzR1oVMFX4 .mbr-text,
.cid-uzR1oVMFX4 .mbr-section-btn {
  color: #000000;
}
.cid-uzR1oWeMK9 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #c7fcb5, #070035);
}
.cid-uzR1oWeMK9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1oWeMK9 .card-link {
  position: relative;
  width: fit-content;
}
.cid-uzR1oWeMK9 .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uzR1oWeMK9 .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uzR1oWeMK9 .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uzR1oWeMK9 .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uzR1oWeMK9 .item-wrapper:hover .card-title,
.cid-uzR1oWeMK9 .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uzR1oWeMK9 .item-wrapper:hover span,
.cid-uzR1oWeMK9 .item-wrapper:hover .card-link,
.cid-uzR1oWeMK9 .item-wrapper:hover .card-link a {
  color: #ea1212 !important;
}
.cid-uzR1oWeMK9 .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uzR1oWeMK9 .card-title,
.cid-uzR1oWeMK9 .card-text,
.cid-uzR1oWeMK9 .card-link,
.cid-uzR1oWeMK9 .card-link a {
  transition: all 0.3s;
}
.cid-uzR1oWeMK9 .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uzR1oWeMK9 .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uzR1oWeMK9 .link-wrapper:hover {
  cursor: pointer;
}
.cid-uzR1oWeMK9 .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uzR1oWeMK9 .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uzR1oWeMK9 .card-title,
.cid-uzR1oWeMK9 .iconfont-wrapper {
  color: #000000;
}
.cid-uzR1oWeMK9 .card-text {
  color: #232323;
}
.cid-uzR1oWeMK9 .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzR1oWeMK9 .card-link,
.cid-uzR1oWeMK9 .link-icon,
.cid-uzR1oWeMK9 .link-align {
  color: #232323;
}
.cid-uzR1oWeMK9 .mbr-section-subtitle {
  text-align: left;
}
.cid-uzR1oWRMgO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzR1oWRMgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1oWRMgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1oWRMgO .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uzR1oWRMgO .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzR1oWRMgO .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uzR1oWRMgO .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzR1oWRMgO .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uzR1oWRMgO .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzR1oWRMgO .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzR1oWRMgO .image-wrapper img {
    height: 350px;
  }
}
.cid-uzR1oWRMgO .mbr-section-title {
  color: #ffffff;
}
.cid-uzR1oWRMgO .mbr-text,
.cid-uzR1oWRMgO .text-wrapper {
  color: #000000;
}
.cid-uzR1oWRMgO .mbr-section-title,
.cid-uzR1oWRMgO .mbr-section-btn {
  color: #070035;
}
.cid-uzR1oXgWxn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #070035;
}
.cid-uzR1oXgWxn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1oXgWxn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1oXgWxn .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzR1oXgWxn .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oXgWxn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oXgWxn .container {
    padding: 0 20px;
  }
}
.cid-uzR1oXgWxn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #fd589e;
}
@media (max-width: 992px) {
  .cid-uzR1oXgWxn .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uzR1oXgWxn .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uzR1oXgWxn .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzR1oXgWxn .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uzR1oXgWxn .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzR1oXgWxn .mbr-desc {
  color: #38001b;
}
.cid-uzR1oXJpHS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzR1oXJpHS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1oXJpHS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1oXJpHS .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #070035;
}
@media (max-width: 992px) {
  .cid-uzR1oXJpHS .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uzR1oXJpHS .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzR1oXJpHS .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uzR1oXJpHS .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-uzR1oXJpHS .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uzR1oXJpHS .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzR1oXJpHS .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uzR1oXJpHS .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzR1oXJpHS .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uzR1oXJpHS .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uzR1oXJpHS .mbr-section-title,
.cid-uzR1oXJpHS .mbr-section-btn {
  color: #000000;
}
.cid-uzR1oYbtpP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #070035;
}
.cid-uzR1oYbtpP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1oYbtpP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1oYbtpP .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzR1oYbtpP .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oYbtpP .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oYbtpP .container {
    padding: 0 20px;
  }
}
.cid-uzR1oYbtpP .row {
  justify-content: center;
}
.cid-uzR1oYbtpP .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uzR1oYbtpP .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uzR1oYbtpP .content-wrapper .card {
  justify-content: center;
}
.cid-uzR1oYbtpP .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzR1oYbtpP .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uzR1oYbtpP .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzR1oYbtpP .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzR1oYbtpP .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzR1oYbtpP .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uzR1oYbtpP .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzR1oYbtpP .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzR1oYbtpP .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uzR1oYbtpP .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzR1oYbtpP .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 40px;
  background-color: #90f188;
}
.cid-uzR1oYbtpP .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzR1oYbtpP .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-uzR1oYbtpP .mbr-section-title {
  color: #000000;
}
.cid-uzR1oYbtpP .mbr-text {
  color: #ffffff;
}
.cid-uzR1oYbtpP .mbr-desc {
  color: #0f1d07;
}
.cid-uzR1oYbtpP .mbr-text,
.cid-uzR1oYbtpP .mbr-section-btn {
  color: #000000;
}
.cid-uzR1oYGU51 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
  overflow: hidden;
}
.cid-uzR1oYGU51 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1oYGU51 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1oYGU51 .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uzR1oYGU51 .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uzR1oYGU51 .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uzR1oYGU51 .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uzR1oYGU51 .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uzR1oYGU51 .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uzR1oYGU51 .mbr-section-head {
  width: 100%;
}
.cid-uzR1oYGU51 .mbr-section-title {
  color: #212428;
}
@media (max-width: 767px) {
  .cid-uzR1oYGU51 .mbr-section-title {
    text-align: center;
  }
}
.cid-uzR1oYGU51 .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uzR1oYGU51 .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uzR1oYGU51 .card-row {
  align-items: stretch;
}
.cid-uzR1oYGU51 .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uzR1oYGU51 .item {
    margin-top: 30px;
  }
}
.cid-uzR1oYGU51 .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #74d1bc, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uzR1oYGU51 .item-wrapper {
    padding: 20px;
  }
}
.cid-uzR1oYGU51 .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uzR1oYGU51 .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uzR1oYGU51 .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #070035, #070035);
  opacity: 0;
  transition: .4s all;
}
.cid-uzR1oYGU51 .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uzR1oYGU51 .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uzR1oYGU51 .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uzR1oYGU51 .card-title {
  position: relative;
  z-index: 5;
  color: #38001b;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uzR1oYGU51 .card-title {
    margin-bottom: 10px;
  }
}
.cid-uzR1oYGU51 .card-text {
  position: relative;
  z-index: 5;
  color: #212428;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzR1oYGU51 .card-text a {
  transition: .4s all;
}
.cid-uzR1oYGU51 .card-text a:hover {
  color: #ea1212 !important;
}
.cid-uzR1oZcTxE {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #070035;
}
.cid-uzR1oZcTxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1oZcTxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1oZcTxE .row {
  justify-content: space-between;
}
.cid-uzR1oZcTxE .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzR1oZcTxE .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uzR1oZcTxE .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzR1oZcTxE .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzR1oZcTxE .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzR1oZcTxE .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uzR1oZcTxE .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzR1oZcTxE .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uzR1oZcTxE .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uzR1oZcTxE .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uzR1oZcTxE .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzR1oZcTxE .mbr-section-title {
  color: #000000;
}
.cid-uzR1oZcTxE .mbr-section-subtitle {
  color: #000000;
}
.cid-uzR1oZcTxE .mbr-desc {
  color: #000000;
}
.cid-uzR1oZcTxE .mbr-text {
  color: #000000;
}
.cid-uzR1oZFelw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzR1oZFelw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1oZFelw .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-uzR1oZFelw .container {
    padding: 0 20px;
  }
}
.cid-uzR1oZFelw .row {
  margin: 0;
}
.cid-uzR1oZFelw .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzR1oZFelw .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzR1oZFelw .video-block .video-wrapper .app-video-wrapper::before {
  color: #ea1212;
  text-shadow: none;
}
.cid-uzR1oZFelw .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzR1oZFelw .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzR1oZFelw .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzR1oZFelw .mbr-section-title {
  color: #ffffff;
}
.cid-uzR1p08F9t {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #070035;
}
.cid-uzR1p08F9t .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uzR1p08F9t .col-12 {
    padding: 0 2rem;
  }
  .cid-uzR1p08F9t .row {
    margin: 0 -2rem;
  }
}
.cid-uzR1p08F9t .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uzR1p08F9t .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ea1212;
}
.cid-uzR1p08F9t .svg-top .st0 {
  fill: #070035;
}
@media (max-width: 992px) {
  .cid-uzR1p08F9t .svg-top {
    width: 1000px;
  }
}
.cid-uzR1p08F9t .card-header {
  border-bottom: 2px solid #ea1212;
  margin-bottom: 0px!important;
}
.cid-uzR1p08F9t .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uzR1p08F9t span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uzR1p08F9t .collapsed span {
  transform: rotate(0deg);
}
.cid-uzR1p08F9t .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uzR1p08F9t .panel-group {
  width: 100%;
}
.cid-uzR1p08F9t .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uzR1p08F9t .card {
  border-radius: 0px;
}
.cid-uzR1p08F9t .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uzR1p08F9t .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uzR1p08F9t .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uzR1p08F9t .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uzR1p08F9t .panel-text {
  color: #1a449a;
}
.cid-uzR1p08F9t .header-text,
.cid-uzR1p08F9t .sign {
  color: #263d5a;
}
.cid-uzR1p08F9t .mbr-section-title {
  color: #ffffff;
}
.cid-uzR1p08F9t .header-text,
.cid-uzR1p08F9t .sign,
.cid-uzR1p08F9t .card-header {
  color: #ffffff;
}
.cid-uzR1p08F9t .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uzR1p0QwWm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzR1p0QwWm .wrapper {
  background-color: #f3f3e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzR1p0QwWm .wrapper {
    padding: 3rem;
  }
}
.cid-uzR1p0QwWm .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uzR1p0QwWm .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzR1p0QwWm .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzR1p0QwWm .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzRhyyxr9v {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d7ffd4;
}
.cid-uzRhyyxr9v .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzRhyyxr9v .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uzRhyyxr9v .row {
    padding: 2rem 1rem;
  }
}
.cid-uzRhyyxr9v .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uzRhyyxr9v .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uzRhyyxr9v span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uzRhyyxr9v .collapsed span {
  transform: rotate(0deg);
}
.cid-uzRhyyxr9v .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uzRhyyxr9v .panel-group {
  width: 100%;
}
.cid-uzRhyyxr9v .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uzRhyyxr9v .card {
  border-radius: 0px;
}
.cid-uzRhyyxr9v .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uzRhyyxr9v .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uzRhyyxr9v .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uzRhyyxr9v .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uzRhyyxr9v .panel-text {
  color: #263d5a;
}
.cid-uzRhyyxr9v .header-text,
.cid-uzRhyyxr9v .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uzRhyyxr9v .mbr-section-title {
  color: #263d5a;
}
.cid-uzRhyyxr9v .header-text,
.cid-uzRhyyxr9v .sign,
.cid-uzRhyyxr9v .card-header {
  color: #263d5a;
}
.cid-uzRhyyxr9v .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uzR1p1jDQY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzR1p1jDQY .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzR1p1jDQY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzR1p1jDQY .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzR1p1jDQY .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzR1p1jDQY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzR1p1PyYK {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #070035;
}
@media (max-width: 767px) {
  .cid-uzR1p1PyYK .content {
    text-align: center;
  }
  .cid-uzR1p1PyYK .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzR1p1PyYK .logo-subtitle {
  color: #8d97ad;
}
.cid-uzR1p1PyYK .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzR1p1PyYK .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzR1p1PyYK .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzR1p1PyYK .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uzR1p1PyYK .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzR1p1PyYK .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uzR1p1PyYK .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzR1p1PyYK .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzR1p1PyYK .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzR1p1PyYK .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzR1p1PyYK .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzR1p1PyYK .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzR1p1PyYK .list-item {
  display: flex;
}
.cid-uzR1p1PyYK .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uzR1p1PyYK ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzR1p1PyYK ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uzR1p1PyYK ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uzR1p1PyYK P {
  text-align: left;
  color: #ffffff;
}
.cid-uzR1p1PyYK .copyright > p {
  text-align: center;
}
.cid-uzR1p1PyYK .column-title {
  color: #ffffff;
}
.cid-uzR1ptPD5S {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uzR1ptPD5S .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uzR1ptPD5S .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uzR1ptPD5S .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzR1ptPD5S .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: .5rem !important;
}
.cid-uzR1ptPD5S .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uzR1ptPD5S .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzR1ptPD5S .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uzR1ptPD5S .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uzR1ptPD5S .navbar-nav .nav-item .nav-link {
  padding: 16px 28px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
@media (max-width: 1200px) {
  .cid-uzR1ptPD5S .navbar-nav .nav-item .nav-link {
    padding: 16px !important;
  }
}
.cid-uzR1ptPD5S .navbar-nav .nav-item .nav-link:hover {
  background-color: transparent;
}
.cid-uzR1ptPD5S .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
.cid-uzR1ptPD5S .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uzR1ptPD5S .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uzR1ptPD5S .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uzR1ptPD5S .nav-link {
  width: fit-content;
  position: relative;
  display: flex;
  align-items: center;
  opacity: .6;
  font-weight: 400 !important;
}
.cid-uzR1ptPD5S .nav-link::before {
  content: '';
  position: absolute;
  left: 20px;
  width: 5px;
  height: 5px;
  background-color: #ab0c47;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1200px) {
  .cid-uzR1ptPD5S .nav-link::before {
    left: 8px;
  }
}
.cid-uzR1ptPD5S .nav-link:hover {
  opacity: 1;
}
.cid-uzR1ptPD5S .nav-link:hover::before {
  opacity: 1;
}
.cid-uzR1ptPD5S .navbar-logo {
  padding-right: 0;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uzR1ptPD5S .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uzR1ptPD5S .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
  font-weight: 400;
}
.cid-uzR1ptPD5S .navbar-caption:hover,
.cid-uzR1ptPD5S .navbar-caption:focus {
  opacity: 1 !important;
}
@media (max-width: 767px) {
  .cid-uzR1ptPD5S .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uzR1ptPD5S .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uzR1ptPD5S .menu-container {
  width: 100%;
  display: flex;
  min-height: 90px;
  padding: 16px 24px;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12rem;
  margin: 1rem 80px 0;
  background-color: #d7ffd4;
  box-shadow: none;
  position: relative;
  border: 1px solid #ab0c47;
}
@media (max-width: 992px) {
  .cid-uzR1ptPD5S .menu-container {
    padding: 16px;
  }
}
@media (max-width: 1200px) {
  .cid-uzR1ptPD5S .menu-container {
    margin: 1rem 40px 0;
  }
}
@media (max-width: 991px) {
  .cid-uzR1ptPD5S .menu-container {
    margin: 16px;
  }
}
.cid-uzR1ptPD5S .iconfont-wrapper {
  color: #272b2e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
  opacity: .6;
}
.cid-uzR1ptPD5S .iconfont-wrapper:hover,
.cid-uzR1ptPD5S .iconfont-wrapper:focus {
  opacity: 1;
}
.cid-uzR1ptPD5S .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #d7ffd4;
}
.cid-uzR1ptPD5S .nav-item:focus,
.cid-uzR1ptPD5S .nav-link:focus {
  outline: none;
}
.cid-uzR1ptPD5S .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzR1ptPD5S .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzR1ptPD5S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzR1ptPD5S .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzR1ptPD5S .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzR1ptPD5S .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzR1ptPD5S .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uzR1ptPD5S .navbar.opened {
  transition: all 0.3s;
}
.cid-uzR1ptPD5S .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uzR1ptPD5S .navbar .navbar-logo img {
  width: auto;
}
.cid-uzR1ptPD5S .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzR1ptPD5S .navbar .navbar-collapse {
    position: absolute;
  }
}
.cid-uzR1ptPD5S .navbar.collapsed {
  justify-content: center;
}
.cid-uzR1ptPD5S .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzR1ptPD5S .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uzR1ptPD5S .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.cid-uzR1ptPD5S .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzR1ptPD5S .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzR1ptPD5S .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uzR1ptPD5S .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzR1ptPD5S .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uzR1ptPD5S .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uzR1ptPD5S .navbar {
    min-height: 72px;
  }
  .cid-uzR1ptPD5S .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uzR1ptPD5S .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzR1ptPD5S .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzR1ptPD5S .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzR1ptPD5S .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uzR1ptPD5S .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uzR1ptPD5S .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uzR1ptPD5S .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uzR1ptPD5S .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzR1ptPD5S .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uzR1ptPD5S .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uzR1ptPD5S .dropdown-item.active,
.cid-uzR1ptPD5S .dropdown-item:active {
  background-color: transparent;
}
.cid-uzR1ptPD5S .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uzR1ptPD5S .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzR1ptPD5S .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzR1ptPD5S .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #d7ffd4;
}
.cid-uzR1ptPD5S .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uzR1ptPD5S .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uzR1ptPD5S ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uzR1ptPD5S .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uzR1ptPD5S .navbar-buttons {
    text-align: left;
  }
}
.cid-uzR1ptPD5S button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uzR1ptPD5S button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #066dc2;
}
.cid-uzR1ptPD5S button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzR1ptPD5S button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzR1ptPD5S button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzR1ptPD5S button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzR1ptPD5S nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzR1ptPD5S nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzR1ptPD5S nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzR1ptPD5S nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzR1ptPD5S .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uzR1ptPD5S a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uzR1ptPD5S .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 0;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uzR1ptPD5S .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzR1ptPD5S .navbar {
    height: 70px;
  }
  .cid-uzR1ptPD5S .navbar.opened {
    height: auto;
  }
  .cid-uzR1ptPD5S .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzR1ptPD5S .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uzR1ptPD5S .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uzR1ptPD5S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uzR1ptPD5S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uzR1ptPD5S .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uzR1ptPD5S .mbr-section-btn {
  margin: -0.6rem -0.6rem;
  width: auto;
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .cid-uzR1ptPD5S .mbr-section-btn {
    padding-left: 2rem;
  }
}
@media (max-width: 992px) {
  .cid-uzR1ptPD5S .mbr-section-btn {
    padding-left: 0;
  }
}
.cid-uzR1ptPD5S .mbr-section-btn .btn {
  justify-content: center;
  width: auto !important;
  min-width: 180px;
  padding: 14px 28px;
}
@media (max-width: 992px) {
  .cid-uzR1ptPD5S .mbr-section-btn .btn {
    padding: 14px;
  }
}
.cid-uzR1ptPD5S .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uzR1ptPD5S .navbar-brand {
    margin-right: auto;
  }
  .cid-uzR1ptPD5S .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #d7ffd4;
  }
  .cid-uzR1ptPD5S .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uzR1ptPD5S .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uzR1ptPD5S .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzR1ptPD5S .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uzR1ptPD5S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uzR1ptPD5S .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uzR1ptPD5S .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uzR1ptPD5S .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uzR1ptPD5S .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uzR1ptPD5S .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uzR1ptPD5S .navbar-brand,
.cid-uzR1ptPD5S .navbar-toggler,
.cid-uzR1ptPD5S .navbar-collapse {
  position: relative;
  z-index: 1;
}
.cid-uzR1pumKlG {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #070035;
}
.cid-uzR1pumKlG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1pumKlG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1pumKlG .content-wrapper {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uzR1pumKlG .content-wrapper {
    display: block;
    padding: 0;
  }
}
.cid-uzR1pumKlG .content-wrapper .title-wrapper {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzR1pumKlG .content-wrapper .title-wrapper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uzR1pumKlG .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzR1pumKlG .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-uzR1pumKlG .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzR1pumKlG .content-wrapper .title-wrapper .mbr-section-btn {
  margin-top: 22px;
}
@media (max-width: 992px) {
  .cid-uzR1pumKlG .content-wrapper .title-wrapper .mbr-section-btn {
    margin-top: 16px;
  }
}
.cid-uzR1pumKlG .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-uzR1pumKlG .content-wrapper .image-wrap {
    padding: 32px 16px;
    width: 100%;
    transform: rotate(0);
  }
}
.cid-uzR1pumKlG .content-wrapper .image-wrap img {
  height: 550px;
  width: 100%;
  object-fit: cover;
}
.cid-uzR1pumKlG .mbr-section-title {
  color: #050f0f;
}
.cid-uzR1pumKlG .mbr-text {
  color: #050f0f;
}
.cid-uzR1pumKlG .mbr-section-title,
.cid-uzR1pumKlG .mbr-section-btn {
  color: #ffffff;
}
.cid-uzR1pumKlG .mbr-text,
.cid-uzR1pumKlG .text-wrapper,
.cid-uzR1pumKlG .rating-wrapper {
  color: #ffffff;
}
.cid-uzR1puOPHs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzR1puOPHs .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uzR1puOPHs .counter-container ul li {
  margin-bottom: 2rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uzR1puOPHs .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #070035;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uzR1puOPHs .mbr-section-title {
  text-align: center;
}
.cid-uzR1puOPHs .mbr-text {
  color: #000000;
}
.cid-uzR1pv8NEz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uzR1pv8NEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1pv8NEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1pv8NEz .items-wrapper {
  justify-content: center;
}
.cid-uzR1pv8NEz .text-wrapper .mbr-text {
  margin-bottom: 0;
  background: linear-gradient(90deg, #3b6bff, #6e92ff 65%, #a1b8ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.cid-uzR1pv8NEz .mbr-text,
.cid-uzR1pv8NEz .text-wrapper {
  color: #f7f7f7;
  text-align: center;
}
.cid-uzR1pvwxxx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
@media (max-width: 992px) {
  .cid-uzR1pvwxxx .container {
    padding: 0 25px;
  }
}
.cid-uzR1pvwxxx .title-wrapper {
  margin: 25px 0;
}
.cid-uzR1pvwxxx .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzR1pvwxxx .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-uzR1pvwxxx .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-uzR1pvwxxx .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzR1pvwxxx .mbr-section-title {
  color: #000000;
}
.cid-uzR1pvwxxx .mbr-section-subtitle {
  color: #000000;
}
.cid-uzR1pvwxxx .mbr-text {
  color: #000000;
}
.cid-uzR1pvWL6P {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzR1pvWL6P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1pvWL6P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1pvWL6P .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uzR1pvWL6P .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uzR1pvWL6P .container {
    padding: 0 16px;
  }
}
.cid-uzR1pvWL6P .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uzR1pvWL6P .row {
    margin: 0 10px;
  }
}
.cid-uzR1pvWL6P .row .card {
  position: relative;
  padding: 0;
}
.cid-uzR1pvWL6P .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #000000;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
  left: auto;
  right: -11rem;
}
@media (max-width: 1300px) {
  .cid-uzR1pvWL6P .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uzR1pvWL6P .row .card .decor-wrapper_1 {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uzR1pvWL6P .row .card .decor-wrapper_1 {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-uzR1pvWL6P .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzR1pvWL6P .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #ffffff;
  border-radius: 14%;
  pointer-events: none;
  left: auto;
  right: -11rem;
}
@media (max-width: 1300px) {
  .cid-uzR1pvWL6P .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 1300px) {
  .cid-uzR1pvWL6P .row .card .decor-wrapper_2 {
    right: -8rem;
    left: auto;
  }
}
@media (max-width: 992px) {
  .cid-uzR1pvWL6P .row .card .decor-wrapper_2 {
    left: auto;
    right: -90px;
    border-radius: 18%;
  }
}
@media (max-width: 992px) {
  .cid-uzR1pvWL6P .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uzR1pvWL6P .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uzR1pvWL6P .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uzR1pvWL6P .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uzR1pvWL6P .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uzR1pvWL6P .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #192227;
  background-color: #f9a600;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uzR1pvWL6P .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzR1pvWL6P .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzR1pvWL6P .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uzR1pvWL6P .mbr-section-title {
  color: #fdfcfc;
}
.cid-uzR1pvWL6P .mbr-text {
  color: #F9A600;
}
.cid-uzR1pvWL6P .mbr-section-title,
.cid-uzR1pvWL6P .icon-wrapper {
  color: #000000;
}
.cid-uzR1pvWL6P .mbr-text,
.cid-uzR1pvWL6P .mbr-section-btn {
  color: #000000;
}
.cid-uzR1pwlGnd {
  padding-top: 75px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #c7fcb5, #070035);
}
.cid-uzR1pwlGnd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1pwlGnd .card-link {
  position: relative;
  width: fit-content;
}
.cid-uzR1pwlGnd .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-uzR1pwlGnd .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-uzR1pwlGnd .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-uzR1pwlGnd .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-uzR1pwlGnd .item-wrapper:hover .card-title,
.cid-uzR1pwlGnd .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-uzR1pwlGnd .item-wrapper:hover span,
.cid-uzR1pwlGnd .item-wrapper:hover .card-link,
.cid-uzR1pwlGnd .item-wrapper:hover .card-link a {
  color: #ea1212 !important;
}
.cid-uzR1pwlGnd .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-uzR1pwlGnd .card-title,
.cid-uzR1pwlGnd .card-text,
.cid-uzR1pwlGnd .card-link,
.cid-uzR1pwlGnd .card-link a {
  transition: all 0.3s;
}
.cid-uzR1pwlGnd .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uzR1pwlGnd .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-uzR1pwlGnd .link-wrapper:hover {
  cursor: pointer;
}
.cid-uzR1pwlGnd .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-uzR1pwlGnd .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-uzR1pwlGnd .card-title,
.cid-uzR1pwlGnd .iconfont-wrapper {
  color: #000000;
}
.cid-uzR1pwlGnd .card-text {
  color: #232323;
}
.cid-uzR1pwlGnd .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-uzR1pwlGnd .card-link,
.cid-uzR1pwlGnd .link-icon,
.cid-uzR1pwlGnd .link-align {
  color: #232323;
}
.cid-uzR1pwlGnd .mbr-section-subtitle {
  text-align: left;
}
.cid-uzR1pwVlWv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzR1pwVlWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1pwVlWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1pwVlWv .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uzR1pwVlWv .items-wrapper .card {
  padding: 0 32px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzR1pwVlWv .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uzR1pwVlWv .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzR1pwVlWv .title-wrapper .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-uzR1pwVlWv .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzR1pwVlWv .image-wrapper img {
  height: 480px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzR1pwVlWv .image-wrapper img {
    height: 350px;
  }
}
.cid-uzR1pwVlWv .mbr-section-title {
  color: #ffffff;
}
.cid-uzR1pwVlWv .mbr-text,
.cid-uzR1pwVlWv .text-wrapper {
  color: #000000;
}
.cid-uzR1pwVlWv .mbr-section-title,
.cid-uzR1pwVlWv .mbr-section-btn {
  color: #070035;
}
.cid-uzR1pxlEEp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #070035;
}
.cid-uzR1pxlEEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1pxlEEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1pxlEEp .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzR1pxlEEp .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzR1pxlEEp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzR1pxlEEp .container {
    padding: 0 20px;
  }
}
.cid-uzR1pxlEEp .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #fd589e;
}
@media (max-width: 992px) {
  .cid-uzR1pxlEEp .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uzR1pxlEEp .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uzR1pxlEEp .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzR1pxlEEp .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uzR1pxlEEp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-uzR1pxlEEp .mbr-desc {
  color: #38001b;
}
.cid-uzR1pxQ05S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzR1pxQ05S .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1pxQ05S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1pxQ05S .content-wrapper {
  position: relative;
  padding: 80px 60px;
  display: flex;
  justify-content: center;
  border: 2px solid #070035;
}
@media (max-width: 992px) {
  .cid-uzR1pxQ05S .content-wrapper {
    display: block;
    padding: 32px 16px;
  }
}
.cid-uzR1pxQ05S .content-wrapper .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-uzR1pxQ05S .content-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}
.cid-uzR1pxQ05S .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-uzR1pxQ05S .content-wrapper .card-wrapper {
    width: 100%;
    padding: 32px 16px;
  }
}
.cid-uzR1pxQ05S .content-wrapper .card-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzR1pxQ05S .content-wrapper .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uzR1pxQ05S .content-wrapper .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uzR1pxQ05S .mbr-section-title {
  color: #ff9063;
  text-align: center;
}
.cid-uzR1pxQ05S .mbr-text {
  color: #050f0f;
  text-align: center;
}
.cid-uzR1pxQ05S .mbr-section-title,
.cid-uzR1pxQ05S .mbr-section-btn {
  color: #000000;
}
.cid-uzR1pygTla {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #070035;
}
.cid-uzR1pygTla .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1pygTla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1pygTla .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzR1pygTla .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzR1pygTla .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzR1pygTla .container {
    padding: 0 20px;
  }
}
.cid-uzR1pygTla .row {
  justify-content: center;
}
.cid-uzR1pygTla .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #f7f7f7;
}
@media (max-width: 992px) {
  .cid-uzR1pygTla .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uzR1pygTla .content-wrapper .card {
  justify-content: center;
}
.cid-uzR1pygTla .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzR1pygTla .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uzR1pygTla .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzR1pygTla .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzR1pygTla .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzR1pygTla .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uzR1pygTla .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzR1pygTla .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzR1pygTla .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uzR1pygTla .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzR1pygTla .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 40px;
  background-color: #90f188;
}
.cid-uzR1pygTla .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzR1pygTla .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-uzR1pygTla .mbr-section-title {
  color: #000000;
}
.cid-uzR1pygTla .mbr-text {
  color: #ffffff;
}
.cid-uzR1pygTla .mbr-desc {
  color: #0f1d07;
}
.cid-uzR1pygTla .mbr-text,
.cid-uzR1pygTla .mbr-section-btn {
  color: #000000;
}
.cid-uzR1pyJfEC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
  overflow: hidden;
}
.cid-uzR1pyJfEC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1pyJfEC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1pyJfEC .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uzR1pyJfEC .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uzR1pyJfEC .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uzR1pyJfEC .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uzR1pyJfEC .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uzR1pyJfEC .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uzR1pyJfEC .mbr-section-head {
  width: 100%;
}
.cid-uzR1pyJfEC .mbr-section-title {
  color: #212428;
}
@media (max-width: 767px) {
  .cid-uzR1pyJfEC .mbr-section-title {
    text-align: center;
  }
}
.cid-uzR1pyJfEC .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uzR1pyJfEC .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uzR1pyJfEC .card-row {
  align-items: stretch;
}
.cid-uzR1pyJfEC .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uzR1pyJfEC .item {
    margin-top: 30px;
  }
}
.cid-uzR1pyJfEC .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #74d1bc, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uzR1pyJfEC .item-wrapper {
    padding: 20px;
  }
}
.cid-uzR1pyJfEC .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uzR1pyJfEC .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uzR1pyJfEC .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #070035, #070035);
  opacity: 0;
  transition: .4s all;
}
.cid-uzR1pyJfEC .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uzR1pyJfEC .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uzR1pyJfEC .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uzR1pyJfEC .card-title {
  position: relative;
  z-index: 5;
  color: #38001b;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uzR1pyJfEC .card-title {
    margin-bottom: 10px;
  }
}
.cid-uzR1pyJfEC .card-text {
  position: relative;
  z-index: 5;
  color: #212428;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzR1pyJfEC .card-text a {
  transition: .4s all;
}
.cid-uzR1pyJfEC .card-text a:hover {
  color: #ea1212 !important;
}
.cid-uzR1pzjQN0 {
  padding-top: 5rem;
  padding-bottom: 9rem;
  background-color: #070035;
}
.cid-uzR1pzjQN0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1pzjQN0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzR1pzjQN0 .row {
  justify-content: space-between;
}
.cid-uzR1pzjQN0 .content-wrapper {
  padding: 90px;
  border-radius: 3rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uzR1pzjQN0 .content-wrapper {
    padding: 40px 16px;
    border-radius: 2rem;
  }
}
.cid-uzR1pzjQN0 .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzR1pzjQN0 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uzR1pzjQN0 .content-wrapper .mbr-text {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzR1pzjQN0 .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uzR1pzjQN0 .content-wrapper .logo-wrapper .logo-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uzR1pzjQN0 .content-wrapper .logo-wrapper .logo-wrap .image-wrap {
  margin-right: 12px;
}
.cid-uzR1pzjQN0 .content-wrapper .logo-wrapper .logo-wrap .image-wrap img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.cid-uzR1pzjQN0 .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-section-subtitle {
  margin-bottom: 0;
}
.cid-uzR1pzjQN0 .content-wrapper .logo-wrapper .logo-wrap .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
.cid-uzR1pzjQN0 .mbr-section-title {
  color: #000000;
}
.cid-uzR1pzjQN0 .mbr-section-subtitle {
  color: #000000;
}
.cid-uzR1pzjQN0 .mbr-desc {
  color: #000000;
}
.cid-uzR1pzjQN0 .mbr-text {
  color: #000000;
}
.cid-uzR1pzK4NS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzR1pzK4NS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzR1pzK4NS .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-uzR1pzK4NS .container {
    padding: 0 20px;
  }
}
.cid-uzR1pzK4NS .row {
  margin: 0;
}
.cid-uzR1pzK4NS .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzR1pzK4NS .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzR1pzK4NS .video-block .video-wrapper .app-video-wrapper::before {
  color: #ea1212;
  text-shadow: none;
}
.cid-uzR1pzK4NS .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzR1pzK4NS .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzR1pzK4NS .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzR1pzK4NS .mbr-section-title {
  color: #ffffff;
}
.cid-uzR1pAcpbJ {
  padding-top: 105px;
  padding-bottom: 150px;
  background-color: #070035;
}
.cid-uzR1pAcpbJ .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media (min-width: 1400px) {
  .cid-uzR1pAcpbJ .col-12 {
    padding: 0 2rem;
  }
  .cid-uzR1pAcpbJ .row {
    margin: 0 -2rem;
  }
}
.cid-uzR1pAcpbJ .wave-container {
  position: absolute;
  left: 0;
  top: -110px;
  height: 113px;
  overflow: hidden;
  width: 100%;
}
.cid-uzR1pAcpbJ .svg-top {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 50px;
  transform-origin: bottom;
  animation: 1.5s ease-in-out infinite alternate svg-wave;
  fill: #ea1212;
}
.cid-uzR1pAcpbJ .svg-top .st0 {
  fill: #070035;
}
@media (max-width: 992px) {
  .cid-uzR1pAcpbJ .svg-top {
    width: 1000px;
  }
}
.cid-uzR1pAcpbJ .card-header {
  border-bottom: 2px solid #ea1212;
  margin-bottom: 0px!important;
}
.cid-uzR1pAcpbJ .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-uzR1pAcpbJ span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uzR1pAcpbJ .collapsed span {
  transform: rotate(0deg);
}
.cid-uzR1pAcpbJ .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uzR1pAcpbJ .panel-group {
  width: 100%;
}
.cid-uzR1pAcpbJ .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uzR1pAcpbJ .card {
  border-radius: 0px;
}
.cid-uzR1pAcpbJ .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uzR1pAcpbJ .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uzR1pAcpbJ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uzR1pAcpbJ .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uzR1pAcpbJ .panel-text {
  color: #1a449a;
}
.cid-uzR1pAcpbJ .header-text,
.cid-uzR1pAcpbJ .sign {
  color: #263d5a;
}
.cid-uzR1pAcpbJ .mbr-section-title {
  color: #ffffff;
}
.cid-uzR1pAcpbJ .header-text,
.cid-uzR1pAcpbJ .sign,
.cid-uzR1pAcpbJ .card-header {
  color: #ffffff;
}
.cid-uzR1pAcpbJ .mbr-section-subtitle {
  color: #1a449a;
}
.cid-uzR1pASZyV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzR1pASZyV .wrapper {
  background-color: #f3f3e9;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzR1pASZyV .wrapper {
    padding: 3rem;
  }
}
.cid-uzR1pASZyV .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uzR1pASZyV .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzR1pASZyV .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzR1pASZyV .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzRi1nKNPM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #d7ffd4;
}
.cid-uzRi1nKNPM .header-text {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uzRi1nKNPM .row {
  max-width: 900px;
  margin: auto;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 4rem 3rem;
  overflow: visible;
  position: relative;
}
@media (max-width: 767px) {
  .cid-uzRi1nKNPM .row {
    padding: 2rem 1rem;
  }
}
.cid-uzRi1nKNPM .row:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  border: 2px solid white;
  border-radius: 30px;
  pointer-events: none;
}
.cid-uzRi1nKNPM .card-header {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0px!important;
}
.cid-uzRi1nKNPM span {
  transform: rotate(45deg);
  transition: all 0.3s;
}
.cid-uzRi1nKNPM .collapsed span {
  transform: rotate(0deg);
}
.cid-uzRi1nKNPM .accordion-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
}
.cid-uzRi1nKNPM .panel-group {
  width: 100%;
}
.cid-uzRi1nKNPM .sign {
  color: currentColor;
  font-family: 'Moririse2' !important;
}
.cid-uzRi1nKNPM .card {
  border-radius: 0px;
}
.cid-uzRi1nKNPM .card .card-header {
  border-radius: 0px;
  padding: 0;
  background-color: transparent;
}
.cid-uzRi1nKNPM .card .card-header a.panel-title {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  transition: all .3s;
  margin-bottom: 0;
  font-style: normal;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  line-height: normal;
}
.cid-uzRi1nKNPM .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-uzRi1nKNPM .card .card-header a.panel-title h4 {
  padding: 1.5rem 1rem 13px 0px;
  margin-bottom: 0;
}
.cid-uzRi1nKNPM .panel-text {
  color: #263d5a;
}
.cid-uzRi1nKNPM .header-text,
.cid-uzRi1nKNPM .sign {
  color: #263d5a;
  text-align: right;
}
.cid-uzRi1nKNPM .mbr-section-title {
  color: #263d5a;
}
.cid-uzRi1nKNPM .header-text,
.cid-uzRi1nKNPM .sign,
.cid-uzRi1nKNPM .card-header {
  color: #263d5a;
}
.cid-uzRi1nKNPM .mbr-section-subtitle {
  color: #263d5a;
}
.cid-uzR1pBpWYv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzR1pBpWYv .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzR1pBpWYv .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzR1pBpWYv .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-uzR1pBpWYv .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzR1pBpWYv .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzR1pBUp6F {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #070035;
}
@media (max-width: 767px) {
  .cid-uzR1pBUp6F .content {
    text-align: center;
  }
  .cid-uzR1pBUp6F .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzR1pBUp6F .logo-subtitle {
  color: #8d97ad;
}
.cid-uzR1pBUp6F .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzR1pBUp6F .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzR1pBUp6F .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzR1pBUp6F .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uzR1pBUp6F .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzR1pBUp6F .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uzR1pBUp6F .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-uzR1pBUp6F .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzR1pBUp6F .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzR1pBUp6F .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzR1pBUp6F .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzR1pBUp6F .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzR1pBUp6F .list-item {
  display: flex;
}
.cid-uzR1pBUp6F .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uzR1pBUp6F ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzR1pBUp6F ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uzR1pBUp6F ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uzR1pBUp6F P {
  text-align: left;
  color: #ffffff;
}
.cid-uzR1pBUp6F .copyright > p {
  text-align: center;
}
.cid-uzR1pBUp6F .column-title {
  color: #ffffff;
}
