.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: #f8f6f4;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}
.display-1 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 7.6rem;
  line-height: 0.85;
  letter-spacing: -0.0375rem;
}
.display-1 > .mbr-iconfont {
  font-size: 9.5rem;
}
.display-2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 5.5rem;
  line-height: 0.9;
  letter-spacing: -0.0325rem;
}
.display-2 > .mbr-iconfont {
  font-size: 6.875rem;
}
.display-4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  letter-spacing: -0.01em;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5625rem;
}
.display-5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4.5rem;
  line-height: 0.9;
  letter-spacing: -0.0325rem;
}
.display-5 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-7 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
.display-7 > .mbr-iconfont {
  font-size: 2.1875rem;
}
/* ---- 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: 6.08rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.32rem;
    font-size: calc(
      3.3099999999999996rem + (7.6 - 3.3099999999999996) *
        ((100vw - 20rem) / (48 - 20))
    );
    line-height: calc(
      1.1 *
        (
          3.3099999999999996rem + (7.6 - 3.3099999999999996) *
            ((100vw - 20rem) / (48 - 20))
        )
    );
  }
  .display-2 {
    font-size: 4.4rem;
    font-size: calc(
      2.5749999999999997rem + (5.5 - 2.5749999999999997) *
        ((100vw - 20rem) / (48 - 20))
    );
    line-height: calc(
      1.3 *
        (
          2.5749999999999997rem + (5.5 - 2.5749999999999997) *
            ((100vw - 20rem) / (48 - 20))
        )
    );
  }
  .display-4 {
    font-size: 1rem;
    font-size: calc(
      1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))
    );
    line-height: calc(
      1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-5 {
    font-size: 3.6rem;
    font-size: calc(2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc(
      1.4 * (2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)))
    );
  }
  .display-7 {
    font-size: 1.4rem;
    font-size: calc(
      1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))
    );
    line-height: calc(
      1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)))
    );
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e4b4b4 !important;
}
.bg-success {
  background-color: #7ee7b6 !important;
}
.bg-info {
  background-color: #6ee0f7 !important;
}
.bg-warning {
  background-color: #ffd966 !important;
}
.bg-danger {
  background-color: #e87d87 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #e4b4b4 !important;
  border-color: #e4b4b4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #f2dada !important;
  border-color: #f2dada !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #f2dada !important;
  border-color: #f2dada !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #9da993 !important;
  border-color: #9da993 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #b7c0af !important;
  border-color: #b7c0af !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b7c0af !important;
  border-color: #b7c0af !important;
}
.btn-info,
.btn-info:active {
  background-color: #6ee0f7 !important;
  border-color: #6ee0f7 !important;
  color: #055161 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #9eeafa !important;
  border-color: #9eeafa !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #055161 !important;
  background-color: #9eeafa !important;
  border-color: #9eeafa !important;
}
.btn-success,
.btn-success:active {
  background-color: #7ee7b6 !important;
  border-color: #7ee7b6 !important;
  color: #105635 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #a9efce !important;
  border-color: #a9efce !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #105635 !important;
  background-color: #a9efce !important;
  border-color: #a9efce !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd966 !important;
  border-color: #ffd966 !important;
  color: #664d00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffe699 !important;
  border-color: #ffe699 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #664d00 !important;
  background-color: #ffe699 !important;
  border-color: #ffe699 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e87d87 !important;
  border-color: #e87d87 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #f0a8af !important;
  border-color: #f0a8af !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f0a8af !important;
  border-color: #f0a8af !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e4b4b4;
  color: #e4b4b4;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cd7474 !important;
  background-color: transparent !important;
  border-color: #cd7474 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e4b4b4 !important;
  border-color: #e4b4b4 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #9da993;
  color: #9da993;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #718066 !important;
  background-color: transparent !important;
  border-color: #718066 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #9da993 !important;
  border-color: #9da993 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #6ee0f7;
  color: #6ee0f7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #1ccef2 !important;
  background-color: transparent !important;
  border-color: #1ccef2 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #055161 !important;
  background-color: #6ee0f7 !important;
  border-color: #6ee0f7 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #7ee7b6;
  color: #7ee7b6;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #35d98d !important;
  background-color: transparent !important;
  border-color: #35d98d !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #105635 !important;
  background-color: #7ee7b6 !important;
  border-color: #7ee7b6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd966;
  color: #ffd966;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc30f !important;
  background-color: transparent !important;
  border-color: #ffc30f !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #664d00 !important;
  background-color: #ffd966 !important;
  border-color: #ffd966 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e87d87;
  color: #e87d87;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #db3343 !important;
  background-color: transparent !important;
  border-color: #db3343 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e87d87 !important;
  border-color: #e87d87 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e4b4b4 !important;
}
.text-secondary {
  color: #9da993 !important;
}
.text-success {
  color: #7ee7b6 !important;
}
.text-info {
  color: #6ee0f7 !important;
}
.text-warning {
  color: #ffd966 !important;
}
.text-danger {
  color: #e87d87 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c96969 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #6a775f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #28d785 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0dcbf2 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #ffc000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d92637 !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: #e4b4b4;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #6ee0f7;
}
.alert-warning {
  background-color: #ffd966;
}
.alert-danger {
  background-color: #e87d87;
}
.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: #e4b4b4;
  border-color: #e4b4b4;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #e4b4b4;
}
.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: Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 2.1875rem;
}
.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: #e4b4b4 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 2.1875rem;
}
blockquote {
  border-color: #e4b4b4;
}
/* 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: #e4b4b4;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e4b4b4;
}
.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: #e4b4b4;
  border-bottom-color: #e4b4b4;
}
.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: #e4b4b4 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #9da993 !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='%23e4b4b4' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  padding: 15px 32px;
  border-radius: 10px !important;
  margin: 8px;
  border-width: 2px !important;
  flex-direction: row-reverse;
  font-weight: 600 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 0;
  margin-right: 0.75rem;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.03);
}
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  color: #e4b4b4 !important;
}
img {
  border-radius: 16px !important;
}
.cid-vrqJRXxFp6 {
  background-color: transparent;
}
.cid-vrqJRXxFp6 .navbar-dropdown {
  background-color: #bca88e !important;
  padding: 0;
}
.cid-vrqJRXxFp6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #bca88e !important;
  background: #bca88e;
}
.cid-vrqJRXxFp6
  .navbar.navbar-expand-lg
  .dropdown
  .dropdown-menu
  .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vrqJRXxFp6 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vrqJRXxFp6 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vrqJRXxFp6 .menu_box .navbar.opened,
  .cid-vrqJRXxFp6 .menu_box .navbar-collapse {
    background-color: #bca88e !important;
    transition: all 0s ease 0s;
  }
}
.cid-vrqJRXxFp6 .navbar-dropdown {
  position: relative !important;
}
.cid-vrqJRXxFp6 .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 100px;
  margin-left: 24px;
}
@media (max-width: 991px) {
  .cid-vrqJRXxFp6 .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-vrqJRXxFp6 .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-vrqJRXxFp6 .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vrqJRXxFp6 .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vrqJRXxFp6 .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #b0a0ff;
  }
  .cid-vrqJRXxFp6 .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-vrqJRXxFp6 .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-vrqJRXxFp6 .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-vrqJRXxFp6 .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-vrqJRXxFp6 .offcanvas-body .mbr-text,
  .cid-vrqJRXxFp6 .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-vrqJRXxFp6 .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-vrqJRXxFp6 .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-vrqJRXxFp6 .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-vrqJRXxFp6
    .offcanvas_box
    button.btn_offcanvas
    .hamburger
    span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-vrqJRXxFp6
    .offcanvas_box
    button.btn_offcanvas
    .hamburger
    span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-vrqJRXxFp6 .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-vrqJRXxFp6
    .offcanvas_box
    button.btn_offcanvas:hover
    .hamburger
    span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-vrqJRXxFp6 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vrqJRXxFp6
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vrqJRXxFp6 .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-vrqJRXxFp6 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vrqJRXxFp6 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-vrqJRXxFp6 .lg_brand {
    margin: 0 1rem;
  }
  .cid-vrqJRXxFp6 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 60%;
    justify-content: flex-start;
    min-width: 200px;
    padding-left: 28px;
  }
}
.cid-vrqJRXxFp6 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 992px) {
  .cid-vrqJRXxFp6 .nav-item {
    margin: 4px 0;
  }
}
@media (max-width: 991px) {
  .cid-vrqJRXxFp6 .nav-item {
    margin: 0 !important;
  }
}
.cid-vrqJRXxFp6 .nav-item .nav-link {
  transition: all 0.5s ease-out;
  border-radius: 0.5rem !important;
  position: relative;
}
.cid-vrqJRXxFp6 .nav-item .nav-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 1px;
  transition: all 0.3s ease-in-out;
}
.cid-vrqJRXxFp6 .nav-item .nav-link:hover,
.cid-vrqJRXxFp6 .nav-item .nav-link:focus {
  color: #ffffff !important;
}
.cid-vrqJRXxFp6 .nav-item .nav-link:hover::before,
.cid-vrqJRXxFp6 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-vrqJRXxFp6 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vrqJRXxFp6 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vrqJRXxFp6 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vrqJRXxFp6
    .dropdown-menu
    .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vrqJRXxFp6 .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-vrqJRXxFp6 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vrqJRXxFp6 .offcanvas_box {
    display: none;
  }
}
.cid-vrqJRXxFp6 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-vrqJRXxFp6 .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vrqJRXxFp6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vrqJRXxFp6 .container {
  display: flex;
  margin: auto;
}
.cid-vrqJRXxFp6 .iconfont-wrapper {
  color: #c6f15c;
  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-vrqJRXxFp6 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vrqJRXxFp6 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vrqJRXxFp6 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vrqJRXxFp6 .navbar-nav {
    margin: 0;
  }
}
.cid-vrqJRXxFp6 .dropdown-menu,
.cid-vrqJRXxFp6 .navbar.opened {
  background-color: false !important;
}
.cid-vrqJRXxFp6 .nav-item:focus,
.cid-vrqJRXxFp6 .nav-link:focus {
  outline: none;
}
.cid-vrqJRXxFp6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vrqJRXxFp6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vrqJRXxFp6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vrqJRXxFp6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vrqJRXxFp6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vrqJRXxFp6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vrqJRXxFp6 .navbar {
  min-height: 70px;
  padding: 10px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vrqJRXxFp6 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vrqJRXxFp6 .navbar.opened {
  transition: all 0.3s;
}
.cid-vrqJRXxFp6 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vrqJRXxFp6 .navbar .navbar-logo img {
  max-width: 32px;
  min-height: 32px;
  object-fit: contain;
  border-radius: 0 !important;
}
.cid-vrqJRXxFp6 .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-vrqJRXxFp6 .navbar.collapsed {
  justify-content: center;
}
.cid-vrqJRXxFp6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vrqJRXxFp6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vrqJRXxFp6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vrqJRXxFp6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vrqJRXxFp6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vrqJRXxFp6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vrqJRXxFp6 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vrqJRXxFp6 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-vrqJRXxFp6 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 16px;
    width: 100%;
  }
  .cid-vrqJRXxFp6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vrqJRXxFp6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vrqJRXxFp6 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vrqJRXxFp6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vrqJRXxFp6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vrqJRXxFp6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vrqJRXxFp6 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vrqJRXxFp6 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vrqJRXxFp6 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vrqJRXxFp6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vrqJRXxFp6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vrqJRXxFp6 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vrqJRXxFp6 .navbar.navbar-short {
  min-height: 60px;
}
.cid-vrqJRXxFp6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vrqJRXxFp6 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vrqJRXxFp6 .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-vrqJRXxFp6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.cid-vrqJRXxFp6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vrqJRXxFp6 .dropdown-item.active,
.cid-vrqJRXxFp6 .dropdown-item:active {
  background-color: transparent;
}
.cid-vrqJRXxFp6 .navbar-expand-lg .navbar-nav .nav-link {
  margin: 8px 12px !important;
}
.cid-vrqJRXxFp6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vrqJRXxFp6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vrqJRXxFp6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vrqJRXxFp6 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vrqJRXxFp6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vrqJRXxFp6 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #bca88e;
  background: #bca88e;
}
.cid-vrqJRXxFp6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vrqJRXxFp6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vrqJRXxFp6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrqJRXxFp6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vrqJRXxFp6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vrqJRXxFp6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrqJRXxFp6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vrqJRXxFp6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vrqJRXxFp6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vrqJRXxFp6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vrqJRXxFp6 .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-vrqJRXxFp6 .navbar {
    height: 70px;
  }
  .cid-vrqJRXxFp6 .navbar.opened {
    height: auto;
  }
  .cid-vrqJRXxFp6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vrqJRXxFp6 .navbar-dropdown .navbar-logo {
  margin-right: 10px;
}
@media (min-width: 768px) {
  .cid-vrqJRXxFp6 .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.cid-vrqJRXxFp6 .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vrqJRXxFp6 .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-vrqJRXxFp6 .mbr-section-btn-main .btn {
  margin: 8px;
  min-width: 120px;
  padding: 12px 24px;
  white-space: nowrap;
}
@media (max-width: 992px) {
  .cid-vrqJRXxFp6 .mbr-section-btn-main .btn {
    padding: 12px;
  }
}
.cid-vrqJRXxFp6 .navbar-caption:hover {
  color: #6ee0f7;
}
@media (min-width: 992px) {
  .cid-vrqJRXxFp6 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-vrqJRXxFp6 .text_widget {
  margin-bottom: 32px;
}
.cid-vrqJRXxFp6 .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vrqJRXxFp6 .text_widget a:hover,
.cid-vrqJRXxFp6 .text_widget a:focus {
  opacity: 0.8;
}
.cid-vrqJRXxFp6 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-vrqJRXxFp6 .navbar-caption {
  color: #000000;
}
.cid-vrqJRXxFp6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vrqJRXxFp6 .mbr-section-subtitle,
.cid-vrqJRXxFp6 .text_widget,
.cid-vrqJRXxFp6 .mbr-section-btn {
  text-align: center;
}
.cid-vrqJRXxFp6
  a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(
    .navbar-caption
  ):hover {
  background-image: none;
}
.cid-vrqJRXxFp6 .nav-link,
.cid-vrqJRXxFp6 .dropdown-item {
  color: #000000;
}
.cid-vrqJRYBkcb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bca88e;
}
.cid-vrqJRYBkcb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJRYBkcb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJRYBkcb .container {
    padding: 0 16px;
  }
}
.cid-vrqJRYBkcb .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vrqJRYBkcb .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqJRYBkcb .content-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vrqJRYBkcb .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqJRYBkcb .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 32px;
}
@media (max-width: 1200px) {
  .cid-vrqJRYBkcb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vrqJRYBkcb .image-wrapper {
  margin-left: 32px;
}
@media (max-width: 992px) {
  .cid-vrqJRYBkcb .image-wrapper {
    margin-left: 0;
  }
}
.cid-vrqJRYBkcb .image-wrapper img {
  height: 660px;
  width: 100%;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px !important;
}
@media (max-width: 992px) {
  .cid-vrqJRYBkcb .image-wrapper img {
    height: 350px;
  }
}
.cid-vrqJRYBkcb .mbr-section-title {
  color: #ffffff;
}
.cid-vrqJRYBkcb .mbr-text {
  color: #ffffff;
}
.cid-vrqJRYBkcb .mbr-section-title,
.cid-vrqJRYBkcb .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vrqJRYBkcb .mbr-text,
.cid-vrqJRYBkcb .text-wrapper {
  color: #000000;
}
.cid-vrqJRZ4aFn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrqJRZ4aFn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJRZ4aFn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJRZ4aFn .container {
    padding: 0 16px;
  }
}
.cid-vrqJRZ4aFn .card {
  justify-content: center;
}
.cid-vrqJRZ4aFn .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 0;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #bca88e;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-vrqJRZ4aFn .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqJRZ4aFn .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vrqJRZ4aFn .text-wrapper .mbr-desc {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vrqJRZ4aFn .mbr-section-title {
  color: #000000;
}
.cid-vrqJRZ4aFn .mbr-text {
  color: #000000;
}
.cid-vrqJRZ4aFn .mbr-desc {
  color: #000000;
}
.cid-vrqJRZ4aFn .mbr-section-title,
.cid-vrqJRZ4aFn .title-wrapper {
  color: #000000;
}
.cid-vrqJRZ4aFn .mbr-text,
.cid-vrqJRZ4aFn .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vrqJRZrdIb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrqJRZrdIb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJRZrdIb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJRZrdIb .container {
    padding: 0 16px;
  }
}
.cid-vrqJRZrdIb .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-vrqJRZrdIb .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vrqJRZrdIb .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqJRZrdIb .item {
  padding: 0 28px;
  margin-bottom: 32px;
}
.cid-vrqJRZrdIb
  .item:hover
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn
  .mbr-iconfont,
.cid-vrqJRZrdIb
  .item:focus
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn
  .mbr-iconfont {
  transform: translateX(8px);
}
.cid-vrqJRZrdIb .item:first-child {
  margin-bottom: 0;
}
.cid-vrqJRZrdIb .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-vrqJRZrdIb .item .item-wrapper .item-img img {
  height: 280px;
  object-fit: cover;
  margin-bottom: 26px;
}
.cid-vrqJRZrdIb .item .item-wrapper .item-img .item-text {
  margin-bottom: 12px;
}
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-primary-outline,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-secondary-outline,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-success-outline,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-info-outline,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-warning-outline,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-danger-outline,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-black-outline,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-primary-outline
  .mbr-iconfont,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-secondary-outline
  .mbr-iconfont,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-success-outline
  .mbr-iconfont,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-info-outline
  .mbr-iconfont,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-warning-outline
  .mbr-iconfont,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-danger-outline
  .mbr-iconfont,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-black-outline
  .mbr-iconfont,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-white-outline
  .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-primary-outline:hover,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-secondary-outline:hover,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-success-outline:hover,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-info-outline:hover,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-warning-outline:hover,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-danger-outline:hover,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-black-outline:hover,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-white-outline:hover,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-primary-outline:focus,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-secondary-outline:focus,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-success-outline:focus,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-info-outline:focus,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-warning-outline:focus,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-danger-outline:focus,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-black-outline:focus,
.cid-vrqJRZrdIb
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-white-outline:focus {
  transform: scale(1);
}
.cid-vrqJRZrdIb .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vrqJRZrdIb .item-text {
  color: #000000;
}
.cid-vrqJRZrdIb .item-text,
.cid-vrqJRZrdIb .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-vrqJRZRTMc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrqJRZRTMc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJRZRTMc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJRZRTMc .container {
    padding: 0 16px;
  }
}
.cid-vrqJRZRTMc .card {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vrqJRZRTMc .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqJRZRTMc .image-wrapper img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrqJRZRTMc .image-wrapper img {
    height: 350px;
  }
}
.cid-vrqJRZRTMc .title-wrapper {
  padding-left: 64px;
}
@media (max-width: 992px) {
  .cid-vrqJRZRTMc .title-wrapper {
    padding-left: 0;
  }
}
.cid-vrqJRZRTMc .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 4px 12px;
  border-radius: 8px !important;
  box-shadow: 3px 4px 0 0 #000000;
  background-color: #bca88e;
}
@media (max-width: 992px) {
  .cid-vrqJRZRTMc .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-vrqJRZRTMc .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vrqJRZRTMc .mbr-desc {
  margin-bottom: 0;
  padding-left: 64px;
  color: #000000;
}
@media (max-width: 992px) {
  .cid-vrqJRZRTMc .mbr-desc {
    padding-left: 0;
  }
}
.cid-vrqJRZRTMc .mbr-section-title {
  color: #000000;
}
.cid-vrqJRZRTMc .mbr-section-subtitle {
  color: #000000;
}
.cid-vrqJRZRTMc .mbr-section-subtitle,
.cid-vrqJRZRTMc .subtitle-wrapper {
  color: #000000;
}
.cid-vrqJRZRTMc .mbr-section-title,
.cid-vrqJRZRTMc .mbr-section-btn {
  color: #000000;
}
.cid-vrqJRZXS4c {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrqJRZXS4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJRZXS4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJRZXS4c .container {
    padding: 0 16px;
  }
}
.cid-vrqJRZXS4c .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vrqJRZXS4c .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-vrqJRZXS4c .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #fadddd;
}
.cid-vrqJRZXS4c .item .item-wrapper {
  height: 100%;
}
.cid-vrqJRZXS4c .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #f7e7d3;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vrqJRZXS4c .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-vrqJRZXS4c .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-vrqJRZXS4c .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-vrqJRZXS4c .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-vrqJRZXS4c .mbr-section-btn {
  margin-top: 12px;
  text-align: center;
}
.cid-vrqJRZXS4c .item-emoji {
  color: #000000;
}
.cid-vrqJRZXS4c .item-title {
  color: #000000;
}
.cid-vrqJRZXS4c .item-text {
  color: #000000;
}
.cid-vrqJRZXS4c .item-title,
.cid-vrqJRZXS4c .mbr-section-btn {
  color: #000000;
}
.cid-vrqJRZXS4c .item-title1 {
  color: #000000;
}
.cid-vrqJRZXS4c .item-text1 {
  color: #000000;
}
.cid-vrqJRZXS4c .item-title2 {
  color: #000000;
}
.cid-vrqJRZXS4c .item-text2 {
  color: #000000;
}
.cid-vrqJS02zSs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrqJS02zSs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS02zSs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS02zSs .container {
    padding: 0 16px;
  }
}
.cid-vrqJS02zSs .row {
  justify-content: center;
  margin: 0 -8px;
}
.cid-vrqJS02zSs .item {
  padding: 0 8px;
  margin-bottom: 16px;
}
.cid-vrqJS02zSs .item:hover .item-wrapper .card-box,
.cid-vrqJS02zSs .item:focus .item-wrapper .card-box {
  border: 1px solid #bca88e;
  box-shadow: 6px 8px 0 0 #bca88e;
}
.cid-vrqJS02zSs .item:hover .item-wrapper .card-box .item-price,
.cid-vrqJS02zSs .item:focus .item-wrapper .card-box .item-price {
  color: #bca88e;
}
.cid-vrqJS02zSs .item:hover .item-wrapper .card-box .btn-primary,
.cid-vrqJS02zSs .item:focus .item-wrapper .card-box .btn-primary,
.cid-vrqJS02zSs .item:hover .item-wrapper .card-box .btn-secondary,
.cid-vrqJS02zSs .item:focus .item-wrapper .card-box .btn-secondary,
.cid-vrqJS02zSs .item:hover .item-wrapper .card-box .btn-success,
.cid-vrqJS02zSs .item:focus .item-wrapper .card-box .btn-success,
.cid-vrqJS02zSs .item:hover .item-wrapper .card-box .btn-info,
.cid-vrqJS02zSs .item:focus .item-wrapper .card-box .btn-info,
.cid-vrqJS02zSs .item:hover .item-wrapper .card-box .btn-warning,
.cid-vrqJS02zSs .item:focus .item-wrapper .card-box .btn-warning,
.cid-vrqJS02zSs .item:hover .item-wrapper .card-box .btn-danger,
.cid-vrqJS02zSs .item:focus .item-wrapper .card-box .btn-danger,
.cid-vrqJS02zSs .item:hover .item-wrapper .card-box .btn-black,
.cid-vrqJS02zSs .item:focus .item-wrapper .card-box .btn-black,
.cid-vrqJS02zSs .item:hover .item-wrapper .card-box .btn-white,
.cid-vrqJS02zSs .item:focus .item-wrapper .card-box .btn-white {
  background-color: #bca88e !important;
  border-color: #bca88e !important;
  color: #000000 !important;
}
.cid-vrqJS02zSs .item .item-wrapper {
  height: 100%;
}
.cid-vrqJS02zSs .item .item-wrapper .card-box {
  height: 100%;
  padding: 32px 36px;
  border-radius: 16px;
  border: 1px solid #000000;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1199px) {
  .cid-vrqJS02zSs .item .item-wrapper .card-box {
    padding: 32px 16px;
  }
}
@media (max-width: 992px) {
  .cid-vrqJS02zSs .item .item-wrapper .card-box {
    padding: 24px;
  }
}
.cid-vrqJS02zSs .item .item-wrapper .card-box .title-wrapper {
  padding-bottom: 16px;
  border-bottom: 1px solid #000000;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .cid-vrqJS02zSs .item .item-wrapper .card-box .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vrqJS02zSs .item .item-wrapper .card-box .title-wrapper .item-title {
  margin-bottom: 0;
}
.cid-vrqJS02zSs .item .item-wrapper .card-box .title-wrapper .item-desc {
  margin-bottom: 0;
}
.cid-vrqJS02zSs .item .item-wrapper .card-box .item-price {
  margin-bottom: 24px;
  transition: all 0.3s ease-in-out;
}
.cid-vrqJS02zSs .item .item-wrapper .card-box .list-wrapper {
  margin-top: 48px;
}
@media (max-width: 768px) {
  .cid-vrqJS02zSs .item .item-wrapper .card-box .list-wrapper {
    margin-top: 32px;
  }
}
.cid-vrqJS02zSs .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vrqJS02zSs .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.cid-vrqJS02zSs
  .item
  .item-wrapper
  .card-box
  .list-wrapper
  .list
  .item-wrap::before {
  content: "✓";
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #bca88e;
  color: #000000;
  font-size: 16px;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cid-vrqJS02zSs .item-title {
  color: #482c00;
}
.cid-vrqJS02zSs .item-desc {
  color: #000000;
}
.cid-vrqJS02zSs .item-price {
  color: #000000;
}
.cid-vrqJS02zSs .list {
  color: #000000;
}
.cid-vrqJS02zSs .item-price,
.cid-vrqJS02zSs .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vrqJS02zSs .list,
.cid-vrqJS02zSs .item-wrap,
.cid-vrqJS02zSs .list-wrapper {
  color: #000000;
}
.cid-vrqJS0h6Yi {
  background-image: url("../../../assets/images/photo-1559925393-8be0ec4767c8.webp");
}
.cid-vrqJS0h6Yi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS0h6Yi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS0h6Yi .container {
    padding: 0 16px;
  }
}
.cid-vrqJS0idq9 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9da993;
}
.cid-vrqJS0idq9 .item:focus,
.cid-vrqJS0idq9 span:focus {
  outline: none;
}
.cid-vrqJS0idq9 .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vrqJS0idq9 .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vrqJS0idq9 .item {
    min-height: 45px;
  }
}
.cid-vrqJS0kgqz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bca88e;
}
.cid-vrqJS0kgqz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS0kgqz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS0kgqz .container {
    padding: 0 16px;
  }
}
.cid-vrqJS0kgqz .card {
  justify-content: flex-end;
}
.cid-vrqJS0kgqz .title-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vrqJS0kgqz .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqJS0kgqz .image-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vrqJS0kgqz .image-wrapper {
    margin-bottom: 32px;
    height: auto;
    display: block;
  }
}
.cid-vrqJS0kgqz .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-vrqJS0kgqz .text-wrapper {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS0kgqz .text-wrapper {
    margin-top: 24px;
  }
}
.cid-vrqJS0kgqz .mbr-section-title {
  color: #ffffff;
}
.cid-vrqJS0kgqz .mbr-text {
  color: #ffffff;
}
.cid-vrqJS0kgqz .mbr-section-title,
.cid-vrqJS0kgqz .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vrqJS0kgqz .mbr-text,
.cid-vrqJS0kgqz .text-wrapper {
  color: #000000;
}
.cid-vrqJS0EfVd {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-vrqJS0EfVd .item:focus,
.cid-vrqJS0EfVd span:focus {
  outline: none;
}
.cid-vrqJS0EfVd .item {
  cursor: pointer;
}
.cid-vrqJS0EfVd .grid-container {
  grid-row-gap: 22px;
}
.cid-vrqJS0EfVd .grid-container-1,
.cid-vrqJS0EfVd .grid-container-2,
.cid-vrqJS0EfVd .grid-container-3 {
  gap: 0 22px;
}
.cid-vrqJS0EfVd .mbr-section-title {
  margin-bottom: 56px;
  color: #000000;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-vrqJS0EfVd .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqJS0EfVd .content-head {
  max-width: 800px;
}
.cid-vrqJS0EfVd .container,
.cid-vrqJS0EfVd .container-fluid {
  overflow: hidden;
}
.cid-vrqJS0EfVd .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vrqJS0EfVd .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 8px;
}
.cid-vrqJS0EfVd .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  box-shadow: 6px 8px 0 0 #000000;
}
@media (max-width: 1200px) {
  .cid-vrqJS0EfVd .grid-item img {
    height: 250px;
  }
}
@media (max-width: 767px) {
  .cid-vrqJS0EfVd .grid-item img {
    min-width: 35vw;
    height: 160px;
  }
}
.cid-vrqJS0EfVd .grid-container-1,
.cid-vrqJS0EfVd .grid-container-2,
.cid-vrqJS0EfVd .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vrqJS0EfVd .grid-container-1 {
  align-items: flex-end;
}
.cid-vrqJS0EfVd .grid-container-2 {
  align-items: flex-start;
}
.cid-vrqJS0LHrp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrqJS0LHrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS0LHrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS0LHrp .container {
    padding: 0 16px;
  }
}
.cid-vrqJS0LHrp .row {
  position: relative;
  z-index: 1;
}
.cid-vrqJS0LHrp .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #bca88e;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-vrqJS0LHrp .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-vrqJS0LHrp .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vrqJS0LHrp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqJS0LHrp .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vrqJS0LHrp .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vrqJS0LHrp .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 0;
  border-radius: 0 !important;
  background-color: transparent;
  display: block;
}
@media (max-width: 992px) {
  .cid-vrqJS0LHrp .tabs-wrapper .nav.nav-tabs {
    margin-bottom: 32px;
  }
}
.cid-vrqJS0LHrp .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
  margin-bottom: 24px;
}
.cid-vrqJS0LHrp .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 24px 40px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vrqJS0LHrp .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-vrqJS0LHrp .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #bca88e;
  box-shadow: 4px 6px 0 0 #000000;
  color: #000000;
}
.cid-vrqJS0LHrp .tab-content {
  padding-left: 24px;
}
@media (max-width: 992px) {
  .cid-vrqJS0LHrp .tab-content {
    padding-left: 0;
  }
}
.cid-vrqJS0LHrp .tab-content .tab-pane .content-wrap {
  padding: 52px 32px 52px 72px;
  border-radius: 24px;
  background-color: #f7e7d3;
}
@media (max-width: 992px) {
  .cid-vrqJS0LHrp .tab-content .tab-pane .content-wrap {
    padding: 24px 16px 24px 32px;
  }
}
.cid-vrqJS0LHrp .tab-content .tab-pane .content-wrap .image-wrapper {
  margin-left: 72px;
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vrqJS0LHrp .tab-content .tab-pane .content-wrap .image-wrapper {
    margin-bottom: 24px;
    margin-left: 0;
  }
}
.cid-vrqJS0LHrp .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
}
.cid-vrqJS0LHrp .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  display: inline-flex;
  margin-bottom: 0;
  width: 75%;
}
@media (max-width: 992px) {
  .cid-vrqJS0LHrp .tab-content .tab-pane .content-wrap .text-wrap .item-text {
    width: 100%;
  }
}
.cid-vrqJS0LHrp .mbr-section-title {
  color: #000000;
}
.cid-vrqJS0LHrp .mbr-section-subtitle {
  color: #000000;
}
.cid-vrqJS0LHrp .mbr-text {
  color: #000000;
}
.cid-vrqJS0LHrp .item-text {
  color: #000000;
}
.cid-vrqJS0LHrp .mbr-section-subtitle,
.cid-vrqJS0LHrp .subtitle-wrapper {
  color: #000000;
}
.cid-vrqJS0LHrp .mbr-text,
.cid-vrqJS0LHrp .text-wrapper {
  color: #000000;
}
.cid-vrqJS0LHrp .item-text,
.cid-vrqJS0LHrp .text-wrap {
  color: #000000;
}
.cid-vrqJS11iBL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrqJS11iBL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS11iBL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS11iBL .container {
    padding: 0 16px;
  }
}
.cid-vrqJS11iBL .row {
  position: relative;
  z-index: 1;
}
.cid-vrqJS11iBL .title-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vrqJS11iBL .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqJS11iBL .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #9da993;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-vrqJS11iBL .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-vrqJS11iBL .title-wrapper .buttons-wrap .mbr-section-btn {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 40%;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vrqJS11iBL .title-wrapper .buttons-wrap .mbr-section-btn {
    display: block;
    width: 100%;
  }
}
.cid-vrqJS11iBL .items-wrapper .item {
  margin-top: 64px;
  padding-top: 104px;
  position: relative;
}
.cid-vrqJS11iBL .items-wrapper .item:nth-child(2n)::before {
  background-color: #e4b4b4;
}
.cid-vrqJS11iBL .items-wrapper .item:nth-child(2n)::after {
  background-color: #e4b4b4;
}
.cid-vrqJS11iBL .items-wrapper .item:nth-child(2n) .item-wrapper {
  background-color: #e4b4b4;
}
.cid-vrqJS11iBL .items-wrapper .item:nth-child(3n)::before {
  background-color: #9da993;
}
.cid-vrqJS11iBL .items-wrapper .item:nth-child(3n)::after {
  background-color: #9da993;
}
.cid-vrqJS11iBL .items-wrapper .item:nth-child(3n) .item-wrapper {
  background-color: #9da993;
}
@media (max-width: 992px) {
  .cid-vrqJS11iBL .items-wrapper .item {
    margin-top: 32px;
    padding-top: 0;
  }
}
.cid-vrqJS11iBL .items-wrapper .item:first-child {
  margin-top: -96px;
}
@media (max-width: 992px) {
  .cid-vrqJS11iBL .items-wrapper .item:first-child {
    margin-top: 0;
  }
}
.cid-vrqJS11iBL .items-wrapper .item::before {
  content: "";
  position: absolute;
  width: 50%;
  height: 140px;
  top: 0;
  right: 0;
  border-top-right-radius: 24px;
  background-color: #bca88e;
}
@media (max-width: 992px) {
  .cid-vrqJS11iBL .items-wrapper .item::before {
    display: none;
  }
}
.cid-vrqJS11iBL .items-wrapper .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15%;
  width: 43%;
  height: 110px;
  transform: skew(-45deg) !important;
  background-color: #bca88e;
}
@media (max-width: 992px) {
  .cid-vrqJS11iBL .items-wrapper .item::after {
    display: none;
  }
}
.cid-vrqJS11iBL .items-wrapper .item .item-wrapper {
  display: flex;
  position: relative;
  border-radius: 24px !important;
  background-color: #bca88e;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-vrqJS11iBL .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.cid-vrqJS11iBL .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
  padding: 96px;
}
@media (max-width: 992px) {
  .cid-vrqJS11iBL .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
    padding: 24px;
  }
}
.cid-vrqJS11iBL .items-wrapper .item .item-wrapper .item-img img {
  height: 300px;
  width: 100%;
  box-shadow: 6px 8px 0 0 #000000;
  object-fit: cover;
}
.cid-vrqJS11iBL .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding-right: 96px;
  padding-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vrqJS11iBL .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 24px;
  }
}
.cid-vrqJS11iBL .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-vrqJS11iBL .items-wrapper .item .item-wrapper .item-content .item-title {
    text-align: left;
    margin-bottom: 24px;
  }
}
.cid-vrqJS11iBL .items-wrapper .item .item-wrapper .item-content .item-number {
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .cid-vrqJS11iBL
    .items-wrapper
    .item
    .item-wrapper
    .item-content
    .item-number {
    margin-bottom: 24px;
  }
}
.cid-vrqJS11iBL .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 0;
}
.cid-vrqJS11iBL .mbr-section-title {
  color: #000000;
}
.cid-vrqJS11iBL .mbr-section-subtitle {
  color: #000000;
}
.cid-vrqJS11iBL .item-title {
  color: #000000;
  text-align: right;
}
.cid-vrqJS11iBL .item-number {
  color: #000000;
}
.cid-vrqJS11iBL .item-text {
  color: #000000;
}
.cid-vrqJS11iBL .mbr-section-title,
.cid-vrqJS11iBL .mbr-section-btn {
  color: #000000;
}
.cid-vrqJS11iBL .mbr-section-subtitle,
.cid-vrqJS11iBL .subtitle-wrapper {
  color: #000000;
}
.cid-vrqJS11iBL .item-title1 {
  color: #000000;
}
.cid-vrqJS11iBL .item-number1 {
  color: #000000;
}
.cid-vrqJS11iBL .item-text1 {
  color: #000000;
}
.cid-vrqJS19d8j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrqJS19d8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS19d8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS19d8j .container {
    padding: 0 16px;
  }
}
.cid-vrqJS19d8j .row {
  margin: 0 -28px;
  position: relative;
  z-index: 1;
  justify-content: center;
}
.cid-vrqJS19d8j .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vrqJS19d8j .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqJS19d8j .item {
  padding: 0 28px;
  margin-bottom: 48px;
}
.cid-vrqJS19d8j
  .item:hover
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn
  .mbr-iconfont,
.cid-vrqJS19d8j
  .item:focus
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn
  .mbr-iconfont {
  transform: translateX(8px);
}
.cid-vrqJS19d8j .item:first-child {
  margin-bottom: 0;
}
.cid-vrqJS19d8j .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cid-vrqJS19d8j .item .item-wrapper .item-img img {
  height: 430px;
  object-fit: cover;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vrqJS19d8j .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vrqJS19d8j .item .item-wrapper .item-img .price-wrap .item-price {
  display: inline-flex;
  margin-bottom: 26px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #9da993;
  transform: rotate(-4deg);
  animation: none;
}
@media (max-width: 992px) {
  .cid-vrqJS19d8j .item .item-wrapper .item-img .price-wrap .item-price {
    margin-bottom: 32px;
  }
}
.cid-vrqJS19d8j .item .item-wrapper .item-img .price-wrap .item-text {
  margin-bottom: 12px;
}
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-primary-outline,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-secondary-outline,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-success-outline,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-info-outline,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-warning-outline,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-danger-outline,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-black-outline,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-white-outline {
  padding: 0;
  border: none !important;
  flex-direction: row;
}
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-primary-outline
  .mbr-iconfont,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-secondary-outline
  .mbr-iconfont,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-success-outline
  .mbr-iconfont,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-info-outline
  .mbr-iconfont,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-warning-outline
  .mbr-iconfont,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-danger-outline
  .mbr-iconfont,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-black-outline
  .mbr-iconfont,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-white-outline
  .mbr-iconfont {
  margin-left: 8px;
  margin-right: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-primary-outline:hover,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-secondary-outline:hover,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-success-outline:hover,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-info-outline:hover,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-warning-outline:hover,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-danger-outline:hover,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-black-outline:hover,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-white-outline:hover,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-primary-outline:focus,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-secondary-outline:focus,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-success-outline:focus,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-info-outline:focus,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-warning-outline:focus,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-danger-outline:focus,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-black-outline:focus,
.cid-vrqJS19d8j
  .item
  .item-wrapper
  .item-content
  .mbr-section-btn
  .btn-white-outline:focus {
  transform: scale(1);
}
.cid-vrqJS19d8j .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vrqJS19d8j .item-price {
  color: #000000;
}
.cid-vrqJS19d8j .item-title {
  color: #000000;
}
.cid-vrqJS19d8j .item-text {
  color: #000000;
}
.cid-vrqJS19d8j .item-price,
.cid-vrqJS19d8j .price-wrap {
  color: #000000;
}
.cid-vrqJS19d8j .item-text,
.cid-vrqJS19d8j .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vrqJS1iFdP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bca88e;
}
.cid-vrqJS1iFdP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS1iFdP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS1iFdP .container {
    padding: 0 16px;
  }
}
.cid-vrqJS1iFdP .row {
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-vrqJS1iFdP .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqJS1iFdP .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #9da993;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-vrqJS1iFdP .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-vrqJS1iFdP .title-wrapper .mbr-section-title {
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vrqJS1iFdP .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqJS1iFdP .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vrqJS1iFdP .card-wrapper {
  background-color: #9da993;
  box-shadow: 6px 8px 0 0 #000000;
  border-radius: 24px;
  padding: 80px;
}
.cid-vrqJS1iFdP .card-wrapper .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 72px;
}
@media (max-width: 992px) {
  .cid-vrqJS1iFdP .card-wrapper .image-wrapper {
    margin-bottom: 32px;
    display: block;
  }
}
.cid-vrqJS1iFdP .card-wrapper .image-wrapper img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
  transform: rotate(4deg) !important;
}
.cid-vrqJS1iFdP .card-wrapper .card-text {
  margin-bottom: 24px;
}
.cid-vrqJS1iFdP .mbr-section-title {
  color: #ffffff;
}
.cid-vrqJS1iFdP .mbr-section-subtitle {
  color: #000000;
}
.cid-vrqJS1iFdP .mbr-text {
  color: #ffffff;
}
.cid-vrqJS1iFdP .card-text,
.cid-vrqJS1iFdP .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vrqJS1iFdP .mbr-section-subtitle,
.cid-vrqJS1iFdP .subtitle-wrapper {
  color: #000000;
}
.cid-vrqJS1iFdP .mbr-section-title,
.cid-vrqJS1iFdP .mbr-section-btn {
  color: #000000;
}
.cid-vrqJS1iFdP .mbr-text,
.cid-vrqJS1iFdP .text-wrapper {
  color: #000000;
}
.cid-vrqJS1rMrp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrqJS1rMrp .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS1rMrp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS1rMrp .container {
    padding: 0 16px;
  }
}
.cid-vrqJS1rMrp .row {
  position: relative;
  z-index: 1;
}
.cid-vrqJS1rMrp .card {
  justify-content: flex-end;
}
.cid-vrqJS1rMrp .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #bca88e;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-vrqJS1rMrp .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-vrqJS1rMrp .title-wrapper .mbr-section-title {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vrqJS1rMrp .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqJS1rMrp .title-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 50%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vrqJS1rMrp .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vrqJS1rMrp .tabs-wrapper {
  text-align: right;
}
.cid-vrqJS1rMrp .tabs-wrapper .nav.nav-tabs {
  border: none;
  padding: 6px 0 6px 6px;
  border-radius: 16px !important;
  display: inline-flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f7e7d3;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 24px;
}
.cid-vrqJS1rMrp .tabs-wrapper .nav.nav-tabs .nav-item {
  padding: 0;
  border: none;
  border-radius: 0;
  display: block;
}
.cid-vrqJS1rMrp .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  position: relative;
  padding: 10px 18px;
  margin-right: 6px;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
  border-radius: 1rem !important;
}
@media (max-width: 992px) {
  .cid-vrqJS1rMrp .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 14px 24px;
  }
}
.cid-vrqJS1rMrp .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #bca88e;
  color: #000000;
}
.cid-vrqJS1rMrp .tab-content .tab-pane .content-wrap {
  border-radius: 24px;
  background-color: #f7e7d3;
  padding: 88px 112px;
  display: flex;
}
@media (max-width: 1440px) {
  .cid-vrqJS1rMrp .tab-content .tab-pane .content-wrap {
    padding: 88px 64px;
  }
}
@media (max-width: 1199px) {
  .cid-vrqJS1rMrp .tab-content .tab-pane .content-wrap {
    padding: 88px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vrqJS1rMrp .tab-content .tab-pane .content-wrap {
    padding: 36px 24px;
    display: block;
  }
}
.cid-vrqJS1rMrp .tab-content .tab-pane .content-wrap .text-wrap {
  width: 50%;
  padding-right: 88px;
}
@media (max-width: 1440px) {
  .cid-vrqJS1rMrp .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vrqJS1rMrp .tab-content .tab-pane .content-wrap .text-wrap {
    padding-right: 0;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cid-vrqJS1rMrp .tab-content .tab-pane .content-wrap .text-wrap .item-title {
  margin-bottom: 20px;
}
.cid-vrqJS1rMrp .tab-content .tab-pane .content-wrap .text-wrap .item-text {
  margin-bottom: 0;
}
.cid-vrqJS1rMrp .tab-content .tab-pane .content-wrap .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vrqJS1rMrp .tab-content .tab-pane .content-wrap .image-wrapper {
    width: 100%;
  }
}
.cid-vrqJS1rMrp .tab-content .tab-pane .content-wrap .image-wrapper img {
  height: 430px;
  width: 100%;
  object-fit: cover;
  box-shadow: 4px 6px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-vrqJS1rMrp .tab-content .tab-pane .content-wrap .image-wrapper img {
    height: 350px;
  }
}
.cid-vrqJS1rMrp .mbr-section-title {
  color: #000000;
}
.cid-vrqJS1rMrp .mbr-section-subtitle {
  color: #000000;
}
.cid-vrqJS1rMrp .mbr-text {
  color: #000000;
}
.cid-vrqJS1rMrp .item-title {
  color: #000000;
}
.cid-vrqJS1rMrp .item-text {
  color: #000000;
}
.cid-vrqJS1rMrp .mbr-section-subtitle,
.cid-vrqJS1rMrp .subtitle-wrapper {
  color: #000000;
}
.cid-vrqJS1rMrp .mbr-section-title,
.cid-vrqJS1rMrp .tabs-wrapper {
  color: #000000;
}
.cid-vrqJS1rMrp .mbr-text,
.cid-vrqJS1rMrp .text-wrapper {
  color: #000000;
}
.cid-vrqJS1FmBV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bca88e;
}
.cid-vrqJS1FmBV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS1FmBV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS1FmBV .container {
    padding: 0 16px;
  }
}
.cid-vrqJS1FmBV .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vrqJS1FmBV .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-vrqJS1FmBV .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #9da993;
}
.cid-vrqJS1FmBV .item:nth-child(3n) .item-wrapper .card-box {
  background-color: #f7e7d3;
}
.cid-vrqJS1FmBV .item .item-wrapper {
  height: 100%;
}
.cid-vrqJS1FmBV .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #e4b4b4;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vrqJS1FmBV .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-vrqJS1FmBV .item .item-wrapper .card-box .item-title {
  margin-bottom: 8px;
}
.cid-vrqJS1FmBV .item .item-wrapper .card-box .list-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vrqJS1FmBV .item .item-wrapper .card-box .list-wrapper .list .item-wrap {
  margin-bottom: 8px;
}
.cid-vrqJS1FmBV
  .item
  .item-wrapper
  .card-box
  .list-wrapper
  .list
  .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vrqJS1FmBV .item-title {
  color: #000000;
}
.cid-vrqJS1FmBV .list {
  color: #000000;
}
.cid-vrqJS1FmBV .item-title,
.cid-vrqJS1FmBV .mbr-section-btn {
  color: #000000;
}
.cid-vrqJS1FmBV .list,
.cid-vrqJS1FmBV .item-wrap,
.cid-vrqJS1FmBV .list-wrapper {
  color: #000000;
}
.cid-vrqJS1FmBV .item-title1 {
  color: #000000;
}
.cid-vrqJS1FmBV .list1,
.cid-vrqJS1FmBV .item-wrap1,
.cid-vrqJS1FmBV .list-wrapper1 {
  color: #000000;
}
.cid-vrqJS1FmBV .item-title2 {
  color: #000000;
}
.cid-vrqJS1FmBV .list2,
.cid-vrqJS1FmBV .item-wrap2,
.cid-vrqJS1FmBV .list-wrapper2 {
  color: #000000;
}
.cid-vrqJS1FmBV .item-title3 {
  color: #000000;
}
.cid-vrqJS1FmBV .list3,
.cid-vrqJS1FmBV .item-wrap3,
.cid-vrqJS1FmBV .list-wrapper3 {
  color: #000000;
}
.cid-vrqJS1Mn0H {
  position: relative;
  overflow: hidden;
  background-color: #9da993;
}
.cid-vrqJS1Mn0H .image-wrap {
  position: absolute;
  top: 0;
  right: 0;
  width: 49.5%;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vrqJS1Mn0H .image-wrap {
    display: none;
  }
}
.cid-vrqJS1Mn0H .image-wrap .main-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 !important;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vrqJS1Mn0H .image-wrap .main-image {
    display: none;
  }
}
.cid-vrqJS1Mn0H .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS1Mn0H .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS1Mn0H .container {
    padding: 0 16px;
  }
}
.cid-vrqJS1Mn0H .row {
  position: relative;
  z-index: 1;
}
.cid-vrqJS1Mn0H .card {
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-vrqJS1Mn0H .content-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqJS1Mn0H .content-wrapper .mbr-section-title {
  margin-bottom: 56px;
}
@media (max-width: 992px) {
  .cid-vrqJS1Mn0H .content-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqJS1Mn0H .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 85%;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vrqJS1Mn0H .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vrqJS1Mn0H .card-wrapper {
  padding: 64px 40px 40px;
  border-radius: 16px !important;
  background-color: #bca88e;
  margin-left: 32px;
  -webkit-flex: none;
}
@media (max-width: 992px) {
  .cid-vrqJS1Mn0H .card-wrapper {
    margin-left: 0;
    margin-bottom: 32px;
    padding: 64px 24px 24px;
    margin-top: 32px;
  }
}
.cid-vrqJS1Mn0H .card-wrapper .title-wrap {
  margin-top: -6rem;
}
.cid-vrqJS1Mn0H .card-wrapper .title-wrap .card-title {
  display: inline-flex;
  padding: 12px 24px;
  background-color: #9da993;
  border-radius: 0.5rem;
  box-shadow: 4px 6px 0 0 #000000;
  margin-bottom: 40px;
}
.cid-vrqJS1Mn0H .card-wrapper .card-text {
  margin-bottom: 0;
}
.cid-vrqJS1Mn0H .card-wrapper .person-wrap {
  margin-top: 20px;
}
.cid-vrqJS1Mn0H .card-wrapper .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-vrqJS1Mn0H .card-wrapper .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-vrqJS1Mn0H .mbr-section-title {
  color: #000000;
}
.cid-vrqJS1Mn0H .mbr-text {
  color: #000000;
}
.cid-vrqJS1Mn0H .card-title {
  color: #000000;
}
.cid-vrqJS1Mn0H .card-text {
  color: #000000;
}
.cid-vrqJS1Mn0H .card-name {
  color: #000000;
}
.cid-vrqJS1Mn0H .card-role {
  color: #000000;
}
.cid-vrqJS1Mn0H .mbr-section-title,
.cid-vrqJS1Mn0H .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vrqJS1Mn0H .mbr-text,
.cid-vrqJS1Mn0H .text-wrapper {
  color: #000000;
}
.cid-vrqJS1Mn0H .card-title,
.cid-vrqJS1Mn0H .title-wrap {
  color: #000000;
}
.cid-vrqJS1V2iE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS1V2iE .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.webp");
}
@media (max-width: 992px) {
  .cid-vrqJS1V2iE .container {
    padding: 0 16px;
  }
}
.cid-vrqJS1Xsk1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
}
.cid-vrqJS1Xsk1 .decor-wrap {
  position: absolute;
  top: -30%;
  right: 5%;
  border: 60px solid #9da993;
  border-left: 60px solid transparent;
  border-bottom: 60px solid transparent;
  width: 50%;
  height: 160%;
  border-radius: 100%;
  transform: rotate(15deg);
}
.cid-vrqJS1Xsk1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS1Xsk1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS1Xsk1 .container {
    padding: 0 16px;
  }
}
.cid-vrqJS1Xsk1 .row {
  position: relative;
  z-index: 1;
}
.cid-vrqJS1Xsk1 .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-vrqJS1Xsk1 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqJS1Xsk1 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #bca88e;
  transform: rotate(-4deg);
}
@media (max-width: 992px) {
  .cid-vrqJS1Xsk1 .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-vrqJS1Xsk1 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrqJS1Xsk1 .text-wrapper {
  padding-left: 140px;
}
@media (max-width: 1440px) {
  .cid-vrqJS1Xsk1 .text-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .cid-vrqJS1Xsk1 .text-wrapper {
    padding-left: 0;
    margin-bottom: 32px;
  }
}
.cid-vrqJS1Xsk1 .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vrqJS1Xsk1 .mbr-figure {
  margin-left: 32px;
  box-shadow: 2px 2px 10px #000000;
  margin-top: -12rem;
  border-radius: 16px !important;
}
@media (max-width: 992px) {
  .cid-vrqJS1Xsk1 .mbr-figure {
    margin-left: 0;
    margin-top: 0;
  }
}
.cid-vrqJS1Xsk1 .mbr-figure iframe {
  border-radius: 16px !important;
}
.cid-vrqJS1Xsk1 .mbr-figure .app-video-wrapper img {
  border-radius: 16px !important;
  object-fit: cover;
}
.cid-vrqJS1Xsk1 .mbr-section-title {
  color: #000000;
}
.cid-vrqJS1Xsk1 .mbr-section-subtitle {
  color: #000000;
}
.cid-vrqJS1Xsk1 .mbr-text {
  color: #000000;
}
.cid-vrqJS1Xsk1 .mbr-section-subtitle,
.cid-vrqJS1Xsk1 .subtitle-wrapper {
  color: #000000;
}
.cid-vrqJS1Xsk1 .mbr-text,
.cid-vrqJS1Xsk1 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vrqJS22cJE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/photo-1541167760496-1628856ab772.webp");
}
.cid-vrqJS22cJE .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS22cJE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS22cJE .container {
    padding: 0 16px;
  }
}
.cid-vrqJS22cJE .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-vrqJS22cJE .title-wrapper .mbr-section-btn .btn {
  box-shadow: 6px 8px 0 0 #000000;
}
.cid-vrqJS22cJE .mbr-section-title {
  color: #ffffff;
}
.cid-vrqJS22cJE .mbr-section-title,
.cid-vrqJS22cJE .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vrqJS24enx {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-vrqJS24enx .container-fluid {
  padding: 0 50px;
}
@media (max-width: 992px) {
  .cid-vrqJS24enx .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-vrqJS24enx .container {
    padding: 0 16px;
  }
}
.cid-vrqJS24enx .row {
  justify-content: center;
}
.cid-vrqJS24enx .mbr-section-title_1 {
  margin-bottom: -1rem;
  color: #000000;
}
.cid-vrqJS24enx .mbr-section-title_2 {
  margin-top: -1rem;
  margin-bottom: 0;
  color: #000000;
  text-align: right;
}
.cid-vrqJS24enx .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
  transform: rotate(-4deg);
  animation: none;
}
@media (max-width: 767px) {
  .cid-vrqJS24enx .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin: 0 0.5rem !important;
    transform: none;
  }
}
.cid-vrqJS24enx .embla__slide .slide-content {
  width: 100%;
}
.cid-vrqJS24enx .embla__slide .slide-content .item-wrapper {
  height: 100%;
  padding: 56px;
  border-radius: 32px !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #bca88e;
}
@media (max-width: 768px) {
  .cid-vrqJS24enx .embla__slide .slide-content .item-wrapper {
    padding: 24px;
  }
}
.cid-vrqJS24enx .embla__slide .slide-content .item-wrapper .item-content {
  position: relative;
  z-index: 1;
}
.cid-vrqJS24enx
  .embla__slide
  .slide-content
  .item-wrapper
  .item-content
  .item-text {
  margin-bottom: 32px;
}
.cid-vrqJS24enx
  .embla__slide
  .slide-content
  .item-wrapper
  .image-wrapper
  .item-img {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-vrqJS24enx
    .embla__slide
    .slide-content
    .item-wrapper
    .image-wrapper
    .item-img {
    display: block;
  }
}
.cid-vrqJS24enx
  .embla__slide
  .slide-content
  .item-wrapper
  .image-wrapper
  .item-img
  .image-wrap
  img {
  width: 50px;
  height: 50px;
  min-width: 50px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vrqJS24enx
  .embla__slide
  .slide-content
  .item-wrapper
  .image-wrapper
  .item-img
  .person-wrap {
  position: relative;
  z-index: 1;
  margin-left: 20px;
}
@media (max-width: 768px) {
  .cid-vrqJS24enx
    .embla__slide
    .slide-content
    .item-wrapper
    .image-wrapper
    .item-img
    .person-wrap {
    margin-left: 0;
    margin-top: 20px;
  }
}
.cid-vrqJS24enx
  .embla__slide
  .slide-content
  .item-wrapper
  .image-wrapper
  .item-img
  .person-wrap
  .item-name {
  margin-bottom: 0;
}
.cid-vrqJS24enx
  .embla__slide
  .slide-content
  .item-wrapper
  .image-wrapper
  .item-img
  .person-wrap
  .item-role {
  margin-bottom: 0;
}
.cid-vrqJS24enx .card_2 .slide-content .item-wrapper {
  background-color: #e4b4b4;
}
.cid-vrqJS24enx .card_3 .slide-content .item-wrapper {
  background-color: #9da993;
}
.cid-vrqJS24enx .embla__button--next,
.cid-vrqJS24enx .embla__button--prev {
  display: flex;
}
.cid-vrqJS24enx .embla__button {
  bottom: 1rem;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #e4b4b4 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vrqJS24enx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vrqJS24enx .embla__button:hover {
  opacity: 0.5;
}
.cid-vrqJS24enx .embla__button.embla__button--prev {
  left: 16px;
}
.cid-vrqJS24enx .embla__button.embla__button--next {
  right: 16px;
}
.cid-vrqJS24enx .embla {
  position: relative;
  width: 100%;
}
.cid-vrqJS24enx .embla__viewport {
  width: 100%;
  margin-right: 1rem;
}
.cid-vrqJS24enx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vrqJS24enx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vrqJS24enx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vrqJS24enx .item-text {
  color: #000000;
}
.cid-vrqJS24enx .item-name {
  color: #000000;
}
.cid-vrqJS24enx .item-role {
  color: #000000;
}
.cid-vrqJS24enx .item-name,
.cid-vrqJS24enx .image-wrapper {
  color: #000000;
}
.cid-vrqJS24enx .item-role,
.cid-vrqJS24enx .image-wrapper {
  color: #000000;
}
.cid-vrqJS24enx .item-text1 {
  color: #000000;
}
.cid-vrqJS24enx .item-name1 {
  color: #000000;
}
.cid-vrqJS24enx .item-role1 {
  color: #000000;
}
.cid-vrqJS24enx .item-text2 {
  color: #000000;
}
.cid-vrqJS24enx .item-name2 {
  color: #000000;
}
.cid-vrqJS24enx .item-role2 {
  color: #000000;
}
.cid-vrqJS24enx .item-text3 {
  color: #000000;
}
.cid-vrqJS24enx .item-name3 {
  color: #000000;
}
.cid-vrqJS24enx .item-role3 {
  color: #000000;
}
.cid-vrqJS2dW4B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9da993;
}
.cid-vrqJS2dW4B .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS2dW4B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS2dW4B .container {
    padding: 0 16px;
  }
}
.cid-vrqJS2dW4B .card {
  justify-content: flex-end;
}
.cid-vrqJS2dW4B .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-vrqJS2dW4B .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqJS2dW4B .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #bca88e;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-vrqJS2dW4B .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-vrqJS2dW4B .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS2dW4B .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqJS2dW4B .image-wrapper img {
  height: 390px;
  width: 100%;
  object-fit: cover;
}
.cid-vrqJS2dW4B .content-wrapper {
  padding-left: 96px;
}
@media (max-width: 992px) {
  .cid-vrqJS2dW4B .content-wrapper {
    padding-left: 0;
  }
}
.cid-vrqJS2dW4B .content-wrapper .person-wrap {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vrqJS2dW4B .content-wrapper .person-wrap {
    margin-bottom: 32px;
  }
}
.cid-vrqJS2dW4B .content-wrapper .person-wrap .image-wrap {
  margin-bottom: 16px;
}
.cid-vrqJS2dW4B .content-wrapper .person-wrap .image-wrap img {
  display: inline-flex;
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-vrqJS2dW4B .content-wrapper .person-wrap .mbr-name {
  margin-bottom: 0;
}
.cid-vrqJS2dW4B .content-wrapper .person-wrap .mbr-role {
  margin-bottom: 0;
}
.cid-vrqJS2dW4B .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vrqJS2dW4B .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-vrqJS2dW4B .mbr-section-subtitle,
.cid-vrqJS2dW4B .subtitle-wrapper {
  color: #000000;
  text-align: right;
}
.cid-vrqJS2dW4B .mbr-name {
  color: #000000;
}
.cid-vrqJS2dW4B .mbr-role {
  color: #000000;
}
.cid-vrqJS2dW4B .mbr-text {
  color: #000000;
}
.cid-vrqJS2dW4B .mbr-section-title,
.cid-vrqJS2dW4B .mbr-section-btn {
  color: #000000;
}
.cid-vrqJS2dW4B .mbr-name,
.cid-vrqJS2dW4B .image-wrap {
  color: #000000;
}
.cid-vrqJS2dW4B .mbr-role,
.cid-vrqJS2dW4B .image-wrap {
  color: #000000;
}
.cid-vrqJS2dW4B .mbr-text,
.cid-vrqJS2dW4B .text-wrapper {
  color: #000000;
}
.cid-vrqJS2yTli {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9da993;
}
.cid-vrqJS2yTli .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS2yTli .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS2yTli .container {
    padding: 0 16px;
  }
}
.cid-vrqJS2yTli .row {
  position: relative;
  z-index: 1;
}
.cid-vrqJS2yTli .card {
  justify-content: flex-end;
}
.cid-vrqJS2yTli .card-wrapper {
  margin-right: 64px;
}
@media (max-width: 1440px) {
  .cid-vrqJS2yTli .card-wrapper {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  .cid-vrqJS2yTli .card-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqJS2yTli .card-wrapper .image-wrapper {
  position: relative;
  margin-bottom: -8rem;
}
.cid-vrqJS2yTli .card-wrapper .image-wrapper img {
  width: 520px;
  height: 520px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 1200px) {
  .cid-vrqJS2yTli .card-wrapper .image-wrapper img {
    width: 420px;
    height: 420px;
  }
}
@media (max-width: 768px) {
  .cid-vrqJS2yTli .card-wrapper .image-wrapper img {
    width: 260px;
    height: 260px;
  }
}
.cid-vrqJS2yTli .card-wrapper .image-wrapper .card-desc {
  position: absolute;
  top: 55%;
  left: -1rem;
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #bca88e;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-vrqJS2yTli .card-wrapper .image-wrapper .card-desc {
    left: 0.5rem;
  }
}
.cid-vrqJS2yTli .card-wrapper .card-wrap {
  background-color: #bca88e;
  box-shadow: 4px 6px 0 0 #000000;
  border-radius: 16px;
  padding: 175px 48px 36px;
  margin: 0 50px;
}
@media (max-width: 992px) {
  .cid-vrqJS2yTli .card-wrapper .card-wrap {
    margin: 0;
    padding: 150px 24px 24px;
  }
}
.cid-vrqJS2yTli .card-wrapper .card-wrap .card-text {
  margin-bottom: 16px;
}
.cid-vrqJS2yTli .card-wrapper .card-wrap .person-wrap .card-name {
  margin-bottom: 0;
}
.cid-vrqJS2yTli .card-wrapper .card-wrap .person-wrap .card-role {
  margin-bottom: 0;
}
.cid-vrqJS2yTli .title-wrapper {
  margin-bottom: 96px;
}
@media (max-width: 992px) {
  .cid-vrqJS2yTli .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqJS2yTli .title-wrapper .mbr-section-subtitle {
  margin-bottom: 32px;
}
.cid-vrqJS2yTli .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrqJS2yTli .text-wrapper {
  margin-left: 104px;
}
@media (max-width: 1440px) {
  .cid-vrqJS2yTli .text-wrapper {
    margin-left: 48px;
  }
}
@media (max-width: 992px) {
  .cid-vrqJS2yTli .text-wrapper {
    margin-left: 0;
  }
}
.cid-vrqJS2yTli .text-wrapper .mbr-text {
  margin-bottom: 32px;
}
.cid-vrqJS2yTli .mbr-section-title {
  color: #000000;
  text-align: right;
}
.cid-vrqJS2yTli .mbr-section-subtitle {
  color: #000000;
  text-align: right;
}
.cid-vrqJS2yTli .mbr-text {
  color: #000000;
}
.cid-vrqJS2yTli .card-desc {
  color: #000000;
}
.cid-vrqJS2yTli .card-text {
  color: #000000;
}
.cid-vrqJS2yTli .card-name {
  color: #000000;
}
.cid-vrqJS2yTli .card-role {
  color: #000000;
}
.cid-vrqJS2yTli .mbr-text,
.cid-vrqJS2yTli .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vrqJS306bl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrqJS306bl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS306bl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS306bl .container {
    padding: 0 16px;
  }
}
.cid-vrqJS306bl .row {
  justify-content: center;
}
.cid-vrqJS306bl .title-wrapper .mbr-section-title {
  display: inline-flex;
  margin-bottom: 42px;
  padding: 14px 24px;
  border-radius: 8px !important;
  box-shadow: 4px 6px 0 0 #000000;
  background-color: #9da993;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-vrqJS306bl .title-wrapper .mbr-section-title {
    margin-bottom: 32px;
  }
}
.cid-vrqJS306bl .panel-group .card {
  position: relative;
  border-radius: 24px !important;
  padding: 64px;
  margin-top: 32px;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #bca88e;
}
@media (max-width: 992px) {
  .cid-vrqJS306bl .panel-group .card {
    padding: 24px;
  }
}
.cid-vrqJS306bl .panel-group .card:first-child {
  margin-top: 0;
}
.cid-vrqJS306bl .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vrqJS306bl .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vrqJS306bl .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vrqJS306bl .panel-group .card .card-header .panel-title .icon-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
  min-width: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-vrqJS306bl
  .panel-group
  .card
  .card-header
  .panel-title
  .icon-wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000000;
  border-radius: 100%;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
}
.cid-vrqJS306bl
  .panel-group
  .card
  .card-header
  .panel-title
  .icon-wrapper
  .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  color: #000000;
}
.cid-vrqJS306bl
  .panel-group
  .card
  .card-header
  .panel-title:not(.collapsed)
  .icon-wrapper::before {
  opacity: 0.5;
}
.cid-vrqJS306bl
  .panel-group
  .card
  .card-header
  .panel-title:not(.collapsed)
  .icon-wrapper
  .mbr-iconfont {
  transform: rotate(-45deg) !important;
}
.cid-vrqJS306bl .panel-group .card .panel-collapse .panel-body {
  padding-top: 56px;
}
@media (max-width: 992px) {
  .cid-vrqJS306bl .panel-group .card .panel-collapse .panel-body {
    padding-top: 32px;
  }
}
.cid-vrqJS306bl .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vrqJS306bl .mbr-section-title {
  color: #000000;
}
.cid-vrqJS306bl .panel-title-edit {
  color: #000000;
}
.cid-vrqJS306bl .panel-text {
  color: #000000;
}
.cid-vrqJS306bl .mbr-section-title,
.cid-vrqJS306bl .title-wrapper {
  color: #000000;
}
.cid-vrqJS3bpcQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrqJS3bpcQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS3bpcQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS3bpcQ .container {
    padding: 0 16px;
  }
}
.cid-vrqJS3bpcQ .row {
  margin: 0 -20px;
}
.cid-vrqJS3bpcQ .card {
  padding: 0 20px;
}
.cid-vrqJS3bpcQ .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-vrqJS3bpcQ .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqJS3bpcQ .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #9da993;
  transform: rotate(-4deg) !important;
}
@media (max-width: 992px) {
  .cid-vrqJS3bpcQ .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-vrqJS3bpcQ .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrqJS3bpcQ .content-wrapper .mbr-text {
  margin-bottom: 8px;
}
.cid-vrqJS3bpcQ .list {
  padding-left: 22px;
  left: 0;
  color: #000000;
}
.cid-vrqJS3bpcQ .list .item-wrap {
  margin-bottom: 5px;
}
.cid-vrqJS3bpcQ .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-vrqJS3bpcQ .mbr-section-btn {
  margin-top: 56px;
}
@media (max-width: 992px) {
  .cid-vrqJS3bpcQ .mbr-section-btn {
    margin-top: 32px;
  }
}
.cid-vrqJS3bpcQ .tag-wrapper_1 {
  text-align: right;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vrqJS3bpcQ .tag-wrapper_1 {
    margin-bottom: 32px;
  }
}
.cid-vrqJS3bpcQ .tag-wrapper_1 .mbr-tag {
  top: 0;
  right: 0;
  background-color: #ffd84c;
  transform: rotate(10deg) !important;
}
.cid-vrqJS3bpcQ .tag-wrapper_2 {
  text-align: center;
  margin-top: 56px;
}
@media (max-width: 992px) {
  .cid-vrqJS3bpcQ .tag-wrapper_2 {
    margin-top: 32px;
  }
}
.cid-vrqJS3bpcQ .tag-wrapper_2 .mbr-tag {
  background-color: #feb591;
  transform: rotate(-4deg) !important;
}
.cid-vrqJS3bpcQ .mbr-tag {
  display: inline-flex;
  margin-bottom: 0;
  padding: 6px 16px;
  border-radius: 4rem !important;
  box-shadow: 4px 6px 0 0 #000000;
  color: #000000;
}
.cid-vrqJS3bpcQ .mbr-section-title {
  color: #000000;
}
.cid-vrqJS3bpcQ .mbr-section-subtitle {
  color: #000000;
}
.cid-vrqJS3bpcQ .mbr-text {
  color: #000000;
}
.cid-vrqJS3bpcQ .mbr-section-title,
.cid-vrqJS3bpcQ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-vrqJS3bpcQ .list,
.cid-vrqJS3bpcQ .item-wrap,
.cid-vrqJS3bpcQ .list-wrapper {
  color: #000000;
}
.cid-vrqJS3hq0h {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vrqJS3hq0h .container {
    padding: 0 16px;
  }
}
.cid-vrqJS3hq0h .row {
  justify-content: center;
}
.cid-vrqJS3hq0h .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vrqJS3hq0h .content-wrapper {
    display: block;
  }
}
.cid-vrqJS3hq0h .content-wrapper .desc-wrapper {
  display: flex;
  align-items: center;
  width: 10%;
  padding-right: 16px;
}
@media (max-width: 1440px) {
  .cid-vrqJS3hq0h .content-wrapper .desc-wrapper {
    width: 15%;
  }
}
@media (max-width: 992px) {
  .cid-vrqJS3hq0h .content-wrapper .desc-wrapper {
    padding-right: 0;
    width: 100%;
  }
}
.cid-vrqJS3hq0h .content-wrapper .desc-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS3hq0h .content-wrapper .desc-wrapper .mbr-desc {
    margin-bottom: 16px;
  }
}
.cid-vrqJS3hq0h .content-wrapper .desc-wrapper .mbr-iconfont {
  font-size: 16px;
  color: #000000;
  display: inline-flex;
  margin-left: 6px;
}
.cid-vrqJS3hq0h .content-wrapper .mbr-section-btn {
  width: 20%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vrqJS3hq0h .content-wrapper .mbr-section-btn {
    text-align: left;
    width: 100%;
  }
}
.cid-vrqJS3hq0h .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .cid-vrqJS3hq0h .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-vrqJS3hq0h .embla__slide .slide-content {
  width: 100%;
}
.cid-vrqJS3hq0h .embla__slide .slide-content .item-wrapper .item-img img {
  height: 150px;
  object-fit: contain;
}
.cid-vrqJS3hq0h .embla__button--next,
.cid-vrqJS3hq0h .embla__button--prev {
  display: flex;
}
.cid-vrqJS3hq0h .embla__button {
  bottom: 0;
  width: 32px;
  height: 32px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: transparent !important;
  color: #e4b4b4 !important;
  border: none !important;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
  display: none;
}
.cid-vrqJS3hq0h .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vrqJS3hq0h .embla__button:hover {
  opacity: 0.5;
}
.cid-vrqJS3hq0h .embla__button.embla__button--prev {
  left: 32px;
}
.cid-vrqJS3hq0h .embla__button.embla__button--next {
  right: 32px;
}
.cid-vrqJS3hq0h .embla {
  position: relative;
  width: 70%;
}
@media (max-width: 1440px) {
  .cid-vrqJS3hq0h .embla {
    width: 65%;
  }
}
@media (max-width: 992px) {
  .cid-vrqJS3hq0h .embla {
    width: 100%;
    margin-bottom: 32px;
  }
}
.cid-vrqJS3hq0h .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-vrqJS3hq0h .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vrqJS3hq0h .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vrqJS3hq0h .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vrqJS3hq0h .mbr-desc {
  color: #000000;
}
.cid-vrqJS3sO1O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrqJS3sO1O .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS3sO1O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS3sO1O .container {
    padding: 0 16px;
  }
}
.cid-vrqJS3sO1O .row {
  position: relative;
  z-index: 1;
}
.cid-vrqJS3sO1O .card {
  justify-content: center;
}
.cid-vrqJS3sO1O .title-wrapper {
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .cid-vrqJS3sO1O .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqJS3sO1O .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
  display: inline-flex;
  margin-bottom: 56px;
  padding: 18px 24px;
  border-radius: 16px !important;
  box-shadow: 6px 8px 0 0 #000000;
  background-color: #9da993;
  transform: rotate(4deg) !important;
}
@media (max-width: 992px) {
  .cid-vrqJS3sO1O .title-wrapper .subtitle-wrapper .mbr-section-subtitle {
    margin-bottom: 32px;
  }
}
.cid-vrqJS3sO1O .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-vrqJS3sO1O .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
@media (max-width: 1200px) {
  .cid-vrqJS3sO1O .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vrqJS3sO1O .items-wrapper {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .cid-vrqJS3sO1O .items-wrapper {
    grid-template-columns: 1fr;
  }
}
.cid-vrqJS3sO1O .items-wrapper .item {
  position: relative;
}
.cid-vrqJS3sO1O .items-wrapper .item .item-wrapper .card-box {
  padding: 40px 16px;
  background-color: #f7e7d3;
  border-radius: 16px;
}
.cid-vrqJS3sO1O
  .items-wrapper
  .item
  .item-wrapper
  .card-box
  .icon-wrapper
  .mbr-iconfont {
  font-size: 60px;
  color: #000000;
  display: inline-flex;
}
.cid-vrqJS3sO1O .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-top: 24px;
  margin-bottom: 0;
}
.cid-vrqJS3sO1O .text-wrapper .mbr-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-vrqJS3sO1O .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vrqJS3sO1O .mbr-section-title {
  color: #000000;
}
.cid-vrqJS3sO1O .mbr-section-subtitle {
  color: #000000;
}
.cid-vrqJS3sO1O .mbr-text,
.cid-vrqJS3sO1O .text-wrapper {
  color: #000000;
  text-align: right;
}
.cid-vrqJS3sO1O .item-title {
  color: #000000;
}
.cid-vrqJS3sO1O .item-title,
.cid-vrqJS3sO1O .icon-wrapper {
  text-align: center;
  color: #000000;
}
.cid-vrqJS3sO1O .mbr-section-subtitle,
.cid-vrqJS3sO1O .subtitle-wrapper {
  color: #000000;
}
.cid-vrqJS3sO1O .mbr-section-title,
.cid-vrqJS3sO1O .mbr-section-btn {
  color: #000000;
}
.cid-vrqJS3xrc1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bca88e;
}
.cid-vrqJS3xrc1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS3xrc1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS3xrc1 .container {
    padding: 0 16px;
  }
}
.cid-vrqJS3xrc1 .card {
  justify-content: center;
}
.cid-vrqJS3xrc1 .form-wrapper {
  background-color: #9da993;
  border-radius: 32px;
  padding: 24px 32px;
  box-shadow: 6px 8px 0 0 #000000;
}
@media (max-width: 992px) {
  .cid-vrqJS3xrc1 .form-wrapper {
    margin-bottom: 32px;
  }
}
.cid-vrqJS3xrc1 .dragArea.row .mbr-section-title {
  margin-bottom: 0 !important;
}
.cid-vrqJS3xrc1 .dragArea.row .mbr-text {
  margin-bottom: 16px !important;
}
.cid-vrqJS3xrc1 .dragArea.row .form-group {
  margin-bottom: 16px !important;
  padding: 0;
}
.cid-vrqJS3xrc1 .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.cid-vrqJS3xrc1 .dragArea.row .form-group .form-control {
  padding: 10px 12px 14px;
  border: 1px solid #000000 !important;
  box-shadow: none;
  border-radius: 0.5rem !important;
  background-color: #9da993;
  transition: all 0.3s ease-in-out;
}
.cid-vrqJS3xrc1 .dragArea.row .form-group .form-control:hover,
.cid-vrqJS3xrc1 .dragArea.row .form-group .form-control:focus {
  border: 1px solid #000000 !important;
  background-color: #9da993;
}
.cid-vrqJS3xrc1 .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  font-size: 20px;
}
.cid-vrqJS3xrc1 .dragArea.row .form-group textarea {
  min-height: 120px;
}
.cid-vrqJS3xrc1 .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.cid-vrqJS3xrc1 .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e4b4b4;
  border-color: #e4b4b4;
  border-radius: 0;
}
.cid-vrqJS3xrc1 .dragArea.row .mbr-section-btn {
  width: 100%;
  margin: 0;
  padding: 0;
}
.cid-vrqJS3xrc1 .social-wrapper {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vrqJS3xrc1 .social-wrapper {
    text-align: left;
  }
}
.cid-vrqJS3xrc1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-vrqJS3xrc1 .social-wrapper .social-wrap .soc-item {
  width: 48px;
  height: 48px;
  margin-left: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: relative;
}
.cid-vrqJS3xrc1 .social-wrapper .social-wrap .soc-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #000000;
  opacity: 0.2;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
.cid-vrqJS3xrc1 .social-wrapper .social-wrap .soc-item:first-child {
  margin-left: 0;
}
.cid-vrqJS3xrc1 .social-wrapper .social-wrap .soc-item:hover:before,
.cid-vrqJS3xrc1 .social-wrapper .social-wrap .soc-item:focus:before {
  opacity: 0.5;
}
.cid-vrqJS3xrc1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-vrqJS3xrc1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
}
.cid-vrqJS3xrc1 .mbr-section-title {
  color: #6a2be9;
}
.cid-vrqJS3xrc1 .mbr-text {
  color: #000000;
}
.cid-vrqJS3xrc1 label {
  color: #000000;
}
.cid-vrqJS3xrc1 .mbr-section-title,
.cid-vrqJS3xrc1 .mbr-section-btn {
  color: #000000;
}
.cid-vrqJS3CwXe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vrqJS3CwXe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS3CwXe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS3CwXe .container {
    padding: 0 16px;
  }
}
.cid-vrqJS3CwXe .row {
  justify-content: center;
  margin: 0 -14px;
}
.cid-vrqJS3CwXe .item {
  padding: 0 14px;
  margin-bottom: 28px;
}
.cid-vrqJS3CwXe .item:nth-child(2n) .item-wrapper .card-box {
  background-color: #f7e7d3;
}
.cid-vrqJS3CwXe .item .item-wrapper {
  height: 100%;
}
.cid-vrqJS3CwXe .item .item-wrapper .card-box {
  height: 100%;
  padding: 48px 44px 36px;
  background-color: #e2efd8;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vrqJS3CwXe .item .item-wrapper .card-box {
    padding: 36px 24px;
  }
}
.cid-vrqJS3CwXe .item .item-wrapper .card-box .item-emoji {
  margin-bottom: 32px;
}
.cid-vrqJS3CwXe .item .item-wrapper .card-box .item-title_1,
.cid-vrqJS3CwXe .item .item-wrapper .card-box .item-title_2 {
  margin-bottom: 8px;
}
.cid-vrqJS3CwXe .item .item-wrapper .card-box .item-text_2,
.cid-vrqJS3CwXe .item .item-wrapper .card-box .item-text_2 {
  margin-bottom: 8px;
}
.cid-vrqJS3CwXe .mbr-section-btn {
  margin-top: 12px;
}
.cid-vrqJS3CwXe .item-emoji {
  color: #000000;
  text-align: center;
}
.cid-vrqJS3CwXe .item-title_1 {
  color: #000000;
}
.cid-vrqJS3CwXe .item-title_2 {
  color: #000000;
}
.cid-vrqJS3CwXe .item-text_1 {
  color: #000000;
  text-align: center;
}
.cid-vrqJS3CwXe .item-text_2 {
  color: #000000;
  text-align: center;
}
.cid-vrqJS3CwXe .item-title_1,
.cid-vrqJS3CwXe .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vrqJS3CwXe .item-title_2,
.cid-vrqJS3CwXe .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vrqJS3HTKJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #bca88e;
}
.cid-vrqJS3HTKJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-vrqJS3HTKJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-vrqJS3HTKJ .container {
    padding: 0 16px;
  }
}
.cid-vrqJS3HTKJ .row {
  position: relative;
  justify-content: center;
}
.cid-vrqJS3HTKJ .row .border-wrap {
  position: absolute;
  top: 0;
  left: -300vh;
  width: 1000vh;
  height: 1px;
  background-color: #000000;
}
.cid-vrqJS3HTKJ .card {
  justify-content: center;
}
.cid-vrqJS3HTKJ .copy-wrapper .mbr-copy {
  margin-bottom: 0;
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-vrqJS3HTKJ .copy-wrapper .mbr-copy {
    padding: 32px 0;
  }
}
.cid-vrqJS3HTKJ .logo-wrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vrqJS3HTKJ .logo-wrapper {
    justify-content: flex-start;
  }
}
.cid-vrqJS3HTKJ .logo-wrapper img {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  object-fit: cover;
}
.cid-vrqJS3HTKJ .nav-wrapper {
  padding: 48px 0;
}
@media (max-width: 992px) {
  .cid-vrqJS3HTKJ .nav-wrapper {
    padding: 32px 0;
  }
}
.cid-vrqJS3HTKJ .nav-wrapper .list {
  padding: 0;
  margin: 0;
  left: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .cid-vrqJS3HTKJ .nav-wrapper .list {
    display: block;
  }
}
.cid-vrqJS3HTKJ .nav-wrapper .list .item-wrap {
  margin: 8px 0 8px 24px;
  position: relative;
}
.cid-vrqJS3HTKJ .nav-wrapper .list .item-wrap:hover::before,
.cid-vrqJS3HTKJ .nav-wrapper .list .item-wrap:focus::before {
  width: 100%;
}
.cid-vrqJS3HTKJ .nav-wrapper .list .item-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-vrqJS3HTKJ .nav-wrapper .list .item-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vrqJS3HTKJ .nav-wrapper .list .item-wrap {
    margin: 0 0 12px 0;
    width: fit-content;
  }
  .cid-vrqJS3HTKJ .nav-wrapper .list .item-wrap:last-child {
    margin-bottom: 0;
  }
}
.cid-vrqJS3HTKJ .mbr-copy {
  color: #000000;
}
.cid-vrqJS3HTKJ .list,
.cid-vrqJS3HTKJ .nav-wrapper {
  color: #ffffff;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vrqJS3HTKJ .list,
  .cid-vrqJS3HTKJ .nav-wrapper {
    text-align: left;
  }
}
.cid-vrqJS3HTKJ .list,
.cid-vrqJS3HTKJ .item-wrap,
.cid-vrqJS3HTKJ .nav-wrapper {
  color: #000000;
}


/* Local project hardening and accessibility */
html { scroll-padding-top: 7rem; }
body { overflow-x: hidden; }
img { max-width: 100%; height: auto; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible {
  outline: 3px solid #232323;
  outline-offset: 3px;
}
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.site-skip-link {
  position: fixed;
  top: 0.5rem;
  left: 0.5rem;
  z-index: 10000;
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  background: #232323;
  color: #ffffff;
}
.form-control[aria-invalid="true"] { border-color: #b42318; }
.form-status { margin-top: 1rem; }
.footer01 .nav-wrapper a { color: inherit; text-decoration: none; }
.footer01 .nav-wrapper a:hover,
.footer01 .nav-wrapper a:focus-visible { text-decoration: underline; }

/* Legal pages reuse the site's palette without changing the homepage blocks. */
.legal-page {
  padding: 10rem 0 6rem;
  background: #f8f6f4;
  color: #232323;
}
.legal-page .legal-shell {
  max-width: 980px;
  margin: 0 auto;
  padding: 3rem;
  border: 2px solid #232323;
  border-radius: 2rem;
  background: #ffffff;
}
.legal-page h1 {
  margin-bottom: 1.5rem;
  font-size: clamp(2.5rem, 7vw, 5.5rem);
  line-height: 0.95;
  letter-spacing: -0.04em;
}
.legal-page h2 {
  margin-top: 2.75rem;
  margin-bottom: 1rem;
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  line-height: 1.1;
}
.legal-page h3 {
  margin-top: 1.75rem;
  margin-bottom: 0.75rem;
  font-size: 1.35rem;
}
.legal-page p,
.legal-page li {
  font-size: 1.08rem;
  line-height: 1.75;
}
.legal-page ul,
.legal-page ol { margin-bottom: 1.25rem; }
.legal-meta {
  margin-bottom: 2rem;
  padding: 1.25rem;
  border-radius: 1rem;
  background: #f7e7d3;
}
.legal-page a { color: #232323; text-decoration-thickness: 2px; }
.legal-contact {
  padding: 1.5rem;
  border-radius: 1rem;
  background: #f2dada;
}
@media (max-width: 767px) {
  .legal-page { padding: 7.5rem 0 3rem; }
  .legal-page .legal-shell { padding: 1.5rem; border-radius: 1.25rem; }
  .hero-section, .section-title, .mbr-section-title {
    overflow-wrap: anywhere;
    word-break: break-word;
    white-space: normal;
  }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto !important; }
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
