body {
  background-color: #faf5f2;
}
body {
  font-family: Source Serif 4;
}
.display-1 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2.875rem;
  line-height: 150%;
}
.display-1 > .mbr-iconfont {
  font-size: 3.59375rem;
}
.display-2 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2.625rem;
  line-height: 100%;
}
.display-2 > .mbr-iconfont {
  font-size: 3.28125rem;
}
.display-4 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.375rem;
  line-height: 24px;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 2rem;
  line-height: 150%;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.5rem;
  line-height: 150%;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- 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: 2.3rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.0125rem;
    font-size: calc( 1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.65625rem + (2.875 - 1.65625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.1rem;
    font-size: calc( 1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.5687499999999999rem + (2.625 - 1.5687499999999999) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 12px;
}
.bg-primary {
  background-color: #a5a58d !important;
}
.bg-success {
  background-color: #28d786 !important;
}
.bg-info {
  background-color: #0dccf2 !important;
}
.bg-warning {
  background-color: #ffbf00 !important;
}
.bg-danger {
  background-color: #d92637 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #a5a58d !important;
  border-color: #a5a58d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #7b7b61 !important;
  border-color: #7b7b61 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #7b7b61 !important;
  border-color: #7b7b61 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ddbea9 !important;
  border-color: #ddbea9 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #c48f6b !important;
  border-color: #c48f6b !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #c48f6b !important;
  border-color: #c48f6b !important;
}
.btn-info,
.btn-info:active {
  background-color: #0dccf2 !important;
  border-color: #0dccf2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0987a0 !important;
  border-color: #0987a0 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0987a0 !important;
  border-color: #0987a0 !important;
}
.btn-success,
.btn-success:active {
  background-color: #28d786 !important;
  border-color: #28d786 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #1a8e58 !important;
  border-color: #1a8e58 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a8e58 !important;
  border-color: #1a8e58 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #a87e00 !important;
  border-color: #a87e00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #a87e00 !important;
  border-color: #a87e00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #d92637 !important;
  border-color: #d92637 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8f1924 !important;
  border-color: #8f1924 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8f1924 !important;
  border-color: #8f1924 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a5a58d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #7b7b61 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #a5a58d !important;
  border-color: #a5a58d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ddbea9;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #c48f6b !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ddbea9 !important;
  border-color: #ddbea9 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0dccf2;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #0987a0 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0dccf2 !important;
  border-color: #0dccf2 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #28d786;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #1a8e58 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #28d786 !important;
  border-color: #28d786 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffbf00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #a87e00 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #ffbf00 !important;
  border-color: #ffbf00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d92637;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #8f1924 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #d92637 !important;
  border-color: #d92637 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: #a5a58d !important;
}
.text-secondary {
  color: #ddbea9 !important;
}
.text-success {
  color: #28d786 !important;
}
.text-info {
  color: #0dccf2 !important;
}
.text-warning {
  color: #ffbf00 !important;
}
.text-danger {
  color: #d92637 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #72725a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #c08760 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #188150 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #087a91 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #997300 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #821721 !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: #a5a58d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0dccf2;
}
.alert-warning {
  background-color: #ffbf00;
}
.alert-danger {
  background-color: #d92637;
}
.mbr-gallery-filter li.active .btn {
  background-color: #a5a58d;
  border-color: #a5a58d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #a5a58d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ddddd4;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #d4f7e7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #cff5fc;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fff2cc;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #f7d4d7;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.375rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #a5a58d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Source Serif 4', sans-serif;
  font-size: 1.375rem;
  line-height: 24px;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #a5a58d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #a5a58d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #a5a58d;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #a5a58d;
  border-bottom-color: #a5a58d;
}
.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: #a5a58d !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: #ddbea9 !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='%23a5a58d' %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 {
  box-shadow: none;
  padding: 22px;
}
@media (max-width: 768px) {
  .mbr-section-btn .btn,
  .mbr-section-btn-main .btn {
    padding: 10px 16px;
  }
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary {
  border: 2px solid #a5a58d !important;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover,
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary-outline:focus,
.mbr-section-btn-main .btn-primary-outline:focus,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  border: 2px solid #a5a58d !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary {
  border: 2px solid #ddbea9 !important;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover,
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary-outline:focus,
.mbr-section-btn-main .btn-secondary-outline:focus,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  border: 2px solid #ddbea9 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success {
  border: 2px solid #28d786 !important;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover,
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success-outline:focus,
.mbr-section-btn-main .btn-success-outline:focus,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  border: 2px solid #28d786 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info {
  border: 2px solid #0dccf2 !important;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover,
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info-outline:focus,
.mbr-section-btn-main .btn-info-outline:focus,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  border: 2px solid #0dccf2 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning {
  border: 2px solid #ffbf00 !important;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover,
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning-outline:focus,
.mbr-section-btn-main .btn-warning-outline:focus,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  border: 2px solid #ffbf00 !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger {
  border: 2px solid #d92637 !important;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover,
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger-outline:focus,
.mbr-section-btn-main .btn-danger-outline:focus,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  border: 2px solid #d92637 !important;
}
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black {
  border: 2px solid #000000 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn-main .btn-black-outline:hover,
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black-outline:focus,
.mbr-section-btn-main .btn-black-outline:focus,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  border: 2px solid #000000 !important;
}
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: 2px solid #ffffff !important;
}
.mbr-section-btn .btn-white-outline:hover,
.mbr-section-btn-main .btn-white-outline:hover,
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white-outline:focus,
.mbr-section-btn-main .btn-white-outline:focus,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  border: 2px solid #ffffff !important;
}
.cid-vw2W0AmaOZ .navbar-dropdown {
  background-color: #f4e0cf !important;
  padding: 0;
}
.cid-vw2W0AmaOZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #f4e0cf !important;
  background: #f4e0cf;
}
.cid-vw2W0AmaOZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-vw2W0AmaOZ .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-vw2W0AmaOZ .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-vw2W0AmaOZ .menu_box .navbar.opened,
  .cid-vw2W0AmaOZ .menu_box .navbar-collapse {
    background-color: #f4e0cf !important;
    transition: all 0s ease 0s;
  }
}
.cid-vw2W0AmaOZ .navbar-dropdown {
  position: relative !important;
}
.cid-vw2W0AmaOZ .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-vw2W0AmaOZ .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-vw2W0AmaOZ ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-vw2W0AmaOZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vw2W0AmaOZ .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-vw2W0AmaOZ .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-vw2W0AmaOZ li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-vw2W0AmaOZ .lg_brand {
    margin: 0 1rem;
  }
}
.cid-vw2W0AmaOZ .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-vw2W0AmaOZ .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-vw2W0AmaOZ .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-vw2W0AmaOZ .nav-item:hover,
  .cid-vw2W0AmaOZ .nav-item:focus {
    background-color: #faf5f2;
    border-color: #000000;
  }
}
.cid-vw2W0AmaOZ .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-vw2W0AmaOZ .nav-item .nav-link:hover,
.cid-vw2W0AmaOZ .nav-item .nav-link:focus {
  opacity: 1;
  color: #000000 !important;
}
.cid-vw2W0AmaOZ .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-vw2W0AmaOZ .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-vw2W0AmaOZ .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-vw2W0AmaOZ .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-vw2W0AmaOZ .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-vw2W0AmaOZ .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-vw2W0AmaOZ .offcanvas_box {
    display: none;
  }
}
.cid-vw2W0AmaOZ .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-vw2W0AmaOZ .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-vw2W0AmaOZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-vw2W0AmaOZ .container {
  display: flex;
  margin: auto;
}
.cid-vw2W0AmaOZ .iconfont-wrapper {
  color: #222222;
  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-vw2W0AmaOZ .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-vw2W0AmaOZ .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-vw2W0AmaOZ .navbar-caption {
  color: #000000;
}
.cid-vw2W0AmaOZ .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-vw2W0AmaOZ .navbar-nav {
    margin: 0;
  }
}
.cid-vw2W0AmaOZ .dropdown-menu,
.cid-vw2W0AmaOZ .navbar.opened {
  background-color: false !important;
}
.cid-vw2W0AmaOZ .nav-item:focus,
.cid-vw2W0AmaOZ .nav-link:focus {
  outline: none;
}
.cid-vw2W0AmaOZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vw2W0AmaOZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-vw2W0AmaOZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vw2W0AmaOZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vw2W0AmaOZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vw2W0AmaOZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-vw2W0AmaOZ .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-vw2W0AmaOZ .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-vw2W0AmaOZ .navbar.opened {
  transition: all 0.3s;
}
.cid-vw2W0AmaOZ .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-vw2W0AmaOZ .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: cover;
  border-radius: 8px;
}
.cid-vw2W0AmaOZ .navbar .navbar-collapse {
  justify-content: center;
  z-index: 1;
}
.cid-vw2W0AmaOZ .navbar.collapsed {
  justify-content: center;
}
.cid-vw2W0AmaOZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vw2W0AmaOZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-vw2W0AmaOZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vw2W0AmaOZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vw2W0AmaOZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vw2W0AmaOZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-vw2W0AmaOZ .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-vw2W0AmaOZ .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-vw2W0AmaOZ .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-vw2W0AmaOZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vw2W0AmaOZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vw2W0AmaOZ .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-vw2W0AmaOZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vw2W0AmaOZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-vw2W0AmaOZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vw2W0AmaOZ .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-vw2W0AmaOZ .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-vw2W0AmaOZ .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-vw2W0AmaOZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-vw2W0AmaOZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vw2W0AmaOZ .navbar .icons-menu {
    padding: 0;
  }
}
.cid-vw2W0AmaOZ .navbar.navbar-short {
  min-height: 60px;
}
.cid-vw2W0AmaOZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-vw2W0AmaOZ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-vw2W0AmaOZ .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-vw2W0AmaOZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vw2W0AmaOZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vw2W0AmaOZ .dropdown-item.active,
.cid-vw2W0AmaOZ .dropdown-item:active {
  background-color: transparent;
}
.cid-vw2W0AmaOZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vw2W0AmaOZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vw2W0AmaOZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vw2W0AmaOZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vw2W0AmaOZ ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-vw2W0AmaOZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-vw2W0AmaOZ button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #f4e0cf;
  background: #f4e0cf;
}
.cid-vw2W0AmaOZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-vw2W0AmaOZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-vw2W0AmaOZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vw2W0AmaOZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-vw2W0AmaOZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-vw2W0AmaOZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vw2W0AmaOZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vw2W0AmaOZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vw2W0AmaOZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vw2W0AmaOZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-vw2W0AmaOZ .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-vw2W0AmaOZ .navbar {
    height: 70px;
  }
  .cid-vw2W0AmaOZ .navbar.opened {
    height: auto;
  }
  .cid-vw2W0AmaOZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vw2W0AmaOZ .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-vw2W0AmaOZ .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-vw2W0AmaOZ .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-vw2W0AmaOZ .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  width: fit-content;
  white-space: nowrap;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-vw2W0AmaOZ .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-vw2W0AmaOZ .navbar-caption:hover {
  color: #a5a58d;
}
@media (min-width: 992px) {
  .cid-vw2W0AmaOZ .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-vw2W0AmaOZ .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-vw2W0AmaOZ .text_widget {
  margin-bottom: 24px;
}
.cid-vw2W0AmaOZ .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-vw2W0AmaOZ .text_widget a:hover {
  color: #ddbea9 !important;
}
.cid-vw2W0AmaOZ .icons-menu-main {
  display: flex;
}
.cid-vw2W0AmaOZ .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-vw2W0AmaOZ .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-vw2W0AmaOZ .mbr-section-subtitle,
.cid-vw2W0AmaOZ .text_widget,
.cid-vw2W0AmaOZ .mbr-section-btn {
  text-align: center;
}
.cid-vw2W0AmaOZ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-vw2W0AmaOZ .nav-link,
.cid-vw2W0AmaOZ .dropdown-item {
  color: #000000;
}
.cid-vw2W0ApdUi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e0cf;
}
.cid-vw2W0ApdUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0ApdUi .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-vw2W0ApdUi .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0ApdUi .container {
    padding: 0 12px;
  }
}
.cid-vw2W0ApdUi .title-wrapper .mbr-section-title {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vw2W0ApdUi .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vw2W0ApdUi .title-wrapper .mbr-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0ApdUi .title-wrapper .mbr-text {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vw2W0ApdUi .title-wrapper .mbr-section-btn {
    margin-bottom: 40px;
  }
}
.cid-vw2W0ApdUi .title-wrapper .tags-wrapper {
  margin-bottom: 24px;
}
.cid-vw2W0ApdUi .title-wrapper .tags-wrapper .tags-wrap {
  display: inline-block;
}
.cid-vw2W0ApdUi .title-wrapper .tags-wrapper .tags-wrap .tag-item {
  display: inline-flex;
  align-items: center;
  margin-right: 40px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.cid-vw2W0ApdUi .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-iconfont {
  font-size: 44px;
  margin-right: 8px;
  color: #000000;
}
.cid-vw2W0ApdUi .title-wrapper .tags-wrapper .tags-wrap .tag-item .mbr-tag {
  margin-bottom: 0;
}
.cid-vw2W0ApdUi .image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cid-vw2W0ApdUi .image-wrapper img {
  width: 420px;
  height: 420px;
  border-radius: 100%;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #000000;
  object-fit: cover;
}
@media (max-width: 1300px) {
  .cid-vw2W0ApdUi .image-wrapper img {
    width: 350px;
    height: 350px;
  }
}
@media (max-width: 1200px) {
  .cid-vw2W0ApdUi .image-wrapper img {
    width: 310px;
    height: 310px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0ApdUi .image-wrapper img {
    width: 280px;
    height: 280px;
  }
}
.cid-vw2W0ApdUi .mbr-section-title {
  color: #222222;
}
.cid-vw2W0ApdUi .mbr-text {
  color: #000000;
}
.cid-vw2W0ApdUi .mbr-tag {
  color: #222222;
}
.cid-vw2W0ApdUi .mbr-section-title,
.cid-vw2W0ApdUi .mbr-section-btn {
  color: #000000;
}
.cid-vw2W0ApdUi .mbr-tag,
.cid-vw2W0ApdUi .tags-wrapper {
  color: #000000;
}
.cid-vw2W0Aq5Pw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ececd3;
}
.cid-vw2W0Aq5Pw .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0Aq5Pw .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-vw2W0Aq5Pw .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0Aq5Pw .container {
    padding: 0 12px;
  }
}
.cid-vw2W0Aq5Pw .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0Aq5Pw .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vw2W0Aq5Pw .image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.cid-vw2W0Aq5Pw .image-wrapper .image-wrap {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  display: flex;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vw2W0Aq5Pw .image-wrapper .image-wrap {
    width: 550px;
    height: 550px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0Aq5Pw .image-wrapper .image-wrap {
    width: 350px;
    height: 350px;
  }
}
.cid-vw2W0Aq5Pw .image-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  width: 850px;
  height: 850px;
  object-fit: cover;
  border-radius: 100%;
}
.cid-vw2W0Aq5Pw .image-wrapper .card-wrapper {
  position: relative;
  max-width: 40%;
  margin-top: 16rem;
  padding: 24px;
  border-radius: 32px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vw2W0Aq5Pw .image-wrapper .card-wrapper {
    max-width: 100%;
    border-radius: 24px;
    margin-top: 10rem;
  }
}
.cid-vw2W0Aq5Pw .image-wrapper .card-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vw2W0Aq5Pw .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-vw2W0Aq5Pw .mbr-text {
  color: #222222;
}
.cid-vw2W0Aq5Pw .mbr-text,
.cid-vw2W0Aq5Pw .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vw2W0Aq5Pw .mbr-section-title,
.cid-vw2W0Aq5Pw .mbr-section-btn {
  color: #000000;
}
.cid-vw2W0ArCrz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ececd3;
}
.cid-vw2W0ArCrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0ArCrz .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-vw2W0ArCrz .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0ArCrz .container {
    padding: 0 12px;
  }
}
.cid-vw2W0ArCrz .row {
  justify-content: center;
}
.cid-vw2W0ArCrz .title-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0ArCrz .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vw2W0ArCrz .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vw2W0ArCrz .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vw2W0ArCrz .item {
  margin-bottom: 32px;
}
.cid-vw2W0ArCrz .item:hover .card-wrapper {
  border: 3px solid #996b52;
  box-shadow: 4px 4px #996b52;
}
@media (max-width: 992px) {
  .cid-vw2W0ArCrz .item {
    margin-bottom: 32px;
  }
}
.cid-vw2W0ArCrz .item .item-wrapper {
  padding: 32px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #ffffff;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vw2W0ArCrz .item .item-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.cid-vw2W0ArCrz .item .item-wrapper .title-wrap {
  margin-bottom: 16px;
}
.cid-vw2W0ArCrz .item .item-wrapper .title-wrap .title {
  display: inline-flex;
  align-items: center;
}
.cid-vw2W0ArCrz .item .item-wrapper .title-wrap .title .mbr-iconfont {
  font-size: 40px;
  margin-right: 12px;
  color: #4f260b;
}
.cid-vw2W0ArCrz .item .item-wrapper .title-wrap .title .mbr-card-title {
  margin-bottom: 0;
}
.cid-vw2W0ArCrz .item .item-wrapper .link-wrap {
  display: block;
}
.cid-vw2W0ArCrz .item .item-wrapper .link-wrap:hover .mbr-link,
.cid-vw2W0ArCrz .item .item-wrapper .link-wrap:focus .mbr-link {
  text-decoration: underline;
}
.cid-vw2W0ArCrz .item .item-wrapper .link-wrap .mbr-link {
  display: inline-flex;
  margin-bottom: 0;
}
.cid-vw2W0ArCrz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vw2W0ArCrz .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vw2W0ArCrz .mbr-card-title {
  color: #222222;
}
.cid-vw2W0ArCrz .mbr-link,
.cid-vw2W0ArCrz .link-wrap {
  color: #4F260B;
  text-align: center;
}
.cid-vw2W0ArCrz .mbr-card-title,
.cid-vw2W0ArCrz .title-wrap {
  text-align: center;
  color: #000000;
}
.cid-vw2W0As19F {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background: #f4e0cf;
}
.cid-vw2W0As19F .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0As19F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw2W0As19F .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-vw2W0As19F .container-fluid {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0As19F .container-fluid {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vw2W0As19F .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0As19F .container {
    padding: 0 12px;
  }
}
.cid-vw2W0As19F .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 800px;
  max-width: 800px;
}
@media (max-width: 992px) {
  .cid-vw2W0As19F .embla__slide {
    min-width: 700px;
    max-width: 700px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0As19F .embla__slide {
    min-width: 100%;
    max-width: 100%;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-vw2W0As19F .embla__slide .card-wrap {
  width: 100%;
  display: flex;
  padding: 40px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  border-radius: 50px;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vw2W0As19F .embla__slide .card-wrap {
    padding: 24px;
    border-radius: 32px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0As19F .embla__slide .card-wrap {
    display: block;
  }
}
.cid-vw2W0As19F .embla__slide .card-wrap .item-wrapper {
  min-width: 64px;
  margin-right: 12px;
}
@media (max-width: 768px) {
  .cid-vw2W0As19F .embla__slide .card-wrap .item-wrapper {
    margin: 0 0 16px;
  }
}
.cid-vw2W0As19F .embla__slide .card-wrap .item-wrapper .image-wrap img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cid-vw2W0As19F .embla__slide .card-wrap .item-wrapper .image-wrap img {
    margin: 0 auto;
  }
}
.cid-vw2W0As19F .embla__slide .card-wrap .content-wrap {
  width: 100%;
}
.cid-vw2W0As19F .embla__slide .card-wrap .content-wrap .name-wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-vw2W0As19F .embla__slide .card-wrap .content-wrap .name-wrapper {
    display: block;
  }
}
.cid-vw2W0As19F .embla__slide .card-wrap .content-wrap .name-wrapper .name-wrap {
  margin-bottom: 16px;
}
.cid-vw2W0As19F .embla__slide .card-wrap .content-wrap .name-wrapper .name-wrap .mbr-name {
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .cid-vw2W0As19F .embla__slide .card-wrap .content-wrap .name-wrapper .name-wrap .mbr-name {
    text-align: center;
  }
}
.cid-vw2W0As19F .embla__slide .card-wrap .content-wrap .name-wrapper .name-wrap .mbr-role {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-vw2W0As19F .embla__slide .card-wrap .content-wrap .name-wrapper .name-wrap .mbr-role {
    text-align: center;
  }
}
.cid-vw2W0As19F .embla__slide .card-wrap .content-wrap .name-wrapper .link-wrap {
  display: block;
}
@media (max-width: 768px) {
  .cid-vw2W0As19F .embla__slide .card-wrap .content-wrap .name-wrapper .link-wrap {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vw2W0As19F .embla__slide .card-wrap .content-wrap .name-wrapper .link-wrap:hover .mbr-link,
.cid-vw2W0As19F .embla__slide .card-wrap .content-wrap .name-wrapper .link-wrap:focus .mbr-link {
  color: #ff6928;
  text-decoration: underline;
}
.cid-vw2W0As19F .embla__slide .card-wrap .content-wrap .name-wrapper .link-wrap .mbr-link {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-vw2W0As19F .embla__slide .card-wrap .content-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vw2W0As19F .embla__button--next,
.cid-vw2W0As19F .embla__button--prev {
  display: flex;
}
.cid-vw2W0As19F .embla__button {
  bottom: -5%;
  width: 48px;
  height: 48px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: #ffffff;
  color: #000000;
  border: 3px solid #000000;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-vw2W0As19F .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-vw2W0As19F .embla__button:hover {
  background: #ddbea9;
  color: #ffffff;
}
.cid-vw2W0As19F .embla__button.embla__button--prev {
  left: 12rem;
  margin-left: 0;
}
@media (max-width: 768px) {
  .cid-vw2W0As19F .embla__button.embla__button--prev {
    left: 2rem;
  }
}
.cid-vw2W0As19F .embla__button.embla__button--next {
  right: 12rem;
  margin-right: 0;
}
@media (max-width: 768px) {
  .cid-vw2W0As19F .embla__button.embla__button--next {
    right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-vw2W0As19F .embla__button {
    top: auto;
  }
}
.cid-vw2W0As19F .embla {
  position: relative;
  width: 100%;
}
.cid-vw2W0As19F .embla__viewport {
  overflow: hidden;
  width: 100%;
  padding: 5px 0;
}
@media (max-width: 768px) {
  .cid-vw2W0As19F .embla__viewport {
    padding: 5px;
  }
}
.cid-vw2W0As19F .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-vw2W0As19F .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-vw2W0As19F .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-vw2W0As19F .mbr-name {
  color: #000000;
}
.cid-vw2W0As19F .mbr-role {
  color: #000000;
}
.cid-vw2W0As19F .mbr-link {
  color: #222222;
}
.cid-vw2W0As19F .mbr-text {
  color: #000000;
}
.cid-vw2W0ABLjc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vw2W0ABLjc .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0ABLjc .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-vw2W0ABLjc .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0ABLjc .container {
    padding: 0 12px;
  }
}
.cid-vw2W0ABLjc .row {
  justify-content: center;
}
.cid-vw2W0ABLjc .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0ABLjc .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vw2W0ABLjc .panel-group .card {
  border-radius: 50px;
  border: 3px solid #cb997e;
  box-shadow: 4px 4px #cb997e;
  background-color: #f4e0cf;
  padding: 60px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vw2W0ABLjc .panel-group .card {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-vw2W0ABLjc .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  margin-bottom: 0;
  padding: 0;
}
.cid-vw2W0ABLjc .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-vw2W0ABLjc .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vw2W0ABLjc .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #cb997e;
  transition: all 0.3s ease-in-out;
}
.cid-vw2W0ABLjc .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(-180deg);
}
.cid-vw2W0ABLjc .panel-group .card .panel-collapse .panel-body {
  padding-top: 24px;
}
@media (max-width: 992px) {
  .cid-vw2W0ABLjc .panel-group .card .panel-collapse .panel-body {
    padding-top: 16px;
  }
}
.cid-vw2W0ABLjc .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vw2W0ABLjc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vw2W0ABLjc .panel-title-edit {
  color: #000000;
}
.cid-vw2W0ABLjc .panel-text {
  color: #000000;
}
.cid-vw2W0ACVe1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ececd3;
}
.cid-vw2W0ACVe1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0ACVe1 .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-vw2W0ACVe1 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0ACVe1 .container {
    padding: 0 12px;
  }
}
.cid-vw2W0ACVe1 .row {
  padding: 60px 44px;
  background-color: #4f260b;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-vw2W0ACVe1 .row {
    padding: 24px 12px;
    border-radius: 32px;
  }
}
.cid-vw2W0ACVe1 .row .card {
  justify-content: center;
}
.cid-vw2W0ACVe1 .row .card .text-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw2W0ACVe1 .row .card .text-wrapper .mbr-text {
    margin-bottom: 24px;
    text-align: center;
  }
}
.cid-vw2W0ACVe1 .mbr-text {
  color: #ffffff;
}
.cid-vw2W0ACVe1 .mbr-section-btn {
  text-align: right;
}
@media (max-width: 992px) {
  .cid-vw2W0ACVe1 .mbr-section-btn {
    text-align: center;
  }
}
.cid-vw2W0ACVe1 .mbr-text,
.cid-vw2W0ACVe1 .mbr-section-btn {
  color: #FFFFFF;
}
.cid-vw2W0ADXk3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vw2W0ADXk3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0ADXk3 .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-vw2W0ADXk3 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0ADXk3 .container {
    padding: 0 12px;
  }
}
.cid-vw2W0ADXk3 .row {
  justify-content: center;
}
.cid-vw2W0ADXk3 .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0ADXk3 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vw2W0ADXk3 .item {
    margin-bottom: 32px;
  }
}
.cid-vw2W0ADXk3 .item .card_1 {
  background-color: #f4e0cf;
}
.cid-vw2W0ADXk3 .item .card_2 {
  background-color: #fae4d4;
}
.cid-vw2W0ADXk3 .item .card_3 {
  background-color: #ececd3;
}
.cid-vw2W0ADXk3 .item .item-wrapper {
  padding: 32px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: visible;
}
@media (max-width: 992px) {
  .cid-vw2W0ADXk3 .item .item-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-vw2W0ADXk3 .item .item-wrapper .best-price {
  position: absolute;
  top: -1rem;
  left: 0;
  width: 100%;
}
.cid-vw2W0ADXk3 .item .item-wrapper .best-price .mbr-best {
  display: inline-flex;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 4px 10px;
  background-color: #ddbea9;
}
.cid-vw2W0ADXk3 .item .item-wrapper .title-wrap {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-vw2W0ADXk3 .item .item-wrapper .title-wrap {
    margin-bottom: 40px;
  }
}
.cid-vw2W0ADXk3 .item .item-wrapper .title-wrap .mbr-card-title_1,
.cid-vw2W0ADXk3 .item .item-wrapper .title-wrap .mbr-card-title_2,
.cid-vw2W0ADXk3 .item .item-wrapper .title-wrap .mbr-card-title_3 {
  min-width: 150px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vw2W0ADXk3 .item .item-wrapper .title-wrap .mbr-card-title_1,
  .cid-vw2W0ADXk3 .item .item-wrapper .title-wrap .mbr-card-title_2,
  .cid-vw2W0ADXk3 .item .item-wrapper .title-wrap .mbr-card-title_3 {
    min-width: 130px;
  }
}
.cid-vw2W0ADXk3 .item .item-wrapper .title-wrap .mbr-price_1,
.cid-vw2W0ADXk3 .item .item-wrapper .title-wrap .mbr-price_2,
.cid-vw2W0ADXk3 .item .item-wrapper .title-wrap .mbr-price_3 {
  line-height: 100%;
  margin-bottom: 0;
}
.cid-vw2W0ADXk3 .item .item-wrapper .title-wrap .mbr-desc_1,
.cid-vw2W0ADXk3 .item .item-wrapper .title-wrap .mbr-desc_2,
.cid-vw2W0ADXk3 .item .item-wrapper .title-wrap .mbr-desc_3 {
  margin: 16px 0 0;
}
.cid-vw2W0ADXk3 .item .item-wrapper .list-wrap .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.cid-vw2W0ADXk3 .item .item-wrapper .list-wrap .list-item .mbr-list_1,
.cid-vw2W0ADXk3 .item .item-wrapper .list-wrap .list-item .mbr-list_2,
.cid-vw2W0ADXk3 .item .item-wrapper .list-wrap .list-item .mbr-list_3 {
  margin-bottom: 0;
}
.cid-vw2W0ADXk3 .item .item-wrapper .list-wrap .list-item .dot {
  height: 95%;
  border-bottom: 1px dashed #4f260b;
  flex: 1 0 10%;
}
.cid-vw2W0ADXk3 .item .item-wrapper .list-wrap .list-item .mbr-iconfont {
  width: 22px;
  height: 22px;
  min-width: 22px;
  margin-left: 12px;
  font-size: 14px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #4f260b;
  color: #ffffff;
}
.cid-vw2W0ADXk3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vw2W0ADXk3 .mbr-best,
.cid-vw2W0ADXk3 .best-price {
  color: #000000;
  text-align: center;
}
.cid-vw2W0ADXk3 .mbr-card-title {
  color: #222222;
}
.cid-vw2W0ADXk3 .mbr-price {
  color: #222222;
  text-align: center;
}
.cid-vw2W0ADXk3 .mbr-desc {
  color: #222222;
  text-align: center;
}
.cid-vw2W0ADXk3 .mbr-list {
  color: #222222;
}
.cid-vw2W0ADXk3 .mbr-card-title,
.cid-vw2W0ADXk3 .mbr-section-btn {
  text-align: center;
}
.cid-vw2W0ADXk3 .mbr-card-title_1,
.cid-vw2W0ADXk3 .mbr-section-btn {
  color: #000000;
}
.cid-vw2W0ADXk3 .mbr-price_1 {
  color: #000000;
}
.cid-vw2W0ADXk3 .mbr-desc_1 {
  color: #000000;
}
.cid-vw2W0ADXk3 .mbr-list_1 {
  color: #000000;
}
.cid-vw2W0ADXk3 .mbr-card-title_2,
.cid-vw2W0ADXk3 .mbr-section-btn {
  color: #000000;
}
.cid-vw2W0ADXk3 .mbr-price_2 {
  color: #000000;
}
.cid-vw2W0ADXk3 .mbr-desc_2 {
  color: #000000;
}
.cid-vw2W0ADXk3 .mbr-list_2 {
  color: #000000;
}
.cid-vw2W0ADXk3 .mbr-card-title_3,
.cid-vw2W0ADXk3 .mbr-section-btn {
  color: #000000;
}
.cid-vw2W0ADXk3 .mbr-price_3 {
  color: #000000;
}
.cid-vw2W0ADXk3 .mbr-desc_3 {
  color: #000000;
}
.cid-vw2W0ADXk3 .mbr-list_3 {
  color: #000000;
}
.cid-vw2W0ADXk3 .mbr-list_1,
.cid-vw2W0ADXk3 .mbr-list_2,
.cid-vw2W0ADXk3 .mbr-list_3 {
  margin-right: 12px;
}
.cid-vw2W0AIPK2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e0cf;
}
.cid-vw2W0AIPK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0AIPK2 .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-vw2W0AIPK2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0AIPK2 .container {
    padding: 0 12px;
  }
}
.cid-vw2W0AIPK2 .row {
  justify-content: center;
}
.cid-vw2W0AIPK2 .image-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0AIPK2 .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-vw2W0AIPK2 .image-wrapper img {
  height: 270px;
  width: 270px;
  margin: 0 auto;
  border-radius: 100%;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #000000;
  object-fit: cover;
}
.cid-vw2W0AIPK2 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vw2W0AIPK2 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-vw2W0ARczt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fae4d4;
}
.cid-vw2W0ARczt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0ARczt .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-vw2W0ARczt .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0ARczt .container {
    padding: 0 12px;
  }
}
.cid-vw2W0ARczt .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0ARczt .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vw2W0ARczt .tabs-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vw2W0ARczt .tabs-wrap {
    margin-bottom: 24px;
  }
}
.cid-vw2W0ARczt .tabs-wrap .nav.nav-tabs {
  display: block;
  border: none;
  width: 100%;
}
.cid-vw2W0ARczt .tabs-wrap .nav.nav-tabs .nav-item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vw2W0ARczt .tabs-wrap .nav.nav-tabs .nav-item {
    margin-bottom: 16px;
  }
}
.cid-vw2W0ARczt .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
  display: inline-flex;
  color: #000000;
  transition: all 0.3s ease-in-out;
  margin-bottom: 0;
  background-color: transparent;
  border: none;
  padding: 6px 12px;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vw2W0ARczt .tabs-wrap .nav.nav-tabs .nav-item .nav-link {
    border-radius: 12px;
  }
}
.cid-vw2W0ARczt .tabs-wrap .nav.nav-tabs .nav-item .nav-link.active {
  color: #4f260b;
  background-color: #faf5f2;
}
.cid-vw2W0ARczt .tab-content {
  padding: 60px;
  border-radius: 50px;
  border: 3px solid #ddbea9;
  box-shadow: 4px 4px #ddbea9;
}
@media (max-width: 992px) {
  .cid-vw2W0ARczt .tab-content {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-vw2W0ARczt .tab-content .tab-pane img {
  height: 500px;
  object-fit: cover;
  border-radius: 50px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vw2W0ARczt .tab-content .tab-pane img {
    height: 300px;
    border-radius: 24px;
  }
}
.cid-vw2W0ARczt .tab-content .tab-pane .mbr-desc {
  margin-bottom: 16px;
}
.cid-vw2W0ARczt .mbr-section-title {
  color: #222222;
}
.cid-vw2W0ARczt .mbr-desc {
  color: #000000;
}
.cid-vw2W0ARczt .mbr-desc,
.cid-vw2W0ARczt .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-vw2W0ARczt .mbr-section-title,
.cid-vw2W0ARczt .nav-item {
  color: #000000;
}
.cid-vw2W0ATPMq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vw2W0ATPMq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0ATPMq .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-vw2W0ATPMq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0ATPMq .container {
    padding: 0 12px;
  }
}
.cid-vw2W0ATPMq .item {
  margin-bottom: 32px;
}
.cid-vw2W0ATPMq .item:hover .item-wrapper .item-img img {
  transform: scale(1.05);
}
.cid-vw2W0ATPMq .item .item-wrapper .item-img {
  overflow: hidden;
  border-radius: 32px;
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vw2W0ATPMq .item .item-wrapper .item-img {
    border-radius: 24px;
  }
}
.cid-vw2W0ATPMq .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vw2W0ATPMq .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-vw2W0ATPMq .item .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-vw2W0ATPMq .mbr-section-btn {
  text-align: center;
}
.cid-vw2W0ATPMq .item-content {
  color: #222222;
}
.cid-vw2W0ATPMq .item-title {
  color: #000000;
}
.cid-vw2W0AU6PX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fae4d4;
}
.cid-vw2W0AU6PX .item:focus,
.cid-vw2W0AU6PX span:focus {
  outline: none;
}
.cid-vw2W0AU6PX .item {
  cursor: pointer;
}
.cid-vw2W0AU6PX .grid-container {
  grid-row-gap: 2rem;
}
@media (max-width: 767px) {
  .cid-vw2W0AU6PX .grid-container {
    grid-row-gap: 1rem;
  }
}
.cid-vw2W0AU6PX .grid-container-1,
.cid-vw2W0AU6PX .grid-container-2,
.cid-vw2W0AU6PX .grid-container-3 {
  gap: 0 2rem;
}
@media (max-width: 767px) {
  .cid-vw2W0AU6PX .grid-container-1,
  .cid-vw2W0AU6PX .grid-container-2,
  .cid-vw2W0AU6PX .grid-container-3 {
    gap: 0 1rem;
  }
}
.cid-vw2W0AU6PX .mbr-section-title {
  margin-bottom: 40px;
  text-align: center;
  color: #222222;
}
@media (max-width: 992px) {
  .cid-vw2W0AU6PX .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vw2W0AU6PX .content-head {
  max-width: 800px;
}
.cid-vw2W0AU6PX .container,
.cid-vw2W0AU6PX .container-fluid {
  overflow: hidden;
}
.cid-vw2W0AU6PX .grid-container {
  display: grid;
  transform: translate3d(-3rem, 0, 0);
  width: 115vw;
  grid-column-gap: 1rem;
}
.cid-vw2W0AU6PX .grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  border-radius: 50px;
  padding-bottom: 4px;
}
@media (max-width: 767px) {
  .cid-vw2W0AU6PX .grid-item {
    border-radius: 32px;
  }
}
.cid-vw2W0AU6PX .grid-item img {
  min-width: 30vw;
  max-width: 100%;
  height: 350px;
  object-fit: cover;
  border-radius: 50px;
  box-shadow: 4px 4px #000000;
  border: 3px solid #000000;
}
@media (max-width: 767px) {
  .cid-vw2W0AU6PX .grid-item img {
    min-width: 35vw;
    height: 200px;
    border-radius: 32px;
  }
}
.cid-vw2W0AU6PX .grid-container-1,
.cid-vw2W0AU6PX .grid-container-2,
.cid-vw2W0AU6PX .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}
.cid-vw2W0AU6PX .grid-container-1 {
  align-items: flex-end;
}
.cid-vw2W0AU6PX .grid-container-2 {
  align-items: flex-start;
}
.cid-vw2W0AVOhg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vw2W0AVOhg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0AVOhg .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-vw2W0AVOhg .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0AVOhg .container {
    padding: 0 12px;
  }
}
.cid-vw2W0AVOhg .row {
  justify-content: center;
  margin: 0 -10px;
}
.cid-vw2W0AVOhg .item {
  padding: 0 9px;
}
.cid-vw2W0AVOhg .item .card_1 {
  border: 3px solid #a5a58d;
  box-shadow: 4px 4px #a5a58d;
}
.cid-vw2W0AVOhg .item .card_2 {
  border: 3px solid #cb997e;
  box-shadow: 4px 4px #cb997e;
  margin-top: 35%;
}
.cid-vw2W0AVOhg .item .card_3 {
  border: 3px solid #ddbea9;
  box-shadow: 4px 4px #ddbea9;
}
.cid-vw2W0AVOhg .item .card_4 {
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  margin-top: 35%;
}
.cid-vw2W0AVOhg .item .item-wrapper {
  padding: 24px;
  border-radius: 24px;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vw2W0AVOhg .item .item-wrapper {
    display: block;
    margin: 0 0 24px 0;
  }
}
.cid-vw2W0AVOhg .item .item-wrapper .mbr-card-title {
  margin-bottom: 12px;
}
.cid-vw2W0AVOhg .item .item-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vw2W0AVOhg .mbr-card-title {
  color: #000000;
}
.cid-vw2W0AVOhg .mbr-text {
  color: #000000;
}
.cid-vw2W0AVuRY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e0cf;
}
.cid-vw2W0AVuRY .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0AVuRY .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-vw2W0AVuRY .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0AVuRY .container {
    padding: 0 12px;
  }
}
.cid-vw2W0AVuRY .card .card_1 {
  padding: 52px;
  border: 3px solid #ddbea9;
  box-shadow: 4px 4px #ddbea9;
  width: 55%;
}
.cid-vw2W0AVuRY .card .card_2 {
  padding: 40px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  width: 50%;
  margin: -5% 0 0 50%;
}
.cid-vw2W0AVuRY .card .card_2 .mbr-number_1 {
  background-color: #000000;
}
.cid-vw2W0AVuRY .card .card_3 {
  padding: 40px;
  border: 3px solid #cb997e;
  box-shadow: 4px 4px #cb997e;
  width: 40%;
  margin: -2% 0 0 18%;
}
.cid-vw2W0AVuRY .card .card_3 .mbr-number_2 {
  background-color: #cb997e;
}
.cid-vw2W0AVuRY .card .card-wrapper {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-vw2W0AVuRY .card .card-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-vw2W0AVuRY .card .card-wrapper .mbr-number_1,
.cid-vw2W0AVuRY .card .card-wrapper .mbr-number_2 {
  margin-right: 20px;
  padding: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin-bottom: 0;
  min-width: 150px;
}
@media (max-width: 992px) {
  .cid-vw2W0AVuRY .card .card-wrapper .mbr-number_1,
  .cid-vw2W0AVuRY .card .card-wrapper .mbr-number_2 {
    margin: 0 0 20px 0;
  }
}
.cid-vw2W0AVuRY .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vw2W0AVuRY .mbr-text {
  color: #000000;
}
.cid-vw2W0AVuRY .mbr-number_1 {
  color: #FAF5F2;
}
.cid-vw2W0AVuRY .mbr-number_2 {
  color: #000000;
}
.cid-vw2W0AWfAo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e0cf;
}
.cid-vw2W0AWfAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0AWfAo .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-vw2W0AWfAo .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0AWfAo .container {
    padding: 0 12px;
  }
}
.cid-vw2W0AWfAo .row {
  justify-content: center;
}
.cid-vw2W0AWfAo .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 60px;
  background-color: #ffffff;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-vw2W0AWfAo .card-wrapper {
    display: block;
    padding: 24px;
    border-radius: 32px;
  }
}
.cid-vw2W0AWfAo .card-wrapper .title-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-vw2W0AWfAo .card-wrapper .title-wrapper {
    padding-right: 0rem;
    margin-bottom: 20px;
  }
}
.cid-vw2W0AWfAo .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vw2W0AWfAo .card-wrapper .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vw2W0AWfAo .card-wrapper .mbr-section-btn {
  height: 100%;
}
.cid-vw2W0AWfAo .card-wrapper .mbr-section-btn .btn {
  min-width: 200px;
}
.cid-vw2W0AWfAo .mbr-section-title {
  color: #000000;
}
.cid-vw2W0AWfAo .mbr-text {
  color: #222222;
}
.cid-vw2W0AWfAo .mbr-text,
.cid-vw2W0AWfAo .mbr-section-btn {
  color: #000000;
}
.cid-vw2W0AXBlA {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vw2W0AXBlA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0AXBlA .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-vw2W0AXBlA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0AXBlA .container {
    padding: 0 12px;
  }
}
.cid-vw2W0AXBlA .image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vw2W0AXBlA .image-wrapper {
    margin-bottom: 24px;
    height: auto;
  }
}
.cid-vw2W0AXBlA .image-wrapper img {
  height: 260px;
  width: 410px;
  object-fit: cover;
  border-radius: 50px;
}
@media (max-width: 992px) {
  .cid-vw2W0AXBlA .image-wrapper img {
    margin-bottom: 24px;
  }
}
.cid-vw2W0AXBlA .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0AXBlA .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vw2W0AXBlA .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vw2W0AXBlA .mbr-section-title {
  color: #000000;
}
.cid-vw2W0AXBlA .mbr-text {
  color: #222222;
}
.cid-vw2W0AXBlA .mbr-text,
.cid-vw2W0AXBlA .mbr-section-btn {
  color: #000000;
}
.cid-vw2W0AYpOo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vw2W0AYpOo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0AYpOo .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-vw2W0AYpOo .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0AYpOo .container {
    padding: 0 12px;
  }
}
.cid-vw2W0AYpOo .title-wrapper {
  position: relative;
  height: 100%;
}
.cid-vw2W0AYpOo .title-wrapper .mbr-section-title {
  position: sticky;
  top: 40px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0AYpOo .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
    position: static;
  }
}
.cid-vw2W0AYpOo .cards-wrapper .item .item-wrapper {
  padding: 40px;
  border: 3px solid #cb997e;
  box-shadow: 4px 4px #cb997e;
  background-color: #f4e0cf;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-vw2W0AYpOo .cards-wrapper .item .item-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.cid-vw2W0AYpOo .cards-wrapper .item .item-wrapper .title-wrap .mbr-card-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 20px;
  margin-bottom: 16px;
  background-color: #200c01;
  border-radius: 16px;
}
@media (max-width: 992px) {
  .cid-vw2W0AYpOo .cards-wrapper .item .item-wrapper .title-wrap .mbr-card-title {
    padding: 6px 12px;
    border-radius: 12px;
  }
}
.cid-vw2W0AYpOo .cards-wrapper .item .item-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vw2W0AYpOo .mbr-section-title {
  color: #000000;
}
.cid-vw2W0AYpOo .mbr-section-subtitle {
  color: #666666;
}
.cid-vw2W0AYpOo .mbr-card-title {
  color: #ffffff;
}
.cid-vw2W0AYpOo .mbr-text {
  color: #000000;
}
.cid-vw2W0AYpOo .mbr-card-title,
.cid-vw2W0AYpOo .title-wrap {
  color: #FFFFFF;
}
.cid-vw2W0AYzmn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ececd3;
}
.cid-vw2W0AYzmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0AYzmn .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-vw2W0AYzmn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0AYzmn .container {
    padding: 0 12px;
  }
}
.cid-vw2W0AYzmn .row {
  justify-content: center;
}
.cid-vw2W0AYzmn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0AYzmn .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vw2W0AYzmn .item {
    margin-bottom: 32px;
  }
}
.cid-vw2W0AYzmn .item .item-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vw2W0AYzmn .item .item-wrapper .icon-wrapper {
    text-align: center;
  }
}
.cid-vw2W0AYzmn .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  width: 56px;
  height: 56px;
  border-radius: 16px;
}
.cid-vw2W0AYzmn .item .item-wrapper .icon-wrapper .icon_1 {
  background-color: #ddbea9;
  color: #000000;
}
.cid-vw2W0AYzmn .item .item-wrapper .icon-wrapper .icon_2 {
  background-color: #cb997e;
  color: #000000;
}
.cid-vw2W0AYzmn .item .item-wrapper .icon-wrapper .icon_3 {
  background-color: #a5a58d;
  color: #000000;
}
.cid-vw2W0AYzmn .item .item-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vw2W0AYzmn .item .item-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vw2W0AYzmn .item .item-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw2W0AYzmn .item .item-wrapper .mbr-text {
    text-align: center;
  }
}
.cid-vw2W0AYzmn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vw2W0AYzmn .mbr-card-title {
  color: #222222;
}
.cid-vw2W0AYzmn .mbr-text {
  color: #000000;
}
.cid-vw2W0AYzmn .mbr-card-title,
.cid-vw2W0AYzmn .icon-wrapper {
  color: #000000;
}
.cid-vw2W0B74dV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e0cf;
}
.cid-vw2W0B74dV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0B74dV .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-vw2W0B74dV .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0B74dV .container {
    padding: 0 12px;
  }
}
.cid-vw2W0B74dV .row {
  justify-content: center;
}
.cid-vw2W0B74dV .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0B74dV .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vw2W0B74dV .item {
    margin-bottom: 32px;
  }
}
.cid-vw2W0B74dV .item .item-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vw2W0B74dV .item .item-wrapper {
    display: block;
  }
}
.cid-vw2W0B74dV .item .item-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vw2W0B74dV .item .item-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vw2W0B74dV .item .item-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
}
.cid-vw2W0B74dV .item .item-wrapper .icon-wrapper .icon_1 {
  background-color: #a5a58d;
  color: #000000;
}
.cid-vw2W0B74dV .item .item-wrapper .icon-wrapper .icon_2 {
  background-color: #cb997e;
  color: #000000;
}
.cid-vw2W0B74dV .item .item-wrapper .icon-wrapper .icon_3 {
  background-color: #ddbea9;
  color: #000000;
}
.cid-vw2W0B74dV .item .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw2W0B74dV .item .item-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vw2W0B74dV .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vw2W0B74dV .mbr-card-title {
  color: #000000;
}
.cid-vw2W0B87Xy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vw2W0B87Xy .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0B87Xy .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-vw2W0B87Xy .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0B87Xy .container {
    padding: 0 12px;
  }
}
.cid-vw2W0B87Xy .row {
  justify-content: center;
}
.cid-vw2W0B87Xy .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0B87Xy .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vw2W0B87Xy .item {
  margin-bottom: 32px;
}
.cid-vw2W0B87Xy .item .card_1 {
  background-color: #f4e0cf;
  border: 3px solid #cb997e;
  box-shadow: 4px 4px #cb997e;
}
.cid-vw2W0B87Xy .item .card_2 {
  background-color: #fae4d4;
  border: 3px solid #ddbea9;
  box-shadow: 4px 4px #ddbea9;
}
.cid-vw2W0B87Xy .item .card_3 {
  background-color: #ececd3;
  border: 3px solid #a5a58d;
  box-shadow: 4px 4px #a5a58d;
}
.cid-vw2W0B87Xy .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: visible;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vw2W0B87Xy .item .item-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-vw2W0B87Xy .item .item-wrapper .title-wrap .item-img {
  margin-bottom: 32px;
  display: flex;
  justify-content: center;
}
.cid-vw2W0B87Xy .item .item-wrapper .title-wrap .item-img img {
  height: 270px;
  width: 270px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1199px) {
  .cid-vw2W0B87Xy .item .item-wrapper .title-wrap .item-img img {
    height: 230px;
    width: 230px;
    min-width: 230px;
  }
}
.cid-vw2W0B87Xy .item .item-wrapper .title-wrap .mbr-card-title {
  min-width: 150px;
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vw2W0B87Xy .item .item-wrapper .title-wrap .mbr-card-title {
    min-width: 130px;
  }
}
.cid-vw2W0B87Xy .item .item-wrapper .title-wrap .mbr-price {
  line-height: 100%;
  margin-bottom: 0;
}
.cid-vw2W0B87Xy .item .item-wrapper .title-wrap .mbr-desc {
  margin: 16px 0 24px;
}
.cid-vw2W0B87Xy .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vw2W0B87Xy .mbr-card-title {
  color: #222222;
}
.cid-vw2W0B87Xy .mbr-price {
  color: #222222;
  text-align: center;
}
.cid-vw2W0B87Xy .mbr-desc {
  color: #222222;
  text-align: center;
}
.cid-vw2W0B87Xy .mbr-card-title,
.cid-vw2W0B87Xy .mbr-section-btn {
  text-align: center;
}
.cid-vw2W0B87Xy .mbr-card-title_1,
.cid-vw2W0B87Xy .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vw2W0B87Xy .mbr-price_1 {
  color: #000000;
  text-align: center;
}
.cid-vw2W0B87Xy .mbr-desc_1 {
  color: #000000;
  text-align: center;
}
.cid-vw2W0B87Xy .mbr-card-title_2,
.cid-vw2W0B87Xy .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vw2W0B87Xy .mbr-price_2 {
  color: #000000;
  text-align: center;
}
.cid-vw2W0B87Xy .mbr-desc_2 {
  color: #000000;
  text-align: center;
}
.cid-vw2W0B87Xy .mbr-card-title_3,
.cid-vw2W0B87Xy .mbr-section-btn {
  color: #000000;
  text-align: center;
}
.cid-vw2W0B87Xy .mbr-price_3 {
  color: #000000;
  text-align: center;
}
.cid-vw2W0B87Xy .mbr-desc_3 {
  color: #000000;
  text-align: center;
}
.cid-vw2W0Ba5kl {
  overflow: hidden;
  background-image: url("../images/photo-1742666978255-007e0fcfc0c5.webp");
}
.cid-vw2W0Ba5kl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0Ba5kl .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-vw2W0Ba5kl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0Ba5kl .container {
    padding: 0 12px;
  }
}
.cid-vw2W0BaFSU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e0cf;
}
.cid-vw2W0BaFSU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0BaFSU .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-vw2W0BaFSU .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0BaFSU .container {
    padding: 0 12px;
  }
}
.cid-vw2W0BaFSU .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0BaFSU .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vw2W0BaFSU .card .card_1 {
  border: 3px solid #cb997e;
  box-shadow: 4px 4px #cb997e;
}
.cid-vw2W0BaFSU .card .card_2 {
  border: 3px solid #ddbea9;
  box-shadow: 4px 4px #ddbea9;
  margin: -3% auto 0;
}
.cid-vw2W0BaFSU .card .card_3 {
  border: 3px solid #a5a58d;
  box-shadow: 4px 4px #a5a58d;
  margin: -3% 0 0 auto;
}
.cid-vw2W0BaFSU .card .card-wrapper {
  width: 490px;
  padding: 40px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  border-radius: 32px;
}
@media (max-width: 992px) {
  .cid-vw2W0BaFSU .card .card-wrapper {
    display: block;
    width: 100%;
    margin: 0 0 24px 0;
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-vw2W0BaFSU .card .card-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vw2W0BaFSU .mbr-section-title {
  color: #000000;
}
.cid-vw2W0BaFSU .mbr-text {
  color: #000000;
}
.cid-vw2W0Bbybq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #f4e0cf;
}
.cid-vw2W0Bbybq .item:focus,
.cid-vw2W0Bbybq span:focus {
  outline: none;
}
.cid-vw2W0Bbybq .container-fluid {
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.cid-vw2W0Bbybq .content-head {
  max-width: 800px;
}
.cid-vw2W0Bbybq .item {
  color: #000000;
  min-height: 90px;
}
@media (max-width: 768px) {
  .cid-vw2W0Bbybq .item {
    min-height: 45px;
  }
}
.cid-vw2W0BbKAT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vw2W0BbKAT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0BbKAT .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-vw2W0BbKAT .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0BbKAT .container {
    padding: 0 12px;
  }
}
.cid-vw2W0BbKAT .row {
  justify-content: center;
}
.cid-vw2W0BbKAT .title-wrapper .mbr-card-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0BbKAT .title-wrapper .mbr-card-title {
    margin-bottom: 24px;
  }
}
.cid-vw2W0BbKAT .item .card_1 .card-wrap::before,
.cid-vw2W0BbKAT .item .card_5 .card-wrap::before {
  background-color: #a5a58d;
}
.cid-vw2W0BbKAT .item .card_2 .card-wrap::before {
  background-color: #cb997e;
}
.cid-vw2W0BbKAT .item .card_3 .card-wrap::before,
.cid-vw2W0BbKAT .item .card_4 .card-wrap::before {
  background-color: #ddbea9;
}
.cid-vw2W0BbKAT .item .item-wrapper {
  padding: 70px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-vw2W0BbKAT .item .item-wrapper {
    padding: 40px 0;
  }
}
.cid-vw2W0BbKAT .item .item-wrapper .card-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 250px;
  height: 250px;
  padding: 0 5px;
}
@media (max-width: 1200px) {
  .cid-vw2W0BbKAT .item .item-wrapper .card-wrap {
    width: 200px;
    height: 200px;
  }
}
.cid-vw2W0BbKAT .item .item-wrapper .card-wrap::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50px;
  transform: rotate(45deg);
}
@media (max-width: 992px) {
  .cid-vw2W0BbKAT .item .item-wrapper .card-wrap::before {
    border-radius: 24px;
  }
}
.cid-vw2W0BbKAT .item .item-wrapper .card-wrap .mbr-card-title_1,
.cid-vw2W0BbKAT .item .item-wrapper .card-wrap .mbr-card-title_2,
.cid-vw2W0BbKAT .item .item-wrapper .card-wrap .mbr-card-title_3 {
  position: relative;
  margin-bottom: 0;
}
.cid-vw2W0BbKAT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vw2W0BbKAT .mbr-card-title {
  color: #222222;
  text-align: center;
}
.cid-vw2W0BbKAT .mbr-card-title_1 {
  color: #000000;
  text-align: center;
}
.cid-vw2W0BbKAT .mbr-card-title_2 {
  color: #000000;
  text-align: center;
}
.cid-vw2W0BbKAT .mbr-card-title_3 {
  color: #000000;
  text-align: center;
}
.cid-vw2W0Bcwis {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vw2W0Bcwis .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0Bcwis .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-vw2W0Bcwis .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0Bcwis .container {
    padding: 0 12px;
  }
}
.cid-vw2W0Bcwis .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0Bcwis .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vw2W0Bcwis .row.card-wrapper {
  padding: 80px;
  border: 3px solid #a5a58d;
  box-shadow: 4px 4px #a5a58d;
  background-color: #ececd3;
  border-radius: 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-vw2W0Bcwis .row.card-wrapper {
    border-radius: 32px;
    padding: 24px;
  }
}
.cid-vw2W0Bcwis .row.card-wrapper .card {
  align-items: center;
  justify-content: center;
}
.cid-vw2W0Bcwis .row.card-wrapper .card .image-wrapper img {
  width: 392px;
  height: 392px;
  object-fit: cover;
  border-radius: 100%;
}
@media (max-width: 1200px) {
  .cid-vw2W0Bcwis .row.card-wrapper .card .image-wrapper img {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 992px) {
  .cid-vw2W0Bcwis .row.card-wrapper .card .image-wrapper img {
    margin: 0 auto 40px;
    width: 280px;
    height: 260px;
  }
}
.cid-vw2W0Bcwis .row.card-wrapper .card .text-wrapper .mbr-section-subtitle {
  margin-bottom: 20px;
}
.cid-vw2W0Bcwis .row.card-wrapper .card .text-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-vw2W0Bcwis .row.card-wrapper .card .text-wrapper .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.cid-vw2W0Bcwis .row.card-wrapper .card .text-wrapper .list .item-wrap {
  padding-left: 14px;
  margin-bottom: 20px;
  border-left: 2px solid #a5a58d;
}
.cid-vw2W0Bcwis .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vw2W0Bcwis .mbr-section-subtitle {
  color: #000000;
}
.cid-vw2W0Bcwis .mbr-text {
  color: #000000;
}
.cid-vw2W0Bcwis .list {
  color: #000000;
}
.cid-vw2W0Bdebn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e0cf;
}
.cid-vw2W0Bdebn .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0Bdebn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vw2W0Bdebn .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-vw2W0Bdebn .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0Bdebn .container {
    padding: 0 12px;
  }
}
.cid-vw2W0Bdebn .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0Bdebn .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vw2W0Bdebn .card-wrapper {
  padding: 40px;
  border-radius: 50px;
  border: 3px solid #000000;
  box-shadow: 4px 4px #000000;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-vw2W0Bdebn .card-wrapper {
    padding: 24px;
    border-radius: 24px;
  }
}
.cid-vw2W0Bdebn .card-wrapper .card-wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vw2W0Bdebn .card-wrapper .card-wrap {
    display: block;
  }
}
.cid-vw2W0Bdebn .card-wrapper .card-wrap .icon-wrapper {
  margin-right: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0Bdebn .card-wrapper .card-wrap .icon-wrapper {
    margin: 0 0 16px 0;
    text-align: center;
  }
}
.cid-vw2W0Bdebn .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
  font-size: 140px;
  color: #4f260b;
}
@media (max-width: 992px) {
  .cid-vw2W0Bdebn .card-wrapper .card-wrap .icon-wrapper .mbr-iconfont {
    font-size: 100px;
  }
}
.cid-vw2W0Bdebn .card-wrapper .card-wrap .mbr-text {
  margin-bottom: 0;
}
.cid-vw2W0Bdebn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vw2W0Bdebn .mbr-section-subtitle {
  color: #222222;
}
.cid-vw2W0Bdebn .mbr-text {
  color: #000000;
}
.cid-vw2W0Bdebn .list {
  color: #222222;
}
.cid-vw2W0Bewjl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vw2W0Bewjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0Bewjl .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-vw2W0Bewjl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0Bewjl .container {
    padding: 0 12px;
  }
}
.cid-vw2W0Bewjl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vw2W0Bewjl .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vw2W0Bewjl .mbr-section-title {
  color: #000000;
}
.cid-vw2W0Bewjl .mbr-text {
  color: #222222;
}
.cid-vw2W0Bewjl .mbr-text,
.cid-vw2W0Bewjl .mbr-section-btn {
  color: #000000;
}
.cid-vw2W0BeO8m {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-vw2W0BeO8m .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0BeO8m .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-vw2W0BeO8m .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0BeO8m .container {
    padding: 0 12px;
  }
}
.cid-vw2W0BeO8m .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0BeO8m .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vw2W0BeO8m .item {
  margin-bottom: 32px;
}
.cid-vw2W0BeO8m .item .item-wrapper {
  padding: 32px;
  border: 3px solid #faf5f2;
  box-shadow: 4px 4px #faf5f2;
  border-radius: 32px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-vw2W0BeO8m .item .item-wrapper {
    padding: 20px;
    border-radius: 24px;
  }
}
.cid-vw2W0BeO8m .item .item-wrapper .mbr-card-title {
  margin-bottom: 16px;
}
.cid-vw2W0BeO8m .item .item-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vw2W0BeO8m .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vw2W0BeO8m .mbr-text {
  color: #000000;
}
.cid-vw2W0BeO8m .mbr-card-title {
  color: #222222;
}
.cid-vw2W0BeO8m .mbr-card-title,
.cid-vw2W0BeO8m .title-wrap {
  color: #000000;
}
.cid-vw2W0BqFXL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ececd3;
}
.cid-vw2W0BqFXL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0BqFXL .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-vw2W0BqFXL .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0BqFXL .container {
    padding: 0 12px;
  }
}
.cid-vw2W0BqFXL .row {
  justify-content: center;
}
.cid-vw2W0BqFXL .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0BqFXL .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vw2W0BqFXL .item {
    margin-bottom: 32px;
  }
}
.cid-vw2W0BqFXL .item .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw2W0BqFXL .item .item-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vw2W0BqFXL .item .item-wrapper .mbr-desc {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw2W0BqFXL .item .item-wrapper .mbr-desc {
    text-align: center;
  }
}
.cid-vw2W0BqFXL .mbr-section-title {
  color: #222222;
  text-align: center;
}
.cid-vw2W0BqFXL .mbr-desc {
  color: #000000;
}
.cid-vw2W0BqFXL .mbr-card-title {
  color: #000000;
}
.cid-vw2W0Brulq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e0cf;
}
.cid-vw2W0Brulq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0Brulq .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-vw2W0Brulq .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0Brulq .container {
    padding: 0 12px;
  }
}
@media (max-width: 992px) {
  .cid-vw2W0Brulq .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-vw2W0Brulq .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vw2W0Brulq .title-wrapper .mbr-section-title {
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vw2W0Brulq .title-wrapper .mbr-desc {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vw2W0Brulq .title-wrapper .mbr-desc {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cid-vw2W0Brulq .title-wrapper .person-wrapper {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .cid-vw2W0Brulq .title-wrapper .person-wrapper {
    margin-bottom: 20px;
  }
}
.cid-vw2W0Brulq .title-wrapper .person-wrapper .person-wrap {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vw2W0Brulq .title-wrapper .person-wrapper .person-wrap {
    display: block;
  }
}
.cid-vw2W0Brulq .title-wrapper .person-wrapper .person-wrap img {
  width: 64px;
  height: 64px;
  border-radius: 100%;
  margin-right: 12px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vw2W0Brulq .title-wrapper .person-wrapper .person-wrap img {
    margin: 0 auto 12px;
  }
}
.cid-vw2W0Brulq .title-wrapper .person-wrapper .person-wrap .name-wrap .mbr-name {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw2W0Brulq .title-wrapper .person-wrapper .person-wrap .name-wrap .mbr-name {
    text-align: center;
  }
}
.cid-vw2W0Brulq .title-wrapper .person-wrapper .person-wrap .name-wrap .mbr-role {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vw2W0Brulq .title-wrapper .person-wrapper .person-wrap .name-wrap .mbr-role {
    text-align: center;
  }
}
.cid-vw2W0Brulq .dragArea.row .form-group {
  margin-bottom: 16px !important;
}
.cid-vw2W0Brulq .dragArea.row .form-group .form-control {
  padding: 34px 26px;
  border: none !important;
  box-shadow: none;
  border-radius: 12px;
  background-color: #faf5f2;
}
@media (max-width: 992px) {
  .cid-vw2W0Brulq .dragArea.row .form-group .form-control {
    padding: 24px 26px;
  }
}
.cid-vw2W0Brulq .dragArea.row .form-group .form-control:hover,
.cid-vw2W0Brulq .dragArea.row .form-group .form-control:focus {
  border: none !important;
  box-shadow: none;
}
.cid-vw2W0Brulq .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
}
.cid-vw2W0Brulq .dragArea.row .form-group textarea {
  min-height: 102px;
}
.cid-vw2W0Brulq .dragArea.row .form-group .form-check {
  padding-left: 2.3rem;
}
.cid-vw2W0Brulq .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ddbea9;
  border-color: #ddbea9;
}
.cid-vw2W0Brulq .dragArea.row .mbr-section-btn {
  width: 100%;
}
@media (max-width: 992px) {
  .cid-vw2W0Brulq .dragArea.row .mbr-section-btn {
    text-align: center;
  }
}
.cid-vw2W0Brulq .dragArea.row .mbr-section-btn .btn {
  display: inline-flex;
}
.cid-vw2W0Brulq .mbr-section-title {
  color: #222222;
}
.cid-vw2W0Brulq .mbr-desc {
  color: #000000;
}
.cid-vw2W0Brulq .mbr-name {
  color: #222222;
}
.cid-vw2W0Brulq .mbr-role {
  color: #222222;
}
.cid-vw2W0Brulq .mbr-section-title,
.cid-vw2W0Brulq .mbr-section-btn {
  color: #000000;
}
.cid-vw2W0Brulq .mbr-name,
.cid-vw2W0Brulq .person-wrapper {
  color: #000000;
}
.cid-vw2W0Brulq .mbr-role,
.cid-vw2W0Brulq .person-wrapper {
  color: #000000;
}
.cid-vw2W0Btq7b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4e0cf;
}
.cid-vw2W0Btq7b .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0Btq7b .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-vw2W0Btq7b .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0Btq7b .container {
    padding: 0 12px;
  }
}
.cid-vw2W0Btq7b .row {
  justify-content: center;
}
.cid-vw2W0Btq7b .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0Btq7b .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  .cid-vw2W0Btq7b .card {
    margin-bottom: 32px;
  }
}
.cid-vw2W0Btq7b .card:hover .card-wrapper .mbr-card-title,
.cid-vw2W0Btq7b .card:focus .card-wrapper .mbr-card-title {
  padding-left: 8px;
}
.cid-vw2W0Btq7b .card .card-wrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-vw2W0Btq7b .card .card-wrapper {
    display: block;
  }
}
.cid-vw2W0Btq7b .card .card-wrapper .icon-wrapper {
  margin-right: 16px;
}
@media (max-width: 992px) {
  .cid-vw2W0Btq7b .card .card-wrapper .icon-wrapper {
    margin-right: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
.cid-vw2W0Btq7b .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 46px;
  width: 80px;
  height: 80px;
  border-radius: 16px;
}
.cid-vw2W0Btq7b .card .card-wrapper .icon-wrapper .icon_1 {
  background-color: #a5a58d;
  color: #000000;
}
.cid-vw2W0Btq7b .card .card-wrapper .icon-wrapper .icon_2 {
  background-color: #cb997e;
  color: #000000;
}
.cid-vw2W0Btq7b .card .card-wrapper .icon-wrapper .icon_3 {
  background-color: #ddbea9;
  color: #000000;
}
.cid-vw2W0Btq7b .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-vw2W0Btq7b .card .card-wrapper .mbr-card-title {
    text-align: center;
  }
}
.cid-vw2W0Btq7b .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vw2W0Btq7b .mbr-card-title {
  color: #000000;
}
.cid-vw2W0BthXR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #4f260b;
}
.cid-vw2W0BthXR .mbr-fallback-image.disabled {
  display: none;
}
.cid-vw2W0BthXR .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-vw2W0BthXR .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-vw2W0BthXR .container {
    padding: 0 12px;
  }
}
.cid-vw2W0BthXR .title-wrapper a {
  display: block;
}
.cid-vw2W0BthXR .title-wrapper a .mbr-section-title {
  margin-bottom: 24px;
}
.cid-vw2W0BthXR .list-wrapper .mbr-list-title {
  margin-bottom: 12px;
}
.cid-vw2W0BthXR .list-wrapper .list,
.cid-vw2W0BthXR .list-wrapper .list_main {
  margin-bottom: 70px;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vw2W0BthXR .list-wrapper .list,
  .cid-vw2W0BthXR .list-wrapper .list_main {
    margin-bottom: 24px;
  }
}
.cid-vw2W0BthXR .list-wrapper .list .item-wrap,
.cid-vw2W0BthXR .list-wrapper .list_main .item-wrap {
  margin: 12px 0 6px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vw2W0BthXR .list-wrapper .list .item-wrap:hover,
.cid-vw2W0BthXR .list-wrapper .list_main .item-wrap:hover,
.cid-vw2W0BthXR .list-wrapper .list .item-wrap:focus,
.cid-vw2W0BthXR .list-wrapper .list_main .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-vw2W0BthXR .contacts-wrapper .list {
  margin-bottom: 40px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style-type: none;
}
@media (max-width: 992px) {
  .cid-vw2W0BthXR .contacts-wrapper .list {
    margin-bottom: 24px;
  }
}
.cid-vw2W0BthXR .contacts-wrapper .list .item-wrap {
  opacity: 0.7;
  margin: 0 32px 16px 0;
  transition: all 0.3s ease-in-out;
}
.cid-vw2W0BthXR .contacts-wrapper .list .item-wrap:hover,
.cid-vw2W0BthXR .contacts-wrapper .list .item-wrap:focus {
  color: #ff6928;
  text-decoration: underline;
}
.cid-vw2W0BthXR .social-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  height: 100px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vw2W0BthXR .social-row {
    justify-content: center;
    margin-bottom: 24px;
  }
}
.cid-vw2W0BthXR .social-row .soc-item {
  margin-right: 24px;
}
.cid-vw2W0BthXR .social-row .soc-item a:hover .mbr-iconfont,
.cid-vw2W0BthXR .social-row .soc-item a:focus .mbr-iconfont {
  background-color: #ff6928;
}
.cid-vw2W0BthXR .social-row .soc-item a .mbr-iconfont {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 20px;
  background-color: #ffffff;
  color: #222222;
  transition: all 0.3s ease-in-out;
}
.cid-vw2W0BthXR .copyright {
  margin-bottom: 0;
  opacity: 0.7;
  color: #FFFFFF;
  text-align: center;
}
.cid-vw2W0BthXR .mbr-section-title {
  color: #ffffff;
}
.cid-vw2W0BthXR .mbr-list-title {
  color: #ffffff;
}
.cid-vw2W0BthXR .list {
  color: #ffffff;
}
.cid-vw2W0BthXR .list_main {
  color: #E3B4FA;
}


/* Site-specific layout refinements */
:root{--site-ivory:#faf5f2;--site-sage:#a5a58d;--site-clay:#ddbea9;--site-ink:#232323;--site-muted:#7b7b61;}
html{scroll-behavior:smooth;scroll-padding-top:88px}body{font-family:Arial,Helvetica,sans-serif;background:var(--site-ivory);color:var(--site-ink);overflow-x:hidden}.display-1,.display-2,.display-5{font-family:Georgia,'Times New Roman',serif;letter-spacing:-.02em}.skip-link{position:fixed;left:1rem;top:-5rem;z-index:9999;background:#232323;color:#fff;padding:.75rem 1rem;border-radius:.5rem}.skip-link:focus{top:1rem}#site-header{position:sticky;top:0;z-index:1000;box-shadow:0 10px 30px rgba(35,35,35,.08)}#site-header .navbar{backdrop-filter:blur(14px)}#domov{padding-top:6rem;padding-bottom:5rem}#domov .row{align-items:center;min-height:72vh}#domov .title-wrapper{max-width:760px}#domov .image-wrapper{position:relative;transform:translateY(2.5rem)}#domov .image-wrapper:before{content:'';position:absolute;inset:-18px 18px 18px -18px;border:1px solid var(--site-sage);border-radius:32px;z-index:-1}#domov img{width:100%;height:min(68vh,720px);object-fit:cover;border-radius:32px;box-shadow:0 24px 70px rgba(35,35,35,.18)}section{position:relative}.features3 .row,.features2 .row,.features11 .row{row-gap:1rem}.features3 .item-wrapper,.features2 .item-wrapper,.features11 .item-wrapper{height:100%;border:1px solid rgba(123,123,97,.22);border-radius:24px;transition:transform .25s ease,box-shadow .25s ease}.features3 .item-wrapper:hover,.features2 .item-wrapper:hover,.features11 .item-wrapper:hover{transform:translateY(-5px);box-shadow:0 18px 45px rgba(35,35,35,.09)}#storitve .tabs-wrapper{border-radius:28px;overflow:hidden}.gallery1 img,.features9 img,.header2 img{border-radius:24px}.pricing1 .item-wrapper,.pricing2 .item-wrapper{border-radius:28px;overflow:hidden}.content1 .text-wrapper,.content4 .text-wrapper,.content5 .text-wrapper{max-width:900px}.form1 .container{border-radius:32px;padding:clamp(1.25rem,3vw,3rem);box-shadow:0 20px 60px rgba(35,35,35,.08)}.form-control{border-radius:12px;min-height:52px}.form-control:focus{box-shadow:0 0 0 .2rem rgba(165,165,141,.28);border-color:var(--site-sage)}#site-footer{padding:4rem 0 2rem;background:#232323;color:#faf5f2}#site-footer a{color:#faf5f2;text-decoration:none}#site-footer a:hover{text-decoration:underline}.footer-links{list-style:none;padding:0;margin:1rem 0 0}.footer-links li{margin:.55rem 0}.footer-meta{border-top:1px solid rgba(250,245,242,.18);margin-top:2rem;padding-top:1.25rem}.policy-page{min-height:100vh;background:var(--site-ivory)}.policy-shell{max-width:980px;margin:0 auto;padding:7rem 1.25rem 5rem}.policy-shell h1{margin-bottom:1rem}.policy-shell h2{margin-top:2.5rem}.policy-shell h3{margin-top:1.6rem}.policy-shell p,.policy-shell li{line-height:1.75}.policy-shell ul{padding-left:1.2rem}.policy-nav{position:sticky;top:0;z-index:50;background:#232323;padding:.9rem 1rem}.policy-nav .inner{max-width:980px;margin:auto;display:flex;justify-content:space-between;gap:1rem;align-items:center}.policy-nav a{color:#faf5f2;text-decoration:none}.policy-footer{background:#232323;color:#faf5f2;padding:2rem 1rem}.policy-footer .inner{max-width:980px;margin:auto}.policy-footer a{color:#faf5f2}.legal-note{padding:1rem 1.25rem;background:rgba(221,190,169,.35);border-left:4px solid var(--site-clay);border-radius:10px;margin:1.5rem 0}@media(max-width:991.98px){#domov .row{min-height:auto}#domov .image-wrapper{transform:none;margin-top:2rem}#domov img{height:56vh;min-height:360px}.navbar-collapse{padding-top:1rem}}@media(max-width:575.98px){#domov{padding-top:3.5rem}#domov img{height:420px;min-height:0}.display-1{font-size:clamp(2.5rem,12vw,4.2rem)!important}.policy-shell{padding-top:4.5rem}.form1 .container{border-radius:20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}


/* Final responsive and interaction hardening */
img{max-width:100%}.section-intro{max-width:860px;margin:1rem auto 0;line-height:1.75}.btn{white-space:normal}.btn:focus-visible,a:focus-visible,button:focus-visible{outline:3px solid #232323;outline-offset:3px}.cid-vw2W0AmaOZ .nav-link.active{font-weight:700!important;text-decoration:underline;text-underline-offset:.35rem}#site-header .navbar-collapse{max-width:100%}#site-header .navbar-caption{overflow-wrap:anywhere}.cid-vw2W0Ba5kl{background-size:cover;background-position:center;background-attachment:fixed;min-height:58vh}.cid-vw2W0BbKAT .item-wrapper{height:100%}.cid-vw2W0BbKAT .card-wrap{display:flex;flex-direction:column;gap:.65rem}.cid-vw2W0BbKAT .mbr-text{margin:0;line-height:1.6}.panel-title{width:100%}.panel-title .sign{flex:0 0 auto}.policy-shell{overflow-wrap:anywhere}.policy-shell h1{font-size:clamp(2.4rem,7vw,4.8rem);line-height:1.05}.policy-shell h2{font-size:clamp(1.55rem,3.5vw,2.25rem);line-height:1.2}.policy-shell p,.policy-shell li{font-size:1rem}.policy-nav .inner{flex-wrap:wrap}.policy-footer .inner{overflow-wrap:anywhere}
@media(max-width:991.98px){.cid-vw2W0Ba5kl{background-attachment:scroll}#site-header .menu_box{width:100%}#site-header .navbar-collapse{width:100%}#site-header .mbr-section-btn-main{margin-top:1rem}#site-header .mbr-section-btn-main .btn{width:100%;margin-left:0;margin-right:0}#storitve .nav-tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;border:0}#storitve .nav-tabs .nav-item{width:auto;margin:0}#storitve .nav-tabs .nav-link{height:100%;display:flex;align-items:center;justify-content:center;text-align:center;border-radius:12px;padding:.8rem .65rem;white-space:normal}.cid-vw2W0Ba5kl{min-height:46vh}}
@media(max-width:767.98px){section{overflow-x:clip}.container,.container-fluid{max-width:100%}.mbr-section-title{overflow-wrap:anywhere}.policy-nav .inner{align-items:flex-start}.policy-shell{padding-left:1rem;padding-right:1rem}.cid-vw2W0Btq7b .card .card-wrapper{max-width:100%}.cid-vw2W0Btq7b .mbr-card-title{overflow-wrap:anywhere}}
@media(max-width:575.98px){#site-header .navbar{padding:10px 0}#site-header .navbar-brand{min-width:0}#site-header .navbar-caption{font-size:1.15rem!important;max-width:190px}#site-header .navbar-logo img{width:44px!important;height:44px!important}#storitve .nav-tabs{grid-template-columns:1fr}.mbr-section-btn .btn,.mbr-section-btn-main .btn{width:100%;margin-left:0!important;margin-right:0!important}.policy-nav .inner{display:grid;grid-template-columns:1fr auto}.policy-shell{padding-top:3.75rem}.cid-vw2W0Ba5kl{min-height:380px}}

/* Legal-page link contrast */
.policy-shell a{color:#3f3f32;text-decoration:underline;text-decoration-thickness:.08em;text-underline-offset:.18em}.policy-shell a:hover,.policy-shell a:focus{color:#232323}

/* Contrast corrections using the existing neutral palette */
.btn-primary,.btn-primary:active{color:#232323!important}.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary.active{color:#fff!important;background-color:#72725a!important;border-color:#72725a!important}main a:not(.btn):not(.nav-link):not(.panel-title){color:#3f3f32;text-decoration:underline;text-underline-offset:.16em}#storitve .nav-tabs .nav-link.active{color:#232323!important}.cid-vw2W0ABLjc .panel-group .card .card-header .panel-title .mbr-iconfont{color:#232323}


.cid-vw2W0ArCrz .item {
  display: flex;
}

.cid-vw2W0ArCrz .item .item-wrapper {
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.cid-vw2W0ArCrz .item .item-wrapper .title-wrap {
  width: 100%;
  margin-bottom: 1rem;
}

.cid-vw2W0ArCrz .item .item-wrapper .title-wrap .title {
  display: block;
  width: 100%;
  min-width: 0;
}

.cid-vw2W0ArCrz .item .item-wrapper .mbr-card-title {
  display: block;
  width: 100%;
  margin: 0 0 .75rem;
  line-height: 1.2;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.cid-vw2W0ArCrz .item .item-wrapper .mbr-text {
  width: 100%;
  margin: 0;
  line-height: 1.55;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
}

.cid-vw2W0ArCrz .item .item-wrapper .link-wrap {
  margin-top: auto;
}

.cid-vw2W0AYzmn .item {
  display: flex;
}

.cid-vw2W0AYzmn .item .item-wrapper {
  width: 100%;
  min-width: 0;
  height: auto;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  box-sizing: border-box;
  padding: 1.75rem;
}

.cid-vw2W0AYzmn .item .item-wrapper .mbr-card-title {
  min-width: 0;
  margin-bottom: .75rem;
  line-height: 1.25;
  word-break: normal;
  overflow-wrap: normal;
}

.cid-vw2W0AYzmn .item .item-wrapper .mbr-text {
  min-width: 0;
  margin: 0;
  line-height: 1.55;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
}

.cid-vw2W0B74dV .item {
  display: flex;
}

.cid-vw2W0B74dV .item .item-wrapper {
  width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  grid-template-areas:
    "icon title"
    "icon text";
  column-gap: 1.5rem;
  row-gap: .5rem;
  align-items: start;
  align-content: start;
}

.cid-vw2W0B74dV .item .item-wrapper .icon-wrapper {
  grid-area: icon;
  margin: 0;
}

.cid-vw2W0B74dV .item .item-wrapper .mbr-card-title {
  grid-area: title;
  min-width: 0;
  margin: 0;
  line-height: 1.25;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none;
}

.cid-vw2W0B74dV .item .item-wrapper .mbr-text {
  grid-area: text;
  min-width: 0;
  margin: 0;
  line-height: 1.55;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
}

.cid-vw2W0Bbybq {
  overflow: hidden;
}

.cid-vw2W0Bbybq .loop-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: max-content;
  min-width: max-content;
  white-space: nowrap;
  animation: corvellaTicker 32s linear infinite;
  will-change: transform;
}

.cid-vw2W0Bbybq .loop-container .item {
  flex: 0 0 auto;
  width: max-content;
  min-height: 0;
  white-space: nowrap;
  line-height: 1.15;
  padding-right: 2rem;
}

.cid-vw2W0BbKAT .item {
  display: flex;
}

.cid-vw2W0BbKAT .item .item-wrapper {
  width: 100%;
  min-width: 0;
}

.cid-vw2W0BbKAT .item .item-wrapper .card-wrap {
  width: clamp(190px, 18vw, 250px);
  height: auto;
  aspect-ratio: 1;
  flex-direction: column;
  gap: .5rem;
  padding: 1.25rem;
  box-sizing: border-box;
  text-align: center;
}

.cid-vw2W0BbKAT .item .item-wrapper .card-wrap > * {
  position: relative;
  z-index: 1;
  min-width: 0;
  max-width: 78%;
}

.cid-vw2W0BbKAT .item .item-wrapper .card-wrap .mbr-card-title_1,
.cid-vw2W0BbKAT .item .item-wrapper .card-wrap .mbr-card-title_2,
.cid-vw2W0BbKAT .item .item-wrapper .card-wrap .mbr-card-title_3 {
  margin: 0;
  line-height: 1.2;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
}

.cid-vw2W0BbKAT .item .item-wrapper .card-wrap .mbr-text {
  margin: 0;
  line-height: 1.35;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
}

.cid-vw2W0AYpOo .item-wrapper,
.cid-vw2W0BeO8m .item-wrapper,
.cid-vw2W0AVOhg .item-wrapper {
  min-width: 0;
  box-sizing: border-box;
}

.cid-vw2W0AYpOo .mbr-text,
.cid-vw2W0BeO8m .mbr-text,
.cid-vw2W0AVOhg .mbr-text {
  min-width: 0;
  line-height: 1.55;
  word-break: normal;
  overflow-wrap: break-word;
  hyphens: auto;
}

.cid-vw2W0Btq7b .card .card-wrapper {
  min-width: 0;
}

.cid-vw2W0Btq7b .card .card-wrapper > a {
  min-width: 0;
  max-width: 100%;
}

.cid-vw2W0Btq7b .card .card-wrapper .mbr-card-title {
  min-width: 0;
  max-width: 100%;
  word-break: normal;
  overflow-wrap: anywhere;
}

@keyframes corvellaTicker {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

@media (max-width: 991.98px) {
  .cid-vw2W0AYzmn .item .item-wrapper {
    padding: 1.4rem;
  }

  .cid-vw2W0B74dV .item .item-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas:
      "icon"
      "title"
      "text";
    justify-items: center;
    text-align: center;
    row-gap: .75rem;
  }

  .cid-vw2W0B74dV .item .item-wrapper .icon-wrapper {
    margin: 0;
  }

  .cid-vw2W0BbKAT .item .item-wrapper {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}

@media (max-width: 575.98px) {
  .cid-vw2W0ArCrz .item .item-wrapper,
  .cid-vw2W0AYzmn .item .item-wrapper {
    padding: 1.25rem;
  }

  .cid-vw2W0Bbybq {
    padding-top: 2rem;
    padding-bottom: 1.5rem;
  }

  .cid-vw2W0Bbybq .loop-container .item {
    font-size: clamp(1.75rem, 8vw, 2.5rem) !important;
    padding-right: 1.25rem;
  }

  .cid-vw2W0BbKAT .item .item-wrapper .card-wrap {
    width: min(72vw, 220px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .cid-vw2W0Bbybq .loop-container {
    animation: none;
    transform: none;
  }
}

