.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: 5.2rem;
  line-height: .92;
}
.display-1 > .mbr-iconfont {
  font-size: 6.5rem;
}
.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.2rem;
  line-height: 1;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.2rem;
  line-height: 1.15;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- 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: 4.16rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.64rem;
    font-size: calc( 2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4699999999999998rem + (5.2 - 2.4699999999999998) * ((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: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((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: #f7036a !important;
}
.bg-success {
  background-color: #b488f1 !important;
}
.bg-info {
  background-color: #f3f3e9 !important;
}
.bg-warning {
  background-color: #fd589e !important;
}
.bg-danger {
  background-color: #38001b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f7036a !important;
  border-color: #f7036a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #fc3187 !important;
  border-color: #fc3187 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #fc3187 !important;
  border-color: #fc3187 !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: #38001b !important;
  border-color: #38001b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #6b0034 !important;
  border-color: #6b0034 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #6b0034 !important;
  border-color: #6b0034 !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: #f7036a;
  color: #f7036a;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #a10245 !important;
  background-color: transparent !important;
  border-color: #a10245 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f7036a !important;
  border-color: #f7036a !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: #38001b;
  color: #38001b;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #38001b !important;
  border-color: #38001b !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: #f7036a !important;
}
.text-secondary {
  color: #90f188 !important;
}
.text-success {
  color: #b488f1 !important;
}
.text-info {
  color: #f3f3e9 !important;
}
.text-warning {
  color: #fd589e !important;
}
.text-danger {
  color: #38001b !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #92023f !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: #000000 !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: #f7036a;
}
.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: #38001b;
}
.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: #f7036a;
  border-color: #f7036a;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f7036a;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fec8df;
}
.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: #ff1f8b;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.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: #f7036a !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #f7036a;
}
/* 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: #f7036a;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f7036a;
}
.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: #f7036a;
  border-bottom-color: #f7036a;
}
.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: #f7036a !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='%23f7036a' %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: #f7036a !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: #f7036a !important;
}
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  color: #f7036a !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: #f7036a !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: #38001b !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: #38001b !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: #f7036a !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: #f7036a !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: #f7036a !important;
}
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  color: #38001b !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: #38001b !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: #38001b !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: #f7036a !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: #f7036a !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: #f7036a !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: #f7036a !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: #f7036a !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: #38001b !important;
  color: #f7036a !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;
  z-index: 1000;
  width: 100%;
}
.cid-u37oHZbbSu .navbar-dropdown {
  background: #bbf9b5 !important;
  padding: 0;
}
.cid-u37oHZbbSu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbf9b5 !important;
  background: #bbf9b5;
}
.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: #bbf9b5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-u37oHZbbSu nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.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: #0f1d07 !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: true !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 {
  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: #bbf9b5;
  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: #f7036a;
}
@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: #ffffff;
  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: 11rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.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-uSmJdJtuQ2 {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSmJdJtuQ2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmJdJtuQ2 .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-uSmJdJtuQ2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSmJdJtuQ2 .container {
    padding: 0 12px;
  }
}
.cid-uSmJdJtuQ2 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSmJdJtuQ2 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uSmJdJtuQ2 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uSmJdJtuQ2 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #bbf9b5;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uSmJdJtuQ2 .mbr-section-title {
  color: #222222;
}
.cid-uSmJp73NRW {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmJp73NRW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmJp73NRW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmJp73NRW .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSmJp73NRW .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSmJp73NRW .container {
    padding: 0 12px;
  }
}
.cid-uSmJp73NRW .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSmJp73NRW .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSmJp73NRW .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmJp73NRW .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uSmJp73NRW .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSmJp73NRW .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uSmJp73NRW .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uSmJp73NRW .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uSmJp73NRW .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uSmJp73NRW .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uSmJp73NRW .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSmJp73NRW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSmJp73NRW .mbr-section-subtitle {
  color: #222222;
}
.cid-uSmJp73NRW .mbr-text {
  color: #222222;
}
.cid-uSmJp73NRW .list {
  color: #222222;
}
.cid-uSmJysmXxy {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/astra-fertility-homepage-slider.jpg-1920x1080.jpg");
}
@media (max-width: 1000px) {
  .cid-uSmJysmXxy {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uSmJysmXxy {
    padding-top: 1.8rem;
    padding-bottom: 2.1rem;
  }
}
.cid-uSmJysmXxy .mbr-section-subtitle {
  text-align: left;
}
.cid-uSmJysmXxy .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uSmJysmXxy .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-u37oLeBWPO {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.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: #ffffff;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-u37oLeBWPO .content-wrapper .card {
  justify-content: center;
}
.cid-u37oLeBWPO .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-u37oLeBWPO .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-u37oLeBWPO .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-u37oLeBWPO .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-u37oLeBWPO .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-u37oLeBWPO .content-wrapper .content-wrap .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 40px;
  background-color: #90f188;
}
.cid-u37oLeBWPO .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u37oLeBWPO .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-u37oLeBWPO .mbr-section-title {
  color: #000000;
}
.cid-u37oLeBWPO .mbr-text {
  color: #ffffff;
}
.cid-u37oLeBWPO .mbr-desc {
  color: #0f1d07;
}
.cid-u37oLeBWPO .mbr-text,
.cid-u37oLeBWPO .mbr-section-btn {
  color: #000000;
}
.cid-uSmJDfUkIq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uSmJDfUkIq {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uSmJDfUkIq {
    padding-top: 1.5rem;
    padding-bottom: 0.6rem;
  }
}
.cid-uSmJDfUkIq .mbr-section-subtitle {
  text-align: left;
}
.cid-uSmJDfUkIq .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uSmJDfUkIq .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-u37oITaW5k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-u37oITaW5k .mbr-fallback-image.disabled {
  display: none;
}
.cid-u37oITaW5k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u37oITaW5k .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37oITaW5k .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37oITaW5k .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37oITaW5k .container {
    padding: 0 20px;
  }
}
.cid-u37oITaW5k .row {
  justify-content: center;
}
.cid-u37oITaW5k .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u37oITaW5k .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-u37oITaW5k .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-u37oITaW5k .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-u37oITaW5k .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-u37oITaW5k .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-u37oITaW5k .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-u37oITaW5k .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-u37oITaW5k .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #38001b;
  display: inline-flex;
}
.cid-u37oITaW5k .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #38001b;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-u37oITaW5k .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-u37oITaW5k .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-u37oITaW5k .mbr-section-title {
  color: #38001b;
}
.cid-u37oITaW5k .mbr-text {
  color: #38001b;
}
.cid-u37oITaW5k .item-title {
  color: #38001b;
}
.cid-u37oITaW5k .item-text {
  color: #38001b;
  text-align: right;
}
.cid-u37oITaW5k .item-title,
.cid-u37oITaW5k .icon-wrapper {
  text-align: center;
}
.cid-uSmJIQQoz2 {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uSmJIQQoz2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmJIQQoz2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmJIQQoz2 .mbr-text,
.cid-uSmJIQQoz2 .mbr-section-btn {
  text-align: center;
}
.cid-uSmJIQQoz2 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSmIliycZJ {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #bbf9b5;
}
.cid-uSmIliycZJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmIliycZJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSmIliycZJ .container {
    padding: 0 25px;
  }
}
.cid-uSmIliycZJ .row {
  margin: 0;
}
.cid-uSmIliycZJ .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uSmIliycZJ .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uSmIliycZJ .image-wrapper {
    min-height: 350px;
  }
}
.cid-uSmIliycZJ .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSmIliycZJ .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uSmIliycZJ .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uSmIliycZJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSmIliycZJ .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSmIliycZJ .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uSmIliycZJ .mbr-section-title {
  color: #000000;
}
.cid-uSmIliycZJ .mbr-text {
  color: #000000;
}
.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: #bbf9b5;
}
@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;
}
.cid-u37oMzwxpu .mbr-desc {
  color: #38001b;
}
.cid-u37oMzwxpu .mbr-desc,
.cid-u37oMzwxpu .desc-wrapper {
  color: #000000;
}
.cid-uSmJOrTKxj {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #bbf9b5;
}
.cid-uSmJOrTKxj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmJOrTKxj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmJOrTKxj .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmJOrTKxj .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmJOrTKxj .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmJOrTKxj .container {
    padding: 0 20px;
  }
}
.cid-uSmJOrTKxj .row {
  justify-content: center;
}
.cid-uSmJOrTKxj .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmJOrTKxj .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uSmJOrTKxj .panel-group .card {
  border-radius: 20px !important;
  background-color: #ffffff;
  margin-top: 40px;
  padding: 50px;
}
.cid-uSmJOrTKxj .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSmJOrTKxj .panel-group .card {
    padding: 20px;
  }
}
.cid-uSmJOrTKxj .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSmJOrTKxj .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSmJOrTKxj .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSmJOrTKxj .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #0f1d07;
  margin-left: 20px;
}
.cid-uSmJOrTKxj .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSmJOrTKxj .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uSmJOrTKxj .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSmJOrTKxj .mbr-desc {
  color: #ffffff;
}
.cid-uSmJOrTKxj .panel-title-edit {
  color: #0f1d07;
}
.cid-uSmJOrTKxj .panel-text {
  color: #0f1d07;
}
.cid-uSmJOrTKxj .mbr-desc,
.cid-uSmJOrTKxj .desc-wrapper {
  color: #000000;
}
.cid-u37oQgIzNQ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #ffffff;
}
.cid-u37oQgIzNQ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-u37oQgIzNQ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-u37oQgIzNQ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-u37oQgIzNQ .container {
    padding: 0 20px;
  }
}
.cid-u37oQgIzNQ .row {
  justify-content: center;
}
.cid-u37oQgIzNQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-u37oQgIzNQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-u37oQgIzNQ .embla__slide .slide-content {
  width: 100%;
}
.cid-u37oQgIzNQ .embla__slide .slide-content .item-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-u37oQgIzNQ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-u37oQgIzNQ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 60px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-u37oQgIzNQ .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 30px;
  }
}
.cid-u37oQgIzNQ .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: .5;
}
.cid-u37oQgIzNQ .embla__slide .slide-content .item-wrapper .item-img {
  padding-right: 180px;
}
@media (max-width: 768px) {
  .cid-u37oQgIzNQ .embla__slide .slide-content .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-u37oQgIzNQ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-u37oQgIzNQ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
  margin-right: 20px;
}
.cid-u37oQgIzNQ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper a {
  width: 70px;
  height: 70px;
  margin-left: 20px;
}
.cid-u37oQgIzNQ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap {
  position: relative;
  z-index: 1;
}
.cid-u37oQgIzNQ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-name {
  display: inline-flex;
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
}
.cid-u37oQgIzNQ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-name::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #000000;
}
.cid-u37oQgIzNQ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
  opacity: .5;
}
.cid-u37oQgIzNQ .embla__button--next,
.cid-u37oQgIzNQ .embla__button--prev {
  display: flex;
}
.cid-u37oQgIzNQ .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-u37oQgIzNQ .embla__button:hover {
  background-color: #82d7ff !important;
}
.cid-u37oQgIzNQ .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-u37oQgIzNQ .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-u37oQgIzNQ .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-u37oQgIzNQ .embla {
    padding-bottom: 6rem;
  }
}
.cid-u37oQgIzNQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-u37oQgIzNQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-u37oQgIzNQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-u37oQgIzNQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-u37oQgIzNQ .item-name {
  color: #ffffff;
}
.cid-u37oQgIzNQ .item-role {
  color: #ffffff;
}
.cid-u37oQgIzNQ .item-text {
  color: #ffffff;
}
.cid-u37oQgIzNQ .item-name,
.cid-u37oQgIzNQ .item-img {
  color: #000000;
}
.cid-uSmJK2uFsO {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-color: #bbf9b5;
}
.cid-uSmJK2uFsO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmJK2uFsO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmJK2uFsO .mbr-text,
.cid-uSmJK2uFsO .mbr-section-btn {
  text-align: center;
}
.cid-uSmJK2uFsO .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSmSywRNJd {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background: #ffffff;
}
.cid-uSmSywRNJd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmSywRNJd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmSywRNJd .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSmSywRNJd .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uSmSywRNJd .google-map [data-state-details] {
  color: #4b4b4b;
  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-uSmSywRNJd .google-map[data-state] {
  background: #fffff5;
}
.cid-uSmSywRNJd .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSmCQu8xTP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2f2e30;
}
.cid-uSmCQu8xTP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmCQu8xTP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmCQu8xTP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSmCQu8xTP .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSmCQu8xTP .container {
    padding: 0 25px;
  }
}
.cid-uSmCQu8xTP .row {
  justify-content: center;
}
.cid-uSmCQu8xTP .mbr-section-title {
  margin-bottom: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmCQu8xTP .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uSmCQu8xTP .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uSmCQu8xTP .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSmCQu8xTP .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSmCQu8xTP .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSmCQu8xTP .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uSmCQu8xTP .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSmCQu8xTP .list-wrapper .list .item-wrap:hover,
.cid-uSmCQu8xTP .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uSmCQu8xTP .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSmCQu8xTP .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSmCQu8xTP .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSmCQu8xTP .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.cid-uSmCQu8xTP .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSmCQu8xTP .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uSmCQu8xTP .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSmCQu8xTP .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uSmCQu8xTP .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uSmCQu8xTP .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uSmCQu8xTP .copyright {
  margin: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmCQu8xTP .copyright {
    margin-bottom: 20px;
  }
}
.cid-uSmCQu8xTP .mbr-section-btn {
  text-align: center;
}
.cid-uSmCQu8xTP .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSmCQu8xTP .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSmCQu8xTP .mbr-text {
  color: #ffffff;
}
.cid-uSmCQu8xTP .list {
  color: #ffffff;
}
.cid-uSmCQu8xTP .list,
.cid-uSmCQu8xTP .item-wrap {
  text-align: left;
}
.cid-uSmO3FOS4w {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSmO3FOS4w .navbar-dropdown {
  background: #bbf9b5 !important;
  padding: 0;
}
.cid-uSmO3FOS4w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbf9b5 !important;
  background: #bbf9b5;
}
.cid-uSmO3FOS4w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSmO3FOS4w .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSmO3FOS4w .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSmO3FOS4w .menu_box .navbar.opened,
  .cid-uSmO3FOS4w .menu_box .navbar-collapse {
    background-color: #bbf9b5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSmO3FOS4w nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSmO3FOS4w .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSmO3FOS4w .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSmO3FOS4w .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSmO3FOS4w .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSmO3FOS4w .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSmO3FOS4w .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-uSmO3FOS4w .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSmO3FOS4w .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSmO3FOS4w .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSmO3FOS4w .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSmO3FOS4w .offcanvas-body .mbr-text,
  .cid-uSmO3FOS4w .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSmO3FOS4w .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSmO3FOS4w .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSmO3FOS4w .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-uSmO3FOS4w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSmO3FOS4w .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSmO3FOS4w .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSmO3FOS4w .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSmO3FOS4w ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSmO3FOS4w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSmO3FOS4w .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-uSmO3FOS4w .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSmO3FOS4w 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-uSmO3FOS4w .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSmO3FOS4w .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSmO3FOS4w .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-uSmO3FOS4w .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uSmO3FOS4w .nav-item {
    margin: 0 !important;
  }
}
.cid-uSmO3FOS4w .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uSmO3FOS4w .nav-item .nav-link:hover,
.cid-uSmO3FOS4w .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-uSmO3FOS4w .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSmO3FOS4w .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSmO3FOS4w .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSmO3FOS4w .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSmO3FOS4w .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-uSmO3FOS4w .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSmO3FOS4w .offcanvas_box {
    display: none;
  }
}
.cid-uSmO3FOS4w .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSmO3FOS4w .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSmO3FOS4w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSmO3FOS4w .container {
  display: flex;
  margin: auto;
}
.cid-uSmO3FOS4w .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-uSmO3FOS4w .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSmO3FOS4w .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSmO3FOS4w .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSmO3FOS4w .navbar-nav {
    margin: 0;
  }
}
.cid-uSmO3FOS4w .dropdown-menu,
.cid-uSmO3FOS4w .navbar.opened {
  background-color: true !important;
}
.cid-uSmO3FOS4w .nav-item:focus,
.cid-uSmO3FOS4w .nav-link:focus {
  outline: none;
}
.cid-uSmO3FOS4w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSmO3FOS4w .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSmO3FOS4w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSmO3FOS4w .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSmO3FOS4w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSmO3FOS4w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSmO3FOS4w .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSmO3FOS4w .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSmO3FOS4w .navbar.opened {
  transition: all 0.3s;
}
.cid-uSmO3FOS4w .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSmO3FOS4w .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSmO3FOS4w .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSmO3FOS4w .navbar.collapsed {
  justify-content: center;
}
.cid-uSmO3FOS4w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSmO3FOS4w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSmO3FOS4w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSmO3FOS4w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSmO3FOS4w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSmO3FOS4w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSmO3FOS4w .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSmO3FOS4w .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSmO3FOS4w .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSmO3FOS4w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSmO3FOS4w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSmO3FOS4w .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSmO3FOS4w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSmO3FOS4w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSmO3FOS4w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSmO3FOS4w .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSmO3FOS4w .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSmO3FOS4w .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSmO3FOS4w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSmO3FOS4w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSmO3FOS4w .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSmO3FOS4w .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSmO3FOS4w .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSmO3FOS4w .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSmO3FOS4w .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-uSmO3FOS4w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSmO3FOS4w .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSmO3FOS4w .dropdown-item.active,
.cid-uSmO3FOS4w .dropdown-item:active {
  background-color: transparent;
}
.cid-uSmO3FOS4w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uSmO3FOS4w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSmO3FOS4w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSmO3FOS4w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSmO3FOS4w ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSmO3FOS4w .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSmO3FOS4w button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #bbf9b5;
  background: #90f188;
}
.cid-uSmO3FOS4w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-uSmO3FOS4w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSmO3FOS4w button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSmO3FOS4w button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSmO3FOS4w button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSmO3FOS4w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSmO3FOS4w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSmO3FOS4w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSmO3FOS4w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSmO3FOS4w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSmO3FOS4w .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-uSmO3FOS4w .navbar {
    height: 70px;
  }
  .cid-uSmO3FOS4w .navbar.opened {
    height: auto;
  }
  .cid-uSmO3FOS4w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSmO3FOS4w .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSmO3FOS4w .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uSmO3FOS4w .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSmO3FOS4w .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSmO3FOS4w .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uSmO3FOS4w .navbar-caption:hover {
  color: #f7036a;
}
@media (min-width: 992px) {
  .cid-uSmO3FOS4w .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSmO3FOS4w .text_widget {
  margin-bottom: 32px;
}
.cid-uSmO3FOS4w .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSmO3FOS4w .text_widget a:hover,
.cid-uSmO3FOS4w .text_widget a:focus {
  opacity: .8;
}
.cid-uSmO3FOS4w .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uSmO3FOS4w .navbar-caption {
  color: #0f1d07;
}
.cid-uSmO3FOS4w .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uSmO3FOS4w .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSmO3FOS4w .navigation-wrapper {
    display: block;
  }
}
.cid-uSmO3FOS4w .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-uSmO3FOS4w .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uSmO3FOS4w .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uSmO3FOS4w .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uSmO3FOS4w .mbr-section-subtitle,
.cid-uSmO3FOS4w .text_widget,
.cid-uSmO3FOS4w .mbr-section-btn {
  text-align: center;
}
.cid-uSmO3FOS4w a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSmO3Hh62l {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmO3Hh62l .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmO3Hh62l .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmO3Hh62l .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmO3Hh62l .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmO3Hh62l .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmO3Hh62l .container {
    padding: 0 20px;
  }
}
.cid-uSmO3Hh62l .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uSmO3Hh62l .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uSmO3Hh62l .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSmO3Hh62l .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSmO3Hh62l .image-wrapper img {
    height: 350px;
  }
}
.cid-uSmO3Hh62l .mbr-section-title {
  color: #ffffff;
}
.cid-uSmO3Hh62l .mbr-text {
  color: #ffffff;
}
.cid-uSmO3Hh62l .mbr-section-title,
.cid-uSmO3Hh62l .mbr-section-btn {
  color: #000000;
}
.cid-uSmO3Hh62l .mbr-text,
.cid-uSmO3Hh62l .text-wrapper {
  color: #000000;
}
.cid-uSmO3JagJF {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmO3JagJF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmO3JagJF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmO3JagJF .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSmO3JagJF .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSmO3JagJF .container {
    padding: 0 12px;
  }
}
.cid-uSmO3JagJF .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSmO3JagJF .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSmO3JagJF .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmO3JagJF .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uSmO3JagJF .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSmO3JagJF .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uSmO3JagJF .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uSmO3JagJF .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uSmO3JagJF .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uSmO3JagJF .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uSmO3JagJF .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSmO3JagJF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSmO3JagJF .mbr-section-subtitle {
  color: #222222;
}
.cid-uSmO3JagJF .mbr-text {
  color: #222222;
}
.cid-uSmO3JagJF .list {
  color: #222222;
}
.cid-uSmOP1Sg6U {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uSmOP1Sg6U .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmOP1Sg6U .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmOP1Sg6U .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSmOP1Sg6U .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uSmOP1Sg6U .google-map [data-state-details] {
  color: #4b4b4b;
  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-uSmOP1Sg6U .google-map[data-state] {
  background: #fffff5;
}
.cid-uSmOP1Sg6U .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSmO3YUTGn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2f2e30;
}
.cid-uSmO3YUTGn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmO3YUTGn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmO3YUTGn .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSmO3YUTGn .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSmO3YUTGn .container {
    padding: 0 25px;
  }
}
.cid-uSmO3YUTGn .row {
  justify-content: center;
}
.cid-uSmO3YUTGn .mbr-section-title {
  margin-bottom: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmO3YUTGn .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uSmO3YUTGn .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uSmO3YUTGn .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSmO3YUTGn .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSmO3YUTGn .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSmO3YUTGn .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uSmO3YUTGn .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSmO3YUTGn .list-wrapper .list .item-wrap:hover,
.cid-uSmO3YUTGn .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uSmO3YUTGn .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSmO3YUTGn .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSmO3YUTGn .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSmO3YUTGn .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.cid-uSmO3YUTGn .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSmO3YUTGn .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uSmO3YUTGn .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSmO3YUTGn .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uSmO3YUTGn .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uSmO3YUTGn .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uSmO3YUTGn .copyright {
  margin: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmO3YUTGn .copyright {
    margin-bottom: 20px;
  }
}
.cid-uSmO3YUTGn .mbr-section-btn {
  text-align: center;
}
.cid-uSmO3YUTGn .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSmO3YUTGn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSmO3YUTGn .mbr-text {
  color: #ffffff;
}
.cid-uSmO3YUTGn .list {
  color: #ffffff;
}
.cid-uSmO3YUTGn .list,
.cid-uSmO3YUTGn .item-wrap {
  text-align: left;
}
.cid-uSmPiSfwF9 {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSmPiSfwF9 .navbar-dropdown {
  background: #bbf9b5 !important;
  padding: 0;
}
.cid-uSmPiSfwF9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbf9b5 !important;
  background: #bbf9b5;
}
.cid-uSmPiSfwF9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSmPiSfwF9 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSmPiSfwF9 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSmPiSfwF9 .menu_box .navbar.opened,
  .cid-uSmPiSfwF9 .menu_box .navbar-collapse {
    background-color: #bbf9b5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSmPiSfwF9 nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSmPiSfwF9 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSmPiSfwF9 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSmPiSfwF9 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSmPiSfwF9 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSmPiSfwF9 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSmPiSfwF9 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-uSmPiSfwF9 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSmPiSfwF9 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSmPiSfwF9 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSmPiSfwF9 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSmPiSfwF9 .offcanvas-body .mbr-text,
  .cid-uSmPiSfwF9 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSmPiSfwF9 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSmPiSfwF9 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSmPiSfwF9 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-uSmPiSfwF9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSmPiSfwF9 .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSmPiSfwF9 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSmPiSfwF9 .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSmPiSfwF9 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSmPiSfwF9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSmPiSfwF9 .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-uSmPiSfwF9 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSmPiSfwF9 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-uSmPiSfwF9 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSmPiSfwF9 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSmPiSfwF9 .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-uSmPiSfwF9 .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uSmPiSfwF9 .nav-item {
    margin: 0 !important;
  }
}
.cid-uSmPiSfwF9 .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uSmPiSfwF9 .nav-item .nav-link:hover,
.cid-uSmPiSfwF9 .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-uSmPiSfwF9 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSmPiSfwF9 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSmPiSfwF9 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSmPiSfwF9 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSmPiSfwF9 .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-uSmPiSfwF9 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSmPiSfwF9 .offcanvas_box {
    display: none;
  }
}
.cid-uSmPiSfwF9 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSmPiSfwF9 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSmPiSfwF9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSmPiSfwF9 .container {
  display: flex;
  margin: auto;
}
.cid-uSmPiSfwF9 .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-uSmPiSfwF9 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSmPiSfwF9 .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSmPiSfwF9 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSmPiSfwF9 .navbar-nav {
    margin: 0;
  }
}
.cid-uSmPiSfwF9 .dropdown-menu,
.cid-uSmPiSfwF9 .navbar.opened {
  background-color: true !important;
}
.cid-uSmPiSfwF9 .nav-item:focus,
.cid-uSmPiSfwF9 .nav-link:focus {
  outline: none;
}
.cid-uSmPiSfwF9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSmPiSfwF9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSmPiSfwF9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSmPiSfwF9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSmPiSfwF9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSmPiSfwF9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSmPiSfwF9 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSmPiSfwF9 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSmPiSfwF9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uSmPiSfwF9 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSmPiSfwF9 .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSmPiSfwF9 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSmPiSfwF9 .navbar.collapsed {
  justify-content: center;
}
.cid-uSmPiSfwF9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSmPiSfwF9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSmPiSfwF9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSmPiSfwF9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSmPiSfwF9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSmPiSfwF9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSmPiSfwF9 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSmPiSfwF9 .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSmPiSfwF9 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSmPiSfwF9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSmPiSfwF9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSmPiSfwF9 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSmPiSfwF9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSmPiSfwF9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSmPiSfwF9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSmPiSfwF9 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSmPiSfwF9 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSmPiSfwF9 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSmPiSfwF9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSmPiSfwF9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSmPiSfwF9 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSmPiSfwF9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSmPiSfwF9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSmPiSfwF9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSmPiSfwF9 .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-uSmPiSfwF9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSmPiSfwF9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSmPiSfwF9 .dropdown-item.active,
.cid-uSmPiSfwF9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uSmPiSfwF9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uSmPiSfwF9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSmPiSfwF9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSmPiSfwF9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSmPiSfwF9 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSmPiSfwF9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSmPiSfwF9 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #bbf9b5;
  background: #90f188;
}
.cid-uSmPiSfwF9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-uSmPiSfwF9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSmPiSfwF9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSmPiSfwF9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSmPiSfwF9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSmPiSfwF9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSmPiSfwF9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSmPiSfwF9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSmPiSfwF9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSmPiSfwF9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSmPiSfwF9 .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-uSmPiSfwF9 .navbar {
    height: 70px;
  }
  .cid-uSmPiSfwF9 .navbar.opened {
    height: auto;
  }
  .cid-uSmPiSfwF9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSmPiSfwF9 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSmPiSfwF9 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uSmPiSfwF9 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSmPiSfwF9 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSmPiSfwF9 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uSmPiSfwF9 .navbar-caption:hover {
  color: #f7036a;
}
@media (min-width: 992px) {
  .cid-uSmPiSfwF9 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSmPiSfwF9 .text_widget {
  margin-bottom: 32px;
}
.cid-uSmPiSfwF9 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSmPiSfwF9 .text_widget a:hover,
.cid-uSmPiSfwF9 .text_widget a:focus {
  opacity: .8;
}
.cid-uSmPiSfwF9 .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uSmPiSfwF9 .navbar-caption {
  color: #0f1d07;
}
.cid-uSmPiSfwF9 .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uSmPiSfwF9 .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSmPiSfwF9 .navigation-wrapper {
    display: block;
  }
}
.cid-uSmPiSfwF9 .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-uSmPiSfwF9 .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uSmPiSfwF9 .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uSmPiSfwF9 .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uSmPiSfwF9 .mbr-section-subtitle,
.cid-uSmPiSfwF9 .text_widget,
.cid-uSmPiSfwF9 .mbr-section-btn {
  text-align: center;
}
.cid-uSmPiSfwF9 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSmPiTvHFb {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmPiTvHFb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmPiTvHFb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmPiTvHFb .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmPiTvHFb .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPiTvHFb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPiTvHFb .container {
    padding: 0 20px;
  }
}
.cid-uSmPiTvHFb .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uSmPiTvHFb .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uSmPiTvHFb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSmPiTvHFb .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSmPiTvHFb .image-wrapper img {
    height: 350px;
  }
}
.cid-uSmPiTvHFb .mbr-section-title {
  color: #ffffff;
}
.cid-uSmPiTvHFb .mbr-text {
  color: #ffffff;
}
.cid-uSmPiTvHFb .mbr-section-title,
.cid-uSmPiTvHFb .mbr-section-btn {
  color: #000000;
}
.cid-uSmPiTvHFb .mbr-text,
.cid-uSmPiTvHFb .text-wrapper {
  color: #000000;
}
.cid-uSmPiUo8a1 {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmPiUo8a1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmPiUo8a1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmPiUo8a1 .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSmPiUo8a1 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSmPiUo8a1 .container {
    padding: 0 12px;
  }
}
.cid-uSmPiUo8a1 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSmPiUo8a1 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSmPiUo8a1 .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmPiUo8a1 .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uSmPiUo8a1 .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSmPiUo8a1 .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uSmPiUo8a1 .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uSmPiUo8a1 .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uSmPiUo8a1 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uSmPiUo8a1 .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uSmPiUo8a1 .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSmPiUo8a1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSmPiUo8a1 .mbr-section-subtitle {
  color: #222222;
}
.cid-uSmPiUo8a1 .mbr-text {
  color: #222222;
}
.cid-uSmPiUo8a1 .list {
  color: #222222;
}
.cid-uSmPiVdSuR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uSmPiVdSuR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmPiVdSuR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmPiVdSuR .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSmPiVdSuR .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uSmPiVdSuR .google-map [data-state-details] {
  color: #4b4b4b;
  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-uSmPiVdSuR .google-map[data-state] {
  background: #fffff5;
}
.cid-uSmPiVdSuR .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSmPiW8ysj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2f2e30;
}
.cid-uSmPiW8ysj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmPiW8ysj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmPiW8ysj .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSmPiW8ysj .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPiW8ysj .container {
    padding: 0 25px;
  }
}
.cid-uSmPiW8ysj .row {
  justify-content: center;
}
.cid-uSmPiW8ysj .mbr-section-title {
  margin-bottom: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmPiW8ysj .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uSmPiW8ysj .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uSmPiW8ysj .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSmPiW8ysj .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSmPiW8ysj .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSmPiW8ysj .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uSmPiW8ysj .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSmPiW8ysj .list-wrapper .list .item-wrap:hover,
.cid-uSmPiW8ysj .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uSmPiW8ysj .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSmPiW8ysj .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSmPiW8ysj .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSmPiW8ysj .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.cid-uSmPiW8ysj .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSmPiW8ysj .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uSmPiW8ysj .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSmPiW8ysj .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uSmPiW8ysj .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uSmPiW8ysj .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uSmPiW8ysj .copyright {
  margin: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmPiW8ysj .copyright {
    margin-bottom: 20px;
  }
}
.cid-uSmPiW8ysj .mbr-section-btn {
  text-align: center;
}
.cid-uSmPiW8ysj .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSmPiW8ysj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSmPiW8ysj .mbr-text {
  color: #ffffff;
}
.cid-uSmPiW8ysj .list {
  color: #ffffff;
}
.cid-uSmPiW8ysj .list,
.cid-uSmPiW8ysj .item-wrap {
  text-align: left;
}
.cid-uSmPv8GXVK {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSmPv8GXVK .navbar-dropdown {
  background: #bbf9b5 !important;
  padding: 0;
}
.cid-uSmPv8GXVK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbf9b5 !important;
  background: #bbf9b5;
}
.cid-uSmPv8GXVK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSmPv8GXVK .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSmPv8GXVK .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSmPv8GXVK .menu_box .navbar.opened,
  .cid-uSmPv8GXVK .menu_box .navbar-collapse {
    background-color: #bbf9b5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSmPv8GXVK nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSmPv8GXVK .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSmPv8GXVK .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSmPv8GXVK .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSmPv8GXVK .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSmPv8GXVK .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSmPv8GXVK .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-uSmPv8GXVK .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSmPv8GXVK .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSmPv8GXVK .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSmPv8GXVK .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSmPv8GXVK .offcanvas-body .mbr-text,
  .cid-uSmPv8GXVK .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSmPv8GXVK .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSmPv8GXVK .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSmPv8GXVK .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-uSmPv8GXVK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSmPv8GXVK .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSmPv8GXVK .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSmPv8GXVK .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSmPv8GXVK ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSmPv8GXVK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSmPv8GXVK .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-uSmPv8GXVK .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSmPv8GXVK 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-uSmPv8GXVK .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSmPv8GXVK .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSmPv8GXVK .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-uSmPv8GXVK .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uSmPv8GXVK .nav-item {
    margin: 0 !important;
  }
}
.cid-uSmPv8GXVK .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uSmPv8GXVK .nav-item .nav-link:hover,
.cid-uSmPv8GXVK .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-uSmPv8GXVK .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSmPv8GXVK .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSmPv8GXVK .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSmPv8GXVK .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSmPv8GXVK .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-uSmPv8GXVK .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSmPv8GXVK .offcanvas_box {
    display: none;
  }
}
.cid-uSmPv8GXVK .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSmPv8GXVK .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSmPv8GXVK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSmPv8GXVK .container {
  display: flex;
  margin: auto;
}
.cid-uSmPv8GXVK .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-uSmPv8GXVK .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSmPv8GXVK .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSmPv8GXVK .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSmPv8GXVK .navbar-nav {
    margin: 0;
  }
}
.cid-uSmPv8GXVK .dropdown-menu,
.cid-uSmPv8GXVK .navbar.opened {
  background-color: true !important;
}
.cid-uSmPv8GXVK .nav-item:focus,
.cid-uSmPv8GXVK .nav-link:focus {
  outline: none;
}
.cid-uSmPv8GXVK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSmPv8GXVK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSmPv8GXVK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSmPv8GXVK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSmPv8GXVK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSmPv8GXVK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSmPv8GXVK .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSmPv8GXVK .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSmPv8GXVK .navbar.opened {
  transition: all 0.3s;
}
.cid-uSmPv8GXVK .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSmPv8GXVK .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSmPv8GXVK .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSmPv8GXVK .navbar.collapsed {
  justify-content: center;
}
.cid-uSmPv8GXVK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSmPv8GXVK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSmPv8GXVK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSmPv8GXVK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSmPv8GXVK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSmPv8GXVK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSmPv8GXVK .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSmPv8GXVK .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSmPv8GXVK .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSmPv8GXVK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSmPv8GXVK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSmPv8GXVK .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSmPv8GXVK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSmPv8GXVK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSmPv8GXVK .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSmPv8GXVK .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSmPv8GXVK .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSmPv8GXVK .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSmPv8GXVK .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSmPv8GXVK .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSmPv8GXVK .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSmPv8GXVK .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSmPv8GXVK .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSmPv8GXVK .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSmPv8GXVK .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-uSmPv8GXVK .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSmPv8GXVK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSmPv8GXVK .dropdown-item.active,
.cid-uSmPv8GXVK .dropdown-item:active {
  background-color: transparent;
}
.cid-uSmPv8GXVK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uSmPv8GXVK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSmPv8GXVK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSmPv8GXVK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSmPv8GXVK ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSmPv8GXVK .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSmPv8GXVK button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #bbf9b5;
  background: #90f188;
}
.cid-uSmPv8GXVK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-uSmPv8GXVK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSmPv8GXVK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSmPv8GXVK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSmPv8GXVK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSmPv8GXVK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSmPv8GXVK nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSmPv8GXVK nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSmPv8GXVK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSmPv8GXVK a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSmPv8GXVK .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-uSmPv8GXVK .navbar {
    height: 70px;
  }
  .cid-uSmPv8GXVK .navbar.opened {
    height: auto;
  }
  .cid-uSmPv8GXVK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSmPv8GXVK .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSmPv8GXVK .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uSmPv8GXVK .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSmPv8GXVK .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSmPv8GXVK .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uSmPv8GXVK .navbar-caption:hover {
  color: #f7036a;
}
@media (min-width: 992px) {
  .cid-uSmPv8GXVK .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSmPv8GXVK .text_widget {
  margin-bottom: 32px;
}
.cid-uSmPv8GXVK .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSmPv8GXVK .text_widget a:hover,
.cid-uSmPv8GXVK .text_widget a:focus {
  opacity: .8;
}
.cid-uSmPv8GXVK .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uSmPv8GXVK .navbar-caption {
  color: #0f1d07;
}
.cid-uSmPv8GXVK .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uSmPv8GXVK .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSmPv8GXVK .navigation-wrapper {
    display: block;
  }
}
.cid-uSmPv8GXVK .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-uSmPv8GXVK .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uSmPv8GXVK .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uSmPv8GXVK .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uSmPv8GXVK .mbr-section-subtitle,
.cid-uSmPv8GXVK .text_widget,
.cid-uSmPv8GXVK .mbr-section-btn {
  text-align: center;
}
.cid-uSmPv8GXVK a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSmPva4pxV {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmPva4pxV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmPva4pxV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmPva4pxV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmPva4pxV .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPva4pxV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPva4pxV .container {
    padding: 0 20px;
  }
}
.cid-uSmPva4pxV .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uSmPva4pxV .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uSmPva4pxV .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSmPva4pxV .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSmPva4pxV .image-wrapper img {
    height: 350px;
  }
}
.cid-uSmPva4pxV .mbr-section-title {
  color: #ffffff;
}
.cid-uSmPva4pxV .mbr-text {
  color: #ffffff;
}
.cid-uSmPva4pxV .mbr-section-title,
.cid-uSmPva4pxV .mbr-section-btn {
  color: #000000;
}
.cid-uSmPva4pxV .mbr-text,
.cid-uSmPva4pxV .text-wrapper {
  color: #000000;
}
.cid-uSmPvb7Ucg {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSmPvb7Ucg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmPvb7Ucg .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-uSmPvb7Ucg .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSmPvb7Ucg .container {
    padding: 0 12px;
  }
}
.cid-uSmPvb7Ucg .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSmPvb7Ucg .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uSmPvb7Ucg .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uSmPvb7Ucg .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #bbf9b5;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uSmPvb7Ucg .mbr-section-title {
  color: #222222;
}
.cid-uSmPvcPnlz {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmPvcPnlz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmPvcPnlz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmPvcPnlz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSmPvcPnlz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSmPvcPnlz .container {
    padding: 0 12px;
  }
}
.cid-uSmPvcPnlz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSmPvcPnlz .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSmPvcPnlz .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmPvcPnlz .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uSmPvcPnlz .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSmPvcPnlz .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uSmPvcPnlz .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uSmPvcPnlz .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uSmPvcPnlz .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uSmPvcPnlz .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uSmPvcPnlz .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSmPvcPnlz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSmPvcPnlz .mbr-section-subtitle {
  color: #222222;
}
.cid-uSmPvcPnlz .mbr-text {
  color: #222222;
}
.cid-uSmPvcPnlz .list {
  color: #222222;
}
.cid-uSmPvdEoOq {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uSmPvdEoOq {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uSmPvdEoOq {
    padding-top: 1.8rem;
    padding-bottom: 2.1rem;
  }
}
.cid-uSmPvdEoOq .mbr-section-subtitle {
  text-align: left;
}
.cid-uSmPvdEoOq .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uSmPvdEoOq .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uSmPvepMCL {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmPvepMCL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmPvepMCL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmPvepMCL .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmPvepMCL .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPvepMCL .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPvepMCL .container {
    padding: 0 20px;
  }
}
.cid-uSmPvepMCL .row {
  justify-content: center;
}
.cid-uSmPvepMCL .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmPvepMCL .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uSmPvepMCL .content-wrapper .card {
  justify-content: center;
}
.cid-uSmPvepMCL .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSmPvepMCL .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uSmPvepMCL .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uSmPvepMCL .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uSmPvepMCL .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uSmPvepMCL .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uSmPvepMCL .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPvepMCL .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSmPvepMCL .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uSmPvepMCL .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSmPvepMCL .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-uSmPvepMCL .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSmPvepMCL .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-uSmPvepMCL .mbr-section-title {
  color: #000000;
}
.cid-uSmPvepMCL .mbr-text {
  color: #ffffff;
}
.cid-uSmPvepMCL .mbr-desc {
  color: #0f1d07;
}
.cid-uSmPvepMCL .mbr-text,
.cid-uSmPvepMCL .mbr-section-btn {
  color: #000000;
}
.cid-uSmPvfwluB {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uSmPvfwluB {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uSmPvfwluB {
    padding-top: 1.5rem;
    padding-bottom: 0.6rem;
  }
}
.cid-uSmPvfwluB .mbr-section-subtitle {
  text-align: left;
}
.cid-uSmPvfwluB .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uSmPvfwluB .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uSmPvgomAb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmPvgomAb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmPvgomAb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmPvgomAb .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmPvgomAb .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPvgomAb .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPvgomAb .container {
    padding: 0 20px;
  }
}
.cid-uSmPvgomAb .row {
  justify-content: center;
}
.cid-uSmPvgomAb .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSmPvgomAb .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSmPvgomAb .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSmPvgomAb .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uSmPvgomAb .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uSmPvgomAb .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uSmPvgomAb .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uSmPvgomAb .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uSmPvgomAb .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #38001b;
  display: inline-flex;
}
.cid-uSmPvgomAb .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #38001b;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uSmPvgomAb .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uSmPvgomAb .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uSmPvgomAb .mbr-section-title {
  color: #38001b;
}
.cid-uSmPvgomAb .mbr-text {
  color: #38001b;
}
.cid-uSmPvgomAb .item-title {
  color: #38001b;
}
.cid-uSmPvgomAb .item-text {
  color: #38001b;
  text-align: right;
}
.cid-uSmPvgomAb .item-title,
.cid-uSmPvgomAb .icon-wrapper {
  text-align: center;
}
.cid-uSmPvhp34c {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uSmPvhp34c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmPvhp34c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmPvhp34c .mbr-text,
.cid-uSmPvhp34c .mbr-section-btn {
  text-align: center;
}
.cid-uSmPvhp34c .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSmPvievYj {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #bbf9b5;
}
.cid-uSmPvievYj .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmPvievYj .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSmPvievYj .container {
    padding: 0 25px;
  }
}
.cid-uSmPvievYj .row {
  margin: 0;
}
.cid-uSmPvievYj .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uSmPvievYj .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uSmPvievYj .image-wrapper {
    min-height: 350px;
  }
}
.cid-uSmPvievYj .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSmPvievYj .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uSmPvievYj .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uSmPvievYj .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSmPvievYj .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSmPvievYj .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uSmPvievYj .mbr-section-title {
  color: #000000;
}
.cid-uSmPvievYj .mbr-text {
  color: #000000;
}
.cid-uSmPvj7DHn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSmPvj7DHn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmPvj7DHn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmPvj7DHn .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmPvj7DHn .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPvj7DHn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPvj7DHn .container {
    padding: 0 20px;
  }
}
.cid-uSmPvj7DHn .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #bbf9b5;
}
@media (max-width: 992px) {
  .cid-uSmPvj7DHn .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uSmPvj7DHn .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSmPvj7DHn .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSmPvj7DHn .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uSmPvj7DHn .mbr-section-title {
  color: #000000;
}
.cid-uSmPvj7DHn .mbr-desc {
  color: #38001b;
}
.cid-uSmPvj7DHn .mbr-desc,
.cid-uSmPvj7DHn .desc-wrapper {
  color: #000000;
}
.cid-uSmPvk8xvK {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #bbf9b5;
}
.cid-uSmPvk8xvK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmPvk8xvK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmPvk8xvK .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmPvk8xvK .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPvk8xvK .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPvk8xvK .container {
    padding: 0 20px;
  }
}
.cid-uSmPvk8xvK .row {
  justify-content: center;
}
.cid-uSmPvk8xvK .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmPvk8xvK .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uSmPvk8xvK .panel-group .card {
  border-radius: 20px !important;
  background-color: #ffffff;
  margin-top: 40px;
  padding: 50px;
}
.cid-uSmPvk8xvK .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSmPvk8xvK .panel-group .card {
    padding: 20px;
  }
}
.cid-uSmPvk8xvK .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSmPvk8xvK .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSmPvk8xvK .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSmPvk8xvK .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #0f1d07;
  margin-left: 20px;
}
.cid-uSmPvk8xvK .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSmPvk8xvK .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uSmPvk8xvK .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSmPvk8xvK .mbr-desc {
  color: #ffffff;
}
.cid-uSmPvk8xvK .panel-title-edit {
  color: #0f1d07;
}
.cid-uSmPvk8xvK .panel-text {
  color: #0f1d07;
}
.cid-uSmPvk8xvK .mbr-desc,
.cid-uSmPvk8xvK .desc-wrapper {
  color: #000000;
}
.cid-uSmPvmbnXZ {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSmPvmbnXZ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmPvmbnXZ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPvmbnXZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPvmbnXZ .container {
    padding: 0 20px;
  }
}
.cid-uSmPvmbnXZ .row {
  justify-content: center;
}
.cid-uSmPvmbnXZ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uSmPvmbnXZ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmPvmbnXZ .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmPvmbnXZ .embla__slide .slide-content .item-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSmPvmbnXZ .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uSmPvmbnXZ .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 60px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-uSmPvmbnXZ .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 30px;
  }
}
.cid-uSmPvmbnXZ .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: .5;
}
.cid-uSmPvmbnXZ .embla__slide .slide-content .item-wrapper .item-img {
  padding-right: 180px;
}
@media (max-width: 768px) {
  .cid-uSmPvmbnXZ .embla__slide .slide-content .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uSmPvmbnXZ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uSmPvmbnXZ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
  margin-right: 20px;
}
.cid-uSmPvmbnXZ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper a {
  width: 70px;
  height: 70px;
  margin-left: 20px;
}
.cid-uSmPvmbnXZ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap {
  position: relative;
  z-index: 1;
}
.cid-uSmPvmbnXZ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-name {
  display: inline-flex;
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
}
.cid-uSmPvmbnXZ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-name::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #000000;
}
.cid-uSmPvmbnXZ .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSmPvmbnXZ .embla__button--next,
.cid-uSmPvmbnXZ .embla__button--prev {
  display: flex;
}
.cid-uSmPvmbnXZ .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSmPvmbnXZ .embla__button:hover {
  background-color: #82d7ff !important;
}
.cid-uSmPvmbnXZ .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uSmPvmbnXZ .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uSmPvmbnXZ .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSmPvmbnXZ .embla {
    padding-bottom: 6rem;
  }
}
.cid-uSmPvmbnXZ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmPvmbnXZ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmPvmbnXZ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmPvmbnXZ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmPvmbnXZ .item-name {
  color: #ffffff;
}
.cid-uSmPvmbnXZ .item-role {
  color: #ffffff;
}
.cid-uSmPvmbnXZ .item-text {
  color: #ffffff;
}
.cid-uSmPvmbnXZ .item-name,
.cid-uSmPvmbnXZ .item-img {
  color: #000000;
}
.cid-uSmPvlio8q {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #bbf9b5;
}
.cid-uSmPvlio8q .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmPvlio8q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmPvlio8q .mbr-text,
.cid-uSmPvlio8q .mbr-section-btn {
  text-align: center;
}
.cid-uSmPvlio8q .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSmZCANyW9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSmZCANyW9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmZCANyW9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmZCANyW9 .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uSmZCANyW9 .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSmZCANyW9 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmZCANyW9 .container {
    padding: 0 20px;
  }
}
.cid-uSmZCANyW9 .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uSmZCANyW9 .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uSmZCANyW9 .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uSmZCANyW9 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uSmZCANyW9 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSmZCANyW9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uSmZCANyW9 .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uSmZCANyW9 .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uSmZCANyW9 .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uSmZCANyW9 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSmZCANyW9 .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uSmZCANyW9 .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uSmZCANyW9 .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: #bbf9b5;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uSmZCANyW9 .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-uSmZCANyW9 .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-uSmZCANyW9 .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uSmZCANyW9 .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uSmZCANyW9 .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uSmZCANyW9 .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uSmZCANyW9 .mbr-desc {
  color: #000000;
}
.cid-uSmZCANyW9 .panel-number {
  color: #000000;
}
.cid-uSmZCANyW9 .panel-title-edit {
  color: #000000;
}
.cid-uSmZCANyW9 .panel-text {
  color: #000000;
}
.cid-uSmS2B0HgO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uSmS2B0HgO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmS2B0HgO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmS2B0HgO .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSmS2B0HgO .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uSmS2B0HgO .google-map [data-state-details] {
  color: #4b4b4b;
  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-uSmS2B0HgO .google-map[data-state] {
  background: #fffff5;
}
.cid-uSmS2B0HgO .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSmPvnyUF4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2f2e30;
}
.cid-uSmPvnyUF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmPvnyUF4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmPvnyUF4 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSmPvnyUF4 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSmPvnyUF4 .container {
    padding: 0 25px;
  }
}
.cid-uSmPvnyUF4 .row {
  justify-content: center;
}
.cid-uSmPvnyUF4 .mbr-section-title {
  margin-bottom: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmPvnyUF4 .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uSmPvnyUF4 .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uSmPvnyUF4 .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSmPvnyUF4 .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSmPvnyUF4 .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSmPvnyUF4 .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uSmPvnyUF4 .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSmPvnyUF4 .list-wrapper .list .item-wrap:hover,
.cid-uSmPvnyUF4 .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uSmPvnyUF4 .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSmPvnyUF4 .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSmPvnyUF4 .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSmPvnyUF4 .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.cid-uSmPvnyUF4 .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSmPvnyUF4 .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uSmPvnyUF4 .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSmPvnyUF4 .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uSmPvnyUF4 .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uSmPvnyUF4 .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uSmPvnyUF4 .copyright {
  margin: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmPvnyUF4 .copyright {
    margin-bottom: 20px;
  }
}
.cid-uSmPvnyUF4 .mbr-section-btn {
  text-align: center;
}
.cid-uSmPvnyUF4 .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSmPvnyUF4 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSmPvnyUF4 .mbr-text {
  color: #ffffff;
}
.cid-uSmPvnyUF4 .list {
  color: #ffffff;
}
.cid-uSmPvnyUF4 .list,
.cid-uSmPvnyUF4 .item-wrap {
  text-align: left;
}
.cid-uSmSXLwnUB {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSmSXLwnUB .navbar-dropdown {
  background: #bbf9b5 !important;
  padding: 0;
}
.cid-uSmSXLwnUB .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbf9b5 !important;
  background: #bbf9b5;
}
.cid-uSmSXLwnUB .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSmSXLwnUB .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSmSXLwnUB .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSmSXLwnUB .menu_box .navbar.opened,
  .cid-uSmSXLwnUB .menu_box .navbar-collapse {
    background-color: #bbf9b5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSmSXLwnUB nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSmSXLwnUB .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSmSXLwnUB .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSmSXLwnUB .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSmSXLwnUB .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSmSXLwnUB .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSmSXLwnUB .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-uSmSXLwnUB .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSmSXLwnUB .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSmSXLwnUB .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSmSXLwnUB .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSmSXLwnUB .offcanvas-body .mbr-text,
  .cid-uSmSXLwnUB .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSmSXLwnUB .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSmSXLwnUB .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSmSXLwnUB .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-uSmSXLwnUB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSmSXLwnUB .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSmSXLwnUB .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSmSXLwnUB .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSmSXLwnUB ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSmSXLwnUB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSmSXLwnUB .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-uSmSXLwnUB .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSmSXLwnUB 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-uSmSXLwnUB .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSmSXLwnUB .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSmSXLwnUB .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-uSmSXLwnUB .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uSmSXLwnUB .nav-item {
    margin: 0 !important;
  }
}
.cid-uSmSXLwnUB .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uSmSXLwnUB .nav-item .nav-link:hover,
.cid-uSmSXLwnUB .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-uSmSXLwnUB .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSmSXLwnUB .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSmSXLwnUB .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSmSXLwnUB .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSmSXLwnUB .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-uSmSXLwnUB .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSmSXLwnUB .offcanvas_box {
    display: none;
  }
}
.cid-uSmSXLwnUB .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSmSXLwnUB .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSmSXLwnUB .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSmSXLwnUB .container {
  display: flex;
  margin: auto;
}
.cid-uSmSXLwnUB .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-uSmSXLwnUB .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSmSXLwnUB .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSmSXLwnUB .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSmSXLwnUB .navbar-nav {
    margin: 0;
  }
}
.cid-uSmSXLwnUB .dropdown-menu,
.cid-uSmSXLwnUB .navbar.opened {
  background-color: true !important;
}
.cid-uSmSXLwnUB .nav-item:focus,
.cid-uSmSXLwnUB .nav-link:focus {
  outline: none;
}
.cid-uSmSXLwnUB .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSmSXLwnUB .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSmSXLwnUB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSmSXLwnUB .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSmSXLwnUB .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSmSXLwnUB .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSmSXLwnUB .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSmSXLwnUB .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSmSXLwnUB .navbar.opened {
  transition: all 0.3s;
}
.cid-uSmSXLwnUB .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSmSXLwnUB .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSmSXLwnUB .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSmSXLwnUB .navbar.collapsed {
  justify-content: center;
}
.cid-uSmSXLwnUB .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSmSXLwnUB .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSmSXLwnUB .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSmSXLwnUB .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSmSXLwnUB .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSmSXLwnUB .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSmSXLwnUB .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSmSXLwnUB .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSmSXLwnUB .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSmSXLwnUB .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSmSXLwnUB .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSmSXLwnUB .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSmSXLwnUB .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSmSXLwnUB .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSmSXLwnUB .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSmSXLwnUB .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSmSXLwnUB .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSmSXLwnUB .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSmSXLwnUB .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSmSXLwnUB .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSmSXLwnUB .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSmSXLwnUB .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSmSXLwnUB .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSmSXLwnUB .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSmSXLwnUB .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-uSmSXLwnUB .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSmSXLwnUB .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSmSXLwnUB .dropdown-item.active,
.cid-uSmSXLwnUB .dropdown-item:active {
  background-color: transparent;
}
.cid-uSmSXLwnUB .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uSmSXLwnUB .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSmSXLwnUB .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSmSXLwnUB .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSmSXLwnUB ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSmSXLwnUB .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSmSXLwnUB button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #bbf9b5;
  background: #90f188;
}
.cid-uSmSXLwnUB button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-uSmSXLwnUB button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSmSXLwnUB button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSmSXLwnUB button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSmSXLwnUB button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSmSXLwnUB nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSmSXLwnUB nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSmSXLwnUB nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSmSXLwnUB nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSmSXLwnUB a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSmSXLwnUB .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-uSmSXLwnUB .navbar {
    height: 70px;
  }
  .cid-uSmSXLwnUB .navbar.opened {
    height: auto;
  }
  .cid-uSmSXLwnUB .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSmSXLwnUB .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSmSXLwnUB .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uSmSXLwnUB .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSmSXLwnUB .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSmSXLwnUB .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uSmSXLwnUB .navbar-caption:hover {
  color: #f7036a;
}
@media (min-width: 992px) {
  .cid-uSmSXLwnUB .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSmSXLwnUB .text_widget {
  margin-bottom: 32px;
}
.cid-uSmSXLwnUB .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSmSXLwnUB .text_widget a:hover,
.cid-uSmSXLwnUB .text_widget a:focus {
  opacity: .8;
}
.cid-uSmSXLwnUB .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uSmSXLwnUB .navbar-caption {
  color: #0f1d07;
}
.cid-uSmSXLwnUB .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uSmSXLwnUB .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSmSXLwnUB .navigation-wrapper {
    display: block;
  }
}
.cid-uSmSXLwnUB .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-uSmSXLwnUB .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uSmSXLwnUB .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uSmSXLwnUB .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uSmSXLwnUB .mbr-section-subtitle,
.cid-uSmSXLwnUB .text_widget,
.cid-uSmSXLwnUB .mbr-section-btn {
  text-align: center;
}
.cid-uSmSXLwnUB a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSmSXNu32F {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmSXNu32F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmSXNu32F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmSXNu32F .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmSXNu32F .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmSXNu32F .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmSXNu32F .container {
    padding: 0 20px;
  }
}
.cid-uSmSXNu32F .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uSmSXNu32F .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uSmSXNu32F .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSmSXNu32F .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSmSXNu32F .image-wrapper img {
    height: 350px;
  }
}
.cid-uSmSXNu32F .mbr-section-title {
  color: #ffffff;
}
.cid-uSmSXNu32F .mbr-text {
  color: #ffffff;
}
.cid-uSmSXNu32F .mbr-section-title,
.cid-uSmSXNu32F .mbr-section-btn {
  color: #000000;
}
.cid-uSmSXNu32F .mbr-text,
.cid-uSmSXNu32F .text-wrapper {
  color: #000000;
}
.cid-uSmSXOsGHz {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSmSXOsGHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmSXOsGHz .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-uSmSXOsGHz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSmSXOsGHz .container {
    padding: 0 12px;
  }
}
.cid-uSmSXOsGHz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSmSXOsGHz .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uSmSXOsGHz .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uSmSXOsGHz .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #bbf9b5;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uSmSXOsGHz .mbr-section-title {
  color: #222222;
}
.cid-uSmSXPyVAz {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmSXPyVAz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmSXPyVAz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmSXPyVAz .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSmSXPyVAz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSmSXPyVAz .container {
    padding: 0 12px;
  }
}
.cid-uSmSXPyVAz .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSmSXPyVAz .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSmSXPyVAz .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmSXPyVAz .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uSmSXPyVAz .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSmSXPyVAz .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uSmSXPyVAz .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uSmSXPyVAz .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uSmSXPyVAz .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uSmSXPyVAz .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uSmSXPyVAz .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSmSXPyVAz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSmSXPyVAz .mbr-section-subtitle {
  color: #222222;
}
.cid-uSmSXPyVAz .mbr-text {
  color: #222222;
}
.cid-uSmSXPyVAz .list {
  color: #222222;
}
.cid-uSmSXQIafP {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uSmSXQIafP {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uSmSXQIafP {
    padding-top: 1.8rem;
    padding-bottom: 2.1rem;
  }
}
.cid-uSmSXQIafP .mbr-section-subtitle {
  text-align: left;
}
.cid-uSmSXQIafP .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uSmSXQIafP .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uSmSXRGsDV {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmSXRGsDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmSXRGsDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmSXRGsDV .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmSXRGsDV .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmSXRGsDV .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmSXRGsDV .container {
    padding: 0 20px;
  }
}
.cid-uSmSXRGsDV .row {
  justify-content: center;
}
.cid-uSmSXRGsDV .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmSXRGsDV .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uSmSXRGsDV .content-wrapper .card {
  justify-content: center;
}
.cid-uSmSXRGsDV .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSmSXRGsDV .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uSmSXRGsDV .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uSmSXRGsDV .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uSmSXRGsDV .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uSmSXRGsDV .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uSmSXRGsDV .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSmSXRGsDV .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSmSXRGsDV .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uSmSXRGsDV .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSmSXRGsDV .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-uSmSXRGsDV .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSmSXRGsDV .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-uSmSXRGsDV .mbr-section-title {
  color: #000000;
}
.cid-uSmSXRGsDV .mbr-text {
  color: #ffffff;
}
.cid-uSmSXRGsDV .mbr-desc {
  color: #0f1d07;
}
.cid-uSmSXRGsDV .mbr-text,
.cid-uSmSXRGsDV .mbr-section-btn {
  color: #000000;
}
.cid-uSmSXSWfnq {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uSmSXSWfnq {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uSmSXSWfnq {
    padding-top: 1.5rem;
    padding-bottom: 0.6rem;
  }
}
.cid-uSmSXSWfnq .mbr-section-subtitle {
  text-align: left;
}
.cid-uSmSXSWfnq .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uSmSXSWfnq .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uSmSXU05ul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmSXU05ul .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmSXU05ul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmSXU05ul .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmSXU05ul .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmSXU05ul .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmSXU05ul .container {
    padding: 0 20px;
  }
}
.cid-uSmSXU05ul .row {
  justify-content: center;
}
.cid-uSmSXU05ul .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSmSXU05ul .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSmSXU05ul .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSmSXU05ul .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uSmSXU05ul .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uSmSXU05ul .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uSmSXU05ul .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uSmSXU05ul .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uSmSXU05ul .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #38001b;
  display: inline-flex;
}
.cid-uSmSXU05ul .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #38001b;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uSmSXU05ul .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uSmSXU05ul .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uSmSXU05ul .mbr-section-title {
  color: #38001b;
}
.cid-uSmSXU05ul .mbr-text {
  color: #38001b;
}
.cid-uSmSXU05ul .item-title {
  color: #38001b;
}
.cid-uSmSXU05ul .item-text {
  color: #38001b;
  text-align: right;
}
.cid-uSmSXU05ul .item-title,
.cid-uSmSXU05ul .icon-wrapper {
  text-align: center;
}
.cid-uSmSXVG5mA {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uSmSXVG5mA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmSXVG5mA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmSXVG5mA .mbr-text,
.cid-uSmSXVG5mA .mbr-section-btn {
  text-align: center;
}
.cid-uSmSXVG5mA .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSmSXWOV2u {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #bbf9b5;
}
.cid-uSmSXWOV2u .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmSXWOV2u .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSmSXWOV2u .container {
    padding: 0 25px;
  }
}
.cid-uSmSXWOV2u .row {
  margin: 0;
}
.cid-uSmSXWOV2u .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uSmSXWOV2u .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uSmSXWOV2u .image-wrapper {
    min-height: 350px;
  }
}
.cid-uSmSXWOV2u .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSmSXWOV2u .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uSmSXWOV2u .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uSmSXWOV2u .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSmSXWOV2u .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSmSXWOV2u .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uSmSXWOV2u .mbr-section-title {
  color: #000000;
}
.cid-uSmSXWOV2u .mbr-text {
  color: #000000;
}
.cid-uSmSXY1ClW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSmSXY1ClW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmSXY1ClW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmSXY1ClW .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmSXY1ClW .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmSXY1ClW .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmSXY1ClW .container {
    padding: 0 20px;
  }
}
.cid-uSmSXY1ClW .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #bbf9b5;
}
@media (max-width: 992px) {
  .cid-uSmSXY1ClW .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uSmSXY1ClW .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSmSXY1ClW .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSmSXY1ClW .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uSmSXY1ClW .mbr-section-title {
  color: #000000;
}
.cid-uSmSXY1ClW .mbr-desc {
  color: #38001b;
}
.cid-uSmSXY1ClW .mbr-desc,
.cid-uSmSXY1ClW .desc-wrapper {
  color: #000000;
}
.cid-uSmSXZfYJn {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #bbf9b5;
}
.cid-uSmSXZfYJn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmSXZfYJn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmSXZfYJn .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmSXZfYJn .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmSXZfYJn .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmSXZfYJn .container {
    padding: 0 20px;
  }
}
.cid-uSmSXZfYJn .row {
  justify-content: center;
}
.cid-uSmSXZfYJn .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmSXZfYJn .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uSmSXZfYJn .panel-group .card {
  border-radius: 20px !important;
  background-color: #ffffff;
  margin-top: 40px;
  padding: 50px;
}
.cid-uSmSXZfYJn .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSmSXZfYJn .panel-group .card {
    padding: 20px;
  }
}
.cid-uSmSXZfYJn .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSmSXZfYJn .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSmSXZfYJn .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSmSXZfYJn .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #0f1d07;
  margin-left: 20px;
}
.cid-uSmSXZfYJn .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSmSXZfYJn .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uSmSXZfYJn .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSmSXZfYJn .mbr-desc {
  color: #ffffff;
}
.cid-uSmSXZfYJn .panel-title-edit {
  color: #0f1d07;
}
.cid-uSmSXZfYJn .panel-text {
  color: #0f1d07;
}
.cid-uSmSXZfYJn .mbr-desc,
.cid-uSmSXZfYJn .desc-wrapper {
  color: #000000;
}
.cid-uSmSY0TbEl {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSmSY0TbEl .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmSY0TbEl .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmSY0TbEl .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmSY0TbEl .container {
    padding: 0 20px;
  }
}
.cid-uSmSY0TbEl .row {
  justify-content: center;
}
.cid-uSmSY0TbEl .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uSmSY0TbEl .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmSY0TbEl .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmSY0TbEl .embla__slide .slide-content .item-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSmSY0TbEl .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uSmSY0TbEl .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 60px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-uSmSY0TbEl .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 30px;
  }
}
.cid-uSmSY0TbEl .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: .5;
}
.cid-uSmSY0TbEl .embla__slide .slide-content .item-wrapper .item-img {
  padding-right: 180px;
}
@media (max-width: 768px) {
  .cid-uSmSY0TbEl .embla__slide .slide-content .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uSmSY0TbEl .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uSmSY0TbEl .embla__slide .slide-content .item-wrapper .item-img .name-wrapper img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
  margin-right: 20px;
}
.cid-uSmSY0TbEl .embla__slide .slide-content .item-wrapper .item-img .name-wrapper a {
  width: 70px;
  height: 70px;
  margin-left: 20px;
}
.cid-uSmSY0TbEl .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap {
  position: relative;
  z-index: 1;
}
.cid-uSmSY0TbEl .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-name {
  display: inline-flex;
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
}
.cid-uSmSY0TbEl .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-name::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #000000;
}
.cid-uSmSY0TbEl .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSmSY0TbEl .embla__button--next,
.cid-uSmSY0TbEl .embla__button--prev {
  display: flex;
}
.cid-uSmSY0TbEl .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSmSY0TbEl .embla__button:hover {
  background-color: #82d7ff !important;
}
.cid-uSmSY0TbEl .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uSmSY0TbEl .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uSmSY0TbEl .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSmSY0TbEl .embla {
    padding-bottom: 6rem;
  }
}
.cid-uSmSY0TbEl .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmSY0TbEl .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmSY0TbEl .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmSY0TbEl .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmSY0TbEl .item-name {
  color: #ffffff;
}
.cid-uSmSY0TbEl .item-role {
  color: #ffffff;
}
.cid-uSmSY0TbEl .item-text {
  color: #ffffff;
}
.cid-uSmSY0TbEl .item-name,
.cid-uSmSY0TbEl .item-img {
  color: #000000;
}
.cid-uSr7Z1lKRC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSr7Z1lKRC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSr7Z1lKRC .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-uSr7Z1lKRC .container {
    padding: 0 20px;
  }
}
.cid-uSr7Z1lKRC .row {
  margin: 0;
}
.cid-uSr7Z1lKRC .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSr7Z1lKRC .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uSr7Z1lKRC .video-block .video-wrapper .app-video-wrapper::before {
  color: #6fe662;
  text-shadow: none;
}
.cid-uSr7Z1lKRC .video-block .video-wrapper .app-video-wrapper img {
  object-fit: cover;
  height: 500px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .cid-uSr7Z1lKRC .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-uSr7Z1lKRC .video-block .video-wrapper iframe {
  border-radius: 50px;
}
.cid-uSr7Z1lKRC .mbr-section-title {
  color: #000000;
}
.cid-uSmSY2NuXA {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #bbf9b5;
}
.cid-uSmSY2NuXA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmSY2NuXA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmSY2NuXA .mbr-text,
.cid-uSmSY2NuXA .mbr-section-btn {
  text-align: center;
}
.cid-uSmSY2NuXA .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSmZf1WS7H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSmZf1WS7H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmZf1WS7H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmZf1WS7H .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uSmZf1WS7H .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSmZf1WS7H .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmZf1WS7H .container {
    padding: 0 20px;
  }
}
.cid-uSmZf1WS7H .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uSmZf1WS7H .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uSmZf1WS7H .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uSmZf1WS7H .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uSmZf1WS7H .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSmZf1WS7H .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uSmZf1WS7H .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uSmZf1WS7H .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uSmZf1WS7H .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uSmZf1WS7H .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSmZf1WS7H .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uSmZf1WS7H .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uSmZf1WS7H .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: #bbf9b5;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uSmZf1WS7H .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-uSmZf1WS7H .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-uSmZf1WS7H .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uSmZf1WS7H .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uSmZf1WS7H .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uSmZf1WS7H .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uSmZf1WS7H .mbr-desc {
  color: #000000;
}
.cid-uSmZf1WS7H .panel-number {
  color: #000000;
}
.cid-uSmZf1WS7H .panel-title-edit {
  color: #000000;
}
.cid-uSmZf1WS7H .panel-text {
  color: #000000;
}
.cid-uSmSY3U0wy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uSmSY3U0wy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmSY3U0wy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmSY3U0wy .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSmSY3U0wy .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uSmSY3U0wy .google-map [data-state-details] {
  color: #4b4b4b;
  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-uSmSY3U0wy .google-map[data-state] {
  background: #fffff5;
}
.cid-uSmSY3U0wy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSmSY5JL3x {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2f2e30;
}
.cid-uSmSY5JL3x .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmSY5JL3x .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmSY5JL3x .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSmSY5JL3x .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSmSY5JL3x .container {
    padding: 0 25px;
  }
}
.cid-uSmSY5JL3x .row {
  justify-content: center;
}
.cid-uSmSY5JL3x .mbr-section-title {
  margin-bottom: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmSY5JL3x .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uSmSY5JL3x .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uSmSY5JL3x .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSmSY5JL3x .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSmSY5JL3x .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSmSY5JL3x .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uSmSY5JL3x .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSmSY5JL3x .list-wrapper .list .item-wrap:hover,
.cid-uSmSY5JL3x .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uSmSY5JL3x .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSmSY5JL3x .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSmSY5JL3x .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSmSY5JL3x .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.cid-uSmSY5JL3x .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSmSY5JL3x .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uSmSY5JL3x .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSmSY5JL3x .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uSmSY5JL3x .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uSmSY5JL3x .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uSmSY5JL3x .copyright {
  margin: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmSY5JL3x .copyright {
    margin-bottom: 20px;
  }
}
.cid-uSmSY5JL3x .mbr-section-btn {
  text-align: center;
}
.cid-uSmSY5JL3x .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSmSY5JL3x .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSmSY5JL3x .mbr-text {
  color: #ffffff;
}
.cid-uSmSY5JL3x .list {
  color: #ffffff;
}
.cid-uSmSY5JL3x .list,
.cid-uSmSY5JL3x .item-wrap {
  text-align: left;
}
.cid-uSmV4kVnxn {
  background-color: transparent;
  z-index: 1000;
  width: 100%;
}
.cid-uSmV4kVnxn .navbar-dropdown {
  background: #bbf9b5 !important;
  padding: 0;
}
.cid-uSmV4kVnxn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bbf9b5 !important;
  background: #bbf9b5;
}
.cid-uSmV4kVnxn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uSmV4kVnxn .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uSmV4kVnxn .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uSmV4kVnxn .menu_box .navbar.opened,
  .cid-uSmV4kVnxn .menu_box .navbar-collapse {
    background-color: #bbf9b5 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uSmV4kVnxn nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-uSmV4kVnxn .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-uSmV4kVnxn .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uSmV4kVnxn .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-uSmV4kVnxn .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uSmV4kVnxn .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uSmV4kVnxn .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #d8e7ee;
  }
  .cid-uSmV4kVnxn .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-uSmV4kVnxn .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-uSmV4kVnxn .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-uSmV4kVnxn .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-uSmV4kVnxn .offcanvas-body .mbr-text,
  .cid-uSmV4kVnxn .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-uSmV4kVnxn .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-uSmV4kVnxn .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-uSmV4kVnxn .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #0f1d07;
  }
  .cid-uSmV4kVnxn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-uSmV4kVnxn .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-uSmV4kVnxn .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-uSmV4kVnxn .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-uSmV4kVnxn ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uSmV4kVnxn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSmV4kVnxn .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-uSmV4kVnxn .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uSmV4kVnxn 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-uSmV4kVnxn .lg_brand {
    margin: 0 1rem;
  }
  .cid-uSmV4kVnxn .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uSmV4kVnxn .nav-item {
  margin: 0 5px;
}
@media (min-width: 1200px) {
  .cid-uSmV4kVnxn .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 991px) {
  .cid-uSmV4kVnxn .nav-item {
    margin: 0 !important;
  }
}
.cid-uSmV4kVnxn .nav-item .nav-link {
  transition: all 0.3s ease-in-out;
  border-radius: 100vw;
}
.cid-uSmV4kVnxn .nav-item .nav-link:hover,
.cid-uSmV4kVnxn .nav-item .nav-link:focus {
  background-color: #0f1d07 !important;
  color: #90f188 !important;
}
.cid-uSmV4kVnxn .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uSmV4kVnxn .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uSmV4kVnxn .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uSmV4kVnxn .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uSmV4kVnxn .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-uSmV4kVnxn .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uSmV4kVnxn .offcanvas_box {
    display: none;
  }
}
.cid-uSmV4kVnxn .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uSmV4kVnxn .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uSmV4kVnxn .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uSmV4kVnxn .container {
  display: flex;
  margin: auto;
}
.cid-uSmV4kVnxn .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-uSmV4kVnxn .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uSmV4kVnxn .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-uSmV4kVnxn .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uSmV4kVnxn .navbar-nav {
    margin: 0;
  }
}
.cid-uSmV4kVnxn .dropdown-menu,
.cid-uSmV4kVnxn .navbar.opened {
  background-color: true !important;
}
.cid-uSmV4kVnxn .nav-item:focus,
.cid-uSmV4kVnxn .nav-link:focus {
  outline: none;
}
.cid-uSmV4kVnxn .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uSmV4kVnxn .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uSmV4kVnxn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uSmV4kVnxn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uSmV4kVnxn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uSmV4kVnxn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uSmV4kVnxn .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uSmV4kVnxn .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uSmV4kVnxn .navbar.opened {
  transition: all 0.3s;
}
.cid-uSmV4kVnxn .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uSmV4kVnxn .navbar .navbar-logo img {
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-uSmV4kVnxn .navbar .navbar-collapse {
  justify-content: center;
  justify-content: flex-end;
  justify-content: space-between;
  z-index: 1;
}
.cid-uSmV4kVnxn .navbar.collapsed {
  justify-content: center;
}
.cid-uSmV4kVnxn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uSmV4kVnxn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uSmV4kVnxn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uSmV4kVnxn .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uSmV4kVnxn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uSmV4kVnxn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uSmV4kVnxn .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uSmV4kVnxn .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-uSmV4kVnxn .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-uSmV4kVnxn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uSmV4kVnxn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uSmV4kVnxn .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uSmV4kVnxn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uSmV4kVnxn .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uSmV4kVnxn .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uSmV4kVnxn .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uSmV4kVnxn .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uSmV4kVnxn .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uSmV4kVnxn .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uSmV4kVnxn .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uSmV4kVnxn .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uSmV4kVnxn .navbar.navbar-short {
  min-height: 60px;
}
.cid-uSmV4kVnxn .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uSmV4kVnxn .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uSmV4kVnxn .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-uSmV4kVnxn .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-uSmV4kVnxn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uSmV4kVnxn .dropdown-item.active,
.cid-uSmV4kVnxn .dropdown-item:active {
  background-color: transparent;
}
.cid-uSmV4kVnxn .navbar-expand-lg .navbar-nav .nav-link {
  padding: 8px 12px !important;
}
.cid-uSmV4kVnxn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uSmV4kVnxn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uSmV4kVnxn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uSmV4kVnxn ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uSmV4kVnxn .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uSmV4kVnxn button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #bbf9b5;
  background: #90f188;
}
.cid-uSmV4kVnxn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #0f1d07;
}
.cid-uSmV4kVnxn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uSmV4kVnxn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSmV4kVnxn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uSmV4kVnxn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uSmV4kVnxn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSmV4kVnxn nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uSmV4kVnxn nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uSmV4kVnxn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uSmV4kVnxn a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uSmV4kVnxn .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-uSmV4kVnxn .navbar {
    height: 70px;
  }
  .cid-uSmV4kVnxn .navbar.opened {
    height: auto;
  }
  .cid-uSmV4kVnxn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uSmV4kVnxn .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-uSmV4kVnxn .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-uSmV4kVnxn .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-uSmV4kVnxn .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-uSmV4kVnxn .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 180px;
}
.cid-uSmV4kVnxn .navbar-caption:hover {
  color: #f7036a;
}
@media (min-width: 992px) {
  .cid-uSmV4kVnxn .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uSmV4kVnxn .text_widget {
  margin-bottom: 32px;
}
.cid-uSmV4kVnxn .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uSmV4kVnxn .text_widget a:hover,
.cid-uSmV4kVnxn .text_widget a:focus {
  opacity: .8;
}
.cid-uSmV4kVnxn .mbr-section-subtitle {
  color: #0f1d07;
  text-align: center;
}
.cid-uSmV4kVnxn .navbar-caption {
  color: #0f1d07;
}
.cid-uSmV4kVnxn .mbr-text {
  color: #0f1d07;
  text-align: center;
}
.cid-uSmV4kVnxn .navigation-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSmV4kVnxn .navigation-wrapper {
    display: block;
  }
}
.cid-uSmV4kVnxn .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-uSmV4kVnxn .navigation-wrapper .navbar-nav.nav-dropdown {
    padding: 0;
    border-radius: 0 !important;
  }
}
.cid-uSmV4kVnxn .navigation-wrapper .navbar-nav.nav-dropdown::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  opacity: .7;
  border-radius: 100vw !important;
}
@media (max-width: 992px) {
  .cid-uSmV4kVnxn .navigation-wrapper .navbar-nav.nav-dropdown::before {
    display: none;
  }
}
.cid-uSmV4kVnxn .mbr-section-subtitle,
.cid-uSmV4kVnxn .text_widget,
.cid-uSmV4kVnxn .mbr-section-btn {
  text-align: center;
}
.cid-uSmV4kVnxn a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uSmV4n6oyH {
  padding-top: 11rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmV4n6oyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmV4n6oyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmV4n6oyH .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmV4n6oyH .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmV4n6oyH .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmV4n6oyH .container {
    padding: 0 20px;
  }
}
.cid-uSmV4n6oyH .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
.cid-uSmV4n6oyH .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 80%;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .cid-uSmV4n6oyH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSmV4n6oyH .image-wrapper img {
  height: 650px;
  border-radius: 2rem !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uSmV4n6oyH .image-wrapper img {
    height: 350px;
  }
}
.cid-uSmV4n6oyH .mbr-section-title {
  color: #ffffff;
}
.cid-uSmV4n6oyH .mbr-text {
  color: #ffffff;
}
.cid-uSmV4n6oyH .mbr-section-title,
.cid-uSmV4n6oyH .mbr-section-btn {
  color: #000000;
}
.cid-uSmV4n6oyH .mbr-text,
.cid-uSmV4n6oyH .text-wrapper {
  color: #000000;
}
.cid-uSmV4ozBKN {
  padding-top: 7rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uSmV4ozBKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmV4ozBKN .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-uSmV4ozBKN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSmV4ozBKN .container {
    padding: 0 12px;
  }
}
.cid-uSmV4ozBKN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSmV4ozBKN .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-uSmV4ozBKN .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-uSmV4ozBKN .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #bbf9b5;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-uSmV4ozBKN .mbr-section-title {
  color: #222222;
}
.cid-uSmV4q16xY {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmV4q16xY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmV4q16xY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmV4q16xY .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uSmV4q16xY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-uSmV4q16xY .container {
    padding: 0 12px;
  }
}
.cid-uSmV4q16xY .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uSmV4q16xY .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uSmV4q16xY .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #ffffff;
  box-shadow: 4px 4px #ffffff;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmV4q16xY .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-uSmV4q16xY .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uSmV4q16xY .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-uSmV4q16xY .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-uSmV4q16xY .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-uSmV4q16xY .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #ff6928;
}
@media (max-width: 992px) {
  .cid-uSmV4q16xY .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-uSmV4q16xY .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-uSmV4q16xY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uSmV4q16xY .mbr-section-subtitle {
  color: #222222;
}
.cid-uSmV4q16xY .mbr-text {
  color: #222222;
}
.cid-uSmV4q16xY .list {
  color: #222222;
}
.cid-uSmV4rZZco {
  padding-top: 6rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uSmV4rZZco {
    padding-top: 3rem;
    padding-bottom: 3.5rem;
  }
}
@media (max-width: 768px) {
  .cid-uSmV4rZZco {
    padding-top: 1.8rem;
    padding-bottom: 2.1rem;
  }
}
.cid-uSmV4rZZco .mbr-section-subtitle {
  text-align: left;
}
.cid-uSmV4rZZco .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uSmV4rZZco .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uSmV4unZ5y {
  padding-top: 8rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmV4unZ5y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmV4unZ5y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmV4unZ5y .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmV4unZ5y .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmV4unZ5y .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmV4unZ5y .container {
    padding: 0 20px;
  }
}
.cid-uSmV4unZ5y .row {
  justify-content: center;
}
.cid-uSmV4unZ5y .content-wrapper {
  display: flex;
  padding: 30px;
  border-radius: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmV4unZ5y .content-wrapper {
    display: block;
    padding: 20px;
  }
}
.cid-uSmV4unZ5y .content-wrapper .card {
  justify-content: center;
}
.cid-uSmV4unZ5y .content-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-uSmV4unZ5y .content-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-uSmV4unZ5y .content-wrapper .image-wrapper img {
  height: 720px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uSmV4unZ5y .content-wrapper .image-wrapper img {
    height: 350px;
  }
}
.cid-uSmV4unZ5y .content-wrapper .content-wrap {
  width: 50%;
  padding: 0 200px 0 60px;
}
@media (max-width: 1440px) {
  .cid-uSmV4unZ5y .content-wrapper .content-wrap {
    padding: 0 100px 0 60px;
  }
}
@media (max-width: 1199px) {
  .cid-uSmV4unZ5y .content-wrapper .content-wrap {
    padding: 0 40px 0 60px;
  }
}
@media (max-width: 992px) {
  .cid-uSmV4unZ5y .content-wrapper .content-wrap {
    width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uSmV4unZ5y .content-wrapper .content-wrap .title-wrapper {
  margin-bottom: 200px;
}
@media (max-width: 992px) {
  .cid-uSmV4unZ5y .content-wrapper .content-wrap .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSmV4unZ5y .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-uSmV4unZ5y .content-wrapper .content-wrap .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uSmV4unZ5y .content-wrapper .content-wrap .mbr-text {
  line-height: 1.6;
  margin-bottom: 40px;
  opacity: .5;
}
.cid-uSmV4unZ5y .mbr-section-title {
  color: #000000;
}
.cid-uSmV4unZ5y .mbr-text {
  color: #ffffff;
}
.cid-uSmV4unZ5y .mbr-desc {
  color: #0f1d07;
}
.cid-uSmV4unZ5y .mbr-text,
.cid-uSmV4unZ5y .mbr-section-btn {
  color: #000000;
}
.cid-uSmV4vtSKk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/dots.svg");
  background-repeat: repeat;
  background-size: 30px 30px;
}
@media (max-width: 1000px) {
  .cid-uSmV4vtSKk {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .cid-uSmV4vtSKk {
    padding-top: 1.5rem;
    padding-bottom: 0.6rem;
  }
}
.cid-uSmV4vtSKk .mbr-section-subtitle {
  text-align: left;
}
.cid-uSmV4vtSKk .mbr-section-title {
  text-align: left;
  color: #000000;
}
.cid-uSmV4vtSKk .mbr-text {
  text-align: left;
  color: #000000;
}
.cid-uSmV4wppQT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bbf9b5;
}
.cid-uSmV4wppQT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmV4wppQT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmV4wppQT .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmV4wppQT .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmV4wppQT .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmV4wppQT .container {
    padding: 0 20px;
  }
}
.cid-uSmV4wppQT .row {
  justify-content: center;
}
.cid-uSmV4wppQT .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSmV4wppQT .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSmV4wppQT .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uSmV4wppQT .content-wrapper .text-wrapper .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-uSmV4wppQT .content-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 50px;
}
@media (max-width: 1200px) {
  .cid-uSmV4wppQT .content-wrapper .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  .cid-uSmV4wppQT .content-wrapper .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-uSmV4wppQT .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uSmV4wppQT .content-wrapper .items-wrapper .item .item-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 32px;
  color: #38001b;
  display: inline-flex;
}
.cid-uSmV4wppQT .content-wrapper .items-wrapper .item .item-wrapper .card-box .border-wrap {
  width: 100%;
  height: 1px;
  background-color: #38001b;
  opacity: .2;
  margin-bottom: 20px;
}
.cid-uSmV4wppQT .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uSmV4wppQT .content-wrapper .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
  line-height: 1.6;
}
.cid-uSmV4wppQT .mbr-section-title {
  color: #38001b;
}
.cid-uSmV4wppQT .mbr-text {
  color: #38001b;
}
.cid-uSmV4wppQT .item-title {
  color: #38001b;
}
.cid-uSmV4wppQT .item-text {
  color: #38001b;
  text-align: right;
}
.cid-uSmV4wppQT .item-title,
.cid-uSmV4wppQT .icon-wrapper {
  text-align: center;
}
.cid-uSmV4xSfGN {
  padding-top: 5rem;
  padding-bottom: 10rem;
  background-color: #ffffff;
}
.cid-uSmV4xSfGN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmV4xSfGN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmV4xSfGN .mbr-text,
.cid-uSmV4xSfGN .mbr-section-btn {
  text-align: center;
}
.cid-uSmV4xSfGN .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSmV4yYlDU {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #bbf9b5;
}
.cid-uSmV4yYlDU .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uSmV4yYlDU .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uSmV4yYlDU .container {
    padding: 0 25px;
  }
}
.cid-uSmV4yYlDU .row {
  margin: 0;
}
.cid-uSmV4yYlDU .row .card {
  padding: 0;
  justify-content: center;
}
.cid-uSmV4yYlDU .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-uSmV4yYlDU .image-wrapper {
    min-height: 350px;
  }
}
.cid-uSmV4yYlDU .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-uSmV4yYlDU .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-uSmV4yYlDU .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-uSmV4yYlDU .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uSmV4yYlDU .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uSmV4yYlDU .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-uSmV4yYlDU .mbr-section-title {
  color: #000000;
}
.cid-uSmV4yYlDU .mbr-text {
  color: #000000;
}
.cid-uSmV4A1kvZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSmV4A1kvZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmV4A1kvZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmV4A1kvZ .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmV4A1kvZ .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmV4A1kvZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmV4A1kvZ .container {
    padding: 0 20px;
  }
}
.cid-uSmV4A1kvZ .content-wrapper .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #bbf9b5;
}
@media (max-width: 992px) {
  .cid-uSmV4A1kvZ .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uSmV4A1kvZ .content-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uSmV4A1kvZ .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uSmV4A1kvZ .content-wrapper img {
  height: 900px;
  object-fit: cover;
  border-radius: 2rem !important;
}
.cid-uSmV4A1kvZ .mbr-section-title {
  color: #000000;
}
.cid-uSmV4A1kvZ .mbr-desc {
  color: #38001b;
}
.cid-uSmV4A1kvZ .mbr-desc,
.cid-uSmV4A1kvZ .desc-wrapper {
  color: #000000;
}
.cid-uSmV4B9l3L {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #bbf9b5;
}
.cid-uSmV4B9l3L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmV4B9l3L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmV4B9l3L .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmV4B9l3L .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmV4B9l3L .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmV4B9l3L .container {
    padding: 0 20px;
  }
}
.cid-uSmV4B9l3L .row {
  justify-content: center;
}
.cid-uSmV4B9l3L .desc-wrapper .mbr-desc {
  display: inline-flex;
  border-radius: 100vw;
  padding: 14px 15px;
  margin-bottom: 80px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmV4B9l3L .desc-wrapper .mbr-desc {
    margin-bottom: 40px;
  }
}
.cid-uSmV4B9l3L .panel-group .card {
  border-radius: 20px !important;
  background-color: #ffffff;
  margin-top: 40px;
  padding: 50px;
}
.cid-uSmV4B9l3L .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-uSmV4B9l3L .panel-group .card {
    padding: 20px;
  }
}
.cid-uSmV4B9l3L .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-uSmV4B9l3L .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-uSmV4B9l3L .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-uSmV4B9l3L .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  width: 32px;
  height: 32px;
  min-width: 32px;
  transition: all 0.3s ease-in-out;
  color: #0f1d07;
  margin-left: 20px;
}
.cid-uSmV4B9l3L .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-uSmV4B9l3L .panel-group .card .panel-collapse .panel-body {
  padding-top: 20px;
}
.cid-uSmV4B9l3L .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSmV4B9l3L .mbr-desc {
  color: #ffffff;
}
.cid-uSmV4B9l3L .panel-title-edit {
  color: #0f1d07;
}
.cid-uSmV4B9l3L .panel-text {
  color: #0f1d07;
}
.cid-uSmV4B9l3L .mbr-desc,
.cid-uSmV4B9l3L .desc-wrapper {
  color: #000000;
}
.cid-uSmV4CtKDp {
  padding-top: 7rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSmV4CtKDp .container-fluid {
  padding: 0 50px;
}
@media (max-width: 1440px) {
  .cid-uSmV4CtKDp .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .cid-uSmV4CtKDp .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSmV4CtKDp .container {
    padding: 0 20px;
  }
}
.cid-uSmV4CtKDp .row {
  justify-content: center;
}
.cid-uSmV4CtKDp .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-uSmV4CtKDp .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uSmV4CtKDp .embla__slide .slide-content {
  width: 100%;
}
.cid-uSmV4CtKDp .embla__slide .slide-content .item-wrapper {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uSmV4CtKDp .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-uSmV4CtKDp .embla__slide .slide-content .item-wrapper .item-content .item-text {
  margin-bottom: 60px;
  line-height: 1;
}
@media (max-width: 768px) {
  .cid-uSmV4CtKDp .embla__slide .slide-content .item-wrapper .item-content .item-text {
    margin-bottom: 30px;
  }
}
.cid-uSmV4CtKDp .embla__slide .slide-content .item-wrapper .item-content .item-text span {
  opacity: .5;
}
.cid-uSmV4CtKDp .embla__slide .slide-content .item-wrapper .item-img {
  padding-right: 180px;
}
@media (max-width: 768px) {
  .cid-uSmV4CtKDp .embla__slide .slide-content .item-wrapper .item-img {
    padding-right: 0;
  }
}
.cid-uSmV4CtKDp .embla__slide .slide-content .item-wrapper .item-img .name-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-uSmV4CtKDp .embla__slide .slide-content .item-wrapper .item-img .name-wrapper img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  object-fit: cover;
  border-radius: 100% !important;
  margin-right: 20px;
}
.cid-uSmV4CtKDp .embla__slide .slide-content .item-wrapper .item-img .name-wrapper a {
  width: 70px;
  height: 70px;
  margin-left: 20px;
}
.cid-uSmV4CtKDp .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap {
  position: relative;
  z-index: 1;
}
.cid-uSmV4CtKDp .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-name {
  display: inline-flex;
  position: relative;
  margin-bottom: 10px;
  padding-left: 24px;
}
.cid-uSmV4CtKDp .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-name::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background-color: #000000;
}
.cid-uSmV4CtKDp .embla__slide .slide-content .item-wrapper .item-img .name-wrapper .name-wrap .item-role {
  margin-bottom: 0;
  opacity: .5;
}
.cid-uSmV4CtKDp .embla__button--next,
.cid-uSmV4CtKDp .embla__button--prev {
  display: flex;
}
.cid-uSmV4CtKDp .embla__button {
  bottom: 0;
  width: 70px;
  height: 70px;
  margin-top: -1.5rem;
  font-size: 32px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none !important;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uSmV4CtKDp .embla__button:hover {
  background-color: #82d7ff !important;
}
.cid-uSmV4CtKDp .embla__button.embla__button--prev {
  right: 4rem;
  border-radius: 6.25rem 0 0 6.25rem;
}
.cid-uSmV4CtKDp .embla__button.embla__button--next {
  right: 0;
  border-radius: 0 6.25rem 6.25rem 0;
}
.cid-uSmV4CtKDp .embla {
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-uSmV4CtKDp .embla {
    padding-bottom: 6rem;
  }
}
.cid-uSmV4CtKDp .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uSmV4CtKDp .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uSmV4CtKDp .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uSmV4CtKDp .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uSmV4CtKDp .item-name {
  color: #ffffff;
}
.cid-uSmV4CtKDp .item-role {
  color: #ffffff;
}
.cid-uSmV4CtKDp .item-text {
  color: #ffffff;
}
.cid-uSmV4CtKDp .item-name,
.cid-uSmV4CtKDp .item-img {
  color: #000000;
}
.cid-uSmV4E9byO {
  padding-top: 10rem;
  padding-bottom: 9rem;
  background-color: #bbf9b5;
}
.cid-uSmV4E9byO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmV4E9byO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmV4E9byO .mbr-text,
.cid-uSmV4E9byO .mbr-section-btn {
  text-align: center;
}
.cid-uSmV4E9byO .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-uSpnd6MXnx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uSpnd6MXnx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSpnd6MXnx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSpnd6MXnx .container-fluid {
  padding: 0 70px;
}
@media (max-width: 1440px) {
  .cid-uSpnd6MXnx .container-fluid {
    padding: 0 48px;
  }
}
@media (max-width: 992px) {
  .cid-uSpnd6MXnx .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-uSpnd6MXnx .container {
    padding: 0 20px;
  }
}
.cid-uSpnd6MXnx .desc-wrapper .mbr-desc {
  margin-bottom: 30px;
}
.cid-uSpnd6MXnx .panel-group .card {
  border-bottom: 1px solid #dfe6ea;
  border-radius: 0 !important;
  padding: 40px 0;
}
.cid-uSpnd6MXnx .panel-group .card:first-child {
  border-top: 1px solid #dfe6ea;
}
.cid-uSpnd6MXnx .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uSpnd6MXnx .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uSpnd6MXnx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper .mbr-iconfont {
  color: #ffffff;
}
.cid-uSpnd6MXnx .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper::before {
  transform: scale(1);
}
.cid-uSpnd6MXnx .panel-group .card .card-header .panel-title .panel-wrap {
  display: flex;
  align-items: center;
  width: 80%;
}
@media (max-width: 992px) {
  .cid-uSpnd6MXnx .panel-group .card .card-header .panel-title .panel-wrap {
    width: 100%;
  }
}
.cid-uSpnd6MXnx .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
  min-width: 210px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSpnd6MXnx .panel-group .card .card-header .panel-title .panel-wrap .panel-number {
    display: none;
  }
}
.cid-uSpnd6MXnx .panel-group .card .card-header .panel-title .panel-wrap .panel-title-edit {
  width: 100%;
  margin-bottom: 0;
}
.cid-uSpnd6MXnx .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: #bbf9b5;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  border-radius: 100%;
}
.cid-uSpnd6MXnx .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-uSpnd6MXnx .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-uSpnd6MXnx .panel-group .card .panel-collapse .panel-body {
  display: flex;
  padding-top: 40px;
}
.cid-uSpnd6MXnx .panel-group .card .panel-collapse .panel-body .panel-padding {
  min-width: 210px;
}
@media (max-width: 992px) {
  .cid-uSpnd6MXnx .panel-group .card .panel-collapse .panel-body .panel-padding {
    display: none;
  }
}
.cid-uSpnd6MXnx .panel-group .card .panel-collapse .panel-body .panel-text {
  width: 60%;
  margin-bottom: 0;
}
.cid-uSpnd6MXnx .mbr-desc {
  color: #000000;
}
.cid-uSpnd6MXnx .panel-number {
  color: #000000;
}
.cid-uSpnd6MXnx .panel-title-edit {
  color: #000000;
}
.cid-uSpnd6MXnx .panel-text {
  color: #000000;
}
.cid-uSmV4Fg5gZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-uSmV4Fg5gZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmV4Fg5gZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmV4Fg5gZ .google-map {
  height: 30rem;
  position: relative;
}
.cid-uSmV4Fg5gZ .google-map iframe {
  height: 100%;
  width: 100%;
  background-color: #000000;
  padding: 4px;
}
.cid-uSmV4Fg5gZ .google-map [data-state-details] {
  color: #4b4b4b;
  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-uSmV4Fg5gZ .google-map[data-state] {
  background: #fffff5;
}
.cid-uSmV4Fg5gZ .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-uSmV4GzNQe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #2f2e30;
}
.cid-uSmV4GzNQe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSmV4GzNQe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSmV4GzNQe .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-uSmV4GzNQe .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-uSmV4GzNQe .container {
    padding: 0 25px;
  }
}
.cid-uSmV4GzNQe .row {
  justify-content: center;
}
.cid-uSmV4GzNQe .mbr-section-title {
  margin-bottom: 130px;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmV4GzNQe .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-uSmV4GzNQe .list-wrapper {
  margin-bottom: 130px;
}
@media (max-width: 992px) {
  .cid-uSmV4GzNQe .list-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSmV4GzNQe .list-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSmV4GzNQe .list-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-uSmV4GzNQe .list-wrapper .list .item-wrap {
  margin-bottom: 16px;
}
.cid-uSmV4GzNQe .list-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uSmV4GzNQe .list-wrapper .list .item-wrap:hover,
.cid-uSmV4GzNQe .list-wrapper .list .item-wrap:focus {
  text-decoration: underline;
}
@media (max-width: 992px) {
  .cid-uSmV4GzNQe .content-wrapper {
    margin-bottom: 50px;
  }
}
.cid-uSmV4GzNQe .content-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-uSmV4GzNQe .content-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uSmV4GzNQe .border-wrap {
  height: 2px;
  background-color: #ffffff;
  margin-bottom: 25px;
}
.cid-uSmV4GzNQe .social-wrap {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uSmV4GzNQe .social-wrap {
    margin-top: 20px;
    text-align: center;
  }
}
.cid-uSmV4GzNQe .social-wrap .social-row {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-uSmV4GzNQe .social-wrap .social-row .soc-item {
  margin-right: 10px;
}
.cid-uSmV4GzNQe .social-wrap .social-row .soc-item a:hover .mbr-iconfont {
  background-color: #a0ffc2;
  color: #2f2e30;
}
.cid-uSmV4GzNQe .social-wrap .social-row .soc-item a .mbr-iconfont {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  color: #ffffff;
}
.cid-uSmV4GzNQe .copyright {
  margin: 0;
  color: #ffffff;
}
@media (max-width: 992px) {
  .cid-uSmV4GzNQe .copyright {
    margin-bottom: 20px;
  }
}
.cid-uSmV4GzNQe .mbr-section-btn {
  text-align: center;
}
.cid-uSmV4GzNQe .mbr-section-btn .btn {
  margin-top: 0;
}
.cid-uSmV4GzNQe .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSmV4GzNQe .mbr-text {
  color: #ffffff;
}
.cid-uSmV4GzNQe .list {
  color: #ffffff;
}
.cid-uSmV4GzNQe .list,
.cid-uSmV4GzNQe .item-wrap {
  text-align: left;
}
