body {
  background-color: #fdf7f3;
}
body {
  font-family: Liter;
}
.display-1 {
  font-family: 'Liter', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Liter', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Liter', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Liter', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Liter', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    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))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #b56576 !important;
}
.bg-success {
  background-color: #24c379 !important;
}
.bg-info {
  background-color: #0cb8db !important;
}
.bg-warning {
  background-color: #e7ad00 !important;
}
.bg-danger {
  background-color: #c52232 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b56576 !important;
  border-color: #b56576 !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: #843f4e !important;
  border-color: #843f4e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #843f4e !important;
  border-color: #843f4e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #355070 !important;
  border-color: #355070 !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: #192635 !important;
  border-color: #192635 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #192635 !important;
  border-color: #192635 !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cb8db !important;
  border-color: #0cb8db !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: #077389 !important;
  border-color: #077389 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #077389 !important;
  border-color: #077389 !important;
}
.btn-success,
.btn-success:active {
  background-color: #24c379 !important;
  border-color: #24c379 !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: #167a4c !important;
  border-color: #167a4c !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #167a4c !important;
  border-color: #167a4c !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #e7ad00 !important;
  border-color: #e7ad00 !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: #906c00 !important;
  border-color: #906c00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #906c00 !important;
  border-color: #906c00 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #c52232 !important;
  border-color: #c52232 !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: #7b151f !important;
  border-color: #7b151f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #7b151f !important;
  border-color: #7b151f !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: #b56576;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #843f4e !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: #b56576 !important;
  border-color: #b56576 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #355070;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #192635 !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: #355070 !important;
  border-color: #355070 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #0cb8db;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #077389 !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: #0cb8db !important;
  border-color: #0cb8db !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #24c379;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #167a4c !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: #24c379 !important;
  border-color: #24c379 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #e7ad00;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #906c00 !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: #e7ad00 !important;
  border-color: #e7ad00 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #c52232;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #7b151f !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: #c52232 !important;
  border-color: #c52232 !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: #b56576 !important;
}
.text-secondary {
  color: #355070 !important;
}
.text-success {
  color: #24c379 !important;
}
.text-info {
  color: #0cb8db !important;
}
.text-warning {
  color: #e7ad00 !important;
}
.text-danger {
  color: #c52232 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7a3a48 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #141f2b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #146d44 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #07677a !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #816100 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #6e131c !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: #b56576;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cb8db;
}
.alert-warning {
  background-color: #e7ad00;
}
.alert-danger {
  background-color: #c52232;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b56576;
  border-color: #b56576;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b56576;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #debbc3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #7fe7b7;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b8f0fb;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffecb4;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #e97e88;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Liter', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #b56576 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Liter', sans-serif;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #b56576;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b56576;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b56576;
}
.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: #b56576;
  border-bottom-color: #b56576;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #b56576 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #355070 !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='%23b56576' %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 {
  max-height: 57px;
  padding: 12px 36px 12px;
  transition: all .3s ease;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline {
  border: 1px solid #b56576;
}
.mbr-section-btn .btn-primary-outline:hover,
.mbr-section-btn-main .btn-primary-outline:hover {
  box-shadow: inset 0 -100px 0 0 #b56576 !important;
  color: #0cb8db !important;
}
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline {
  border: 1px solid #355070;
}
.mbr-section-btn .btn-secondary-outline:hover,
.mbr-section-btn-main .btn-secondary-outline:hover {
  box-shadow: inset 0 -100px 0 0 #355070 !important;
  color: #b56576 !important;
}
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline {
  border: 1px solid #24c379;
}
.mbr-section-btn .btn-success-outline:hover,
.mbr-section-btn-main .btn-success-outline:hover {
  box-shadow: inset 0 -100px 0 0 #24c379 !important;
  color: #b56576 !important;
}
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline {
  border: 1px solid #0cb8db;
}
.mbr-section-btn .btn-info-outline:hover,
.mbr-section-btn-main .btn-info-outline:hover {
  box-shadow: inset 0 -100px 0 0 #0cb8db !important;
  color: #b56576 !important;
}
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline {
  border: 1px solid #e7ad00;
}
.mbr-section-btn .btn-warning-outline:hover,
.mbr-section-btn-main .btn-warning-outline:hover {
  box-shadow: inset 0 -100px 0 0 #e7ad00 !important;
  color: #0cb8db !important;
}
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline {
  border: 1px solid #c52232;
}
.mbr-section-btn .btn-danger-outline:hover,
.mbr-section-btn-main .btn-danger-outline:hover {
  box-shadow: inset 0 -100px 0 0 #c52232 !important;
  color: #b56576 !important;
}
.cid-uUGp7SdTh2 .navbar-dropdown {
  background-color: #fdf7f3 !important;
  padding: 0;
}
.cid-uUGp7SdTh2 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #fdf7f3 !important;
  background: #fdf7f3;
}
.cid-uUGp7SdTh2 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uUGp7SdTh2 .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-uUGp7SdTh2 .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-uUGp7SdTh2 .menu_box .navbar.opened,
  .cid-uUGp7SdTh2 .menu_box .navbar-collapse {
    background-color: #fdf7f3 !important;
    transition: all 0s ease 0s;
  }
}
.cid-uUGp7SdTh2 .navbar-dropdown {
  position: relative !important;
}
.cid-uUGp7SdTh2 .btn {
  min-height: auto;
}
@media (min-width: 992px) {
  .cid-uUGp7SdTh2 ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-uUGp7SdTh2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUGp7SdTh2 .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-uUGp7SdTh2 .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-uUGp7SdTh2 li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-uUGp7SdTh2 .lg_brand {
    margin: 0 1rem;
  }
  .cid-uUGp7SdTh2 .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
  }
}
.cid-uUGp7SdTh2 .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-uUGp7SdTh2 .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-uUGp7SdTh2 .nav-item {
    margin: 0 !important;
  }
}
.cid-uUGp7SdTh2 .nav-item .nav-link {
  position: relative;
}
.cid-uUGp7SdTh2 .nav-item .nav-link:hover::before,
.cid-uUGp7SdTh2 .nav-item .nav-link:focus::before {
  width: 100%;
}
.cid-uUGp7SdTh2 .nav-item .nav-link::before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 0;
  height: 2px;
  transition: all 0.3s ease-in-out;
  background-color: #000000;
}
.cid-uUGp7SdTh2 .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-uUGp7SdTh2 .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-uUGp7SdTh2 .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-uUGp7SdTh2 .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-uUGp7SdTh2 .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-uUGp7SdTh2 .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-uUGp7SdTh2 .offcanvas_box {
    display: none;
  }
}
.cid-uUGp7SdTh2 .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-uUGp7SdTh2 .nav-dropdown .link {
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-uUGp7SdTh2 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: -0.5rem;
}
.cid-uUGp7SdTh2 .container {
  display: flex;
  margin: auto;
}
.cid-uUGp7SdTh2 .iconfont-wrapper {
  color: #f4efe8;
  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-uUGp7SdTh2 .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-uUGp7SdTh2 .iconfont-wrapper:hover {
  opacity: 0.5;
}
.cid-uUGp7SdTh2 .navbar-caption {
  color: #000000;
}
.cid-uUGp7SdTh2 .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-uUGp7SdTh2 .navbar-nav {
    margin: 0;
  }
}
.cid-uUGp7SdTh2 .dropdown-menu,
.cid-uUGp7SdTh2 .navbar.opened {
  background-color: false !important;
}
.cid-uUGp7SdTh2 .nav-item:focus,
.cid-uUGp7SdTh2 .nav-link:focus {
  outline: none;
}
.cid-uUGp7SdTh2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUGp7SdTh2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUGp7SdTh2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUGp7SdTh2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUGp7SdTh2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUGp7SdTh2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUGp7SdTh2 .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-uUGp7SdTh2 .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-uUGp7SdTh2 .navbar.opened {
  transition: all 0.3s;
}
.cid-uUGp7SdTh2 .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-uUGp7SdTh2 .navbar .navbar-logo img {
  max-width: 120px;
  min-height: 120px;
  object-fit: contain;
}
.cid-uUGp7SdTh2 .navbar .navbar-collapse {
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.cid-uUGp7SdTh2 .navbar.collapsed {
  justify-content: center;
}
.cid-uUGp7SdTh2 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUGp7SdTh2 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uUGp7SdTh2 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUGp7SdTh2 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUGp7SdTh2 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUGp7SdTh2 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-uUGp7SdTh2 .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-uUGp7SdTh2 .navbar .nav-item {
    padding: 0.5rem 0;
  }
  .cid-uUGp7SdTh2 .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-uUGp7SdTh2 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUGp7SdTh2 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUGp7SdTh2 .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-uUGp7SdTh2 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUGp7SdTh2 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-uUGp7SdTh2 .navbar .navbar-logo img {
    height: 5rem !important;
  }
  .cid-uUGp7SdTh2 .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-uUGp7SdTh2 .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-uUGp7SdTh2 .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-uUGp7SdTh2 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-uUGp7SdTh2 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUGp7SdTh2 .navbar .icons-menu {
    padding: 0;
  }
}
.cid-uUGp7SdTh2 .navbar.navbar-short {
  min-height: 60px;
}
.cid-uUGp7SdTh2 .navbar.navbar-short .navbar-logo img {
  height: 4rem !important;
}
.cid-uUGp7SdTh2 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uUGp7SdTh2 .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-uUGp7SdTh2 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-uUGp7SdTh2 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUGp7SdTh2 .dropdown-item.active,
.cid-uUGp7SdTh2 .dropdown-item:active {
  background-color: transparent;
}
.cid-uUGp7SdTh2 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUGp7SdTh2 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUGp7SdTh2 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUGp7SdTh2 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uUGp7SdTh2 ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-uUGp7SdTh2 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uUGp7SdTh2 button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #fdf7f3;
  background: #fdf7f3;
}
.cid-uUGp7SdTh2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUGp7SdTh2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUGp7SdTh2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGp7SdTh2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUGp7SdTh2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUGp7SdTh2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGp7SdTh2 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUGp7SdTh2 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUGp7SdTh2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUGp7SdTh2 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-uUGp7SdTh2 .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-uUGp7SdTh2 .navbar {
    height: 70px;
  }
  .cid-uUGp7SdTh2 .navbar.opened {
    height: auto;
  }
  .cid-uUGp7SdTh2 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUGp7SdTh2 .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-uUGp7SdTh2 .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.cid-uUGp7SdTh2 .mbr-section-btn-main .btn {
  width: fit-content;
  white-space: nowrap;
}
.cid-uUGp7SdTh2 .icons-menu-main {
  display: flex;
}
.cid-uUGp7SdTh2 .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-uUGp7SdTh2 .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-uUGp7SdTh2 .mbr-section-subtitle {
  color: #f4efe8;
}
.cid-uUGp7SdTh2 .mbr-text {
  color: #f4efe8;
  text-align: left;
}
.cid-uUGp7SdTh2 .text_widget {
  color: #f4efe8;
}
.cid-uUGp7SdTh2 .mbr-section-subtitle,
.cid-uUGp7SdTh2 .text_widget {
  text-align: left;
}
.cid-uUGp7SdTh2 a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-uUGp7SdTh2 .nav-link,
.cid-uUGp7SdTh2 .dropdown-item {
  color: #000000;
}
.cid-uUGp7SgUR2 {
  overflow: hidden;
  background-image: url("https://r.mobirisesite.com/1758698/assets/images/background1-h_menznsg9.jpg");
}
.cid-uUGp7SgUR2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7SgUR2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7SgUR2 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7SgUR2 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7SgUR2 .row {
    padding: 0 24px;
  }
}
.cid-uUGp7SgUR2 .title-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uUGp7SgUR2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-uUGp7SgUR2 .text-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 80px;
}
.cid-uUGp7SgUR2 .text-wrapper .mbr-text {
  letter-spacing: 0.5em;
  margin-bottom: 0;
  display: inline-flex;
  transform: rotate(90deg);
}
.cid-uUGp7SgUR2 .text-wrapper .mbr-text span {
  margin-left: 21px;
  line-height: 0.7;
}
.cid-uUGp7SgUR2 .mbr-section-title {
  color: #111111;
}
.cid-uUGp7SgUR2 .mbr-text,
.cid-uUGp7SgUR2 .mbr-iconfont {
  color: #111111;
}
.cid-uUGp7SgUR2 .mbr-section-title,
.cid-uUGp7SgUR2 .mbr-section-btn {
  color: #000000;
}
.cid-uUGp7ShqJ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #50260c;
}
.cid-uUGp7ShqJ5 .row {
  position: relative;
}
.cid-uUGp7ShqJ5 .row .blur-circle {
  position: absolute;
  top: 0;
  right: 35%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffdebb 50%, #e994a5);
  backdrop-filter: blur(10px);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-uUGp7ShqJ5 .row .blur-circle {
    display: none;
  }
}
.cid-uUGp7ShqJ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7ShqJ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7ShqJ5 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7ShqJ5 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7ShqJ5 .row {
    padding: 0 24px;
  }
}
.cid-uUGp7ShqJ5 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUGp7ShqJ5 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUGp7ShqJ5 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUGp7ShqJ5 .item {
  margin-bottom: 64px;
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uUGp7ShqJ5 .item {
    margin-bottom: 32px;
  }
}
.cid-uUGp7ShqJ5 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-uUGp7ShqJ5 .item .item-wrapper img {
  height: 350px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 auto 32px;
  border: 2px solid #ffffff;
}
.cid-uUGp7ShqJ5 .item .item-wrapper .item-text .mbr-price {
  margin-bottom: 16px;
}
.cid-uUGp7ShqJ5 .item .item-wrapper .item-text .mbr-name {
  margin-bottom: 16px;
}
.cid-uUGp7ShqJ5 .item .item-wrapper .item-text .mbr-desc {
  margin-bottom: 16px;
}
.cid-uUGp7ShqJ5 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uUGp7ShqJ5 .mbr-price {
  color: #FFFFFF;
  text-align: center;
}
.cid-uUGp7ShqJ5 .mbr-name {
  color: #f4efe8;
}
.cid-uUGp7ShqJ5 .mbr-desc {
  color: #FFFFFF;
  text-align: center;
}
.cid-uUGp7ShqJ5 .mbr-name,
.cid-uUGp7ShqJ5 .mbr-section-btn {
  text-align: center;
  color: #FFFFFF;
}
.cid-uUGp7SiceD {
  padding-top: 3rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #50260c;
}
.cid-uUGp7SiceD .row {
  position: relative;
}
.cid-uUGp7SiceD .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 55%;
  height: 75%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffdebb 50%, #e994a5);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-uUGp7SiceD .row .blur-circle {
    display: none;
  }
}
.cid-uUGp7SiceD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7SiceD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7SiceD .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7SiceD .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7SiceD .row {
    padding: 0 24px;
  }
}
.cid-uUGp7SiceD .title {
  display: flex;
  align-items: center;
}
.cid-uUGp7SiceD .title-wrapper {
  position: relative;
  z-index: 1;
  padding-right: 60px;
}
@media (max-width: 992px) {
  .cid-uUGp7SiceD .title-wrapper {
    margin-bottom: 65px;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .cid-uUGp7SiceD .title-wrapper {
    margin-bottom: 45px;
  }
}
.cid-uUGp7SiceD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .cid-uUGp7SiceD .title-wrapper .mbr-section-title {
    margin-bottom: 28px;
  }
}
@media (max-width: 768px) {
  .cid-uUGp7SiceD .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uUGp7SiceD .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUGp7SiceD .cards-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-uUGp7SiceD .cards-wrapper {
    display: block;
  }
}
.cid-uUGp7SiceD .row.cards {
  padding: 0 16px;
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 220px;
  margin: 0;
}
@media (max-width: 768px) {
  .cid-uUGp7SiceD .row.cards {
    margin: 0 auto;
  }
}
.cid-uUGp7SiceD .row.cards .card {
  padding: 0;
  margin-bottom: 32px;
  min-height: 200px;
  position: relative;
  width: 100%;
}
.cid-uUGp7SiceD .row.cards .card::before {
  content: '';
  position: absolute;
  top: 0.2rem;
  left: -1rem;
  width: 100%;
  height: 102%;
  border-radius: 8px;
  border: 4px solid #000000;
  background-color: transparent;
  pointer-events: none;
}
.cid-uUGp7SiceD .row.cards .card .card-wrapper {
  background-color: #fdf7f3;
  padding: 48px 32px 32px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .cid-uUGp7SiceD .row.cards .card .card-wrapper {
    padding: 36px 28px;
  }
}
.cid-uUGp7SiceD .row.cards .card .card-wrapper .icon-wrapper {
  position: relative;
}

.cid-uUGp7SiceD .row.cards .card .card-wrapper .icon-wrapper .mbr-iconfont {
  display: block;
  position: relative;
  font-size: 48px;
  margin: -3rem 0 24px -10px;
}
.cid-uUGp7SiceD .row.cards .card .card-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-uUGp7SiceD .mbr-section-title {
  color: #FFFFFF;
}
.cid-uUGp7SiceD .mbr-text {
  color: #FFFFFF;
}
.cid-uUGp7SiceD .mbr-card-title,
.cid-uUGp7SiceD .mbr-iconfont {
  color: #111111;
}
.cid-uUGp7SiceD .mbr-card-title,
.cid-uUGp7SiceD .mbr-iconfont,
.cid-uUGp7SiceD .icon-wrapper {
  color: #000000;
}

.cid-uUGp7SjIu2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUGp7SjIu2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7SjIu2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7SjIu2 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7SjIu2 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7SjIu2 .row {
    padding: 0 24px;
  }
}
.cid-uUGp7SjIu2 .row {
  justify-content: center;
}
.cid-uUGp7SjIu2 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUGp7SjIu2 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUGp7SjIu2 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGp7SjIu2 .item {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .cid-uUGp7SjIu2 .item {
    margin-bottom: 24px;
  }
}
.cid-uUGp7SjIu2 .item .item-wrapper {
  overflow: visible;
}
.cid-uUGp7SjIu2 .item .item-wrapper .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.cid-uUGp7SjIu2 .item .item-wrapper .blur-circle .circle {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  filter: blur(5px) blur(5px);
  background-image: linear-gradient(90deg, #ffdebb 30%, #e994a5);
}
.cid-uUGp7SjIu2 .item .item-wrapper .mbr-iconfont {
  position: relative;
  z-index: 1;
  font-size: 50px;
  margin-bottom: 18px;
  display: block;
}
.cid-uUGp7SjIu2 .item .item-wrapper .mbr-card-title {
  margin-bottom: 10px;
}
.cid-uUGp7SjIu2 .item .item-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUGp7SjIu2 .mbr-section-title {
  color: #000000;
}
.cid-uUGp7SjIu2 .mbr-text {
  color: #000000;
}
.cid-uUGp7SjIu2 .mbr-card-title {
  color: #111111;
}
.cid-uUGp7SjIu2 .mbr-card-title,
.cid-uUGp7SjIu2 .mbr-iconfont,
.cid-uUGp7SjIu2 .blur-circle {
  color: #000000;
}
.cid-uUGp7SjQo8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #50260c;
}
.cid-uUGp7SjQo8 .row {
  position: relative;
}
.cid-uUGp7SjQo8 .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffdebb 50%, #e994a5);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uUGp7SjQo8 .row .blur-circle {
    display: none;
  }
}
.cid-uUGp7SjQo8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7SjQo8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7SjQo8 .row {
  justify-content: center;
}
.cid-uUGp7SjQo8 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7SjQo8 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7SjQo8 .row {
    padding: 0 24px;
  }
}
.cid-uUGp7SjQo8 .image-card {
  padding-right: 40px;
}
@media (max-width: 992px) {
  .cid-uUGp7SjQo8 .image-card {
    padding: 0 12px;
    margin-bottom: 3rem;
  }
}
.cid-uUGp7SjQo8 .text-card {
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-uUGp7SjQo8 .text-card {
    padding: 0 12px;
  }
}
.cid-uUGp7SjQo8 .row.row-wrapper {
  padding: 64px;
  background-color: #fdf7f3;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-uUGp7SjQo8 .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #fdf7f3;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 768px) {
  .cid-uUGp7SjQo8 .row.row-wrapper {
    padding: 32px;
  }
}
.cid-uUGp7SjQo8 .row.row-wrapper .image-wrapper img {
  max-height: 300px;
  object-fit: cover;
  border-radius: 8px;
}
.cid-uUGp7SjQo8 .row.row-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uUGp7SjQo8 .row.row-wrapper .text-wrapper {
    margin-bottom: 42px;
  }
}
.cid-uUGp7SjQo8 .row.row-wrapper .text-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGp7SjQo8 .row.row-wrapper .text-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.cid-uUGp7SjQo8 .row.row-wrapper .text-wrapper .link-wrapper:hover {
  opacity: 0.5;
}
.cid-uUGp7SjQo8 .row.row-wrapper .text-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-uUGp7SjQo8 .row.row-wrapper .text-wrapper .mbr-text {
  margin: 30px 0 20px 0;
}
.cid-uUGp7SjQo8 .mbr-section-title {
  color: #000000;
}
.cid-uUGp7SjQo8 .mbr-link {
  color: #000000;
}
.cid-uUGp7SjQo8 .mbr-text {
  color: #000000;
}
.cid-uUGp7SknJB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uUGp7SknJB .row {
  position: relative;
}
.cid-uUGp7SknJB .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffdebb 50%, #e994a5);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uUGp7SknJB .row .blur-circle {
    display: none;
  }
}
.cid-uUGp7SknJB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7SknJB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7SknJB .row {
  justify-content: center;
}
.cid-uUGp7SknJB .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7SknJB .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7SknJB .row {
    padding: 0 24px;
  }
}
.cid-uUGp7SknJB .row.row-wrapper {
  padding: 64px 64px 0 64px;
  background-color: #50260c;
  position: relative;
  z-index: 2;
  border-radius: 16px;
}
.cid-uUGp7SknJB .row.row-wrapper::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -2rem;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  border: 4px solid #000000;
  background-color: transparent;
  pointer-events: none;
}
@media (max-width: 992px) {
  .cid-uUGp7SknJB .row.row-wrapper {
    padding: 32px 32px 0 32px;
  }
}
.cid-uUGp7SknJB .row.row-wrapper .item {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUGp7SknJB .row.row-wrapper .item {
    margin-bottom: 32px;
  }
}
.cid-uUGp7SknJB .row.row-wrapper .item .item-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uUGp7SknJB .row.row-wrapper .item .item-wrapper {
    margin-bottom: 42px;
  }
}
.cid-uUGp7SknJB .row.row-wrapper .item .item-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGp7SknJB .row.row-wrapper .item .item-wrapper .link-wrapper {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
}
.cid-uUGp7SknJB .row.row-wrapper .item .item-wrapper .link-wrapper:hover {
  opacity: 0.75;
}
.cid-uUGp7SknJB .row.row-wrapper .item .item-wrapper .link-wrapper .mbr-link {
  margin-bottom: 0;
  text-decoration: underline;
}
.cid-uUGp7SknJB .row.row-wrapper .item .item-wrapper .mbr-desc {
  margin: 30px 0 0 0;
}
.cid-uUGp7SknJB .row.row-wrapper .item .item-wrapper .mbr-text {
  margin: 30px 0 20px 0;
}
.cid-uUGp7SknJB .mbr-section-title {
  color: #FFFFFF;
}
.cid-uUGp7SknJB .mbr-link {
  color: #FFFFFF;
}
.cid-uUGp7SknJB .mbr-desc {
  color: #FFFFFF;
}
.cid-uUGp7SknJB .mbr-text {
  color: #FFFFFF;
}
.cid-uUGp7Skzpa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #50260c;
}
.cid-uUGp7Skzpa .row {
  position: relative;
}
.cid-uUGp7Skzpa .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffdebb 50%, #e994a5);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uUGp7Skzpa .row .blur-circle {
    display: none;
  }
}
.cid-uUGp7Skzpa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7Skzpa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7Skzpa .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7Skzpa .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7Skzpa .row {
    padding: 0 24px;
  }
}
.cid-uUGp7Skzpa .title {
  display: flex;
  align-items: center;
}
.cid-uUGp7Skzpa .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uUGp7Skzpa .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUGp7Skzpa .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUGp7Skzpa .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .cid-uUGp7Skzpa .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uUGp7Skzpa .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #fdf7f3;
  z-index: 2;
}
.cid-uUGp7Skzpa .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #b56576;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uUGp7Skzpa .card .card-number .mbr-number {
  margin-bottom: 0;
}
.cid-uUGp7Skzpa .card .mbr-card-title {
  margin-bottom: 0;
  width: 80%;
}
.cid-uUGp7Skzpa .mbr-section-title {
  color: #f4efe8;
}
.cid-uUGp7Skzpa .mbr-text,
.cid-uUGp7Skzpa .text-wrapper {
  color: #FFFFFF;
  text-align: right;
}
.cid-uUGp7Skzpa .mbr-number {
  color: #FFFFFF;
}
.cid-uUGp7Skzpa .mbr-card-title {
  color: #000000;
}
.cid-uUGp7Skzpa .mbr-section-title,
.cid-uUGp7Skzpa .mbr-section-btn {
  text-align: right;
  color: #FFFFFF;
}
.cid-uUGp7SloF1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uUGp7SloF1 .row {
  position: relative;
}
.cid-uUGp7SloF1 .row .blur-circle {
  position: absolute;
  top: 25%;
  left: 34%;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffdebb 50%, #e994a5);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-uUGp7SloF1 .row .blur-circle {
    display: none;
  }
}
.cid-uUGp7SloF1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7SloF1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7SloF1 .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7SloF1 .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7SloF1 .row {
    padding: 0 24px;
  }
}
.cid-uUGp7SloF1 .row {
  justify-content: center;
}
.cid-uUGp7SloF1 .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUGp7SloF1 .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUGp7SloF1 .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUGp7SloF1 .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUGp7SloF1 .card {
  position: relative;
  z-index: 1;
  padding: 64px;
  border-radius: 0;
}
.cid-uUGp7SloF1 .card .mbr-card-title {
  margin-bottom: 30px;
}
.cid-uUGp7SloF1 .card .mbr-card-text {
  margin-bottom: 10px;
}
@media (max-width: 568px) {
  .cid-uUGp7SloF1 .card {
    padding: 32px;
  }
}
.cid-uUGp7SloF1 .card.first {
  border-right: 2px solid #000000;
  border-bottom: 2px solid #000000;
  border-bottom-right-radius: 16px;
}
.cid-uUGp7SloF1 .card.last {
  border-left: 2px solid #000000;
  border-top: 2px solid #000000;
  border-top-left-radius: 16px;
}
.cid-uUGp7SloF1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUGp7SloF1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUGp7SloF1 .mbr-card-title {
  color: #111111;
}
.cid-uUGp7SloF1 .mbr-card-text {
  color: #000000;
}
.cid-uUGp7SloF1 .mbr-card-title,
.cid-uUGp7SloF1 .mbr-section-btn {
  color: #000000;
}
.cid-uUGp7Slc2E {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uUGp7Slc2E .row {
  position: relative;
}
.cid-uUGp7Slc2E .row .blur-circle {
  position: absolute;
  top: 0;
  left: -10%;
  width: 450px;
  height: 450px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffdebb 50%, #e994a5);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uUGp7Slc2E .row .blur-circle {
    display: none;
  }
}
.cid-uUGp7Slc2E .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7Slc2E .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7Slc2E .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7Slc2E .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7Slc2E .row {
    padding: 0 24px;
  }
}
.cid-uUGp7Slc2E .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uUGp7Slc2E .title-wrapper {
    margin-bottom: 42px;
  }
}
.cid-uUGp7Slc2E .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGp7Slc2E .text-wrapper {
  position: relative;
  z-index: 2;
}
.cid-uUGp7Slc2E .text-wrapper .mbr-text {
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-uUGp7Slc2E .text-wrapper .mbr-text {
    text-align: left;
  }
}
.cid-uUGp7Slc2E .mbr-section-title {
  color: #000000;
}
.cid-uUGp7Slc2E .mbr-text {
  color: #000000;
  text-align: right;
}
.cid-uUGp7Smhlx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUGp7Smhlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7Smhlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7Smhlx .embla__slide {
  background-image: linear-gradient(0deg, #50260c, transparent);
  position: relative;
  min-width: 420px;
  max-width: 420px;
  min-height: 300px;
  border-radius: 16px;
}
@media (max-width: 768px) {
  .cid-uUGp7Smhlx .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uUGp7Smhlx .embla__slide .slide-content {
  width: 100%;
  height: 100%;
}
.cid-uUGp7Smhlx .embla__slide .slide-content .item-wrapper {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 1;
  height: 100%;
}
.cid-uUGp7Smhlx .embla__slide .slide-content .item-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.65;
  border-radius: 16px;
  z-index: -1;
}
.cid-uUGp7Smhlx .embla__slide .slide-content .item-wrapper .mbr-desc {
  position: relative;
  padding: 0 5px;
  margin: 0 0 0 0;
  z-index: 10;
}
.cid-uUGp7Smhlx .embla__button--next,
.cid-uUGp7Smhlx .embla__button--prev {
  display: flex;
}
.cid-uUGp7Smhlx .embla__button {
  top: -3rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #b56576;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uUGp7Smhlx .embla__button {
    display: none;
  }
}
.cid-uUGp7Smhlx .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUGp7Smhlx .embla__button:hover {
  background: #b56576;
  color: #b56576;
  opacity: 0.7;
}
.cid-uUGp7Smhlx .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUGp7Smhlx .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUGp7Smhlx .embla__button {
    top: auto;
    bottom: -4rem;
  }
}
.cid-uUGp7Smhlx .embla {
  position: relative;
  width: 100%;
}
.cid-uUGp7Smhlx .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uUGp7Smhlx .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUGp7Smhlx .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUGp7Smhlx .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUGp7Smhlx .mbr-desc {
  color: #FFFFFF;
  text-align: right;
}
.cid-uUGp7Sm8mf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uUGp7Sm8mf .row {
  position: relative;
}
.cid-uUGp7Sm8mf .row .blur-circle {
  position: absolute;
  top: 25%;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffdebb 50%, #e994a5);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-uUGp7Sm8mf .row .blur-circle {
    display: none;
  }
}
.cid-uUGp7Sm8mf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7Sm8mf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7Sm8mf .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7Sm8mf .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7Sm8mf .row {
    padding: 0 24px;
  }
}
.cid-uUGp7Sm8mf .row {
  justify-content: center;
}
.cid-uUGp7Sm8mf .title-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uUGp7Sm8mf .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUGp7Sm8mf .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUGp7Sm8mf .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUGp7Sm8mf .item {
  position: relative;
  z-index: 1;
  min-height: 172px;
  padding: 0 8px;
  margin-bottom: 1rem;
  transition: all 0.3s ease;
}
.cid-uUGp7Sm8mf .item:hover {
  opacity: 0.5;
}
.cid-uUGp7Sm8mf .item .item-wrapper {
  height: 100%;
  padding: 24px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border: 2px solid #000000;
}
.cid-uUGp7Sm8mf .item .item-wrapper .mbr-card-title {
  margin-bottom: 0;
}
.cid-uUGp7Sm8mf .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUGp7Sm8mf .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-uUGp7Sm8mf .mbr-card-title {
  color: #111111;
}
.cid-uUGp7Sm8mf .mbr-card-title,
.cid-uUGp7Sm8mf .mbr-section-btn {
  color: #000000;
}
.cid-uUGp7Sn664 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #50260c;
}
.cid-uUGp7Sn664 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7Sn664 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7Sn664 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 450px;
  max-width: 450px;
}
@media (max-width: 768px) {
  .cid-uUGp7Sn664 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uUGp7Sn664 .embla__slide .item-wrapper .content-wrap .title-wrapper {
  display: flex;
  align-items: flex-end;
  min-height: 70px;
  margin-bottom: 32px;
}
.cid-uUGp7Sn664 .embla__slide .item-wrapper .content-wrap .title-wrapper .mbr-card-title {
  margin: 0;
  width: 100%;
}
.cid-uUGp7Sn664 .embla__slide .item-wrapper .content-wrap .card-line {
  height: 48px;
  background-image: linear-gradient(90deg, #ffdebb, #e994a5, #627c9f);
  margin-bottom: 32px;
  border-radius: 30px;
}
.cid-uUGp7Sn664 .embla__slide .item-wrapper .content-wrap .mbr-card-text {
  margin-bottom: 0;
}
.cid-uUGp7Sn664 .embla__button--next,
.cid-uUGp7Sn664 .embla__button--prev {
  display: flex;
}
.cid-uUGp7Sn664 .embla__button {
  top: -6rem;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: transparent;
  color: #0cb8db;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
@media (max-width: 768px) {
  .cid-uUGp7Sn664 .embla__button {
    display: none;
  }
}
.cid-uUGp7Sn664 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uUGp7Sn664 .embla__button:hover {
  background: #b56576;
  color: #0cb8db;
  opacity: 0.7;
}
.cid-uUGp7Sn664 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uUGp7Sn664 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uUGp7Sn664 .embla__button {
    top: auto;
    bottom: -4rem;
  }
}
.cid-uUGp7Sn664 .embla {
  position: relative;
  width: 100%;
}
.cid-uUGp7Sn664 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uUGp7Sn664 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uUGp7Sn664 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uUGp7Sn664 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uUGp7Sn664 .text-wrapper {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7Sn664 .text-wrapper {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7Sn664 .text-wrapper {
    padding: 0 24px;
  }
}
.cid-uUGp7Sn664 .text-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7Sn664 .text-wrapper {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .cid-uUGp7Sn664 .text-wrapper {
    margin-bottom: 60px;
  }
}
.cid-uUGp7Sn664 .text-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uUGp7Sn664 .text-wrapper .mbr-section-title {
    margin-bottom: 35px;
  }
}
@media (max-width: 768px) {
  .cid-uUGp7Sn664 .text-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uUGp7Sn664 .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUGp7Sn664 .mbr-section-title {
  color: #FFFFFF;
  text-align: center;
}
.cid-uUGp7Sn664 .mbr-text {
  color: #FFFFFF;
  text-align: center;
}
.cid-uUGp7Sn664 .mbr-card-title {
  color: #FFFFFF;
}
.cid-uUGp7Sn664 .mbr-card-text {
  color: #FFFFFF;
}
.cid-uUGp7SnFIE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uUGp7SnFIE .row {
  position: relative;
}
.cid-uUGp7SnFIE .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 500px;
  height: 500px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffdebb 50%, #e994a5);
  filter: blur(64px) blur(64px);
}
@media (max-width: 768px) {
  .cid-uUGp7SnFIE .row .blur-circle {
    display: none;
  }
}
.cid-uUGp7SnFIE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7SnFIE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7SnFIE .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7SnFIE .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7SnFIE .row {
    padding: 0 24px;
  }
}
.cid-uUGp7SnFIE .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uUGp7SnFIE .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUGp7SnFIE .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUGp7SnFIE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uUGp7SnFIE .nav.nav-tabs {
  position: relative;
  z-index: 1;
  width: fit-content;
  padding: 10px;
  border: 2px solid #000000;
  border-radius: 8px;
  margin-bottom: 64px;
  justify-content: center;
}
.cid-uUGp7SnFIE .nav.nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border-radius: 4px;
  padding: 6px 25px 6px;
  color: #000000;
  border: none;
}
.cid-uUGp7SnFIE .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #000000;
  color: #fdf7f3;
  border: none;
}
.cid-uUGp7SnFIE .tab-content {
  position: relative;
  z-index: 1;
}
.cid-uUGp7SnFIE .tab-content .tab-pane .text-wrapper .list-text {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  border-bottom: 1px dashed #000000;
}
.cid-uUGp7SnFIE .tab-content .tab-pane .text-wrapper .list-text .mbr-time {
  margin: 0;
}
.cid-uUGp7SnFIE .tab-content .tab-pane .text-wrapper .list-text .mbr-desc {
  margin: 0;
}
.cid-uUGp7SnFIE .tab-content .tab-pane .text-wrapper .list {
  padding: 18px 0 18px 40px;
  margin: 0;
  border-bottom: 1px dashed #000000;
  list-style-position: inside;
}
@media (max-width: 768px) {
  .cid-uUGp7SnFIE .tab-content .tab-pane .text-wrapper .list {
    padding-left: 0;
  }
}
.cid-uUGp7SnFIE .tab-content .tab-pane .text-wrapper .mbr-tabs-text {
  padding: 18px 0 18px 40px;
  margin: 0;
  border-bottom: 1px dashed #000000;
}
@media (max-width: 768px) {
  .cid-uUGp7SnFIE .tab-content .tab-pane .text-wrapper .mbr-tabs-text {
    padding-left: 0;
  }
}
.cid-uUGp7SnFIE .mbr-section-title {
  color: #000000;
}
.cid-uUGp7SnFIE .mbr-text {
  color: #000000;
}
.cid-uUGp7SnFIE .mbr-time {
  color: #111111;
}
.cid-uUGp7SnFIE .mbr-desc {
  color: #000000;
}
.cid-uUGp7SnFIE .list {
  color: #000000;
}
.cid-uUGp7SnFIE .mbr-tabs-text {
  color: #000000;
}
.cid-uUGp7SqrML {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: transparent;
}
.cid-uUGp7SqrML .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7SqrML .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7SqrML .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7SqrML .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7SqrML .row {
    padding: 0 24px;
  }
}
.cid-uUGp7SqrML .title-wrapper {
  margin-bottom: 20px;
}
.cid-uUGp7SqrML .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGp7SqrML .b-circle_1:before {
  content: '';
  position: absolute;
  display: block;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  border: 3px solid #000000;
  background-color: transparent;
  top: 0;
  right: 21%;
}
.cid-uUGp7SqrML .b-circle_2:before {
  content: '';
  position: absolute;
  display: block;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  border: 3px solid #000000;
  background-color: transparent;
  top: 0;
  right: 46%;
}
.cid-uUGp7SqrML .b-circle_3:before {
  content: '';
  position: absolute;
  display: block;
  width: 105px;
  height: 105px;
  border-radius: 100%;
  border: 3px solid #000000;
  background-color: transparent;
  top: 0;
  left: 19%;
}
@media (max-width: 768px) {
  .cid-uUGp7SqrML .blur-wrapper {
    display: none;
  }
}
.cid-uUGp7SqrML .blur-circle {
  height: 100px;
  margin-bottom: 48px;
  position: relative;
}
.cid-uUGp7SqrML .blur-circle .circle {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  filter: blur(5px) blur(5px);
  z-index: 1;
}
.cid-uUGp7SqrML .blur-circle .circle_1 {
  background-image: linear-gradient(50deg, #ffdebb 20%, #e994a5);
  top: 0;
  right: 20%;
}
.cid-uUGp7SqrML .blur-circle .circle_2 {
  background-image: linear-gradient(130deg, #ffdebb 35%, #e994a5);
  top: 0;
  right: 45%;
}
.cid-uUGp7SqrML .blur-circle .circle_3 {
  background-image: linear-gradient(130deg, #627c9f 35%, #e994a5);
  top: 0;
  left: 20%;
}
.cid-uUGp7SqrML .text-wrapper .mbr-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
  line-height: 1.8;
}
@media (max-width: 992px) {
  .cid-uUGp7SqrML .text-wrapper .mbr-text {
    text-align: left;
    width: 100%;
  }
}
.cid-uUGp7SqrML .mbr-section-title {
  color: #000000;
}
.cid-uUGp7SqrML .mbr-text,
.cid-uUGp7SqrML .text-wrapper {
  color: #000000;
  text-align: right;
}
.cid-uUGp7St4hd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uUGp7St4hd .row {
  position: relative;
}
.cid-uUGp7St4hd .row .blur-circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffdebb 50%, #e994a5);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uUGp7St4hd .row .blur-circle {
    display: none;
  }
}
.cid-uUGp7St4hd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7St4hd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7St4hd .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7St4hd .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7St4hd .row {
    padding: 0 24px;
  }
}
.cid-uUGp7St4hd .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}
.cid-uUGp7St4hd .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uUGp7St4hd .tab-content {
  position: relative;
  z-index: 2;
}
.cid-uUGp7St4hd .tab-content .card {
  border: none;
  padding: 38px 0 26px;
  border-bottom: 2px solid #111111;
  border-radius: 0;
}
.cid-uUGp7St4hd .tab-content .card .card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}
.cid-uUGp7St4hd .tab-content .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-uUGp7St4hd .tab-content .card .card-header .panel-title:focus .mbr-iconfont {
  opacity: 0.7;
}
.cid-uUGp7St4hd .tab-content .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 10px;
}
.cid-uUGp7St4hd .tab-content .card .card-header .panel-title .mbr-iconfont {
  transition: all 0.3s ease;
}
.cid-uUGp7St4hd .tab-content .card .panel-collapse .panel-body .panel-text {
  margin: 0;
}
.cid-uUGp7St4hd .mbr-section-title {
  color: #000000;
}
.cid-uUGp7St4hd .mbr-text {
  color: #111111;
  text-align: right;
}
.cid-uUGp7St4hd .panel-title-edit,
.cid-uUGp7St4hd .mbr-iconfont {
  color: #000000;
}
.cid-uUGp7St4hd .panel-text {
  color: #000000;
}
.cid-uUGp7St3KD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: transparent;
}
.cid-uUGp7St3KD .row {
  position: relative;
}
.cid-uUGp7St3KD .row .blur-circle {
  position: absolute;
  top: 0;
  left: 10%;
  width: 30%;
  height: 100%;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffdebb 50%, #e994a5);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uUGp7St3KD .row .blur-circle {
    display: none;
  }
}
.cid-uUGp7St3KD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7St3KD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7St3KD .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7St3KD .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7St3KD .row {
    padding: 0 24px;
  }
}
.cid-uUGp7St3KD .title {
  display: flex;
  align-items: center;
}
.cid-uUGp7St3KD .title-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uUGp7St3KD .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUGp7St3KD .title-wrapper .mbr-section-title {
  margin-bottom: 32px;
}
.cid-uUGp7St3KD .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uUGp7St3KD .image-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 992px) {
  .cid-uUGp7St3KD .image-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUGp7St3KD .image-wrapper img {
  max-height: 500px;
  width: 70%;
  object-fit: cover;
  margin: 0 auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .cid-uUGp7St3KD .image-wrapper img {
    width: 100%;
  }
}
.cid-uUGp7St3KD .mbr-section-title {
  color: #000000;
}
.cid-uUGp7St3KD .mbr-text {
  color: #000000;
}
.cid-uUGp7SvVgL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #50260c;
}
.cid-uUGp7SvVgL .row {
  position: relative;
}
.cid-uUGp7SvVgL .row .blur-circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 420px;
  height: 420px;
  border-radius: 100%;
  background-image: linear-gradient(90deg, #ffdebb 50%, #e994a5);
  filter: blur(64px) blur(64px);
  z-index: 1;
}
@media (max-width: 768px) {
  .cid-uUGp7SvVgL .row .blur-circle {
    display: none;
  }
}
.cid-uUGp7SvVgL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUGp7SvVgL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUGp7SvVgL .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7SvVgL .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7SvVgL .row {
    padding: 0 24px;
  }
}
.cid-uUGp7SvVgL .title {
  display: flex;
  align-items: center;
}
.cid-uUGp7SvVgL .title-wrapper {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
  width: 100%;
}
@media (max-width: 992px) {
  .cid-uUGp7SvVgL .title-wrapper {
    margin-bottom: 32px;
  }
}
.cid-uUGp7SvVgL .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-uUGp7SvVgL .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-uUGp7SvVgL .card {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 2rem;
  padding: 16px;
  border-radius: 8px;
  background-color: #fdf7f3;
  z-index: 2;
}
.cid-uUGp7SvVgL .card .card-number {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 50px;
  height: 50px;
  background-color: #b56576;
  border-radius: 100%;
  margin-right: 16px;
}
.cid-uUGp7SvVgL .card .card-number .mbr-number {
  margin-bottom: 0;
}
.cid-uUGp7SvVgL .card .mbr-card-title {
  margin-bottom: 0;
  width: 80%;
}
.cid-uUGp7SvVgL .mbr-section-title {
  color: #f4efe8;
}
.cid-uUGp7SvVgL .mbr-text {
  color: #f4efe8;
  text-align: right;
}
.cid-uUGp7SvVgL .mbr-number {
  color: #FFFFFF;
}
.cid-uUGp7SvVgL .mbr-card-title {
  color: #000000;
}
.cid-uUGp7SvVgL .mbr-section-title,
.cid-uUGp7SvVgL .mbr-section-btn {
  color: #FFFFFF;
}
.cid-uUGp7SwU1G {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #50260c;
}
.cid-uUGp7SwU1G .row {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-uUGp7SwU1G .row {
    padding: 0 35px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7SwU1G .row {
    padding: 0 24px;
  }
}
.cid-uUGp7SwU1G .title-wrapper {
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-uUGp7SwU1G .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uUGp7SwU1G .title-wrapper img {
  display: inline-block;
  width: 40px;
  height: 40px;
  object-fit: cover;
  margin-bottom: 16px;
  border-radius: 6px;
}
.cid-uUGp7SwU1G .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-uUGp7SwU1G .title-wrapper .mbr-section-title {
    margin-bottom: 26px;
  }
}
@media (max-width: 425px) {
  .cid-uUGp7SwU1G .title-wrapper .mbr-section-title {
    color: #0cb8db;
  }
}
.cid-uUGp7SwU1G .title-wrapper .mbr-text {
  margin-bottom: 0;
}
@media (max-width: 425px) {
  .cid-uUGp7SwU1G .title-wrapper .mbr-text {
    color: #0cb8db;
  }
}
.cid-uUGp7SwU1G .list {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  color: #f4efe8;
}
@media (max-width: 425px) {
  .cid-uUGp7SwU1G .list {
    justify-content: flex-start;
  }
}
.cid-uUGp7SwU1G .list .mbr-list {
  margin: 5px 0 5px 30px;
}
@media (max-width: 425px) {
  .cid-uUGp7SwU1G .list .mbr-list {
    margin: 5px 30px 5px 0;
  }
}
.cid-uUGp7SwU1G .footer1 {
  overflow: hidden;
}
.cid-uUGp7SwU1G .mbr-section-title {
  color: #111111;
}
.cid-uUGp7SwU1G .mbr-text {
  color: #FFFFFF;
  text-align: left;
}

/* Стили для кастомных иконок в разделе "Почему я?" */
.cid-uUGp7SiceD .icon-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}



.cid-uUGp7SiceD .custom-icon {
  position: relative;
  z-index: 2;
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin: 0 0 24px 0;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Скрываем оригинальные иконки Mobirise */
.cid-uUGp7SiceD .mbr-iconfont {
  display: none !important;
}

/* Стили для иконок в разделе "Что вы получаете" */
.custom-image-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.custom-benefit-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/* Стили для телефона в шапке */
.navbar-phone {
  margin-left: auto;
  margin-right: 0;
}

/* Мобильная версия - телефон всегда виден */
@media (max-width: 768px) {
  .navbar-phone.d-lg-none {
    display: block !important;
    margin: 10px 0 !important;
    text-align: center !important;
    order: 2 !important;
  }
  
  .navbar-toggler {
    order: 3 !important;
  }
  
  .navbar-brand {
    order: 1 !important;
    margin-bottom: 10px !important;
  }
  
  .navbar-nav {
    order: 4 !important;
  }
  
  /* Скрываем десктопную версию телефона */
  .navbar-phone.d-none.d-lg-block {
    display: none !important;
  }
}

/* Стили для блока с телефоном и призывом позвонить */
.phone-call-section {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  padding: 60px 0;
  margin: 0;
}

.phone-call-wrapper {
  padding: 40px 20px;
}

.phone-call-title {
  color: #2C3E50 !important;
  margin-bottom: 20px;
  font-weight: 700;
}

.phone-call-text {
  color: #6c757d !important;
  margin-bottom: 30px;
  font-weight: 500;
}

.phone-call-button {
  margin-bottom: 20px;
}

.phone-btn {
  background-color: #e994a5 !important;
  border: none !important;
  padding: 15px 30px !important;
  font-size: 1.2em !important;
  font-weight: 600 !important;
  transition: all 0.3s ease !important;
  border-radius: 4px !important;
}

.phone-btn:hover {
  background-color: #d88a9a !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 15px rgba(233, 148, 165, 0.4) !important;
}

.phone-icon {
  margin-right: 10px;
  font-style: normal;
  color: #28a745 !important;
}

.phone-call-note {
  color: #6c757d !important;
  font-style: italic;
  margin: 0;
}

/* SEO оптимизация - улучшение Core Web Vitals */
* {
  box-sizing: border-box;
}

/* Предзагрузка критических ресурсов */
img {
  loading: lazy;
}

/* Улучшение доступности для скринридеров */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Улучшение контрастности для доступности */
.btn-primary {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
}

/* Оптимизация для мобильных устройств */
@media (max-width: 768px) {
  .phone-call-section {
    padding: 40px 0;
  }
  
  .phone-call-wrapper {
    padding: 20px 15px;
  }
}

.phone-link {
  color: #333 !important;
  text-decoration: none;
  font-weight: 700 !important;
  font-size: 1.2em !important;
  transition: color 0.3s ease;
  white-space: nowrap;
}

.phone-link:hover {
  color: #FF6B6B !important;
  text-decoration: none;
}

@media (max-width: 768px) {
  .navbar-phone {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 10px;
    text-align: center;
    display: block !important;
    order: 2;
  }
  
  .navbar-collapse {
    order: 3;
  }
  
  .navbar-brand {
    order: 1;
  }
}

/* Убираем расстояния между блоками услуг */
.pricing2 .item {
  margin: 0 !important;
  padding: 0 !important;
}

.pricing2 .item-wrapper {
  margin: 0 !important;
  padding: 0 !important;
}

.pricing2 .row {
  margin: 0 !important;
}

.pricing2 .col-12.col-lg-4.col-md-6 {
  padding: 0 !important;
}

/* Убираем промежуток между основным блоком и разделом услуг */
.header1 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.pricing2 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Опускаем заголовок "Мои услуги" */
.pricing2 .title-wrapper {
  margin-top: 40px !important;
  padding-top: 20px !important;
}

/* Убираем белое пространство после jarallax-container */
#jarallax-container-0 {
  margin: 0 !important;
  padding: 0 !important;
}

#jarallax-container-0 > div {
  margin: 0 !important;
  padding: 0 !important;
}

/* Уменьшаем высоту основного блока */
.header1 {
  min-height: 80vh !important;
  height: 80vh !important;
}

.header1 .container-fluid {
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
}

/* Дополнительно убираем промежутки для всех размеров экрана */
@media (min-width: 992px) {
  .header1 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .pricing2 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (min-width: 1200px) {
  .header1 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  
  .pricing2 {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

/* Стили для главного заголовка в тему сайта */
.header1 .mbr-section-title {
  font-family: 'Playfair Display', serif !important;
  font-weight: 700 !important;
  color: #000000 !important;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
  letter-spacing: 0.5px !important;
  line-height: 1.2 !important;
}

.header1 .mbr-section-title:hover {
  color: #FF6B6B !important;
  transition: color 0.3s ease !important;
}

/* SEO оптимизация - улучшение производительности */
img {
  max-width: 100%;
  height: auto;
}

/* Lazy loading для изображений */
img[data-src] {
  opacity: 0;
  transition: opacity 0.3s;
}

img[data-src].loaded {
  opacity: 1;
}

/* Улучшение доступности */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
