.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 {
  background-color: #fdf8f8;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 9.3rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.display-1 > .mbr-iconfont {
  font-size: 11.625rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5.3rem;
  line-height: 100%;
  letter-spacing: -0.04em;
}
.display-2 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 100%;
  letter-spacing: -0.02em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.2rem;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.75rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.375rem;
  line-height: 125%;
  letter-spacing: -0.02em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.71875rem;
}
/* ---- 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: 7.44rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 6.51rem;
    font-size: calc( 3.9050000000000002rem + (9.3 - 3.9050000000000002) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.9050000000000002rem + (9.3 - 3.9050000000000002) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4.24rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((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: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 50px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 50px;
}
.bg-primary {
  background-color: #b8e8b4 !important;
}
.bg-success {
  background-color: #81e8b8 !important;
}
.bg-info {
  background-color: #72e1f7 !important;
}
.bg-warning {
  background-color: #ffda6a !important;
}
.bg-danger {
  background-color: #e9808a !important;
}
.btn-primary .mbr-iconfont::after {
  border: 2px solid #2b7825;
}
.btn-primary,
.btn-primary:active {
  background-color: #b8e8b4 !important;
  border-color: #b8e8b4 !important;
  color: #2b7825 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #ddf4db !important;
  border-color: #ddf4db !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #2b7825 !important;
  background-color: #ddf4db !important;
  border-color: #ddf4db !important;
}
.btn-secondary .mbr-iconfont::after {
  border: 2px solid #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #67595e !important;
  border-color: #67595e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #827177 !important;
  border-color: #827177 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #827177 !important;
  border-color: #827177 !important;
}
.btn-info .mbr-iconfont::after {
  border: 2px solid #065564;
}
.btn-info,
.btn-info:active {
  background-color: #72e1f7 !important;
  border-color: #72e1f7 !important;
  color: #065564 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #a2ebfa !important;
  border-color: #a2ebfa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #065564 !important;
  background-color: #a2ebfa !important;
  border-color: #a2ebfa !important;
}
.btn-success .mbr-iconfont::after {
  border: 2px solid #105a37;
}
.btn-success,
.btn-success:active {
  background-color: #81e8b8 !important;
  border-color: #81e8b8 !important;
  color: #105a37 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #acf0d0 !important;
  border-color: #acf0d0 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #105a37 !important;
  background-color: #acf0d0 !important;
  border-color: #acf0d0 !important;
}
.btn-warning .mbr-iconfont::after {
  border: 2px solid #6a5000;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffda6a !important;
  border-color: #ffda6a !important;
  color: #6a5000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe79d !important;
  border-color: #ffe79d !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #6a5000 !important;
  background-color: #ffe79d !important;
  border-color: #ffe79d !important;
}
.btn-danger .mbr-iconfont::after {
  border: 2px solid #5a1017;
}
.btn-danger,
.btn-danger:active {
  background-color: #e9808a !important;
  border-color: #e9808a !important;
  color: #5a1017 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f1abb2 !important;
  border-color: #f1abb2 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #5a1017 !important;
  background-color: #f1abb2 !important;
  border-color: #f1abb2 !important;
}
.btn-white .mbr-iconfont::after {
  border: 2px solid #757b62;
}
.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 .mbr-iconfont::after {
  border: 2px solid #ffffff;
}
.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 .mbr-iconfont::after {
  border: 2px solid #b8e8b4;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #b8e8b4;
  color: #b8e8b4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #79d472 !important;
  background-color: transparent !important;
  border-color: #79d472 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #2b7825 !important;
  background-color: #b8e8b4 !important;
  border-color: #b8e8b4 !important;
}
.btn-secondary-outline .mbr-iconfont::after {
  border: 2px solid #67595e;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #67595e;
  color: #67595e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #383134 !important;
  background-color: transparent !important;
  border-color: #383134 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #67595e !important;
  border-color: #67595e !important;
}
.btn-info-outline .mbr-iconfont::after {
  border: 2px solid #72e1f7;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #72e1f7;
  color: #72e1f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #20d0f2 !important;
  background-color: transparent !important;
  border-color: #20d0f2 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #065564 !important;
  background-color: #72e1f7 !important;
  border-color: #72e1f7 !important;
}
.btn-success-outline .mbr-iconfont::after {
  border: 2px solid #81e8b8;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #81e8b8;
  color: #81e8b8;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #38db8f !important;
  background-color: transparent !important;
  border-color: #38db8f !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #105a37 !important;
  background-color: #81e8b8 !important;
  border-color: #81e8b8 !important;
}
.btn-warning-outline .mbr-iconfont::after {
  border: 2px solid #ffda6a;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffda6a;
  color: #ffda6a;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc413 !important;
  background-color: transparent !important;
  border-color: #ffc413 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #6a5000 !important;
  background-color: #ffda6a !important;
  border-color: #ffda6a !important;
}
.btn-danger-outline .mbr-iconfont::after {
  border: 2px solid #e9808a;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e9808a;
  color: #e9808a;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #dc3646 !important;
  background-color: transparent !important;
  border-color: #dc3646 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e9808a !important;
  border-color: #e9808a !important;
}
.btn-black-outline .mbr-iconfont::after {
  border: 2px solid #232323;
}
.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 .mbr-iconfont::after {
  border: 2px solid #fafafa;
}
.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: #b8e8b4 !important;
}
.text-secondary {
  color: #67595e !important;
}
.text-success {
  color: #81e8b8 !important;
}
.text-info {
  color: #72e1f7 !important;
}
.text-warning {
  color: #ffda6a !important;
}
.text-danger {
  color: #e9808a !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6ed066 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #302a2c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #2bd887 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #11ccf2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc104 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #da293a !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: #b8e8b4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #72e1f7;
}
.alert-warning {
  background-color: #ffda6a;
}
.alert-danger {
  background-color: #e9808a;
}
.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: #b8e8b4;
  border-color: #b8e8b4;
  color: #328c2b;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #b8e8b4;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.375rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #b8e8b4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.375rem;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #b8e8b4;
}
/* 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: #b8e8b4;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b8e8b4;
}
.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: #b8e8b4;
  border-bottom-color: #b8e8b4;
}
.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: #000000 !important;
  background-color: #b8e8b4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #67595e !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='%23b8e8b4' %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;
}
img {
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .mbr-section-btn,
  .mbr-section-btn-main {
    padding: 0 10px;
  }
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 58px 70px;
  border-radius: 20px !important;
  margin: 10px;
  box-shadow: none;
  min-width: 450px;
}
@media (max-width: 992px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 20px;
    min-width: auto;
  }
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  position: relative;
  font-size: 30px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
  padding: 0 20px;
  margin-left: 30px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont,
  .mbr-section-btn-main .btn .mbr-iconfont {
    margin-left: 10px;
  }
}
.mbr-section-btn .btn .mbr-iconfont::after,
.mbr-section-btn-main .btn .mbr-iconfont::after {
  content: '';
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn .mbr-iconfont::after,
  .mbr-section-btn-main .btn .mbr-iconfont::after {
    width: 50px;
    height: 50px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  padding: 0 20px 0 70px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn:hover .mbr-iconfont,
  .mbr-section-btn-main .btn:hover .mbr-iconfont,
  .mbr-section-btn .btn:focus .mbr-iconfont,
  .mbr-section-btn-main .btn:focus .mbr-iconfont {
    padding: 0 20px;
  }
}
.mbr-section-btn .btn:hover .mbr-iconfont::after,
.mbr-section-btn-main .btn:hover .mbr-iconfont::after,
.mbr-section-btn .btn:focus .mbr-iconfont::after,
.mbr-section-btn-main .btn:focus .mbr-iconfont::after {
  left: 0;
  width: 120px;
  border-radius: 3rem;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn:hover .mbr-iconfont::after,
  .mbr-section-btn-main .btn:hover .mbr-iconfont::after,
  .mbr-section-btn .btn:focus .mbr-iconfont::after,
  .mbr-section-btn-main .btn:focus .mbr-iconfont::after {
    left: auto;
    width: 50px;
  }
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  box-shadow: none;
  border: none;
}
.cid-uUSBlOFlbT .navbar-dropdown {
  background-color: #341315 !important;
  padding: 0;
}
.cid-uUSBlOFlbT .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #341315 !important;
  background: #341315;
}
.cid-uUSBlOFlbT .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUSBlOFlbT .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUSBlOFlbT .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUSBlOFlbT .menu_box .navbar.opened,
  .cid-uUSBlOFlbT .menu_box .navbar-collapse {
    background-color: #341315 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUSBlOFlbT .navbar-dropdown {
  position: relative !important;
}
.cid-uUSBlOFlbT .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-uUSBlOFlbT .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-uUSBlOFlbT ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUSBlOFlbT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUSBlOFlbT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-uUSBlOFlbT .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUSBlOFlbT li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uUSBlOFlbT .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUSBlOFlbT .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-uUSBlOFlbT .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUSBlOFlbT .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUSBlOFlbT .nav-item {
    margin: 0 !important;
  }
}
.cid-uUSBlOFlbT .nav-item .nav-link .mbr-iconfont {
  font-size: 16px;
  transition: all 0.3s ease-out;
  width: 20px;
  min-width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUSBlOFlbT .nav-item .nav-link:hover,
.cid-uUSBlOFlbT .nav-item .nav-link:focus {
  color: #b8e8b4 !important;
  transition: all 0.3s ease-out;
}
.cid-uUSBlOFlbT .nav-item .nav-link:hover .mbr-iconfont,
.cid-uUSBlOFlbT .nav-item .nav-link:focus .mbr-iconfont {
  background-color: #b8e8b4 !important;
  color: #000000 !important;
  transform: rotate(-45deg);
}
.cid-uUSBlOFlbT .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUSBlOFlbT .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUSBlOFlbT .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUSBlOFlbT .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUSBlOFlbT .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 0.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-uUSBlOFlbT .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUSBlOFlbT .offcanvas_box {
    display: none;
  }
}
.cid-uUSBlOFlbT .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUSBlOFlbT .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUSBlOFlbT .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-uUSBlOFlbT .container {
  display: flex;
  margin: auto;
}
.cid-uUSBlOFlbT .iconfont-wrapper {
  color: #fdfcfc;
  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-uUSBlOFlbT .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUSBlOFlbT .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUSBlOFlbT .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUSBlOFlbT .navbar-nav {
    margin: 0;
  }
}
.cid-uUSBlOFlbT .dropdown-menu,
.cid-uUSBlOFlbT .navbar.opened {
  background-color: false !important;
}
.cid-uUSBlOFlbT .nav-item:focus,
.cid-uUSBlOFlbT .nav-link:focus {
  outline: none;
}
.cid-uUSBlOFlbT .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUSBlOFlbT .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUSBlOFlbT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUSBlOFlbT .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUSBlOFlbT .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUSBlOFlbT .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUSBlOFlbT .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOFlbT .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUSBlOFlbT .navbar.opened {
  transition: all 0.3s;
}
.cid-uUSBlOFlbT .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUSBlOFlbT .navbar .navbar-logo img {
  width: auto;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-uUSBlOFlbT .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-uUSBlOFlbT .navbar.collapsed {
  justify-content: center;
}
.cid-uUSBlOFlbT .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUSBlOFlbT .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUSBlOFlbT .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUSBlOFlbT .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUSBlOFlbT .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUSBlOFlbT .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUSBlOFlbT .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUSBlOFlbT .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUSBlOFlbT .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uUSBlOFlbT .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUSBlOFlbT .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUSBlOFlbT .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUSBlOFlbT .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUSBlOFlbT .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUSBlOFlbT .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uUSBlOFlbT .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUSBlOFlbT .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUSBlOFlbT .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUSBlOFlbT .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUSBlOFlbT .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUSBlOFlbT .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUSBlOFlbT .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUSBlOFlbT .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uUSBlOFlbT .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUSBlOFlbT .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-uUSBlOFlbT .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUSBlOFlbT .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUSBlOFlbT .dropdown-item.active,
.cid-uUSBlOFlbT .dropdown-item:active {
  background-color: transparent;
}
.cid-uUSBlOFlbT .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUSBlOFlbT .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUSBlOFlbT .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUSBlOFlbT .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUSBlOFlbT ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUSBlOFlbT .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUSBlOFlbT button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #341315;
  background: #ffffff;
}
.cid-uUSBlOFlbT button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #341315;
}
.cid-uUSBlOFlbT button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUSBlOFlbT button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUSBlOFlbT button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUSBlOFlbT button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUSBlOFlbT nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUSBlOFlbT nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUSBlOFlbT nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUSBlOFlbT nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUSBlOFlbT a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUSBlOFlbT .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-uUSBlOFlbT .navbar {
    height: 70px;
  }
  .cid-uUSBlOFlbT .navbar.opened {
    height: auto;
  }
  .cid-uUSBlOFlbT .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUSBlOFlbT .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uUSBlOFlbT .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.cid-uUSBlOFlbT .mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 10px 30px;
  border: none;
  width: fit-content;
  min-width: auto;
  white-space: nowrap;
  margin: 8px;
  border-radius: 50px !important;
}
.cid-uUSBlOFlbT .mbr-section-btn-main .btn:hover,
.cid-uUSBlOFlbT .mbr-section-btn-main .btn:focus {
  box-shadow: none;
  border: none;
}
.cid-uUSBlOFlbT .mbr-section-btn-main .btn:hover .mbr-iconfont,
.cid-uUSBlOFlbT .mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: rotate(-45deg);
  width: 16px;
  padding: 0;
}
.cid-uUSBlOFlbT .mbr-section-btn-main .btn .mbr-iconfont {
  transition: all 0.3s ease-in-out;
  height: 16px;
  width: 16px;
  font-size: 16px;
  margin-left: 8px;
  background-color: transparent !important;
  padding: 0;
  border: none;
}
@media (max-width: 768px) {
  .cid-uUSBlOFlbT .mbr-section-btn-main .btn .mbr-iconfont {
    width: 16px;
  }
}
.cid-uUSBlOFlbT .mbr-section-btn-main .btn .mbr-iconfont::after {
  display: none;
}
.cid-uUSBlOFlbT .mbr-section-btn-main .btn-primary .mbr-iconfont,
.cid-uUSBlOFlbT .mbr-section-btn-main .btn-black .mbr-iconfont {
  color: #72e1f7 !important;
}
.cid-uUSBlOFlbT .navbar-caption:hover {
  color: #b8e8b4;
}
@media (min-width: 992px) {
  .cid-uUSBlOFlbT .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUSBlOFlbT .text_widget {
  margin-bottom: 32px;
}
.cid-uUSBlOFlbT .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-uUSBlOFlbT .text_widget a:hover,
.cid-uUSBlOFlbT .text_widget a:focus {
  color: #67595e !important;
}
.cid-uUSBlOFlbT .icons-menu-main {
  display: flex;
}
.cid-uUSBlOFlbT .mbr-section-subtitle {
  color: #fdfcfc;
  text-align: center;
}
.cid-uUSBlOFlbT .navbar-caption {
  color: #FFFFFF;
}
.cid-uUSBlOFlbT .mbr-text {
  color: #fdfcfc;
  text-align: center;
}
.cid-uUSBlOFlbT .mbr-section-subtitle,
.cid-uUSBlOFlbT .text_widget,
.cid-uUSBlOFlbT .mbr-section-btn {
  text-align: center;
}
.cid-uUSBlOFlbT a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUSBlOFlbT .nav-link,
.cid-uUSBlOFlbT .dropdown-item {
  color: #FFFFFF;
}
.cid-uUSBlOHyYF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341315;
}
.cid-uUSBlOHyYF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlOHyYF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlOHyYF .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOHyYF .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOHyYF .container {
    padding: 0 16px;
  }
}
.cid-uUSBlOHyYF .row {
  border-radius: 20px;
  background-color: #fdf8f8;
  padding: 90px 45px 75px;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlOHyYF .row {
    padding: 45px 32px;
    margin: 0 10px;
  }
}
@media (max-width: 768px) {
  .cid-uUSBlOHyYF .row {
    padding: 45px 4px;
  }
}
.cid-uUSBlOHyYF .row .card {
  justify-content: center;
}
.cid-uUSBlOHyYF .title-wrapper {
  padding-right: 100px;
}
@media (max-width: 992px) {
  .cid-uUSBlOHyYF .title-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.cid-uUSBlOHyYF .title-wrapper .subtitle-wrapper {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uUSBlOHyYF .title-wrapper .subtitle-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUSBlOHyYF .title-wrapper .subtitle-wrapper .subtitle-wrap {
  display: inline-flex;
  align-items: center;
}
.cid-uUSBlOHyYF .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-section-subtitle {
  margin: 0 20px 0 0;
}
.cid-uUSBlOHyYF .title-wrapper .subtitle-wrapper .subtitle-wrap .mbr-iconfont {
  font-size: 30px;
  color: #d1cece;
}
.cid-uUSBlOHyYF .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUSBlOHyYF .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUSBlOHyYF .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUSBlOHyYF .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uUSBlOHyYF .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uUSBlOHyYF .image-wrapper img {
  height: 590px;
  width: 70%;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 14rem !important;
  border: 5px solid #000000;
}
@media (max-width: 1440px) {
  .cid-uUSBlOHyYF .image-wrapper img {
    width: 90%;
  }
}
@media (max-width: 1200px) {
  .cid-uUSBlOHyYF .image-wrapper img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .cid-uUSBlOHyYF .image-wrapper img {
    height: 350px;
  }
}
.cid-uUSBlOHyYF .mbr-section-subtitle {
  color: #d1cece;
}
.cid-uUSBlOHyYF .mbr-section-title {
  color: #192227;
}
.cid-uUSBlOHyYF .mbr-text {
  color: #192227;
}
.cid-uUSBlOHyYF .mbr-section-subtitle,
.cid-uUSBlOHyYF .subtitle-wrapper {
  color: #000000;
}
.cid-uUSBlOHyYF .mbr-section-title,
.cid-uUSBlOHyYF .mbr-section-btn {
  color: #000000;
}
.cid-uUSBlOHyYF .mbr-text,
.cid-uUSBlOHyYF .mbr-section-btn {
  color: #000000;
}
.cid-uUSBlOIRTJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1743877428891-7b05eb7b4444.jpeg");
}
.cid-uUSBlOIRTJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlOIRTJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlOIRTJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOIRTJ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOIRTJ .container {
    padding: 0 16px;
  }
}
.cid-uUSBlOIRTJ .row {
  position: relative;
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUSBlOIRTJ .row {
    margin: 0 10px;
  }
}
.cid-uUSBlOIRTJ .row .card {
  position: relative;
  padding: 0;
}
.cid-uUSBlOIRTJ .items-wrapper .item {
  margin-bottom: 100px;
  transform: rotate(3deg);
}
.cid-uUSBlOIRTJ .items-wrapper .item:nth-child(2n) {
  transform: rotate(-3deg);
}
.cid-uUSBlOIRTJ .items-wrapper .item:nth-child(2n) .item-wrapper .item-img {
  background-color: #b8e8b4;
}
.cid-uUSBlOIRTJ .items-wrapper .item:nth-child(2n) .item-wrapper .item-content {
  background-color: #b8e8b4;
}
@media (max-width: 992px) {
  .cid-uUSBlOIRTJ .items-wrapper .item:nth-child(2n) {
    transform: rotate(0);
  }
}
.cid-uUSBlOIRTJ .items-wrapper .item:nth-child(3n) .item-wrapper .item-img {
  background-color: #b8e8b4;
}
.cid-uUSBlOIRTJ .items-wrapper .item:nth-child(3n) .item-wrapper .item-content {
  background-color: #b8e8b4;
}
.cid-uUSBlOIRTJ .items-wrapper .item:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOIRTJ .items-wrapper .item {
    transform: rotate(0);
    margin-bottom: 20px;
  }
}
.cid-uUSBlOIRTJ .items-wrapper .item .item-wrapper {
  display: flex;
}
@media (max-width: 992px) {
  .cid-uUSBlOIRTJ .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-uUSBlOIRTJ .items-wrapper .item .item-wrapper .item-img {
  padding: 30px 40px;
  background-color: #b8e8b4;
  border-radius: 20px;
  margin-right: 5px;
}
@media (max-width: 992px) {
  .cid-uUSBlOIRTJ .items-wrapper .item .item-wrapper .item-img {
    padding: 20px;
    margin: 0 0 5px 0;
  }
}
.cid-uUSBlOIRTJ .items-wrapper .item .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  object-fit: cover;
  border-radius: 5rem !important;
  margin: 0 auto 30px;
}
@media (max-width: 992px) {
  .cid-uUSBlOIRTJ .items-wrapper .item .item-wrapper .item-img img {
    margin: 0 auto 20px;
  }
}
.cid-uUSBlOIRTJ .items-wrapper .item .item-wrapper .item-img .name-wrapper .mbr-name {
  margin-bottom: 10px;
}
.cid-uUSBlOIRTJ .items-wrapper .item .item-wrapper .item-img .name-wrapper .mbr-role {
  margin-bottom: 0;
}
.cid-uUSBlOIRTJ .items-wrapper .item .item-wrapper .item-content {
  background-color: #b8e8b4;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.cid-uUSBlOIRTJ .items-wrapper .item .item-wrapper .item-content .mbr-text {
  padding: 60px;
}
@media (max-width: 992px) {
  .cid-uUSBlOIRTJ .items-wrapper .item .item-wrapper .item-content .mbr-text {
    padding: 20px;
  }
}
.cid-uUSBlOIRTJ .mbr-name {
  color: #000000;
  text-align: center;
}
.cid-uUSBlOIRTJ .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-uUSBlOIRTJ .mbr-text {
  color: #000000;
}
.cid-uUSBlOJSJ7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #341315;
}
.cid-uUSBlOJSJ7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlOJSJ7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlOJSJ7 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOJSJ7 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOJSJ7 .container {
    padding: 0 16px;
  }
}
.cid-uUSBlOJSJ7 .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlOJSJ7 .row {
    margin: 0 10px;
  }
}
.cid-uUSBlOJSJ7 .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uUSBlOJSJ7 .row .card {
    padding: 0;
  }
}
.cid-uUSBlOJSJ7 .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
  width: 2000px;
  height: 2000px;
  border: 40px solid #b8e8b4;
  border-radius: 24%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uUSBlOJSJ7 .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uUSBlOJSJ7 .row .card:last-child .decor-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 2000px;
  height: 2000px;
  border: 40px solid #67595e;
  border-radius: 24%;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uUSBlOJSJ7 .row .card:last-child .decor-wrapper {
    display: none;
  }
}
.cid-uUSBlOJSJ7 .title-wrapper {
  padding: 400px 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOJSJ7 .title-wrapper {
    padding: 200px 0 0;
  }
}
.cid-uUSBlOJSJ7 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUSBlOJSJ7 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUSBlOJSJ7 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #b8e8b4;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-uUSBlOJSJ7 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUSBlOJSJ7 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUSBlOJSJ7 .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uUSBlOJSJ7 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uUSBlOJSJ7 .mbr-text {
  color: #F9A600;
}
.cid-uUSBlOJSJ7 .mbr-section-title,
.cid-uUSBlOJSJ7 .icon-wrapper {
  color: #FFFFFF;
}
.cid-uUSBlOJSJ7 .mbr-text,
.cid-uUSBlOJSJ7 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uUSBlOJ4X1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341315;
  overflow: hidden;
}
.cid-uUSBlOJ4X1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOJ4X1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOJ4X1 .container {
    padding: 0 16px;
  }
}
.cid-uUSBlOJ4X1 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlOJ4X1 .row {
    margin: 0 10px;
  }
}
.cid-uUSBlOJ4X1 .row .card {
  position: relative;
  padding: 0;
}
.cid-uUSBlOJ4X1 .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #b8e8b4;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uUSBlOJ4X1 .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOJ4X1 .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uUSBlOJ4X1 .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #341315;
  color: #ffffff;
  border-radius: 100%;
  border: 5px solid #b8e8b4;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uUSBlOJ4X1 .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOJ4X1 .row .card .icon-decor {
    display: none;
  }
}
.cid-uUSBlOJ4X1 .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uUSBlOJ4X1 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUSBlOJ4X1 .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUSBlOJ4X1 .item:focus,
.cid-uUSBlOJ4X1 span:focus {
  outline: none;
}
.cid-uUSBlOJ4X1 .item-wrapper {
  position: relative;
}
.cid-uUSBlOJ4X1 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 475px;
  max-width: 475px;
}
@media (max-width: 767px) {
  .cid-uUSBlOJ4X1 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUSBlOJ4X1 .embla__slide .slide-content {
  border-radius: 16px !important;
  background-color: #b8e8b4;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 15px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-uUSBlOJ4X1 .embla__slide .slide-content {
    margin-right: 0;
  }
}
.cid-uUSBlOJ4X1 .embla__slide .slide-content .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uUSBlOJ4X1 .embla__slide .slide-content .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uUSBlOJ4X1 .embla__slide .slide-content .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uUSBlOJ4X1 .embla__slide .slide-content .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #341315;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uUSBlOJ4X1 .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uUSBlOJ4X1 .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uUSBlOJ4X1 .embla__slide .slide-content .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uUSBlOJ4X1 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uUSBlOJ4X1 .embla__button--next,
.cid-uUSBlOJ4X1 .embla__button--prev {
  display: flex;
}
.cid-uUSBlOJ4X1 .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uUSBlOJ4X1 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUSBlOJ4X1 .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-uUSBlOJ4X1 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUSBlOJ4X1 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUSBlOJ4X1 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-uUSBlOJ4X1 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uUSBlOJ4X1 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUSBlOJ4X1 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUSBlOJ4X1 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUSBlOJ4X1 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uUSBlOJ4X1 .item-title {
  color: #192227;
}
.cid-uUSBlOJ4X1 .mbr-text {
  color: #000000;
}
.cid-uUSBlOJ4X1 .item-title,
.cid-uUSBlOJ4X1 .icon-wrapper {
  color: #000000;
}
.cid-uUSBlOJ4X1 .mbr-text,
.cid-uUSBlOJ4X1 .mbr-section-btn {
  color: #000000;
}
.cid-uUSBlOK4w2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #341315;
}
.cid-uUSBlOK4w2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlOK4w2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlOK4w2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOK4w2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOK4w2 .container {
    padding: 0 16px;
  }
}
.cid-uUSBlOK4w2 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlOK4w2 .row {
    margin: 0 10px;
  }
}
.cid-uUSBlOK4w2 .row .card {
  position: relative;
  padding: 0;
}
.cid-uUSBlOK4w2 .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uUSBlOK4w2 .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uUSBlOK4w2 .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #b8e8b4;
  overflow: hidden;
}
.cid-uUSBlOK4w2 .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUSBlOK4w2 .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uUSBlOK4w2 .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uUSBlOK4w2 .items-wrapper .item .item-wrapper .item-content .number-wrapper {
  margin-bottom: 25px;
}
.cid-uUSBlOK4w2 .items-wrapper .item .item-wrapper .item-content .number-wrapper .mbr-number {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #341315;
  border-radius: 50%;
}
.cid-uUSBlOK4w2 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uUSBlOK4w2 .items-wrapper .item .item-wrapper .item-content .list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.cid-uUSBlOK4w2 .items-wrapper .item .item-wrapper .item-content .list .item-wrap {
  padding-bottom: 10px;
}
.cid-uUSBlOK4w2 .items-wrapper .item .item-wrapper .item-img {
  padding-right: 60px;
}
.cid-uUSBlOK4w2 .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-right-radius: 16px !important;
}
.cid-uUSBlOK4w2 .item-title {
  color: #000000;
}
.cid-uUSBlOK4w2 .mbr-number {
  color: #fdfcfc;
}
.cid-uUSBlOK4w2 .list {
  color: #192227;
}
.cid-uUSBlOK4w2 .mbr-number,
.cid-uUSBlOK4w2 .number-wrapper {
  color: #FFFFFF;
}
.cid-uUSBlOK4w2 .list,
.cid-uUSBlOK4w2 .item-wrap {
  color: #000000;
}
.cid-uUSBlOLs7g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #341315;
}
.cid-uUSBlOLs7g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlOLs7g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlOLs7g .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOLs7g .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOLs7g .container {
    padding: 0 16px;
  }
}
.cid-uUSBlOLs7g .row {
  position: relative;
  margin: 0;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUSBlOLs7g .row {
    margin: 0;
  }
}
.cid-uUSBlOLs7g .row .card {
  position: relative;
  padding: 0;
}
.cid-uUSBlOLs7g .decor-wrapper_1 {
  height: 30px;
  background-color: #b8e8b4;
  border-radius: 20px 20px 0 0;
}
.cid-uUSBlOLs7g .decor-wrapper_2 {
  height: 30px;
  background-color: #67595e;
}
.cid-uUSBlOLs7g .decor-wrapper_3 {
  height: 30px;
  background-color: #fdf8f8;
}
.cid-uUSBlOLs7g .title-wrapper {
  margin: 0 20px;
  padding-top: 110px;
}
@media (max-width: 992px) {
  .cid-uUSBlOLs7g .title-wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOLs7g .title-wrapper {
    margin: 0 10px;
  }
}
.cid-uUSBlOLs7g .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uUSBlOMJIW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #341315;
}
.cid-uUSBlOMJIW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlOMJIW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlOMJIW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOMJIW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOMJIW .container {
    padding: 0 16px;
  }
}
.cid-uUSBlOMJIW .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlOMJIW .row {
    margin: 0 10px;
  }
}
.cid-uUSBlOMJIW .row .card {
  position: relative;
  padding: 0;
}
.cid-uUSBlOMJIW .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #b8e8b4;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uUSBlOMJIW .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOMJIW .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uUSBlOMJIW .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #67595e;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uUSBlOMJIW .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOMJIW .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uUSBlOMJIW .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uUSBlOMJIW .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uUSBlOMJIW .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUSBlOMJIW .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUSBlOMJIW .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #b8e8b4;
  transform: rotate(45deg);
  border-radius: 100%;
}
.cid-uUSBlOMJIW .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUSBlOMJIW .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUSBlOMJIW .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uUSBlOMJIW .mbr-section-title {
  color: #fdfcfc;
}
.cid-uUSBlOMJIW .mbr-text {
  color: #F9A600;
}
.cid-uUSBlOMJIW .mbr-section-title,
.cid-uUSBlOMJIW .icon-wrapper {
  color: #FFFFFF;
}
.cid-uUSBlOMJIW .mbr-text,
.cid-uUSBlOMJIW .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uUSBlOMzFt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341315;
}
.cid-uUSBlOMzFt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlOMzFt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlOMzFt .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOMzFt .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOMzFt .container {
    padding: 0 16px;
  }
}
.cid-uUSBlOMzFt .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlOMzFt .row {
    margin: 0 10px;
  }
}
.cid-uUSBlOMzFt .row .card {
  padding: 0;
}
.cid-uUSBlOMzFt .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-uUSBlOMzFt .row .card:first-child {
    padding: 0;
  }
}
.cid-uUSBlOMzFt .content-wrapper {
  background-color: #fdf8f8;
  border-radius: 20px;
  height: 100%;
  border: 1px solid #fdf8f8;
  overflow: hidden;
}
@media (max-width: 992px) {
  .cid-uUSBlOMzFt .content-wrapper {
    margin-bottom: 20px;
    height: auto;
  }
}
.cid-uUSBlOMzFt .content-wrapper .title-wrapper {
  padding: 30px 30px 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOMzFt .content-wrapper .title-wrapper {
    padding: 20px 10px 0;
  }
}
.cid-uUSBlOMzFt .content-wrapper .title-wrapper .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uUSBlOMzFt .content-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fdf8f8;
  background-color: #000000;
  border-radius: 50%;
}
.cid-uUSBlOMzFt .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUSBlOMzFt .content-wrapper .nav.nav-tabs {
  display: block;
  border: none;
  padding-top: 30px;
}
@media (max-width: 992px) {
  .cid-uUSBlOMzFt .content-wrapper .nav.nav-tabs {
    padding-top: 20px;
  }
}
.cid-uUSBlOMzFt .content-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border-top: 1px solid #000000;
}
.cid-uUSBlOMzFt .content-wrapper .nav.nav-tabs .nav-item .nav-link {
  margin-bottom: 0;
  border: none;
  color: #000000;
  border-radius: 0 !important;
  padding: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUSBlOMzFt .content-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 20px 10px;
  }
}
.cid-uUSBlOMzFt .content-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
  color: #fdf8f8;
}
.cid-uUSBlOMzFt .tab-content {
  background-color: #341315;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
  border: 1px solid #fdf8f8;
}
.cid-uUSBlOMzFt .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 630px;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uUSBlOMzFt .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-uUSBlOMzFt .tab-content .tab-pane .content-wrap .mbr-text {
  padding: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOMzFt .tab-content .tab-pane .content-wrap .mbr-text {
    padding: 20px 10px;
  }
}
.cid-uUSBlOMzFt .mbr-section-title {
  color: #192227;
}
.cid-uUSBlOMzFt .mbr-text {
  color: #FFFFFF;
}
.cid-uUSBlOMzFt .mbr-section-title,
.cid-uUSBlOMzFt .icon-wrapper,
.cid-uUSBlOMzFt .nav-link {
  color: #000000;
}
.cid-uUSBlONIH6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341315;
}
.cid-uUSBlONIH6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlONIH6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlONIH6 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlONIH6 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlONIH6 .container {
    padding: 0 16px;
  }
}
.cid-uUSBlONIH6 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlONIH6 .row {
    margin: 0 10px;
  }
}
.cid-uUSBlONIH6 .row .item {
  padding: 0;
}
.cid-uUSBlONIH6 .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUSBlONIH6 .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUSBlONIH6 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUSBlONIH6 .panel-group {
  border: 1px solid #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.cid-uUSBlONIH6 .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
}
.cid-uUSBlONIH6 .panel-group .card:first-child {
  border-top: none;
}
.cid-uUSBlONIH6 .panel-group .card:last-child {
  border-bottom: none;
}
.cid-uUSBlONIH6 .panel-group .card .card-header {
  padding: 0;
  border: none;
  background-color: transparent;
}
.cid-uUSBlONIH6 .panel-group .card .card-header .panel-title {
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUSBlONIH6 .panel-group .card .card-header .panel-title {
    padding: 20px 10px;
  }
}
.cid-uUSBlONIH6 .panel-group .card .card-header .panel-title:not(.collapsed) {
  background-color: #b8e8b4;
}
.cid-uUSBlONIH6 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
  color: #b8e8b4;
  background-color: #000000;
}
.cid-uUSBlONIH6 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #000000;
}
.cid-uUSBlONIH6 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUSBlONIH6 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 30px;
  color: #000000;
  background-color: #b8e8b4;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-uUSBlONIH6 .panel-group .card .panel-collapse .panel-body {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uUSBlONIH6 .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uUSBlONIH6 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUSBlONIH6 .image-wrapper {
  height: 100%;
}
.cid-uUSBlONIH6 .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUSBlONIH6 .image-wrapper img {
    height: 350px;
  }
}
.cid-uUSBlONIH6 .mbr-section-title {
  color: #FFFFFF;
}
.cid-uUSBlONIH6 .panel-title-edit {
  color: #FFFFFF;
}
.cid-uUSBlONIH6 .panel-text {
  color: #FFFFFF;
}
.cid-uUSBlOO6Xg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #341315;
}
.cid-uUSBlOO6Xg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlOO6Xg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlOO6Xg .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOO6Xg .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOO6Xg .container {
    padding: 0 16px;
  }
}
.cid-uUSBlOO6Xg .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlOO6Xg .row {
    margin: 0 10px;
  }
}
.cid-uUSBlOO6Xg .row .card {
  position: relative;
  padding: 0;
}
.cid-uUSBlOO6Xg .row .card .decor-wrapper {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #b8e8b4;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uUSBlOO6Xg .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOO6Xg .row .card .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uUSBlOO6Xg .row .card .icon-decor {
  position: absolute;
  top: 14rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #341315;
  color: #ffffff;
  border-radius: 100%;
  border: 5px solid #b8e8b4;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uUSBlOO6Xg .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOO6Xg .row .card .icon-decor {
    display: none;
  }
}
.cid-uUSBlOO6Xg .title-wrapper {
  padding-top: 200px;
  position: relative;
  z-index: 1;
}
.cid-uUSBlOO6Xg .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUSBlOO6Xg .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUSBlOO6Xg .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uUSBlOO6Xg .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uUSBlOO6Xg .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #b8e8b4;
  overflow: hidden;
}
.cid-uUSBlOO6Xg .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUSBlOO6Xg .items-wrapper .item .item-wrapper .item-content {
  padding: 40px 40px 100px;
}
@media (max-width: 992px) {
  .cid-uUSBlOO6Xg .items-wrapper .item .item-wrapper .item-content {
    padding: 20px 20px 30px;
  }
}
.cid-uUSBlOO6Xg .items-wrapper .item .item-wrapper .item-content .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uUSBlOO6Xg .items-wrapper .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 46px;
  height: 46px;
  font-size: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #341315;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uUSBlOO6Xg .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uUSBlOO6Xg .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uUSBlOO6Xg .items-wrapper .item .item-wrapper .item-img {
  padding-left: 60px;
}
.cid-uUSBlOO6Xg .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-top-left-radius: 16px !important;
}
.cid-uUSBlOO6Xg .mbr-section-title {
  color: #FFFFFF;
}
.cid-uUSBlOO6Xg .item-title {
  color: #192227;
}
.cid-uUSBlOO6Xg .mbr-text {
  color: #000000;
}
.cid-uUSBlOO6Xg .item-title,
.cid-uUSBlOO6Xg .icon-wrapper {
  color: #000000;
}
.cid-uUSBlOPFyW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341315;
}
.cid-uUSBlOPFyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlOPFyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlOPFyW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOPFyW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOPFyW .container {
    padding: 0 16px;
  }
}
.cid-uUSBlOPFyW .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlOPFyW .row {
    margin: 0 10px;
  }
}
.cid-uUSBlOPFyW .row .card {
  padding: 0;
}
.cid-uUSBlOPFyW .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-uUSBlOPFyW .row .card:first-child {
    padding: 0;
  }
}
.cid-uUSBlOPFyW .title-wrapper {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b8e8b4;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlOPFyW .title-wrapper {
    padding: 20px;
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-uUSBlOPFyW .title-wrapper .icon-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-uUSBlOPFyW .title-wrapper .icon-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uUSBlOPFyW .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #341315;
  color: #ffffff;
  border-radius: 50%;
}
.cid-uUSBlOPFyW .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUSBlOPFyW .title-wrapper .title-wrap .mbr-desc {
  margin: 10px 0 0;
}
.cid-uUSBlOPFyW .content-wrapper {
  border: 1px solid #ffffff;
  border-radius: 20px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-uUSBlOPFyW .content-wrapper {
    padding: 20px;
  }
}
.cid-uUSBlOPFyW .content-wrapper .mbr-text {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUSBlOPFyW .content-wrapper .mbr-text {
    margin-bottom: 20px;
  }
}
.cid-uUSBlOPFyW .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uUSBlOPFyW .mbr-section-title {
  color: #192227;
}
.cid-uUSBlOPFyW .mbr-desc {
  color: #000000;
}
.cid-uUSBlOPFyW .mbr-text {
  color: #fdfcfc;
}
.cid-uUSBlOPFyW .mbr-section-title,
.cid-uUSBlOPFyW .icon-wrapper {
  color: #000000;
}
.cid-uUSBlOPFyW .mbr-text,
.cid-uUSBlOPFyW .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uUSBlOQ0IZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #341315;
}
.cid-uUSBlOQ0IZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlOQ0IZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlOQ0IZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOQ0IZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOQ0IZ .container {
    padding: 0 16px;
  }
}
.cid-uUSBlOQ0IZ .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlOQ0IZ .row {
    margin: 0 10px;
  }
}
.cid-uUSBlOQ0IZ .row .card {
  position: relative;
  padding: 0;
}
.cid-uUSBlOQ0IZ .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #b8e8b4;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uUSBlOQ0IZ .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOQ0IZ .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uUSBlOQ0IZ .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #341315;
  color: #ffffff;
  border-radius: 100%;
  border: 5px solid #b8e8b4;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uUSBlOQ0IZ .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOQ0IZ .row .card .icon-decor {
    display: none;
  }
}
.cid-uUSBlOQ0IZ .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uUSBlOQ0IZ .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUSBlOQ0IZ .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUSBlOQ0IZ .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uUSBlOQ0IZ .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uUSBlOQ0IZ .items-wrapper .item {
  border-radius: 16px !important;
  background-color: #b8e8b4;
  overflow: hidden;
}
.cid-uUSBlOQ0IZ .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cid-uUSBlOQ0IZ .items-wrapper .item .item-wrapper .item-content {
  padding: 100px 40px 40px;
}
@media (max-width: 992px) {
  .cid-uUSBlOQ0IZ .items-wrapper .item .item-wrapper .item-content {
    padding: 30px 20px 20px;
  }
}
.cid-uUSBlOQ0IZ .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uUSBlOQ0IZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn {
  margin-top: 20px;
  padding: 0 10px;
}
.cid-uUSBlOQ0IZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
  padding: 40px 15px;
  min-width: auto;
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .cid-uUSBlOQ0IZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .cid-uUSBlOQ0IZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOQ0IZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn {
    padding: 20px;
    flex-direction: row;
  }
  .cid-uUSBlOQ0IZ .items-wrapper .item .item-wrapper .item-content .mbr-section-btn .btn .mbr-iconfont {
    margin: 0 0 0 10px;
  }
}
.cid-uUSBlOQ0IZ .items-wrapper .item .item-wrapper .item-img {
  padding-right: 60px;
}
.cid-uUSBlOQ0IZ .items-wrapper .item .item-wrapper .item-img img {
  height: 220px;
  object-fit: cover;
  border-radius: 0 !important;
  border-bottom-right-radius: 16px !important;
}
.cid-uUSBlOQ0IZ .mbr-section-title {
  color: #FFFFFF;
}
.cid-uUSBlOQ0IZ .item-title {
  color: #000000;
}
.cid-uUSBlOQ0IZ .item-price {
  color: #000000;
}
.cid-uUSBlOQ0IZ .item-desc {
  color: #000000;
}
.cid-uUSBlOWLiZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlOWLiZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUSBlOWLiZ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOWLiZ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOWLiZ .container {
    padding: 0 16px;
  }
}
.cid-uUSBlOWLiZ .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlOWLiZ .row {
    margin: 0 10px;
  }
}
.cid-uUSBlOWLiZ .row .card {
  padding: 0;
}
.cid-uUSBlOWLiZ .image-wrapper img {
  height: 730px;
  object-fit: cover;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uUSBlOWLiZ .image-wrapper img {
    height: 350px;
  }
}
.cid-uUSBlOWJ6H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #341315;
}
.cid-uUSBlOWJ6H .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlOWJ6H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlOWJ6H .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOWJ6H .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOWJ6H .container {
    padding: 0 16px;
  }
}
.cid-uUSBlOWJ6H .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlOWJ6H .row {
    margin: 0 10px;
  }
}
.cid-uUSBlOWJ6H .row .card {
  position: relative;
  padding: 0;
}
.cid-uUSBlOWJ6H .row .card .decor-wrapper {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 4000px;
  border: 40px solid #b8e8b4;
  border-radius: 15rem;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uUSBlOWJ6H .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOWJ6H .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uUSBlOWJ6H .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #341315;
  color: #ffffff;
  border-radius: 100%;
  border: 5px solid #b8e8b4;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uUSBlOWJ6H .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOWJ6H .row .card .icon-decor {
    display: none;
  }
}
.cid-uUSBlOWJ6H .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-uUSBlOWJ6H .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUSBlOWJ6H .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUSBlOWJ6H .items-wrapper {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
@media (max-width: 992px) {
  .cid-uUSBlOWJ6H .items-wrapper {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.cid-uUSBlOWJ6H .items-wrapper .item {
  border-radius: 16px !important;
  border: 1px solid #b8e8b4;
  overflow: hidden;
}
.cid-uUSBlOWJ6H .items-wrapper .item .item-wrapper {
  height: 100%;
}
.cid-uUSBlOWJ6H .items-wrapper .item .item-wrapper .card-box .title-wrap {
  padding: 30px;
  background-color: #b8e8b4;
}
@media (max-width: 992px) {
  .cid-uUSBlOWJ6H .items-wrapper .item .item-wrapper .card-box .title-wrap {
    padding: 20px;
  }
}
.cid-uUSBlOWJ6H .items-wrapper .item .item-wrapper .card-box .title-wrap .item-title {
  margin-bottom: 20px;
}
.cid-uUSBlOWJ6H .items-wrapper .item .item-wrapper .card-box .title-wrap .mbr-price {
  margin-bottom: 0;
}
.cid-uUSBlOWJ6H .items-wrapper .item .item-wrapper .card-box .text-wrap {
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uUSBlOWJ6H .items-wrapper .item .item-wrapper .card-box .text-wrap {
    padding: 20px;
  }
}
.cid-uUSBlOWJ6H .items-wrapper .item .item-wrapper .card-box .text-wrap .mbr-text {
  margin: 0;
}
.cid-uUSBlOWJ6H .items-wrapper .item .item-wrapper .card-box .text-wrap .mbr-section-btn {
  margin-top: 20px;
  padding: 0 10px;
}
.cid-uUSBlOWJ6H .items-wrapper .item .item-wrapper .card-box .text-wrap .mbr-section-btn .btn {
  padding: 40px 15px;
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
@media (max-width: 1199px) {
  .cid-uUSBlOWJ6H .items-wrapper .item .item-wrapper .card-box .text-wrap .mbr-section-btn .btn {
    padding: 20px;
    flex-direction: column;
    align-items: center;
  }
  .cid-uUSBlOWJ6H .items-wrapper .item .item-wrapper .card-box .text-wrap .mbr-section-btn .btn .mbr-iconfont {
    margin: 10px 0 0 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOWJ6H .items-wrapper .item .item-wrapper .card-box .text-wrap .mbr-section-btn .btn {
    padding: 20px;
    flex-direction: row;
  }
  .cid-uUSBlOWJ6H .items-wrapper .item .item-wrapper .card-box .text-wrap .mbr-section-btn .btn .mbr-iconfont {
    margin: 0 0 0 10px;
  }
}
.cid-uUSBlOWJ6H .mbr-section-title {
  color: #FFFFFF;
}
.cid-uUSBlOWJ6H .item-title {
  color: #192227;
  text-align: center;
}
.cid-uUSBlOWJ6H .mbr-price {
  color: #000000;
  text-align: center;
}
.cid-uUSBlOWJ6H .mbr-text {
  color: #fdfcfc;
}
.cid-uUSBlOWJ6H .mbr-text,
.cid-uUSBlOWJ6H .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uUSBlOWJ6H .item-title,
.cid-uUSBlOWJ6H .icon-wrapper {
  color: #000000;
}
.cid-uUSBlOY2az {
  background-image: url("../../../assets/images/photo-1739169585911-1ad4376bf85e.jpeg");
}
.cid-uUSBlOY2az .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlOY2az .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlOY2az .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOY2az .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOY2az .container {
    padding: 0 16px;
  }
}
.cid-uUSBlOY22g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlOY22g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUSBlOY22g .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlOY22g .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlOY22g .container {
    padding: 0 16px;
  }
}
.cid-uUSBlOY22g .row {
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUSBlOY22g .row {
    margin: 0 10px;
  }
}
.cid-uUSBlOY22g .row .card {
  padding: 0;
}
.cid-uUSBlOY22g .title-wrapper {
  border-radius: 20px;
  padding: 45px;
  background-color: #b8e8b4;
}
@media (max-width: 992px) {
  .cid-uUSBlOY22g .title-wrapper {
    padding: 45px 20px;
  }
}
.cid-uUSBlOY22g .title-wrapper .mbr-section-subtitle {
  margin-bottom: 45px;
}
@media (max-width: 992px) {
  .cid-uUSBlOY22g .title-wrapper .mbr-section-subtitle {
    margin-bottom: 20px;
  }
}
.cid-uUSBlOY22g .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUSBlOY22g .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-uUSBlOY22g .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUSBlOY22g .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uUSBlOY22g .title-wrapper .mbr-section-btn {
    margin-top: 30px;
  }
}
.cid-uUSBlOY22g .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uUSBlOY22g .mbr-section-title {
  color: #192227;
}
.cid-uUSBlOY22g .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUSBlOY22g .mbr-section-title,
.cid-uUSBlOY22g .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uUSBlOZSD4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #b8e8b4;
}
.cid-uUSBlOZSD4 .item:focus,
.cid-uUSBlOZSD4 span:focus {
  outline: none;
}
.cid-uUSBlOZSD4 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-uUSBlOZSD4 .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-uUSBlOZSD4 .item {
    min-height: 45px;
  }
}
.cid-uUSBlP5f9W {
  background-image: url("../../../assets/images/photo-1573879500655-98f2012dd1db.jpeg");
}
.cid-uUSBlP5f9W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlP5f9W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlP5f9W .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlP5f9W .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlP5f9W .container {
    padding: 0 16px;
  }
}
.cid-uUSBlP5f9W .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlP5f9W .row {
    margin: 0 10px;
  }
}
.cid-uUSBlP5f9W .row .item {
  padding: 0;
}
.cid-uUSBlP5f9W .row .item:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-uUSBlP5f9W .row .item:first-child {
    padding: 0;
  }
}
.cid-uUSBlP5f9W .content-wrapper {
  height: 100%;
  border-radius: 20px;
  background-color: #341315;
}
@media (max-width: 992px) {
  .cid-uUSBlP5f9W .content-wrapper {
    margin-bottom: 20px;
    height: auto;
  }
}
.cid-uUSBlP5f9W .content-wrapper .title-wrapper {
  padding: 30px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUSBlP5f9W .content-wrapper .title-wrapper {
    padding: 20px 10px;
    margin-bottom: 20px;
  }
}
.cid-uUSBlP5f9W .content-wrapper .title-wrapper .icon-wrapper {
  margin-bottom: 25px;
}
.cid-uUSBlP5f9W .content-wrapper .title-wrapper .icon-wrapper .mbr-iconfont {
  font-size: 30px;
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  background-color: #b8e8b4;
  border-radius: 50%;
}
.cid-uUSBlP5f9W .content-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUSBlP5f9W .content-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUSBlP5f9W .content-wrapper .panel-group .card {
  border-top: 1px solid #ffffff;
  border-radius: 0 !important;
}
.cid-uUSBlP5f9W .content-wrapper .panel-group .card .card-header {
  padding: 10px 30px;
  border: none;
  background-color: transparent;
}
@media (max-width: 992px) {
  .cid-uUSBlP5f9W .content-wrapper .panel-group .card .card-header {
    padding: 10px;
  }
}
.cid-uUSBlP5f9W .content-wrapper .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-uUSBlP5f9W .content-wrapper .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  opacity: 1;
}
.cid-uUSBlP5f9W .content-wrapper .panel-group .card .card-header .panel-title.collapsed .mbr-panel-title {
  color: #ffffff;
}
.cid-uUSBlP5f9W .content-wrapper .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUSBlP5f9W .content-wrapper .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 30px;
  color: #ffffff;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.cid-uUSBlP5f9W .content-wrapper .panel-group .card .panel-collapse .panel-body {
  padding: 40px 30px;
}
@media (max-width: 992px) {
  .cid-uUSBlP5f9W .content-wrapper .panel-group .card .panel-collapse .panel-body {
    padding: 20px 10px;
  }
}
.cid-uUSBlP5f9W .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUSBlP5f9W .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-title {
    margin-top: 20px;
  }
}
.cid-uUSBlP5f9W .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUSBlP5f9W .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper {
    margin-top: 20px;
  }
}
.cid-uUSBlP5f9W .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap {
  display: inline-flex;
}
.cid-uUSBlP5f9W .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .panel-desc {
  margin-bottom: 0;
}
.cid-uUSBlP5f9W .content-wrapper .panel-group .card .panel-collapse .panel-body .desc-wrapper .desc-wrap .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  margin-left: 12px;
}
.cid-uUSBlP5f9W .content-wrapper .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-uUSBlP5f9W .image-wrapper {
  height: 100%;
}
.cid-uUSBlP5f9W .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUSBlP5f9W .image-wrapper img {
    height: 350px;
  }
}
.cid-uUSBlP5f9W .mbr-section-title {
  color: #fdfcfc;
}
.cid-uUSBlP5f9W .mbr-text {
  color: #FFFFFF;
}
.cid-uUSBlP5f9W .panel-title-edit {
  color: #FFFFFF;
}
.cid-uUSBlP5f9W .panel-title {
  color: #FFFFFF;
}
.cid-uUSBlP5f9W .panel-desc {
  color: #4a5357;
}
.cid-uUSBlP5f9W .panel-text {
  color: #FFFFFF;
}
.cid-uUSBlP5f9W .mbr-section-title,
.cid-uUSBlP5f9W .icon-wrapper {
  color: #FFFFFF;
}
.cid-uUSBlP5f9W .panel-desc,
.cid-uUSBlP5f9W .desc-wrapper {
  color: #FFFFFF;
}
.cid-uUSBlP6ZjU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #341315;
}
.cid-uUSBlP6ZjU .item:focus,
.cid-uUSBlP6ZjU span:focus {
  outline: none;
}
.cid-uUSBlP6ZjU .item {
  cursor: pointer;
}
.cid-uUSBlP6ZjU .grid-container {
  grid-row-gap: 15px;
}
.cid-uUSBlP6ZjU .grid-container-1,
.cid-uUSBlP6ZjU .grid-container-2,
.cid-uUSBlP6ZjU .grid-container-3 {
  gap: 0 15px;
}
.cid-uUSBlP6ZjU .mbr-section-title {
  margin-bottom: 40px;
  color: #fdfcfc;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUSBlP6ZjU .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUSBlP6ZjU .content-head {
  max-width: 800px;
}
.cid-uUSBlP6ZjU .container,
.cid-uUSBlP6ZjU .container-fluid {
  overflow: hidden;
}
.cid-uUSBlP6ZjU .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 15px;
}
.cid-uUSBlP6ZjU .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uUSBlP6ZjU .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  border: 5px solid #b8e8b4;
  background-color: #b8e8b4;
}
@media (max-width: 1200px) {
  .cid-uUSBlP6ZjU .grid-item img {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .cid-uUSBlP6ZjU .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-uUSBlP6ZjU .grid-container-1,
.cid-uUSBlP6ZjU .grid-container-2,
.cid-uUSBlP6ZjU .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-uUSBlP6ZjU .grid-container-1 {
  align-items: flex-end;
}
.cid-uUSBlP6ZjU .grid-container-2 {
  align-items: flex-start;
}
.cid-uUSBlP7pfz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341315;
}
.cid-uUSBlP7pfz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlP7pfz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlP7pfz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlP7pfz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlP7pfz .container {
    padding: 0 16px;
  }
}
.cid-uUSBlP7pfz .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlP7pfz .row {
    margin: 0 10px;
  }
}
.cid-uUSBlP7pfz .row .card {
  padding: 0;
}
.cid-uUSBlP7pfz .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUSBlP7pfz .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUSBlP7pfz .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUSBlP7pfz .mbr-figure {
  align-self: auto;
}
.cid-uUSBlP7pfz .mbr-figure iframe {
  height: 750px !important;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uUSBlP7pfz .mbr-figure iframe {
    height: 350px !important;
  }
}
.cid-uUSBlP7pfz .mbr-figure .app-video-wrapper img {
  height: 750px;
  border-radius: 20px !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUSBlP7pfz .mbr-figure .app-video-wrapper img {
    height: 350px;
  }
}
.cid-uUSBlP7pfz .mbr-section-title {
  color: #FFFFFF;
}
.cid-uUSBlP89hN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341315;
  overflow: hidden;
}
.cid-uUSBlP89hN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlP89hN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlP89hN .container {
    padding: 0 16px;
  }
}
.cid-uUSBlP89hN .row {
  position: relative;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlP89hN .row {
    margin: 0 10px;
  }
}
.cid-uUSBlP89hN .row .card {
  position: relative;
  padding: 0;
}
.cid-uUSBlP89hN .item:focus,
.cid-uUSBlP89hN span:focus {
  outline: none;
}
.cid-uUSBlP89hN .item-wrapper {
  position: relative;
}
.cid-uUSBlP89hN .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 610px;
  max-width: 610px;
}
@media (max-width: 767px) {
  .cid-uUSBlP89hN .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-uUSBlP89hN .embla__slide .slide-content {
  display: flex;
  width: 100%;
  border-radius: 20px !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uUSBlP89hN .embla__slide .slide-content {
    margin-right: 0;
    display: block;
  }
}
.cid-uUSBlP89hN .embla__slide .slide-content .item-wrapper .item-img {
  padding: 30px;
  margin-right: 5px;
  background-color: #b8e8b4;
  border-radius: 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uUSBlP89hN .embla__slide .slide-content .item-wrapper .item-img {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .cid-uUSBlP89hN .embla__slide .slide-content .item-wrapper .item-img {
    margin: 0 0 5px 0;
  }
}
.cid-uUSBlP89hN .embla__slide .slide-content .item-wrapper .item-img img {
  height: 200px;
  width: 145px;
  margin: 0 auto;
  object-fit: cover;
  border-radius: 5rem !important;
}
.cid-uUSBlP89hN .embla__slide .slide-content .item-content {
  padding: 30px;
  background-color: #b8e8b4;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUSBlP89hN .embla__slide .slide-content .item-content {
    padding: 20px;
  }
}
.cid-uUSBlP89hN .embla__slide .slide-content .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uUSBlP89hN .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uUSBlP89hN .embla__slide .slide-content .item-content .mbr-date {
  margin: 20px 0 0;
}
.cid-uUSBlP89hN .embla__button--next,
.cid-uUSBlP89hN .embla__button--prev {
  display: flex;
}
.cid-uUSBlP89hN .embla__button {
  bottom: 0;
  width: 50px;
  height: 50px;
  margin-top: -1.5rem;
  font-size: 30px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ffffff !important;
  border-radius: 100%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-uUSBlP89hN .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUSBlP89hN .embla__button:hover {
  opacity: 0.7 !important;
}
.cid-uUSBlP89hN .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUSBlP89hN .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-uUSBlP89hN .embla {
  position: relative;
  width: 100%;
  padding-bottom: 5rem;
}
.cid-uUSBlP89hN .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-uUSBlP89hN .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUSBlP89hN .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUSBlP89hN .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUSBlP89hN .mbr-section-title {
  color: #fdfcfc;
}
.cid-uUSBlP89hN .item-title {
  color: #000000;
}
.cid-uUSBlP89hN .mbr-text {
  color: #000000;
}
.cid-uUSBlP89hN .mbr-date {
  color: #000000;
}
.cid-uUSBlPfKAQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341315;
}
.cid-uUSBlPfKAQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlPfKAQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlPfKAQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlPfKAQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlPfKAQ .container {
    padding: 0 16px;
  }
}
.cid-uUSBlPfKAQ .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlPfKAQ .row {
    margin: 0 10px;
  }
}
.cid-uUSBlPfKAQ .row .card {
  padding: 0;
}
.cid-uUSBlPfKAQ .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-uUSBlPfKAQ .row .card:first-child {
    padding: 0;
  }
}
.cid-uUSBlPfKAQ .items-wrapper {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border: 1px solid #ffffff;
  border-radius: 20px;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUSBlPfKAQ .items-wrapper {
    padding: 0;
    display: block;
    margin-bottom: 10px;
  }
}
.cid-uUSBlPfKAQ .items-wrapper .item {
  border-right: 1px solid #ffffff;
  padding: 5px 40px;
}
.cid-uUSBlPfKAQ .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uUSBlPfKAQ .items-wrapper .item {
    border-right: none;
    border-bottom: 1px solid #ffffff;
    padding: 20px;
  }
  .cid-uUSBlPfKAQ .items-wrapper .item:last-child {
    border-bottom: none;
  }
}
.cid-uUSBlPfKAQ .items-wrapper .item .item-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
}
.cid-uUSBlPfKAQ .items-wrapper .item .item-wrapper a {
  display: block;
  width: 100%;
}
.cid-uUSBlPfKAQ .items-wrapper .item .item-wrapper a .item-img {
  justify-content: center;
  align-items: center;
  background-color: #fdf8f8;
  border-radius: 20px;
}
.cid-uUSBlPfKAQ .items-wrapper .item .item-wrapper a .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-uUSBlPfKAQ .mbr-section-btn {
  width: 100%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-uUSBlPfKAQ .mbr-section-btn {
    padding: 0;
  }
}
.cid-uUSBlPfKAQ .mbr-section-btn .btn {
  padding: 40px 10px;
  width: 100%;
  height: 100%;
  margin: 0 0 0 10px;
  min-width: auto;
}
@media (max-width: 992px) {
  .cid-uUSBlPfKAQ .mbr-section-btn .btn {
    margin: 10px;
  }
}
@media (max-width: 768px) {
  .cid-uUSBlPfKAQ .mbr-section-btn .btn {
    padding: 20px;
  }
}
.cid-uUSBlPgKsh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341315;
}
.cid-uUSBlPgKsh .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlPgKsh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlPgKsh .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlPgKsh .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlPgKsh .container {
    padding: 0 16px;
  }
}
.cid-uUSBlPgKsh .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlPgKsh .row {
    margin: 0 10px;
  }
}
.cid-uUSBlPgKsh .row .card {
  padding: 0;
}
.cid-uUSBlPgKsh .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUSBlPgKsh .title-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUSBlPgKsh .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUSBlPgKsh .google-map iframe {
  height: 500px;
  border: 10px solid #b8e8b4 !important;
  border-radius: 20px !important;
  background-color: #b8e8b4 !important;
}
@media (max-width: 992px) {
  .cid-uUSBlPgKsh .google-map iframe {
    height: 350px;
  }
}
.cid-uUSBlPgKsh .mbr-section-title {
  color: #FFFFFF;
}
.cid-uUSBlPhnql .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlPhnql .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uUSBlPhnql .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlPhnql .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlPhnql .container {
    padding: 0 16px;
  }
}
.cid-uUSBlPiLk9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341315;
}
.cid-uUSBlPiLk9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlPiLk9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlPiLk9 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlPiLk9 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlPiLk9 .container {
    padding: 0 16px;
  }
}
.cid-uUSBlPiLk9 .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlPiLk9 .row {
    margin: 0 10px;
  }
}
.cid-uUSBlPiLk9 .row .item {
  padding: 0 8px;
}
.cid-uUSBlPiLk9 .item {
  margin-bottom: 15px;
}
.cid-uUSBlPiLk9 .item .item-wrapper .item-img img {
  height: 500px;
  object-fit: cover;
  border: 5px solid #b8e8b4;
  background-color: #b8e8b4;
}
@media (max-width: 992px) {
  .cid-uUSBlPiLk9 .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-uUSBlPiCQK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #341315;
}
.cid-uUSBlPiCQK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlPiCQK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlPiCQK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlPiCQK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlPiCQK .container {
    padding: 0 16px;
  }
}
.cid-uUSBlPiCQK .row {
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlPiCQK .row {
    margin: 0 10px;
  }
}
.cid-uUSBlPiCQK .row .card {
  position: relative;
}
@media (max-width: 992px) {
  .cid-uUSBlPiCQK .row .card {
    padding: 0;
  }
}
.cid-uUSBlPiCQK .row .card:first-child .decor-wrapper {
  position: absolute;
  top: 0;
  right: -70rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #b8e8b4;
  border-radius: 10%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uUSBlPiCQK .row .card:first-child .decor-wrapper {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uUSBlPiCQK .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 80px;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uUSBlPiCQK .title-wrapper {
    padding-right: 0;
  }
}
.cid-uUSBlPiCQK .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUSBlPiCQK .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUSBlPiCQK .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #b8e8b4;
  transform: rotate(-45deg);
  border-radius: 100%;
}
.cid-uUSBlPiCQK .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUSBlPiCQK .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUSBlPiCQK .title-wrapper .mbr-text {
  margin: 0;
}
.cid-uUSBlPiCQK .title-wrapper .mbr-section-btn {
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-uUSBlPiCQK .title-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uUSBlPiCQK .image-wrapper {
  position: relative;
  z-index: 1;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uUSBlPiCQK .image-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlPiCQK .image-wrapper {
    padding-top: 40px;
  }
}
.cid-uUSBlPiCQK .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uUSBlPiCQK .image-wrapper img {
    height: 350px;
  }
}
.cid-uUSBlPiCQK .mbr-section-title {
  color: #fdfcfc;
}
.cid-uUSBlPiCQK .mbr-text {
  color: #F9A600;
}
.cid-uUSBlPiCQK .mbr-section-title,
.cid-uUSBlPiCQK .icon-wrapper {
  color: #FFFFFF;
}
.cid-uUSBlPiCQK .mbr-text,
.cid-uUSBlPiCQK .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uUSBlPj4Su {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #341315;
}
.cid-uUSBlPj4Su .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlPj4Su .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlPj4Su .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlPj4Su .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlPj4Su .container {
    padding: 0 16px;
  }
}
.cid-uUSBlPj4Su .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlPj4Su .row {
    margin: 0 10px;
  }
}
.cid-uUSBlPj4Su .row .card {
  position: relative;
  padding: 0;
}
.cid-uUSBlPj4Su .row .card .decor-wrapper {
  position: absolute;
  top: -23rem;
  left: -11rem;
  width: 2000px;
  height: 500px;
  border-left: 40px solid #b8e8b4;
  border-radius: 0;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uUSBlPj4Su .row .card .decor-wrapper {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlPj4Su .row .card .decor-wrapper {
    display: none;
  }
}
.cid-uUSBlPj4Su .row .card .icon-decor {
  position: absolute;
  top: 3rem;
  left: -13rem;
  width: 100px;
  height: 100px;
  font-size: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #341315;
  color: #ffffff;
  border-radius: 100%;
  border: 5px solid #b8e8b4;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uUSBlPj4Su .row .card .icon-decor {
    left: -9.8rem;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlPj4Su .row .card .icon-decor {
    display: none;
  }
}
.cid-uUSBlPj4Su .title-wrapper {
  position: relative;
  z-index: 1;
  width: 65%;
}
@media (max-width: 992px) {
  .cid-uUSBlPj4Su .title-wrapper {
    width: 100%;
  }
}
.cid-uUSBlPj4Su .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUSBlPj4Su .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uUSBlPj4Su .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUSBlPj4Su .mbr-section-title {
  color: #FFFFFF;
}
.cid-uUSBlPj4Su .mbr-text {
  color: #FFFFFF;
}
.cid-uUSBlPklQz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-image: url("../../../assets/images/photo-1555836721-6fec17bd948a.jpeg");
}
.cid-uUSBlPklQz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlPklQz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlPklQz .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlPklQz .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlPklQz .container {
    padding: 0 16px;
  }
}
.cid-uUSBlPklQz .row {
  position: relative;
  margin: 0 20px;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uUSBlPklQz .row {
    margin: 0 10px;
  }
}
.cid-uUSBlPklQz .row .card {
  position: relative;
  padding: 0;
}
.cid-uUSBlPklQz .form-wrapper {
  padding: 30px !important;
  background-color: #fdf8f8;
  border-radius: 20px !important;
}
@media (max-width: 992px) {
  .cid-uUSBlPklQz .form-wrapper {
    padding: 20px !important;
  }
}
.cid-uUSBlPklQz .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-uUSBlPklQz .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 30px !important;
}
.cid-uUSBlPklQz .form-wrapper .dragArea.row .form-group {
  margin-bottom: 30px !important;
}
@media (max-width: 992px) {
  .cid-uUSBlPklQz .form-wrapper .dragArea.row .form-group {
    margin-bottom: 25px !important;
  }
}
.cid-uUSBlPklQz .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 0 0 15px;
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
  border-radius: 0 !important;
}
.cid-uUSBlPklQz .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-uUSBlPklQz .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-uUSBlPklQz .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #000000 !important;
}
.cid-uUSBlPklQz .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-uUSBlPklQz .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-uUSBlPklQz .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-uUSBlPklQz .form-wrapper .dragArea.row .mbr-section-btn .btn {
  min-width: auto;
  width: 100%;
  margin-left: 0;
}
.cid-uUSBlPklQz .mbr-section-title {
  color: #192227;
  text-align: center;
}
.cid-uUSBlPklQz .mbr-text {
  color: #192227;
  text-align: center;
}
.cid-uUSBlPklQz label {
  color: #192227;
}
.cid-uUSBlPklQz .mbr-section-title,
.cid-uUSBlPklQz .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-uUSBlPlWV1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #341315;
}
.cid-uUSBlPlWV1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlPlWV1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlPlWV1 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlPlWV1 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlPlWV1 .container {
    padding: 0 16px;
  }
}
.cid-uUSBlPlWV1 .row {
  position: relative;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlPlWV1 .row {
    margin: 0 10px;
  }
}
.cid-uUSBlPlWV1 .row .card {
  position: relative;
  padding: 0;
}
.cid-uUSBlPlWV1 .row .card .decor-wrapper_1 {
  position: absolute;
  top: -25rem;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #b8e8b4;
  border-radius: 15rem;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1300px) {
  .cid-uUSBlPlWV1 .row .card .decor-wrapper_1 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlPlWV1 .row .card .decor-wrapper_1 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uUSBlPlWV1 .row .card .decor-wrapper_2 {
  position: absolute;
  top: 0;
  left: -11rem;
  width: 3000px;
  height: 2000px;
  border: 40px solid #67595e;
  border-radius: 14%;
  pointer-events: none;
}
@media (max-width: 1300px) {
  .cid-uUSBlPlWV1 .row .card .decor-wrapper_2 {
    left: -8rem;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlPlWV1 .row .card .decor-wrapper_2 {
    right: -90px;
    border-radius: 18%;
  }
}
.cid-uUSBlPlWV1 .title-wrapper {
  position: relative;
  z-index: 1;
  padding-left: 100px;
  width: 60%;
  margin: 0 auto;
  padding-top: 200px;
}
@media (max-width: 992px) {
  .cid-uUSBlPlWV1 .title-wrapper {
    padding-left: 0;
    width: 100%;
  }
}
.cid-uUSBlPlWV1 .title-wrapper .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uUSBlPlWV1 .title-wrapper .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-uUSBlPlWV1 .title-wrapper .icon-wrapper .mbr-iconfont {
  width: 75px;
  height: 75px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #000000;
  background-color: #b8e8b4;
  border-radius: 100%;
}
.cid-uUSBlPlWV1 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uUSBlPlWV1 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-uUSBlPlWV1 .title-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.cid-uUSBlPlWV1 .title-wrapper .list .item-wrap {
  margin-bottom: 32px;
}
.cid-uUSBlPlWV1 .title-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-uUSBlPlWV1 .mbr-section-title {
  color: #fdfcfc;
}
.cid-uUSBlPlWV1 .list {
  color: #F9A600;
}
.cid-uUSBlPlWV1 .list,
.cid-uUSBlPlWV1 .item-wrap {
  text-align: left;
  color: #FFFFFF;
}
.cid-uUSBlPlWV1 .mbr-section-title,
.cid-uUSBlPlWV1 .icon-wrapper {
  color: #FFFFFF;
}
.cid-uUSBlPmAj2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #341315;
}
.cid-uUSBlPmAj2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUSBlPmAj2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUSBlPmAj2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlPmAj2 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uUSBlPmAj2 .container {
    padding: 0 16px;
  }
}
.cid-uUSBlPmAj2 .row {
  justify-content: center;
  margin: 0 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlPmAj2 .row {
    margin: 0 10px;
  }
}
.cid-uUSBlPmAj2 .row .card {
  padding: 0;
}
.cid-uUSBlPmAj2 .row .card:first-child {
  padding-right: 10px;
}
@media (max-width: 992px) {
  .cid-uUSBlPmAj2 .row .card:first-child {
    padding: 0;
  }
}
.cid-uUSBlPmAj2 .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #b8e8b4;
  border-radius: 20px;
}
@media (max-width: 992px) {
  .cid-uUSBlPmAj2 .title-wrapper {
    height: auto;
    margin-bottom: 10px;
  }
}
.cid-uUSBlPmAj2 .title-wrapper .title-wrap {
  padding: 30px 30px 70px;
}
@media (max-width: 992px) {
  .cid-uUSBlPmAj2 .title-wrapper .title-wrap {
    padding: 20px 20px 30px;
  }
}
.cid-uUSBlPmAj2 .title-wrapper .title-wrap .icon-wrapper {
  margin-bottom: 20px;
}
.cid-uUSBlPmAj2 .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  background-color: #192227;
  color: #f9a600;
  border-radius: 50%;
  transform: rotate(-45deg);
}
.cid-uUSBlPmAj2 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUSBlPmAj2 .title-wrapper .mbr-copy {
  padding: 30px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uUSBlPmAj2 .title-wrapper .mbr-copy {
    padding: 20px;
  }
}
.cid-uUSBlPmAj2 .list-wrapper {
  border: 1px solid #fdfcfc;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.cid-uUSBlPmAj2 .list-wrapper .item {
  border-bottom: 1px solid #4a5357;
}
.cid-uUSBlPmAj2 .list-wrapper .item:last-child {
  border: none;
}
.cid-uUSBlPmAj2 .list-wrapper .item .item-wrapper {
  border-radius: 0 !important;
  overflow: hidden;
}
.cid-uUSBlPmAj2 .list-wrapper .item .item-wrapper a {
  display: block;
}
.cid-uUSBlPmAj2 .list-wrapper .item .item-wrapper a:hover .card-box,
.cid-uUSBlPmAj2 .list-wrapper .item .item-wrapper a:hover .card-box {
  background-color: #b8e8b4;
}
.cid-uUSBlPmAj2 .list-wrapper .item .item-wrapper a:hover .card-box .card-title,
.cid-uUSBlPmAj2 .list-wrapper .item .item-wrapper a:hover .card-box .card-title {
  color: #192227;
}
.cid-uUSBlPmAj2 .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont,
.cid-uUSBlPmAj2 .list-wrapper .item .item-wrapper a:hover .card-box .mbr-iconfont {
  color: #192227;
  transform: rotate(-45deg);
}
.cid-uUSBlPmAj2 .list-wrapper .item .item-wrapper a .card-box {
  padding: 22px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-uUSBlPmAj2 .list-wrapper .item .item-wrapper a .card-box {
    padding: 15px 20px;
  }
}
.cid-uUSBlPmAj2 .list-wrapper .item .item-wrapper a .card-box .card-title {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-uUSBlPmAj2 .list-wrapper .item .item-wrapper a .card-box .mbr-iconfont {
  font-size: 18px;
  color: #fdfcfc;
  transition: all 0.3s ease-in-out;
}
.cid-uUSBlPmAj2 .item-menu-overlay .btn-wrapper {
  margin-top: 0;
}
.cid-uUSBlPmAj2 .mbr-section-title {
  color: #192227;
}
.cid-uUSBlPmAj2 .mbr-copy {
  color: #000000;
  text-align: center;
}
.cid-uUSBlPmAj2 .card-title {
  color: #fdfcfc;
}
