.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: 'Rethink Sans', sans-serif;
  font-size: 5rem;
  line-height: .92;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3.4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.25rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  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: 'Rethink Sans', sans-serif;
  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: 'Rethink Sans', sans-serif;
  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-u37oHZbbSu {
  background-color: transparent;
}
.cid-u37oHZbbSu .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-u37oHZbbSu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-u37oHZbbSu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-u37oHZbbSu .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-u37oHZbbSu .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-u37oHZbbSu .menu_box .navbar.opened,
  .cid-u37oHZbbSu .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-u37oHZbbSu .navbar-dropdown {
  position: relative !important;
}
.cid-u37oHZbbSu .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-u37oHZbbSu .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-u37oHZbbSu .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-u37oHZbbSu .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-u37oHZbbSu .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-u37oHZbbSu .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-u37oHZbbSu .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-u37oHZbbSu .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-u37oHZbbSu .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-u37oHZbbSu .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-u37oHZbbSu .offcanvas-body .mbr-text,
  .cid-u37oHZbbSu .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-u37oHZbbSu .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-u37oHZbbSu .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-u37oHZbbSu .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-u37oHZbbSu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-u37oHZbbSu .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-u37oHZbbSu .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-u37oHZbbSu .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-u37oHZbbSu ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-u37oHZbbSu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u37oHZbbSu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-u37oHZbbSu .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-u37oHZbbSu li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-u37oHZbbSu .lg_brand {
    margin: 0 1rem;
  }
  .cid-u37oHZbbSu .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-u37oHZbbSu .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-u37oHZbbSu .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-u37oHZbbSu .nav-item {
    margin: 0 !important;
  }
}
.cid-u37oHZbbSu .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-u37oHZbbSu .nav-item .nav-link:hover,
.cid-u37oHZbbSu .nav-item .nav-link:focus {
  background-color: #d7ffd4 !important;
  color: #90f188 !important;
}
.cid-u37oHZbbSu .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-u37oHZbbSu .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-u37oHZbbSu .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-u37oHZbbSu .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-u37oHZbbSu .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-u37oHZbbSu .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-u37oHZbbSu .offcanvas_box {
    display: none;
  }
}
.cid-u37oHZbbSu .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-u37oHZbbSu .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-u37oHZbbSu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-u37oHZbbSu .container {
  display: flex;
  margin: auto;
}
.cid-u37oHZbbSu .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-u37oHZbbSu .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-u37oHZbbSu .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-u37oHZbbSu .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-u37oHZbbSu .navbar-nav {
    margin: 0;
  }
}
.cid-u37oHZbbSu .dropdown-menu,
.cid-u37oHZbbSu .navbar.opened {
  background-color: false !important;
}
.cid-u37oHZbbSu .nav-item:focus,
.cid-u37oHZbbSu .nav-link:focus {
  outline: none;
}
.cid-u37oHZbbSu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u37oHZbbSu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u37oHZbbSu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u37oHZbbSu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u37oHZbbSu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u37oHZbbSu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u37oHZbbSu .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-u37oHZbbSu .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-u37oHZbbSu .navbar.opened {
  transition: all 0.3s;
}
.cid-u37oHZbbSu .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-u37oHZbbSu .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-u37oHZbbSu .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-u37oHZbbSu .navbar.collapsed {
  justify-content: center;
}
.cid-u37oHZbbSu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u37oHZbbSu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-u37oHZbbSu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u37oHZbbSu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u37oHZbbSu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u37oHZbbSu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-u37oHZbbSu .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-u37oHZbbSu .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-u37oHZbbSu .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-u37oHZbbSu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u37oHZbbSu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u37oHZbbSu .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-u37oHZbbSu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u37oHZbbSu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-u37oHZbbSu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-u37oHZbbSu .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-u37oHZbbSu .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-u37oHZbbSu .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-u37oHZbbSu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-u37oHZbbSu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u37oHZbbSu .navbar .icons-menu {
    padding: 0;
  }
}
.cid-u37oHZbbSu .navbar.navbar-short {
  min-height: 60px;
}
.cid-u37oHZbbSu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-u37oHZbbSu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-u37oHZbbSu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u37oHZbbSu .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-u37oHZbbSu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-u37oHZbbSu .dropdown-item.active,
.cid-u37oHZbbSu .dropdown-item:active {
  background-color: transparent;
}
.cid-u37oHZbbSu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-u37oHZbbSu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u37oHZbbSu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u37oHZbbSu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-u37oHZbbSu ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-u37oHZbbSu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-u37oHZbbSu button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #90f188;
}
.cid-u37oHZbbSu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-u37oHZbbSu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u37oHZbbSu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37oHZbbSu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u37oHZbbSu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u37oHZbbSu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37oHZbbSu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u37oHZbbSu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u37oHZbbSu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u37oHZbbSu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-u37oHZbbSu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u37oHZbbSu .navbar {
    height: 70px;
  }
  .cid-u37oHZbbSu .navbar.opened {
    height: auto;
  }
  .cid-u37oHZbbSu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u37oHZbbSu .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-u37oHZbbSu .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-u37oHZbbSu .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-u37oHZbbSu .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-u37oHZbbSu .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-u37oHZbbSu .navbar-caption:hover {
  color: #ea1212;
}
@media (min-width: 992px) {
  .cid-u37oHZbbSu .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-u37oHZbbSu .text_widget {
  margin-bottom: 32px;
}
.cid-u37oHZbbSu .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-u37oHZbbSu .text_widget a:hover,
.cid-u37oHZbbSu .text_widget a:focus {
  opacity: .8;
}
.cid-u37oHZbbSu .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-u37oHZbbSu .navbar-caption {
  color: #0f1d07;
}
.cid-u37oHZbbSu .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-u37oHZbbSu .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-u37oHZbbSu .navigation-wrapper {
    display: block;
  }
}
.cid-u37oHZbbSu .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u37oHZbbSu .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-u37oHZbbSu .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7ffd4;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-u37oHZbbSu .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-u37oHZbbSu .mbr-section-subtitle,
.cid-u37oHZbbSu .text_widget,
.cid-u37oHZbbSu .mbr-section-btn {
  text-align: center;
}
.cid-u37oHZbbSu a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-u37oI8lgKd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-u37oI8lgKd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37oI8lgKd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37oI8lgKd .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37oI8lgKd .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37oI8lgKd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37oI8lgKd .container {
    padding: 0 20px;
  }
}
.cid-u37oI8lgKd .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-u37oI8lgKd .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-u37oI8lgKd .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-u37oI8lgKd .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-u37oI8lgKd .image-wrapper img {
    height: 350px;
  }
}
.cid-u37oI8lgKd .mbr-section-title {
  color: #ffffff;
}
.cid-u37oI8lgKd .mbr-text {
  color: #ffffff;
}
.cid-u37oI8lgKd .mbr-section-title,
.cid-u37oI8lgKd .mbr-section-btn {
  color: #000000;
}
.cid-u37oI8lgKd .mbr-text,
.cid-u37oI8lgKd .text-wrapper {
  color: #000000;
}
.cid-uzshe3EeFi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzshe3EeFi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzshe3EeFi .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-uzshe3EeFi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uzshe3EeFi .container {
    padding: 0 12px;
  }
}
.cid-uzshe3EeFi .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzshe3EeFi .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uzshe3EeFi .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uzshe3EeFi .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #d7ffd4;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uzshe3EeFi .mbr-section-title {
  color: #222222;
}
.cid-uzsuD0mLpR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsuD0mLpR .geometry {
  position: absolute;
}
.cid-uzsuD0mLpR .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-uzsuD0mLpR .geometry_left {
  left: -70px;
}
.cid-uzsuD0mLpR .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-uzsuD0mLpR .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #90f188;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-uzsuD0mLpR .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.cid-uzsuD0mLpR blockquote {
  border-color: #4fd741;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.cid-uzsuD0mLpR blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-uzsuD0mLpR blockquote {
    padding: 2rem 1rem;
  }
  .cid-uzsuD0mLpR .geometry {
    position: absolute;
  }
  .cid-uzsuD0mLpR .geometry__square,
  .cid-uzsuD0mLpR .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .cid-uzsuD0mLpR .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uzsuD0mLpR blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .cid-uzsuD0mLpR .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-uzsuD0mLpR .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzsuD0mLpR blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uzsuD0mLpR .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-uzsuD0mLpR blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-uzsujOoOdN {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7ffd4;
}
.cid-uzsujOoOdN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsujOoOdN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsujOoOdN .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uzsujOoOdN .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-uzsujOoOdN .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uzsujOoOdN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzsujOoOdN img {
  border-radius: 2rem;
}
.cid-uzsujOoOdN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uzsujOoOdN .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-uzsujOoOdN .mbr-text,
.cid-uzsujOoOdN .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-u37oQTMY33 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u37oQTMY33 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37oQTMY33 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37oQTMY33 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37oQTMY33 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37oQTMY33 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37oQTMY33 .container {
    padding: 0 20px;
  }
}
.cid-u37oQTMY33 .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-u37oQTMY33 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u37oQTMY33 .title-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-u37oQTMY33 .item {
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-u37oQTMY33 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-u37oQTMY33 .item .item-wrapper .content-wrap .item-img {
  margin-bottom: 20px;
}
.cid-u37oQTMY33 .item .item-wrapper .content-wrap .item-img img {
  border-radius: 20px !important;
  object-fit: cover;
  height: 430px;
}
@media (max-width: 992px) {
  .cid-u37oQTMY33 .item .item-wrapper .content-wrap .item-img img {
    height: 350px;
  }
}
.cid-u37oQTMY33 .item .item-wrapper .content-wrap .item-content .item-title {
  margin-bottom: 20px;
}
.cid-u37oQTMY33 .item .item-wrapper .content-wrap .item-content .price-wrapper .item-price {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 20px;
  background-color: #bbf9b5;
}
.cid-u37oQTMY33 .item .item-wrapper .content-wrap .item-content .item-text {
  opacity: .5;
  margin-bottom: 20px;
}
.cid-u37oQTMY33 .mbr-section-title {
  color: #0f1d07;
}
.cid-u37oQTMY33 .item-title {
  color: #0f1d07;
}
.cid-u37oQTMY33 .item-price {
  color: #0f1d07;
}
.cid-u37oQTMY33 .item-text {
  color: #0f1d07;
}
.cid-uzsuxPWOpm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsuxPWOpm .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzsuxPWOpm .wrapper {
    padding: 3rem;
  }
}
.cid-uzsuxPWOpm .mbr-text {
  line-height: 1.72;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uzsuxPWOpm .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzsuxPWOpm .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzsuxPWOpm .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-u37oMzwxpu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.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: #000000;
  text-align: center;
}
.cid-u37oMzwxpu .mbr-desc {
  color: #38001b;
}
.cid-uzsuyjvoXX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsuyjvoXX .wrapper {
  background-color: #d7ffd4;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzsuyjvoXX .wrapper {
    padding: 3rem;
  }
}
.cid-uzsuyjvoXX .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uzsuyjvoXX .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzsuyjvoXX .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzsuyjvoXX .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-u37oLeBWPO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.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: #d7ffd4;
}
@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: #38001b;
}
.cid-uzszLDGoQu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzszLDGoQu .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uzszLDGoQu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzszLDGoQu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzszLDGoQu .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uzszLDGoQu .content-wrap .card {
  justify-content: space-between;
}
.cid-uzszLDGoQu .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uzszLDGoQu .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzszLDGoQu .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzszLDGoQu .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzszLDGoQu .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uzszLDGoQu .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzszLDGoQu .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uzszLDGoQu .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uzszLDGoQu .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzszLDGoQu .image-wrap {
    padding: 0;
  }
}
.cid-uzszLDGoQu .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzszLDGoQu .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uzszLDGoQu .mbr-section-title {
  color: #150764;
}
.cid-uzszLDGoQu .mbr-text {
  color: #000000;
}
.cid-uzszLDGoQu .mbr-section-title,
.cid-uzszLDGoQu .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, #d7ffd4, #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, #d7ffd4, #d7ffd4);
  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-uzsupE9vmc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsupE9vmc .card-heading {
  color: #000000;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-uzsupE9vmc .p {
  color: #000000;
  padding-bottom: 16px;
}
.cid-uzsupE9vmc .row {
  justify-content: center;
}
.cid-uzsupE9vmc a {
  font-weight: 400 !important;
}
.cid-uzsupE9vmc a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-uzsw0yIcMM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsw0yIcMM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsw0yIcMM .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-uzsw0yIcMM .container {
    padding: 0 30px;
  }
}
.cid-uzsw0yIcMM .row {
  justify-content: center;
}
.cid-uzsw0yIcMM .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzsw0yIcMM .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzsw0yIcMM .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #38001b;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uzsw0yIcMM .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uzsw0yIcMM .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uzsw0yIcMM .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzsw0yIcMM .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzsw0yIcMM .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #38001b;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uzsw0yIcMM .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uzsw0yIcMM .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uzsw0yIcMM .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzsw0yIcMM .mbr-section-title {
  color: #000000;
}
.cid-uzsw0yIcMM .panel-title-edit {
  color: #000000;
}
.cid-uzsw0yIcMM .panel-text {
  color: #144031;
}
.cid-uzsAmBPRRa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.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: #000000;
  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-uzsuyVzzLk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsuyVzzLk .wrapper {
  background-color: #d7ffd4;
  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: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@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;
}
.cid-uzsEH6qiHl {
  background-color: transparent;
}
.cid-uzsEH6qiHl .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uzsEH6qiHl .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uzsEH6qiHl .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzsEH6qiHl .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzsEH6qiHl .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzsEH6qiHl .menu_box .navbar.opened,
  .cid-uzsEH6qiHl .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzsEH6qiHl .navbar-dropdown {
  position: relative !important;
}
.cid-uzsEH6qiHl .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzsEH6qiHl .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzsEH6qiHl .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzsEH6qiHl .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzsEH6qiHl .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzsEH6qiHl .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-uzsEH6qiHl .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzsEH6qiHl .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzsEH6qiHl .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzsEH6qiHl .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzsEH6qiHl .offcanvas-body .mbr-text,
  .cid-uzsEH6qiHl .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzsEH6qiHl .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzsEH6qiHl .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzsEH6qiHl .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-uzsEH6qiHl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzsEH6qiHl .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzsEH6qiHl .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzsEH6qiHl .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzsEH6qiHl ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzsEH6qiHl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzsEH6qiHl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzsEH6qiHl .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzsEH6qiHl li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzsEH6qiHl .lg_brand {
    margin: 0 1rem;
  }
  .cid-uzsEH6qiHl .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzsEH6qiHl .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-uzsEH6qiHl .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uzsEH6qiHl .nav-item {
    margin: 0 !important;
  }
}
.cid-uzsEH6qiHl .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uzsEH6qiHl .nav-item .nav-link:hover,
.cid-uzsEH6qiHl .nav-item .nav-link:focus {
  background-color: #d7ffd4 !important;
  color: #90f188 !important;
}
.cid-uzsEH6qiHl .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzsEH6qiHl .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzsEH6qiHl .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzsEH6qiHl .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzsEH6qiHl .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzsEH6qiHl .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzsEH6qiHl .offcanvas_box {
    display: none;
  }
}
.cid-uzsEH6qiHl .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzsEH6qiHl .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzsEH6qiHl .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzsEH6qiHl .container {
  display: flex;
  margin: auto;
}
.cid-uzsEH6qiHl .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzsEH6qiHl .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzsEH6qiHl .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzsEH6qiHl .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzsEH6qiHl .navbar-nav {
    margin: 0;
  }
}
.cid-uzsEH6qiHl .dropdown-menu,
.cid-uzsEH6qiHl .navbar.opened {
  background-color: false !important;
}
.cid-uzsEH6qiHl .nav-item:focus,
.cid-uzsEH6qiHl .nav-link:focus {
  outline: none;
}
.cid-uzsEH6qiHl .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzsEH6qiHl .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzsEH6qiHl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzsEH6qiHl .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzsEH6qiHl .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzsEH6qiHl .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzsEH6qiHl .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzsEH6qiHl .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzsEH6qiHl .navbar.opened {
  transition: all 0.3s;
}
.cid-uzsEH6qiHl .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzsEH6qiHl .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uzsEH6qiHl .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uzsEH6qiHl .navbar.collapsed {
  justify-content: center;
}
.cid-uzsEH6qiHl .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzsEH6qiHl .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzsEH6qiHl .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzsEH6qiHl .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzsEH6qiHl .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzsEH6qiHl .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzsEH6qiHl .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzsEH6qiHl .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzsEH6qiHl .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzsEH6qiHl .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzsEH6qiHl .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzsEH6qiHl .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzsEH6qiHl .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzsEH6qiHl .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzsEH6qiHl .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzsEH6qiHl .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzsEH6qiHl .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzsEH6qiHl .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzsEH6qiHl .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzsEH6qiHl .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzsEH6qiHl .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzsEH6qiHl .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzsEH6qiHl .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzsEH6qiHl .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzsEH6qiHl .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzsEH6qiHl .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uzsEH6qiHl .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzsEH6qiHl .dropdown-item.active,
.cid-uzsEH6qiHl .dropdown-item:active {
  background-color: transparent;
}
.cid-uzsEH6qiHl .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uzsEH6qiHl .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzsEH6qiHl .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzsEH6qiHl .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzsEH6qiHl ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzsEH6qiHl .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzsEH6qiHl button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #90f188;
}
.cid-uzsEH6qiHl button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-uzsEH6qiHl button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzsEH6qiHl button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsEH6qiHl button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsEH6qiHl button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzsEH6qiHl nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsEH6qiHl nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzsEH6qiHl nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzsEH6qiHl nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsEH6qiHl a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzsEH6qiHl .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzsEH6qiHl .navbar {
    height: 70px;
  }
  .cid-uzsEH6qiHl .navbar.opened {
    height: auto;
  }
  .cid-uzsEH6qiHl .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzsEH6qiHl .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uzsEH6qiHl .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uzsEH6qiHl .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzsEH6qiHl .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uzsEH6qiHl .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uzsEH6qiHl .navbar-caption:hover {
  color: #ea1212;
}
@media (min-width: 992px) {
  .cid-uzsEH6qiHl .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzsEH6qiHl .text_widget {
  margin-bottom: 32px;
}
.cid-uzsEH6qiHl .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzsEH6qiHl .text_widget a:hover,
.cid-uzsEH6qiHl .text_widget a:focus {
  opacity: .8;
}
.cid-uzsEH6qiHl .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uzsEH6qiHl .navbar-caption {
  color: #0f1d07;
}
.cid-uzsEH6qiHl .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uzsEH6qiHl .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzsEH6qiHl .navigation-wrapper {
    display: block;
  }
}
.cid-uzsEH6qiHl .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uzsEH6qiHl .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uzsEH6qiHl .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7ffd4;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uzsEH6qiHl .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uzsEH6qiHl .mbr-section-subtitle,
.cid-uzsEH6qiHl .text_widget,
.cid-uzsEH6qiHl .mbr-section-btn {
  text-align: center;
}
.cid-uzsEH6qiHl a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzsEH859NQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsEH859NQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsEH859NQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsEH859NQ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzsEH859NQ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzsEH859NQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsEH859NQ .container {
    padding: 0 20px;
  }
}
.cid-uzsEH859NQ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzsEH859NQ .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uzsEH859NQ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzsEH859NQ .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzsEH859NQ .image-wrapper img {
    height: 350px;
  }
}
.cid-uzsEH859NQ .mbr-section-title {
  color: #ffffff;
}
.cid-uzsEH859NQ .mbr-text {
  color: #ffffff;
}
.cid-uzsEH859NQ .mbr-section-title,
.cid-uzsEH859NQ .mbr-section-btn {
  color: #000000;
}
.cid-uzsEH859NQ .mbr-text,
.cid-uzsEH859NQ .text-wrapper {
  color: #000000;
}
.cid-uzsEH9RbSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsEH9RbSp .geometry {
  position: absolute;
}
.cid-uzsEH9RbSp .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-uzsEH9RbSp .geometry_left {
  left: -70px;
}
.cid-uzsEH9RbSp .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-uzsEH9RbSp .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #90f188;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-uzsEH9RbSp .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.cid-uzsEH9RbSp blockquote {
  border-color: #4fd741;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.cid-uzsEH9RbSp blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-uzsEH9RbSp blockquote {
    padding: 2rem 1rem;
  }
  .cid-uzsEH9RbSp .geometry {
    position: absolute;
  }
  .cid-uzsEH9RbSp .geometry__square,
  .cid-uzsEH9RbSp .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .cid-uzsEH9RbSp .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uzsEH9RbSp blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .cid-uzsEH9RbSp .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-uzsEH9RbSp .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzsEH9RbSp blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uzsEH9RbSp .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-uzsEH9RbSp blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.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: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@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;
}
.cid-uzsFiAVjo7 {
  background-color: transparent;
}
.cid-uzsFiAVjo7 .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uzsFiAVjo7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uzsFiAVjo7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzsFiAVjo7 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzsFiAVjo7 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzsFiAVjo7 .menu_box .navbar.opened,
  .cid-uzsFiAVjo7 .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzsFiAVjo7 .navbar-dropdown {
  position: relative !important;
}
.cid-uzsFiAVjo7 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzsFiAVjo7 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzsFiAVjo7 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzsFiAVjo7 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzsFiAVjo7 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzsFiAVjo7 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-uzsFiAVjo7 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzsFiAVjo7 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzsFiAVjo7 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzsFiAVjo7 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzsFiAVjo7 .offcanvas-body .mbr-text,
  .cid-uzsFiAVjo7 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzsFiAVjo7 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzsFiAVjo7 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzsFiAVjo7 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-uzsFiAVjo7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzsFiAVjo7 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzsFiAVjo7 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzsFiAVjo7 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzsFiAVjo7 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzsFiAVjo7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzsFiAVjo7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzsFiAVjo7 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzsFiAVjo7 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzsFiAVjo7 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uzsFiAVjo7 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzsFiAVjo7 .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-uzsFiAVjo7 .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uzsFiAVjo7 .nav-item {
    margin: 0 !important;
  }
}
.cid-uzsFiAVjo7 .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uzsFiAVjo7 .nav-item .nav-link:hover,
.cid-uzsFiAVjo7 .nav-item .nav-link:focus {
  background-color: #d7ffd4 !important;
  color: #90f188 !important;
}
.cid-uzsFiAVjo7 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzsFiAVjo7 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzsFiAVjo7 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzsFiAVjo7 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzsFiAVjo7 .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzsFiAVjo7 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzsFiAVjo7 .offcanvas_box {
    display: none;
  }
}
.cid-uzsFiAVjo7 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzsFiAVjo7 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzsFiAVjo7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzsFiAVjo7 .container {
  display: flex;
  margin: auto;
}
.cid-uzsFiAVjo7 .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzsFiAVjo7 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzsFiAVjo7 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzsFiAVjo7 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzsFiAVjo7 .navbar-nav {
    margin: 0;
  }
}
.cid-uzsFiAVjo7 .dropdown-menu,
.cid-uzsFiAVjo7 .navbar.opened {
  background-color: false !important;
}
.cid-uzsFiAVjo7 .nav-item:focus,
.cid-uzsFiAVjo7 .nav-link:focus {
  outline: none;
}
.cid-uzsFiAVjo7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzsFiAVjo7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzsFiAVjo7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzsFiAVjo7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzsFiAVjo7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzsFiAVjo7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzsFiAVjo7 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzsFiAVjo7 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzsFiAVjo7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uzsFiAVjo7 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzsFiAVjo7 .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uzsFiAVjo7 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uzsFiAVjo7 .navbar.collapsed {
  justify-content: center;
}
.cid-uzsFiAVjo7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzsFiAVjo7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzsFiAVjo7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzsFiAVjo7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzsFiAVjo7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzsFiAVjo7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzsFiAVjo7 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzsFiAVjo7 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzsFiAVjo7 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzsFiAVjo7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzsFiAVjo7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzsFiAVjo7 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzsFiAVjo7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzsFiAVjo7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzsFiAVjo7 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzsFiAVjo7 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzsFiAVjo7 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzsFiAVjo7 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzsFiAVjo7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzsFiAVjo7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzsFiAVjo7 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzsFiAVjo7 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzsFiAVjo7 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzsFiAVjo7 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzsFiAVjo7 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzsFiAVjo7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uzsFiAVjo7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzsFiAVjo7 .dropdown-item.active,
.cid-uzsFiAVjo7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uzsFiAVjo7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uzsFiAVjo7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzsFiAVjo7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzsFiAVjo7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzsFiAVjo7 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzsFiAVjo7 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzsFiAVjo7 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #90f188;
}
.cid-uzsFiAVjo7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-uzsFiAVjo7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzsFiAVjo7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsFiAVjo7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsFiAVjo7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzsFiAVjo7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsFiAVjo7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzsFiAVjo7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzsFiAVjo7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsFiAVjo7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzsFiAVjo7 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzsFiAVjo7 .navbar {
    height: 70px;
  }
  .cid-uzsFiAVjo7 .navbar.opened {
    height: auto;
  }
  .cid-uzsFiAVjo7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzsFiAVjo7 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uzsFiAVjo7 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uzsFiAVjo7 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzsFiAVjo7 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uzsFiAVjo7 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uzsFiAVjo7 .navbar-caption:hover {
  color: #ea1212;
}
@media (min-width: 992px) {
  .cid-uzsFiAVjo7 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzsFiAVjo7 .text_widget {
  margin-bottom: 32px;
}
.cid-uzsFiAVjo7 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzsFiAVjo7 .text_widget a:hover,
.cid-uzsFiAVjo7 .text_widget a:focus {
  opacity: .8;
}
.cid-uzsFiAVjo7 .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uzsFiAVjo7 .navbar-caption {
  color: #0f1d07;
}
.cid-uzsFiAVjo7 .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uzsFiAVjo7 .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzsFiAVjo7 .navigation-wrapper {
    display: block;
  }
}
.cid-uzsFiAVjo7 .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uzsFiAVjo7 .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uzsFiAVjo7 .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7ffd4;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uzsFiAVjo7 .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uzsFiAVjo7 .mbr-section-subtitle,
.cid-uzsFiAVjo7 .text_widget,
.cid-uzsFiAVjo7 .mbr-section-btn {
  text-align: center;
}
.cid-uzsFiAVjo7 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzsFiCfSxE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsFiCfSxE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsFiCfSxE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsFiCfSxE .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzsFiCfSxE .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzsFiCfSxE .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsFiCfSxE .container {
    padding: 0 20px;
  }
}
.cid-uzsFiCfSxE .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzsFiCfSxE .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uzsFiCfSxE .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzsFiCfSxE .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzsFiCfSxE .image-wrapper img {
    height: 350px;
  }
}
.cid-uzsFiCfSxE .mbr-section-title {
  color: #ffffff;
}
.cid-uzsFiCfSxE .mbr-text {
  color: #ffffff;
}
.cid-uzsFiCfSxE .mbr-section-title,
.cid-uzsFiCfSxE .mbr-section-btn {
  color: #000000;
}
.cid-uzsFiCfSxE .mbr-text,
.cid-uzsFiCfSxE .text-wrapper {
  color: #000000;
}
.cid-uzsFiDmRbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.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: #4fd741;
  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: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@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;
}
.cid-uzsGdkL77r {
  background-color: transparent;
}
.cid-uzsGdkL77r .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uzsGdkL77r .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uzsGdkL77r .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzsGdkL77r .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzsGdkL77r .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzsGdkL77r .menu_box .navbar.opened,
  .cid-uzsGdkL77r .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzsGdkL77r .navbar-dropdown {
  position: relative !important;
}
.cid-uzsGdkL77r .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzsGdkL77r .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzsGdkL77r .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzsGdkL77r .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzsGdkL77r .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzsGdkL77r .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-uzsGdkL77r .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzsGdkL77r .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzsGdkL77r .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzsGdkL77r .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzsGdkL77r .offcanvas-body .mbr-text,
  .cid-uzsGdkL77r .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzsGdkL77r .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzsGdkL77r .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzsGdkL77r .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-uzsGdkL77r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzsGdkL77r .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzsGdkL77r .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzsGdkL77r .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzsGdkL77r ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzsGdkL77r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzsGdkL77r .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzsGdkL77r .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzsGdkL77r li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzsGdkL77r .lg_brand {
    margin: 0 1rem;
  }
  .cid-uzsGdkL77r .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzsGdkL77r .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-uzsGdkL77r .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uzsGdkL77r .nav-item {
    margin: 0 !important;
  }
}
.cid-uzsGdkL77r .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uzsGdkL77r .nav-item .nav-link:hover,
.cid-uzsGdkL77r .nav-item .nav-link:focus {
  background-color: #d7ffd4 !important;
  color: #90f188 !important;
}
.cid-uzsGdkL77r .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzsGdkL77r .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzsGdkL77r .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzsGdkL77r .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzsGdkL77r .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzsGdkL77r .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzsGdkL77r .offcanvas_box {
    display: none;
  }
}
.cid-uzsGdkL77r .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzsGdkL77r .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzsGdkL77r .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzsGdkL77r .container {
  display: flex;
  margin: auto;
}
.cid-uzsGdkL77r .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzsGdkL77r .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzsGdkL77r .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzsGdkL77r .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzsGdkL77r .navbar-nav {
    margin: 0;
  }
}
.cid-uzsGdkL77r .dropdown-menu,
.cid-uzsGdkL77r .navbar.opened {
  background-color: false !important;
}
.cid-uzsGdkL77r .nav-item:focus,
.cid-uzsGdkL77r .nav-link:focus {
  outline: none;
}
.cid-uzsGdkL77r .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzsGdkL77r .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzsGdkL77r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzsGdkL77r .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzsGdkL77r .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzsGdkL77r .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzsGdkL77r .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzsGdkL77r .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzsGdkL77r .navbar.opened {
  transition: all 0.3s;
}
.cid-uzsGdkL77r .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzsGdkL77r .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uzsGdkL77r .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uzsGdkL77r .navbar.collapsed {
  justify-content: center;
}
.cid-uzsGdkL77r .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzsGdkL77r .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzsGdkL77r .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzsGdkL77r .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzsGdkL77r .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzsGdkL77r .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzsGdkL77r .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzsGdkL77r .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzsGdkL77r .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzsGdkL77r .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzsGdkL77r .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzsGdkL77r .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzsGdkL77r .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzsGdkL77r .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzsGdkL77r .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzsGdkL77r .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzsGdkL77r .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzsGdkL77r .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzsGdkL77r .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzsGdkL77r .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzsGdkL77r .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzsGdkL77r .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzsGdkL77r .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzsGdkL77r .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzsGdkL77r .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzsGdkL77r .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uzsGdkL77r .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzsGdkL77r .dropdown-item.active,
.cid-uzsGdkL77r .dropdown-item:active {
  background-color: transparent;
}
.cid-uzsGdkL77r .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uzsGdkL77r .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzsGdkL77r .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzsGdkL77r .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzsGdkL77r ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzsGdkL77r .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzsGdkL77r button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #90f188;
}
.cid-uzsGdkL77r button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-uzsGdkL77r button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzsGdkL77r button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsGdkL77r button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsGdkL77r button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzsGdkL77r nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsGdkL77r nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzsGdkL77r nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzsGdkL77r nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsGdkL77r a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzsGdkL77r .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzsGdkL77r .navbar {
    height: 70px;
  }
  .cid-uzsGdkL77r .navbar.opened {
    height: auto;
  }
  .cid-uzsGdkL77r .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzsGdkL77r .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uzsGdkL77r .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uzsGdkL77r .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzsGdkL77r .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uzsGdkL77r .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uzsGdkL77r .navbar-caption:hover {
  color: #ea1212;
}
@media (min-width: 992px) {
  .cid-uzsGdkL77r .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzsGdkL77r .text_widget {
  margin-bottom: 32px;
}
.cid-uzsGdkL77r .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzsGdkL77r .text_widget a:hover,
.cid-uzsGdkL77r .text_widget a:focus {
  opacity: .8;
}
.cid-uzsGdkL77r .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uzsGdkL77r .navbar-caption {
  color: #0f1d07;
}
.cid-uzsGdkL77r .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uzsGdkL77r .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzsGdkL77r .navigation-wrapper {
    display: block;
  }
}
.cid-uzsGdkL77r .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uzsGdkL77r .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uzsGdkL77r .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7ffd4;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uzsGdkL77r .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uzsGdkL77r .mbr-section-subtitle,
.cid-uzsGdkL77r .text_widget,
.cid-uzsGdkL77r .mbr-section-btn {
  text-align: center;
}
.cid-uzsGdkL77r a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzsGdlUExk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsGdlUExk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsGdlUExk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsGdlUExk .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzsGdlUExk .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzsGdlUExk .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsGdlUExk .container {
    padding: 0 20px;
  }
}
.cid-uzsGdlUExk .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzsGdlUExk .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uzsGdlUExk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzsGdlUExk .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzsGdlUExk .image-wrapper img {
    height: 350px;
  }
}
.cid-uzsGdlUExk .mbr-section-title {
  color: #ffffff;
}
.cid-uzsGdlUExk .mbr-text {
  color: #ffffff;
}
.cid-uzsGdlUExk .mbr-section-title,
.cid-uzsGdlUExk .mbr-section-btn {
  color: #000000;
}
.cid-uzsGdlUExk .mbr-text,
.cid-uzsGdlUExk .text-wrapper {
  color: #000000;
}
.cid-uzsGdmIadK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsGdmIadK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsGdmIadK .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-uzsGdmIadK .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uzsGdmIadK .container {
    padding: 0 12px;
  }
}
.cid-uzsGdmIadK .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzsGdmIadK .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uzsGdmIadK .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uzsGdmIadK .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #d7ffd4;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uzsGdmIadK .mbr-section-title {
  color: #222222;
}
.cid-uzsGdnw9ce {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsGdnw9ce .geometry {
  position: absolute;
}
.cid-uzsGdnw9ce .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-uzsGdnw9ce .geometry_left {
  left: -70px;
}
.cid-uzsGdnw9ce .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-uzsGdnw9ce .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #90f188;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-uzsGdnw9ce .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.cid-uzsGdnw9ce blockquote {
  border-color: #4fd741;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.cid-uzsGdnw9ce blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-uzsGdnw9ce blockquote {
    padding: 2rem 1rem;
  }
  .cid-uzsGdnw9ce .geometry {
    position: absolute;
  }
  .cid-uzsGdnw9ce .geometry__square,
  .cid-uzsGdnw9ce .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .cid-uzsGdnw9ce .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uzsGdnw9ce blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .cid-uzsGdnw9ce .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-uzsGdnw9ce .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzsGdnw9ce blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uzsGdnw9ce .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-uzsGdnw9ce blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-uzsGdodZA6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7ffd4;
}
.cid-uzsGdodZA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsGdodZA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsGdodZA6 .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uzsGdodZA6 .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-uzsGdodZA6 .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uzsGdodZA6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzsGdodZA6 img {
  border-radius: 2rem;
}
.cid-uzsGdodZA6 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uzsGdodZA6 .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-uzsGdodZA6 .mbr-text,
.cid-uzsGdodZA6 .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uzsGdp7gmt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsGdp7gmt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsGdp7gmt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsGdp7gmt .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzsGdp7gmt .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzsGdp7gmt .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsGdp7gmt .container {
    padding: 0 20px;
  }
}
.cid-uzsGdp7gmt .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uzsGdp7gmt .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzsGdp7gmt .title-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-uzsGdp7gmt .item {
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-uzsGdp7gmt .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uzsGdp7gmt .item .item-wrapper .content-wrap .item-img {
  margin-bottom: 20px;
}
.cid-uzsGdp7gmt .item .item-wrapper .content-wrap .item-img img {
  border-radius: 20px !important;
  object-fit: cover;
  height: 430px;
}
@media (max-width: 992px) {
  .cid-uzsGdp7gmt .item .item-wrapper .content-wrap .item-img img {
    height: 350px;
  }
}
.cid-uzsGdp7gmt .item .item-wrapper .content-wrap .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uzsGdp7gmt .item .item-wrapper .content-wrap .item-content .price-wrapper .item-price {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 20px;
  background-color: #bbf9b5;
}
.cid-uzsGdp7gmt .item .item-wrapper .content-wrap .item-content .item-text {
  opacity: .5;
  margin-bottom: 20px;
}
.cid-uzsGdp7gmt .mbr-section-title {
  color: #0f1d07;
}
.cid-uzsGdp7gmt .item-title {
  color: #0f1d07;
}
.cid-uzsGdp7gmt .item-price {
  color: #0f1d07;
}
.cid-uzsGdp7gmt .item-text {
  color: #0f1d07;
}
.cid-uzsGdq9ArX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsGdq9ArX .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzsGdq9ArX .wrapper {
    padding: 3rem;
  }
}
.cid-uzsGdq9ArX .mbr-text {
  line-height: 1.72;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uzsGdq9ArX .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzsGdq9ArX .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzsGdq9ArX .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzsGdqVKZO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsGdqVKZO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsGdqVKZO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsGdqVKZO .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzsGdqVKZO .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzsGdqVKZO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsGdqVKZO .container {
    padding: 0 20px;
  }
}
.cid-uzsGdqVKZO .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-uzsGdqVKZO .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uzsGdqVKZO .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uzsGdqVKZO .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzsGdqVKZO .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uzsGdqVKZO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzsGdqVKZO .mbr-desc {
  color: #38001b;
}
.cid-uzsGdrUx5O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsGdrUx5O .wrapper {
  background-color: #d7ffd4;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzsGdrUx5O .wrapper {
    padding: 3rem;
  }
}
.cid-uzsGdrUx5O .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uzsGdrUx5O .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzsGdrUx5O .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzsGdrUx5O .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzsGdsJMAQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsGdsJMAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsGdsJMAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsGdsJMAQ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzsGdsJMAQ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzsGdsJMAQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsGdsJMAQ .container {
    padding: 0 20px;
  }
}
.cid-uzsGdsJMAQ .row {
  justify-content: center;
}
.cid-uzsGdsJMAQ .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #d7ffd4;
}
@media (max-width: 992px) {
  .cid-uzsGdsJMAQ .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uzsGdsJMAQ .content-wrapper .card {
  justify-content: center;
}
.cid-uzsGdsJMAQ .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzsGdsJMAQ .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uzsGdsJMAQ .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzsGdsJMAQ .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzsGdsJMAQ .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzsGdsJMAQ .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uzsGdsJMAQ .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzsGdsJMAQ .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzsGdsJMAQ .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uzsGdsJMAQ .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzsGdsJMAQ .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-uzsGdsJMAQ .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzsGdsJMAQ .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-uzsGdsJMAQ .mbr-section-title {
  color: #000000;
}
.cid-uzsGdsJMAQ .mbr-text {
  color: #ffffff;
}
.cid-uzsGdsJMAQ .mbr-desc {
  color: #0f1d07;
}
.cid-uzsGdsJMAQ .mbr-text,
.cid-uzsGdsJMAQ .mbr-section-btn {
  color: #38001b;
}
.cid-uzsGdtGGEV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzsGdtGGEV .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uzsGdtGGEV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsGdtGGEV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsGdtGGEV .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uzsGdtGGEV .content-wrap .card {
  justify-content: space-between;
}
.cid-uzsGdtGGEV .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uzsGdtGGEV .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzsGdtGGEV .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzsGdtGGEV .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzsGdtGGEV .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uzsGdtGGEV .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzsGdtGGEV .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uzsGdtGGEV .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uzsGdtGGEV .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzsGdtGGEV .image-wrap {
    padding: 0;
  }
}
.cid-uzsGdtGGEV .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzsGdtGGEV .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uzsGdtGGEV .mbr-section-title {
  color: #150764;
}
.cid-uzsGdtGGEV .mbr-text {
  color: #000000;
}
.cid-uzsGdtGGEV .mbr-section-title,
.cid-uzsGdtGGEV .mbr-section-btn {
  color: #000000;
}
.cid-uzsGduvy9d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
  overflow: hidden;
}
.cid-uzsGduvy9d .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsGduvy9d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsGduvy9d .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uzsGduvy9d .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uzsGduvy9d .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uzsGduvy9d .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uzsGduvy9d .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uzsGduvy9d .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uzsGduvy9d .mbr-section-head {
  width: 100%;
}
.cid-uzsGduvy9d .mbr-section-title {
  color: #212428;
}
@media (max-width: 767px) {
  .cid-uzsGduvy9d .mbr-section-title {
    text-align: center;
  }
}
.cid-uzsGduvy9d .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uzsGduvy9d .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uzsGduvy9d .card-row {
  align-items: stretch;
}
.cid-uzsGduvy9d .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uzsGduvy9d .item {
    margin-top: 30px;
  }
}
.cid-uzsGduvy9d .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #d7ffd4, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uzsGduvy9d .item-wrapper {
    padding: 20px;
  }
}
.cid-uzsGduvy9d .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uzsGduvy9d .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uzsGduvy9d .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #d7ffd4, #d7ffd4);
  opacity: 0;
  transition: .4s all;
}
.cid-uzsGduvy9d .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uzsGduvy9d .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uzsGduvy9d .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uzsGduvy9d .card-title {
  position: relative;
  z-index: 5;
  color: #38001b;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uzsGduvy9d .card-title {
    margin-bottom: 10px;
  }
}
.cid-uzsGduvy9d .card-text {
  position: relative;
  z-index: 5;
  color: #212428;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzsGduvy9d .card-text a {
  transition: .4s all;
}
.cid-uzsGduvy9d .card-text a:hover {
  color: #ea1212 !important;
}
.cid-uzsGdvGBfa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsGdvGBfa .card-heading {
  color: #000000;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-uzsGdvGBfa .p {
  color: #000000;
  padding-bottom: 16px;
}
.cid-uzsGdvGBfa .row {
  justify-content: center;
}
.cid-uzsGdvGBfa a {
  font-weight: 400 !important;
}
.cid-uzsGdvGBfa a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-uzsGdwDjKf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsGdwDjKf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsGdwDjKf .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-uzsGdwDjKf .container {
    padding: 0 30px;
  }
}
.cid-uzsGdwDjKf .row {
  justify-content: center;
}
.cid-uzsGdwDjKf .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzsGdwDjKf .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzsGdwDjKf .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #38001b;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uzsGdwDjKf .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uzsGdwDjKf .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uzsGdwDjKf .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzsGdwDjKf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzsGdwDjKf .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #38001b;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uzsGdwDjKf .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uzsGdwDjKf .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uzsGdwDjKf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzsGdwDjKf .mbr-section-title {
  color: #000000;
}
.cid-uzsGdwDjKf .panel-title-edit {
  color: #000000;
}
.cid-uzsGdwDjKf .panel-text {
  color: #144031;
}
.cid-uzsGdxOpdD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsGdxOpdD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsGdxOpdD .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-uzsGdxOpdD .container {
    padding: 0 20px;
  }
}
.cid-uzsGdxOpdD .row {
  margin: 0;
}
.cid-uzsGdxOpdD .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzsGdxOpdD .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzsGdxOpdD .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uzsGdxOpdD .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzsGdxOpdD .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzsGdxOpdD .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzsGdxOpdD .mbr-section-title {
  color: #ffffff;
}
.cid-uzsGdyPsu0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsGdyPsu0 .wrapper {
  background-color: #d7ffd4;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzsGdyPsu0 .wrapper {
    padding: 3rem;
  }
}
.cid-uzsGdyPsu0 .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uzsGdyPsu0 .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzsGdyPsu0 .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzsGdyPsu0 .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzsI8YzBkU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsI8YzBkU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsI8YzBkU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsI8YzBkU .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uzsI8YzBkU .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uzsI8YzBkU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsI8YzBkU .container {
    padding: 0 20px;
  }
}
.cid-uzsI8YzBkU .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uzsI8YzBkU .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uzsI8YzBkU .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uzsI8YzBkU .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uzsI8YzBkU .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzsI8YzBkU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uzsI8YzBkU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uzsI8YzBkU .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uzsI8YzBkU .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uzsI8YzBkU .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzsI8YzBkU .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uzsI8YzBkU .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uzsI8YzBkU .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #d7ffd4;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uzsI8YzBkU .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uzsI8YzBkU .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uzsI8YzBkU .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uzsI8YzBkU .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uzsI8YzBkU .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uzsI8YzBkU .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uzsI8YzBkU .mbr-desc {
  color: #000000;
}
.cid-uzsI8YzBkU .panel-number {
  color: #000000;
}
.cid-uzsI8YzBkU .panel-title-edit {
  color: #000000;
}
.cid-uzsI8YzBkU .panel-text {
  color: #000000;
}
.cid-uzsGdzL2AK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzsGdzL2AK .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzsGdzL2AK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzsGdzL2AK .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-uzsGdzL2AK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzsGdzL2AK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzsGdAVlNU {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uzsGdAVlNU .content {
    text-align: center;
  }
  .cid-uzsGdAVlNU .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzsGdAVlNU .logo-subtitle {
  color: #8d97ad;
}
.cid-uzsGdAVlNU .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzsGdAVlNU .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzsGdAVlNU .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzsGdAVlNU .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uzsGdAVlNU .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzsGdAVlNU .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uzsGdAVlNU .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-uzsGdAVlNU .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzsGdAVlNU .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzsGdAVlNU .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzsGdAVlNU .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzsGdAVlNU .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzsGdAVlNU .list-item {
  display: flex;
}
.cid-uzsGdAVlNU .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uzsGdAVlNU ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzsGdAVlNU ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uzsGdAVlNU ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uzsGdAVlNU P {
  text-align: left;
}
.cid-uzsLwihjFW {
  background-color: transparent;
}
.cid-uzsLwihjFW .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uzsLwihjFW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uzsLwihjFW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzsLwihjFW .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzsLwihjFW .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzsLwihjFW .menu_box .navbar.opened,
  .cid-uzsLwihjFW .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzsLwihjFW .navbar-dropdown {
  position: relative !important;
}
.cid-uzsLwihjFW .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzsLwihjFW .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzsLwihjFW .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzsLwihjFW .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzsLwihjFW .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzsLwihjFW .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-uzsLwihjFW .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzsLwihjFW .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzsLwihjFW .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzsLwihjFW .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzsLwihjFW .offcanvas-body .mbr-text,
  .cid-uzsLwihjFW .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzsLwihjFW .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzsLwihjFW .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzsLwihjFW .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-uzsLwihjFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzsLwihjFW .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzsLwihjFW .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzsLwihjFW .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzsLwihjFW ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzsLwihjFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzsLwihjFW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzsLwihjFW .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzsLwihjFW li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzsLwihjFW .lg_brand {
    margin: 0 1rem;
  }
  .cid-uzsLwihjFW .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzsLwihjFW .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-uzsLwihjFW .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uzsLwihjFW .nav-item {
    margin: 0 !important;
  }
}
.cid-uzsLwihjFW .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uzsLwihjFW .nav-item .nav-link:hover,
.cid-uzsLwihjFW .nav-item .nav-link:focus {
  background-color: #d7ffd4 !important;
  color: #90f188 !important;
}
.cid-uzsLwihjFW .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzsLwihjFW .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzsLwihjFW .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzsLwihjFW .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzsLwihjFW .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzsLwihjFW .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzsLwihjFW .offcanvas_box {
    display: none;
  }
}
.cid-uzsLwihjFW .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzsLwihjFW .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzsLwihjFW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzsLwihjFW .container {
  display: flex;
  margin: auto;
}
.cid-uzsLwihjFW .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzsLwihjFW .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzsLwihjFW .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzsLwihjFW .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzsLwihjFW .navbar-nav {
    margin: 0;
  }
}
.cid-uzsLwihjFW .dropdown-menu,
.cid-uzsLwihjFW .navbar.opened {
  background-color: false !important;
}
.cid-uzsLwihjFW .nav-item:focus,
.cid-uzsLwihjFW .nav-link:focus {
  outline: none;
}
.cid-uzsLwihjFW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzsLwihjFW .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzsLwihjFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzsLwihjFW .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzsLwihjFW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzsLwihjFW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzsLwihjFW .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzsLwihjFW .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzsLwihjFW .navbar.opened {
  transition: all 0.3s;
}
.cid-uzsLwihjFW .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzsLwihjFW .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uzsLwihjFW .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uzsLwihjFW .navbar.collapsed {
  justify-content: center;
}
.cid-uzsLwihjFW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzsLwihjFW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzsLwihjFW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzsLwihjFW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzsLwihjFW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzsLwihjFW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzsLwihjFW .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzsLwihjFW .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzsLwihjFW .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzsLwihjFW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzsLwihjFW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzsLwihjFW .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzsLwihjFW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzsLwihjFW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzsLwihjFW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzsLwihjFW .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzsLwihjFW .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzsLwihjFW .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzsLwihjFW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzsLwihjFW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzsLwihjFW .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzsLwihjFW .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzsLwihjFW .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzsLwihjFW .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzsLwihjFW .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzsLwihjFW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uzsLwihjFW .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzsLwihjFW .dropdown-item.active,
.cid-uzsLwihjFW .dropdown-item:active {
  background-color: transparent;
}
.cid-uzsLwihjFW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uzsLwihjFW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzsLwihjFW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzsLwihjFW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzsLwihjFW ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzsLwihjFW .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzsLwihjFW button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #90f188;
}
.cid-uzsLwihjFW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-uzsLwihjFW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzsLwihjFW button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsLwihjFW button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsLwihjFW button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzsLwihjFW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsLwihjFW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzsLwihjFW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzsLwihjFW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsLwihjFW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzsLwihjFW .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzsLwihjFW .navbar {
    height: 70px;
  }
  .cid-uzsLwihjFW .navbar.opened {
    height: auto;
  }
  .cid-uzsLwihjFW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzsLwihjFW .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uzsLwihjFW .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uzsLwihjFW .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzsLwihjFW .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uzsLwihjFW .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uzsLwihjFW .navbar-caption:hover {
  color: #ea1212;
}
@media (min-width: 992px) {
  .cid-uzsLwihjFW .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzsLwihjFW .text_widget {
  margin-bottom: 32px;
}
.cid-uzsLwihjFW .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzsLwihjFW .text_widget a:hover,
.cid-uzsLwihjFW .text_widget a:focus {
  opacity: .8;
}
.cid-uzsLwihjFW .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uzsLwihjFW .navbar-caption {
  color: #0f1d07;
}
.cid-uzsLwihjFW .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uzsLwihjFW .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzsLwihjFW .navigation-wrapper {
    display: block;
  }
}
.cid-uzsLwihjFW .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uzsLwihjFW .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uzsLwihjFW .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7ffd4;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uzsLwihjFW .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uzsLwihjFW .mbr-section-subtitle,
.cid-uzsLwihjFW .text_widget,
.cid-uzsLwihjFW .mbr-section-btn {
  text-align: center;
}
.cid-uzsLwihjFW a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzsLwjTED5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsLwjTED5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsLwjTED5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsLwjTED5 .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzsLwjTED5 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzsLwjTED5 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsLwjTED5 .container {
    padding: 0 20px;
  }
}
.cid-uzsLwjTED5 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzsLwjTED5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uzsLwjTED5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzsLwjTED5 .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzsLwjTED5 .image-wrapper img {
    height: 350px;
  }
}
.cid-uzsLwjTED5 .mbr-section-title {
  color: #ffffff;
}
.cid-uzsLwjTED5 .mbr-text {
  color: #ffffff;
}
.cid-uzsLwjTED5 .mbr-section-title,
.cid-uzsLwjTED5 .mbr-section-btn {
  color: #000000;
}
.cid-uzsLwjTED5 .mbr-text,
.cid-uzsLwjTED5 .text-wrapper {
  color: #000000;
}
.cid-uzsLwlJn9e {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsLwlJn9e .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsLwlJn9e .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-uzsLwlJn9e .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uzsLwlJn9e .container {
    padding: 0 12px;
  }
}
.cid-uzsLwlJn9e .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzsLwlJn9e .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uzsLwlJn9e .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uzsLwlJn9e .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #d7ffd4;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uzsLwlJn9e .mbr-section-title {
  color: #222222;
}
.cid-uzsLwmz1JW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsLwmz1JW .geometry {
  position: absolute;
}
.cid-uzsLwmz1JW .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-uzsLwmz1JW .geometry_left {
  left: -70px;
}
.cid-uzsLwmz1JW .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-uzsLwmz1JW .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #90f188;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-uzsLwmz1JW .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.cid-uzsLwmz1JW blockquote {
  border-color: #4fd741;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.cid-uzsLwmz1JW blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-uzsLwmz1JW blockquote {
    padding: 2rem 1rem;
  }
  .cid-uzsLwmz1JW .geometry {
    position: absolute;
  }
  .cid-uzsLwmz1JW .geometry__square,
  .cid-uzsLwmz1JW .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .cid-uzsLwmz1JW .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uzsLwmz1JW blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .cid-uzsLwmz1JW .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-uzsLwmz1JW .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzsLwmz1JW blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uzsLwmz1JW .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-uzsLwmz1JW blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-uzsLwngWlM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7ffd4;
}
.cid-uzsLwngWlM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsLwngWlM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsLwngWlM .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uzsLwngWlM .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-uzsLwngWlM .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uzsLwngWlM .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzsLwngWlM img {
  border-radius: 2rem;
}
.cid-uzsLwngWlM .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uzsLwngWlM .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-uzsLwngWlM .mbr-text,
.cid-uzsLwngWlM .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uzsLwo6HOl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsLwo6HOl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsLwo6HOl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsLwo6HOl .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzsLwo6HOl .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzsLwo6HOl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsLwo6HOl .container {
    padding: 0 20px;
  }
}
.cid-uzsLwo6HOl .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uzsLwo6HOl .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzsLwo6HOl .title-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-uzsLwo6HOl .item {
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-uzsLwo6HOl .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uzsLwo6HOl .item .item-wrapper .content-wrap .item-img {
  margin-bottom: 20px;
}
.cid-uzsLwo6HOl .item .item-wrapper .content-wrap .item-img img {
  border-radius: 20px !important;
  object-fit: cover;
  height: 430px;
}
@media (max-width: 992px) {
  .cid-uzsLwo6HOl .item .item-wrapper .content-wrap .item-img img {
    height: 350px;
  }
}
.cid-uzsLwo6HOl .item .item-wrapper .content-wrap .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uzsLwo6HOl .item .item-wrapper .content-wrap .item-content .price-wrapper .item-price {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 20px;
  background-color: #bbf9b5;
}
.cid-uzsLwo6HOl .item .item-wrapper .content-wrap .item-content .item-text {
  opacity: .5;
  margin-bottom: 20px;
}
.cid-uzsLwo6HOl .mbr-section-title {
  color: #0f1d07;
}
.cid-uzsLwo6HOl .item-title {
  color: #0f1d07;
}
.cid-uzsLwo6HOl .item-price {
  color: #0f1d07;
}
.cid-uzsLwo6HOl .item-text {
  color: #0f1d07;
}
.cid-uzsLwpff9G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsLwpff9G .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzsLwpff9G .wrapper {
    padding: 3rem;
  }
}
.cid-uzsLwpff9G .mbr-text {
  line-height: 1.72;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uzsLwpff9G .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzsLwpff9G .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzsLwpff9G .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzsLwq41Pf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsLwq41Pf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsLwq41Pf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsLwq41Pf .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzsLwq41Pf .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzsLwq41Pf .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsLwq41Pf .container {
    padding: 0 20px;
  }
}
.cid-uzsLwq41Pf .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-uzsLwq41Pf .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uzsLwq41Pf .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uzsLwq41Pf .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzsLwq41Pf .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uzsLwq41Pf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzsLwq41Pf .mbr-desc {
  color: #38001b;
}
.cid-uzsLwqWgDK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsLwqWgDK .wrapper {
  background-color: #d7ffd4;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzsLwqWgDK .wrapper {
    padding: 3rem;
  }
}
.cid-uzsLwqWgDK .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uzsLwqWgDK .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzsLwqWgDK .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzsLwqWgDK .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzsLwrIDxw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsLwrIDxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsLwrIDxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsLwrIDxw .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzsLwrIDxw .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzsLwrIDxw .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsLwrIDxw .container {
    padding: 0 20px;
  }
}
.cid-uzsLwrIDxw .row {
  justify-content: center;
}
.cid-uzsLwrIDxw .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #d7ffd4;
}
@media (max-width: 992px) {
  .cid-uzsLwrIDxw .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uzsLwrIDxw .content-wrapper .card {
  justify-content: center;
}
.cid-uzsLwrIDxw .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzsLwrIDxw .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uzsLwrIDxw .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzsLwrIDxw .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzsLwrIDxw .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzsLwrIDxw .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uzsLwrIDxw .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzsLwrIDxw .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzsLwrIDxw .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uzsLwrIDxw .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzsLwrIDxw .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-uzsLwrIDxw .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzsLwrIDxw .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-uzsLwrIDxw .mbr-section-title {
  color: #000000;
}
.cid-uzsLwrIDxw .mbr-text {
  color: #ffffff;
}
.cid-uzsLwrIDxw .mbr-desc {
  color: #0f1d07;
}
.cid-uzsLwrIDxw .mbr-text,
.cid-uzsLwrIDxw .mbr-section-btn {
  color: #38001b;
}
.cid-uzsLwsGHgN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzsLwsGHgN .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uzsLwsGHgN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsLwsGHgN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsLwsGHgN .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uzsLwsGHgN .content-wrap .card {
  justify-content: space-between;
}
.cid-uzsLwsGHgN .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uzsLwsGHgN .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzsLwsGHgN .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzsLwsGHgN .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzsLwsGHgN .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uzsLwsGHgN .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzsLwsGHgN .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uzsLwsGHgN .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uzsLwsGHgN .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzsLwsGHgN .image-wrap {
    padding: 0;
  }
}
.cid-uzsLwsGHgN .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzsLwsGHgN .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uzsLwsGHgN .mbr-section-title {
  color: #150764;
}
.cid-uzsLwsGHgN .mbr-text {
  color: #000000;
}
.cid-uzsLwsGHgN .mbr-section-title,
.cid-uzsLwsGHgN .mbr-section-btn {
  color: #000000;
}
.cid-uzsLwtvtBe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
  overflow: hidden;
}
.cid-uzsLwtvtBe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsLwtvtBe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsLwtvtBe .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uzsLwtvtBe .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uzsLwtvtBe .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uzsLwtvtBe .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uzsLwtvtBe .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uzsLwtvtBe .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uzsLwtvtBe .mbr-section-head {
  width: 100%;
}
.cid-uzsLwtvtBe .mbr-section-title {
  color: #212428;
}
@media (max-width: 767px) {
  .cid-uzsLwtvtBe .mbr-section-title {
    text-align: center;
  }
}
.cid-uzsLwtvtBe .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uzsLwtvtBe .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uzsLwtvtBe .card-row {
  align-items: stretch;
}
.cid-uzsLwtvtBe .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uzsLwtvtBe .item {
    margin-top: 30px;
  }
}
.cid-uzsLwtvtBe .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #d7ffd4, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uzsLwtvtBe .item-wrapper {
    padding: 20px;
  }
}
.cid-uzsLwtvtBe .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uzsLwtvtBe .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uzsLwtvtBe .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #d7ffd4, #d7ffd4);
  opacity: 0;
  transition: .4s all;
}
.cid-uzsLwtvtBe .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uzsLwtvtBe .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uzsLwtvtBe .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uzsLwtvtBe .card-title {
  position: relative;
  z-index: 5;
  color: #38001b;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uzsLwtvtBe .card-title {
    margin-bottom: 10px;
  }
}
.cid-uzsLwtvtBe .card-text {
  position: relative;
  z-index: 5;
  color: #212428;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzsLwtvtBe .card-text a {
  transition: .4s all;
}
.cid-uzsLwtvtBe .card-text a:hover {
  color: #ea1212 !important;
}
.cid-uzsLwuuhXc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsLwuuhXc .card-heading {
  color: #000000;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-uzsLwuuhXc .p {
  color: #000000;
  padding-bottom: 16px;
}
.cid-uzsLwuuhXc .row {
  justify-content: center;
}
.cid-uzsLwuuhXc a {
  font-weight: 400 !important;
}
.cid-uzsLwuuhXc a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-uzsLwvqtXR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsLwvqtXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsLwvqtXR .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-uzsLwvqtXR .container {
    padding: 0 30px;
  }
}
.cid-uzsLwvqtXR .row {
  justify-content: center;
}
.cid-uzsLwvqtXR .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzsLwvqtXR .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzsLwvqtXR .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #38001b;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uzsLwvqtXR .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uzsLwvqtXR .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uzsLwvqtXR .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzsLwvqtXR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzsLwvqtXR .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #38001b;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uzsLwvqtXR .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uzsLwvqtXR .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uzsLwvqtXR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzsLwvqtXR .mbr-section-title {
  color: #000000;
}
.cid-uzsLwvqtXR .panel-title-edit {
  color: #000000;
}
.cid-uzsLwvqtXR .panel-text {
  color: #144031;
}
.cid-uzsLwwx0he {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsLwwx0he .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsLwwx0he .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-uzsLwwx0he .container {
    padding: 0 20px;
  }
}
.cid-uzsLwwx0he .row {
  margin: 0;
}
.cid-uzsLwwx0he .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzsLwwx0he .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzsLwwx0he .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uzsLwwx0he .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzsLwwx0he .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzsLwwx0he .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzsLwwx0he .mbr-section-title {
  color: #ffffff;
}
.cid-uzsLwxqfFY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsLwxqfFY .wrapper {
  background-color: #d7ffd4;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzsLwxqfFY .wrapper {
    padding: 3rem;
  }
}
.cid-uzsLwxqfFY .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uzsLwxqfFY .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzsLwxqfFY .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzsLwxqfFY .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzsLwyh3fc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsLwyh3fc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsLwyh3fc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsLwyh3fc .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uzsLwyh3fc .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uzsLwyh3fc .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsLwyh3fc .container {
    padding: 0 20px;
  }
}
.cid-uzsLwyh3fc .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uzsLwyh3fc .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uzsLwyh3fc .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uzsLwyh3fc .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uzsLwyh3fc .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzsLwyh3fc .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uzsLwyh3fc .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uzsLwyh3fc .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uzsLwyh3fc .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uzsLwyh3fc .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzsLwyh3fc .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uzsLwyh3fc .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uzsLwyh3fc .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #d7ffd4;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uzsLwyh3fc .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uzsLwyh3fc .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uzsLwyh3fc .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uzsLwyh3fc .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uzsLwyh3fc .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uzsLwyh3fc .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uzsLwyh3fc .mbr-desc {
  color: #000000;
}
.cid-uzsLwyh3fc .panel-number {
  color: #000000;
}
.cid-uzsLwyh3fc .panel-title-edit {
  color: #000000;
}
.cid-uzsLwyh3fc .panel-text {
  color: #000000;
}
.cid-uzsLwzsuDX {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzsLwzsuDX .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzsLwzsuDX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzsLwzsuDX .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-uzsLwzsuDX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzsLwzsuDX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzsLwArKY8 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uzsLwArKY8 .content {
    text-align: center;
  }
  .cid-uzsLwArKY8 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzsLwArKY8 .logo-subtitle {
  color: #8d97ad;
}
.cid-uzsLwArKY8 .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzsLwArKY8 .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzsLwArKY8 .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzsLwArKY8 .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uzsLwArKY8 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzsLwArKY8 .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uzsLwArKY8 .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-uzsLwArKY8 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzsLwArKY8 .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzsLwArKY8 .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzsLwArKY8 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzsLwArKY8 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzsLwArKY8 .list-item {
  display: flex;
}
.cid-uzsLwArKY8 .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uzsLwArKY8 ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzsLwArKY8 ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uzsLwArKY8 ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uzsLwArKY8 P {
  text-align: left;
}
.cid-uzsJ03PB3Z {
  background-color: transparent;
}
.cid-uzsJ03PB3Z .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-uzsJ03PB3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-uzsJ03PB3Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uzsJ03PB3Z .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uzsJ03PB3Z .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uzsJ03PB3Z .menu_box .navbar.opened,
  .cid-uzsJ03PB3Z .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-uzsJ03PB3Z .navbar-dropdown {
  position: relative !important;
}
.cid-uzsJ03PB3Z .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uzsJ03PB3Z .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uzsJ03PB3Z .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uzsJ03PB3Z .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uzsJ03PB3Z .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uzsJ03PB3Z .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-uzsJ03PB3Z .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uzsJ03PB3Z .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uzsJ03PB3Z .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uzsJ03PB3Z .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uzsJ03PB3Z .offcanvas-body .mbr-text,
  .cid-uzsJ03PB3Z .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uzsJ03PB3Z .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uzsJ03PB3Z .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uzsJ03PB3Z .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-uzsJ03PB3Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uzsJ03PB3Z .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uzsJ03PB3Z .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uzsJ03PB3Z .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uzsJ03PB3Z ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uzsJ03PB3Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzsJ03PB3Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uzsJ03PB3Z .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uzsJ03PB3Z li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uzsJ03PB3Z .lg_brand {
    margin: 0 1rem;
  }
  .cid-uzsJ03PB3Z .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uzsJ03PB3Z .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-uzsJ03PB3Z .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uzsJ03PB3Z .nav-item {
    margin: 0 !important;
  }
}
.cid-uzsJ03PB3Z .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uzsJ03PB3Z .nav-item .nav-link:hover,
.cid-uzsJ03PB3Z .nav-item .nav-link:focus {
  background-color: #d7ffd4 !important;
  color: #90f188 !important;
}
.cid-uzsJ03PB3Z .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uzsJ03PB3Z .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uzsJ03PB3Z .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uzsJ03PB3Z .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uzsJ03PB3Z .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-uzsJ03PB3Z .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uzsJ03PB3Z .offcanvas_box {
    display: none;
  }
}
.cid-uzsJ03PB3Z .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uzsJ03PB3Z .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uzsJ03PB3Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uzsJ03PB3Z .container {
  display: flex;
  margin: auto;
}
.cid-uzsJ03PB3Z .iconfont-wrapper {
  color: #0f1d07;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-uzsJ03PB3Z .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uzsJ03PB3Z .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uzsJ03PB3Z .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uzsJ03PB3Z .navbar-nav {
    margin: 0;
  }
}
.cid-uzsJ03PB3Z .dropdown-menu,
.cid-uzsJ03PB3Z .navbar.opened {
  background-color: false !important;
}
.cid-uzsJ03PB3Z .nav-item:focus,
.cid-uzsJ03PB3Z .nav-link:focus {
  outline: none;
}
.cid-uzsJ03PB3Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uzsJ03PB3Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uzsJ03PB3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uzsJ03PB3Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uzsJ03PB3Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uzsJ03PB3Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uzsJ03PB3Z .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uzsJ03PB3Z .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uzsJ03PB3Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uzsJ03PB3Z .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uzsJ03PB3Z .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uzsJ03PB3Z .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uzsJ03PB3Z .navbar.collapsed {
  justify-content: center;
}
.cid-uzsJ03PB3Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uzsJ03PB3Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uzsJ03PB3Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uzsJ03PB3Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uzsJ03PB3Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uzsJ03PB3Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uzsJ03PB3Z .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uzsJ03PB3Z .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uzsJ03PB3Z .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uzsJ03PB3Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uzsJ03PB3Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uzsJ03PB3Z .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uzsJ03PB3Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uzsJ03PB3Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uzsJ03PB3Z .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uzsJ03PB3Z .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uzsJ03PB3Z .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uzsJ03PB3Z .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uzsJ03PB3Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uzsJ03PB3Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uzsJ03PB3Z .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uzsJ03PB3Z .navbar.navbar-short {
  min-height: 60px;
}
.cid-uzsJ03PB3Z .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uzsJ03PB3Z .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uzsJ03PB3Z .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uzsJ03PB3Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uzsJ03PB3Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uzsJ03PB3Z .dropdown-item.active,
.cid-uzsJ03PB3Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uzsJ03PB3Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uzsJ03PB3Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uzsJ03PB3Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uzsJ03PB3Z .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uzsJ03PB3Z ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uzsJ03PB3Z .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uzsJ03PB3Z button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #90f188;
}
.cid-uzsJ03PB3Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-uzsJ03PB3Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uzsJ03PB3Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsJ03PB3Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uzsJ03PB3Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uzsJ03PB3Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsJ03PB3Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uzsJ03PB3Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uzsJ03PB3Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uzsJ03PB3Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uzsJ03PB3Z .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uzsJ03PB3Z .navbar {
    height: 70px;
  }
  .cid-uzsJ03PB3Z .navbar.opened {
    height: auto;
  }
  .cid-uzsJ03PB3Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uzsJ03PB3Z .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uzsJ03PB3Z .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uzsJ03PB3Z .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uzsJ03PB3Z .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uzsJ03PB3Z .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uzsJ03PB3Z .navbar-caption:hover {
  color: #ea1212;
}
@media (min-width: 992px) {
  .cid-uzsJ03PB3Z .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uzsJ03PB3Z .text_widget {
  margin-bottom: 32px;
}
.cid-uzsJ03PB3Z .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uzsJ03PB3Z .text_widget a:hover,
.cid-uzsJ03PB3Z .text_widget a:focus {
  opacity: .8;
}
.cid-uzsJ03PB3Z .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uzsJ03PB3Z .navbar-caption {
  color: #0f1d07;
}
.cid-uzsJ03PB3Z .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uzsJ03PB3Z .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uzsJ03PB3Z .navigation-wrapper {
    display: block;
  }
}
.cid-uzsJ03PB3Z .navigation-wrapper .navbar-nav.nav-dropdown {
  position: relative;
  display: -webkit-inline-flex;
  width: fit-content;
  padding: 7px;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uzsJ03PB3Z .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uzsJ03PB3Z .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #d7ffd4;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uzsJ03PB3Z .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uzsJ03PB3Z .mbr-section-subtitle,
.cid-uzsJ03PB3Z .text_widget,
.cid-uzsJ03PB3Z .mbr-section-btn {
  text-align: center;
}
.cid-uzsJ03PB3Z a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uzsJ05cMet {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsJ05cMet .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsJ05cMet .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsJ05cMet .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzsJ05cMet .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzsJ05cMet .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsJ05cMet .container {
    padding: 0 20px;
  }
}
.cid-uzsJ05cMet .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uzsJ05cMet .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uzsJ05cMet .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uzsJ05cMet .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzsJ05cMet .image-wrapper img {
    height: 350px;
  }
}
.cid-uzsJ05cMet .mbr-section-title {
  color: #ffffff;
}
.cid-uzsJ05cMet .mbr-text {
  color: #ffffff;
}
.cid-uzsJ05cMet .mbr-section-title,
.cid-uzsJ05cMet .mbr-section-btn {
  color: #000000;
}
.cid-uzsJ05cMet .mbr-text,
.cid-uzsJ05cMet .text-wrapper {
  color: #000000;
}
.cid-uzsJ06a11z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsJ06a11z .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsJ06a11z .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-uzsJ06a11z .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uzsJ06a11z .container {
    padding: 0 12px;
  }
}
.cid-uzsJ06a11z .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uzsJ06a11z .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uzsJ06a11z .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uzsJ06a11z .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #d7ffd4;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uzsJ06a11z .mbr-section-title {
  color: #222222;
}
.cid-uzsJ06YAnH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsJ06YAnH .geometry {
  position: absolute;
}
.cid-uzsJ06YAnH .geometry__triangle {
  width: 128px;
  height: 88px;
}
.cid-uzsJ06YAnH .geometry_left {
  left: -70px;
}
.cid-uzsJ06YAnH .geometry__square {
  width: 88px;
  height: 88px;
  border-radius: 100px;
  border: 2px solid #0b2b5c;
  padding: -1rem;
  z-index: 1;
  position: absolute;
}
.cid-uzsJ06YAnH .geometry__square-bg {
  position: absolute;
  width: 88px;
  height: 88px;
  background: #90f188;
  border-radius: 100px;
  margin: 0.5rem;
}
.cid-uzsJ06YAnH .geometry_bottom-left {
  left: 140px;
  bottom: 40px;
}
.cid-uzsJ06YAnH blockquote {
  border-color: #4fd741;
  border-radius: 34px;
  margin: 0;
  background-color: #ffffff;
}
.cid-uzsJ06YAnH blockquote h5 {
  font-weight: 300;
}
@media (max-width: 992px) {
  .cid-uzsJ06YAnH blockquote {
    padding: 2rem 1rem;
  }
  .cid-uzsJ06YAnH .geometry {
    position: absolute;
  }
  .cid-uzsJ06YAnH .geometry__square,
  .cid-uzsJ06YAnH .geometry__square-bg {
    width: 66px;
    height: 66px;
  }
  .cid-uzsJ06YAnH .geometry_bottom-left {
    left: 140px;
    bottom: 40px;
  }
}
@media (min-width: 992px) {
  .cid-uzsJ06YAnH blockquote {
    padding: 3rem;
  }
}
@media (max-width: 1400px) {
  .cid-uzsJ06YAnH .box-shadow {
    padding: 3rem 10rem;
  }
}
@media (max-width: 1200px) {
  .cid-uzsJ06YAnH .box-shadow {
    padding: 3rem 5rem;
  }
}
@media (max-width: 767px) {
  .cid-uzsJ06YAnH blockquote {
    padding: 2rem 1rem;
  }
}
@media (min-width: 768px) {
  .cid-uzsJ06YAnH .geometry__square-bg {
    transition: transform .3s;
    transform-origin: 0 60px;
  }
  .cid-uzsJ06YAnH blockquote:hover .geometry__square-bg {
    transform: rotate(-40deg) scale(0.9);
  }
}
.cid-uzsJ07OD0v {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #d7ffd4;
}
.cid-uzsJ07OD0v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsJ07OD0v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsJ07OD0v .arrow {
  font-size: 3rem;
  color: #ae42c8;
  animation-duration: 1s;
  animation-name: slidein;
  animation-iteration-count: infinite;
  display: block;
}
.cid-uzsJ07OD0v .arrow-col {
  overflow: hidden;
  margin-top: 5rem;
}
.cid-uzsJ07OD0v .row {
  align-items: center;
}
@media (min-width: 992px) {
  .cid-uzsJ07OD0v .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uzsJ07OD0v img {
  border-radius: 2rem;
}
.cid-uzsJ07OD0v .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uzsJ07OD0v .mbr-section-subtitle {
  text-align: center;
  color: #353535;
}
.cid-uzsJ07OD0v .mbr-text,
.cid-uzsJ07OD0v .mbr-section-btn {
  color: #000000;
}
@keyframes slidein {
  0% {
    transform: translateY(-50px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(50px);
  }
}
.cid-uzsJ08K1lx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsJ08K1lx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsJ08K1lx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsJ08K1lx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzsJ08K1lx .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzsJ08K1lx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsJ08K1lx .container {
    padding: 0 20px;
  }
}
.cid-uzsJ08K1lx .row {
  justify-content: center;
  margin: 0 -12px;
}
.cid-uzsJ08K1lx .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uzsJ08K1lx .title-wrapper .mbr-section-title {
    margin-bottom: 0;
  }
}
.cid-uzsJ08K1lx .item {
  padding: 0 12px;
  margin-bottom: 40px;
}
.cid-uzsJ08K1lx .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-uzsJ08K1lx .item .item-wrapper .content-wrap .item-img {
  margin-bottom: 20px;
}
.cid-uzsJ08K1lx .item .item-wrapper .content-wrap .item-img img {
  border-radius: 20px !important;
  object-fit: cover;
  height: 430px;
}
@media (max-width: 992px) {
  .cid-uzsJ08K1lx .item .item-wrapper .content-wrap .item-img img {
    height: 350px;
  }
}
.cid-uzsJ08K1lx .item .item-wrapper .content-wrap .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uzsJ08K1lx .item .item-wrapper .content-wrap .item-content .price-wrapper .item-price {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 20px;
  background-color: #bbf9b5;
}
.cid-uzsJ08K1lx .item .item-wrapper .content-wrap .item-content .item-text {
  opacity: .5;
  margin-bottom: 20px;
}
.cid-uzsJ08K1lx .mbr-section-title {
  color: #0f1d07;
}
.cid-uzsJ08K1lx .item-title {
  color: #0f1d07;
}
.cid-uzsJ08K1lx .item-price {
  color: #0f1d07;
}
.cid-uzsJ08K1lx .item-text {
  color: #0f1d07;
}
.cid-uzsJ09TG0H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsJ09TG0H .wrapper {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzsJ09TG0H .wrapper {
    padding: 3rem;
  }
}
.cid-uzsJ09TG0H .mbr-text {
  line-height: 1.72;
  color: #000000;
}
@media (max-width: 767px) {
  .cid-uzsJ09TG0H .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzsJ09TG0H .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzsJ09TG0H .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzsJ0aOJKi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsJ0aOJKi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsJ0aOJKi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsJ0aOJKi .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzsJ0aOJKi .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzsJ0aOJKi .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsJ0aOJKi .container {
    padding: 0 20px;
  }
}
.cid-uzsJ0aOJKi .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-uzsJ0aOJKi .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uzsJ0aOJKi .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uzsJ0aOJKi .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzsJ0aOJKi .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uzsJ0aOJKi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uzsJ0aOJKi .mbr-desc {
  color: #38001b;
}
.cid-uzsJ0bLObN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsJ0bLObN .wrapper {
  background-color: #d7ffd4;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzsJ0bLObN .wrapper {
    padding: 3rem;
  }
}
.cid-uzsJ0bLObN .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uzsJ0bLObN .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzsJ0bLObN .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzsJ0bLObN .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzsJ0cAPfj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsJ0cAPfj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsJ0cAPfj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsJ0cAPfj .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uzsJ0cAPfj .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uzsJ0cAPfj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsJ0cAPfj .container {
    padding: 0 20px;
  }
}
.cid-uzsJ0cAPfj .row {
  justify-content: center;
}
.cid-uzsJ0cAPfj .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #d7ffd4;
}
@media (max-width: 992px) {
  .cid-uzsJ0cAPfj .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uzsJ0cAPfj .content-wrapper .card {
  justify-content: center;
}
.cid-uzsJ0cAPfj .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uzsJ0cAPfj .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uzsJ0cAPfj .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uzsJ0cAPfj .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uzsJ0cAPfj .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uzsJ0cAPfj .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uzsJ0cAPfj .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uzsJ0cAPfj .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzsJ0cAPfj .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uzsJ0cAPfj .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uzsJ0cAPfj .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-uzsJ0cAPfj .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uzsJ0cAPfj .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-uzsJ0cAPfj .mbr-section-title {
  color: #000000;
}
.cid-uzsJ0cAPfj .mbr-text {
  color: #ffffff;
}
.cid-uzsJ0cAPfj .mbr-desc {
  color: #0f1d07;
}
.cid-uzsJ0cAPfj .mbr-text,
.cid-uzsJ0cAPfj .mbr-section-btn {
  color: #38001b;
}
.cid-uzsJ0dwEkL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-uzsJ0dwEkL .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #150764;
}
.cid-uzsJ0dwEkL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsJ0dwEkL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsJ0dwEkL .content-wrap {
  align-items: center;
  justify-content: space-between;
}
.cid-uzsJ0dwEkL .content-wrap .card {
  justify-content: space-between;
}
.cid-uzsJ0dwEkL .content-wrapper {
  padding: 0 28px 0 120px;
}
@media (max-width: 1640px) {
  .cid-uzsJ0dwEkL .content-wrapper {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzsJ0dwEkL .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uzsJ0dwEkL .content-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uzsJ0dwEkL .content-wrapper .mbr-section-title {
    margin-bottom: 16px;
  }
}
.cid-uzsJ0dwEkL .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 22px;
}
@media (max-width: 992px) {
  .cid-uzsJ0dwEkL .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 16px;
  }
}
.cid-uzsJ0dwEkL .image-wrap {
  padding: 0 120px 0 28px;
}
@media (max-width: 1640px) {
  .cid-uzsJ0dwEkL .image-wrap {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uzsJ0dwEkL .image-wrap {
    padding: 0;
  }
}
.cid-uzsJ0dwEkL .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uzsJ0dwEkL .image-wrap img {
    height: 350px;
    object-fit: cover;
  }
}
.cid-uzsJ0dwEkL .mbr-section-title {
  color: #150764;
}
.cid-uzsJ0dwEkL .mbr-text {
  color: #000000;
}
.cid-uzsJ0dwEkL .mbr-section-title,
.cid-uzsJ0dwEkL .mbr-section-btn {
  color: #000000;
}
.cid-uzsJ0es1Wu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
  overflow: hidden;
}
.cid-uzsJ0es1Wu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsJ0es1Wu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsJ0es1Wu .container {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 1599px) {
  .cid-uzsJ0es1Wu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.cid-uzsJ0es1Wu .row {
  margin-left: -25px;
  margin-right: -25px;
  justify-content: flex-start;
}
.cid-uzsJ0es1Wu .row > [class*="col"] {
  padding-left: 25px;
  padding-right: 25px;
}
@media (max-width: 1599px) {
  .cid-uzsJ0es1Wu .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .cid-uzsJ0es1Wu .row > [class*="col"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cid-uzsJ0es1Wu .mbr-section-head {
  width: 100%;
}
.cid-uzsJ0es1Wu .mbr-section-title {
  color: #212428;
}
@media (max-width: 767px) {
  .cid-uzsJ0es1Wu .mbr-section-title {
    text-align: center;
  }
}
.cid-uzsJ0es1Wu .mbr-section-subtitle {
  color: #212428;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uzsJ0es1Wu .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uzsJ0es1Wu .card-row {
  align-items: stretch;
}
.cid-uzsJ0es1Wu .item {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .cid-uzsJ0es1Wu .item {
    margin-top: 30px;
  }
}
.cid-uzsJ0es1Wu .item-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 20px;
  overflow: hidden;
  background: linear-gradient(145deg, #d7ffd4, #ffffff);
  box-shadow: 10px 10px 19px #191b1f, -10px -10px 19px #23272b;
}
@media (max-width: 575px) {
  .cid-uzsJ0es1Wu .item-wrapper {
    padding: 20px;
  }
}
.cid-uzsJ0es1Wu .item-wrapper:hover .card-bg {
  opacity: 1;
}
.cid-uzsJ0es1Wu .item-wrapper:hover .item-img img {
  transform: scale(1.1);
}
.cid-uzsJ0es1Wu .card-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 19px;
  background: linear-gradient(to right bottom, #d7ffd4, #d7ffd4);
  opacity: 0;
  transition: .4s all;
}
.cid-uzsJ0es1Wu .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uzsJ0es1Wu .item-img img {
  width: 100%;
  aspect-ratio: 1.77777778;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uzsJ0es1Wu .card-box {
  position: relative;
  z-index: 5;
  padding-top: 18px;
}
.cid-uzsJ0es1Wu .card-title {
  position: relative;
  z-index: 5;
  color: #38001b;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cid-uzsJ0es1Wu .card-title {
    margin-bottom: 10px;
  }
}
.cid-uzsJ0es1Wu .card-text {
  position: relative;
  z-index: 5;
  color: #212428;
  margin-bottom: 0;
  text-align: left;
}
.cid-uzsJ0es1Wu .card-text a {
  transition: .4s all;
}
.cid-uzsJ0es1Wu .card-text a:hover {
  color: #ea1212 !important;
}
.cid-uzsJ0fvNnb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsJ0fvNnb .card-heading {
  color: #000000;
  font-size: 60px;
  line-height: 1.1;
  margin-bottom: 15px;
}
.cid-uzsJ0fvNnb .p {
  color: #000000;
  padding-bottom: 16px;
}
.cid-uzsJ0fvNnb .row {
  justify-content: center;
}
.cid-uzsJ0fvNnb a {
  font-weight: 400 !important;
}
.cid-uzsJ0fvNnb a.text-danger:hover {
  color: #E5BE8A !important;
}
.cid-uzsJ0hQW1V {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #d7ffd4;
}
.cid-uzsJ0hQW1V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsJ0hQW1V .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-uzsJ0hQW1V .container {
    padding: 0 30px;
  }
}
.cid-uzsJ0hQW1V .row {
  justify-content: center;
}
.cid-uzsJ0hQW1V .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uzsJ0hQW1V .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uzsJ0hQW1V .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #38001b;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-uzsJ0hQW1V .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-uzsJ0hQW1V .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uzsJ0hQW1V .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uzsJ0hQW1V .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uzsJ0hQW1V .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #c7fcb5;
  background-color: #38001b;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-uzsJ0hQW1V .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uzsJ0hQW1V .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-uzsJ0hQW1V .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uzsJ0hQW1V .mbr-section-title {
  color: #000000;
}
.cid-uzsJ0hQW1V .panel-title-edit {
  color: #000000;
}
.cid-uzsJ0hQW1V .panel-text {
  color: #144031;
}
.cid-uzsJ0jkpT2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsJ0jkpT2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsJ0jkpT2 .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-uzsJ0jkpT2 .container {
    padding: 0 20px;
  }
}
.cid-uzsJ0jkpT2 .row {
  margin: 0;
}
.cid-uzsJ0jkpT2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uzsJ0jkpT2 .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uzsJ0jkpT2 .video-block .video-wrapper .app-video-wrapper::before {
  color: #000000;
  text-shadow: none;
}
.cid-uzsJ0jkpT2 .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uzsJ0jkpT2 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uzsJ0jkpT2 .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uzsJ0jkpT2 .mbr-section-title {
  color: #ffffff;
}
.cid-uzsJ0kJm3d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsJ0kJm3d .wrapper {
  background-color: #d7ffd4;
  border-radius: 10px;
  padding: 1rem;
}
@media (min-width: 992px) {
  .cid-uzsJ0kJm3d .wrapper {
    padding: 3rem;
  }
}
.cid-uzsJ0kJm3d .mbr-text {
  line-height: 1.72;
}
@media (max-width: 767px) {
  .cid-uzsJ0kJm3d .mbr-section-subtitle {
    margin-bottom: 0.75rem;
  }
}
.cid-uzsJ0kJm3d .mbr-section-title {
  margin: 0;
  margin-bottom: 3rem;
}
@media (max-width: 992px) {
  .cid-uzsJ0kJm3d .mbr-section-title {
    margin-bottom: 2rem;
  }
}
.cid-uzsJ0lVdEU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uzsJ0lVdEU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uzsJ0lVdEU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uzsJ0lVdEU .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uzsJ0lVdEU .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uzsJ0lVdEU .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uzsJ0lVdEU .container {
    padding: 0 20px;
  }
}
.cid-uzsJ0lVdEU .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uzsJ0lVdEU .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uzsJ0lVdEU .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-uzsJ0lVdEU .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uzsJ0lVdEU .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uzsJ0lVdEU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uzsJ0lVdEU .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uzsJ0lVdEU .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uzsJ0lVdEU .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uzsJ0lVdEU .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uzsJ0lVdEU .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uzsJ0lVdEU .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uzsJ0lVdEU .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  min-width: 55px;
  background-color: #d7ffd4;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uzsJ0lVdEU .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 16px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-uzsJ0lVdEU .panel-group .card .card-header .panel-title .icon-wrapper::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  transform: scale(0);
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-uzsJ0lVdEU .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uzsJ0lVdEU .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uzsJ0lVdEU .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uzsJ0lVdEU .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uzsJ0lVdEU .mbr-desc {
  color: #000000;
}
.cid-uzsJ0lVdEU .panel-number {
  color: #000000;
}
.cid-uzsJ0lVdEU .panel-title-edit {
  color: #000000;
}
.cid-uzsJ0lVdEU .panel-text {
  color: #000000;
}
.cid-uzsJ0njGsj {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-uzsJ0njGsj .google-map {
  height: 30rem;
  position: relative;
}
.cid-uzsJ0njGsj .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-uzsJ0njGsj .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-uzsJ0njGsj .google-map[data-state] {
  background: #e9e5dc;
}
.cid-uzsJ0njGsj .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uzsJ0oypAP {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-uzsJ0oypAP .content {
    text-align: center;
  }
  .cid-uzsJ0oypAP .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-uzsJ0oypAP .logo-subtitle {
  color: #8d97ad;
}
.cid-uzsJ0oypAP .media-wrap {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uzsJ0oypAP .media-wrap {
    margin-bottom: 1rem;
  }
}
.cid-uzsJ0oypAP .media-wrap .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-uzsJ0oypAP .media-wrap img {
  height: 6rem;
  display: inline-block;
  width: auto;
}
@media (max-width: 767px) {
  .cid-uzsJ0oypAP .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-uzsJ0oypAP .footer-lower hr {
  margin: 1rem 0;
  border-color: #efefef;
  opacity: .05;
}
.cid-uzsJ0oypAP .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-uzsJ0oypAP .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-uzsJ0oypAP .footer-lower .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-uzsJ0oypAP .footer-lower .social-list a {
  margin: 0;
  opacity: .5;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-uzsJ0oypAP .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-uzsJ0oypAP .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uzsJ0oypAP .list-item {
  display: flex;
}
.cid-uzsJ0oypAP .list-item .mbr-iconfont {
  padding-right: 1rem;
  font-size: 24px;
  color: #188ef4;
}
.cid-uzsJ0oypAP ul.list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cid-uzsJ0oypAP ul.list li {
  display: flex;
  word-break: break-all;
}
.cid-uzsJ0oypAP ul.list li::before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  padding-right: .5rem;
}
.cid-uzsJ0oypAP P {
  text-align: left;
}
