.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  background-color: #efeef4;
}
body {
  font-family: Golos Text;
}
.display-1 {
  font-family: 'Golos Text', sans-serif;
  font-size: 5rem;
  line-height: 1.15;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Golos Text', sans-serif;
  font-size: 2.5rem;
  line-height: 1.15;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.5rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Golos Text', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4;
}
.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.15 * (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.5 * (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.45 * (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))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.15 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.5 * (1rem + (1 - 1) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.45 * (1.175rem + (1.5 - 1.175) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #e0b1cb !important;
}
.bg-success {
  background-color: #78e6b3 !important;
}
.bg-info {
  background-color: #67dff7 !important;
}
.bg-warning {
  background-color: #ffd75f !important;
}
.bg-danger {
  background-color: #e77781 !important;
}
.btn-primary .mbr-iconfont {
  background-color: #1f0d17;
  color: #d99fbf;
}
.btn-primary,
.btn-primary:active {
  background-color: #e0b1cb !important;
  border-color: #e0b1cb !important;
  color: #1f0d17 !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #d99fbf !important;
  background-color: #d99fbf !important;
  border-color: #d99fbf !important;
  box-shadow: inset -500px 0 0 #1f0d17;
  transition: all .8s ease;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #1f0d17 !important;
  background-color: #d99fbf !important;
  border-color: #d99fbf !important;
}
.btn-secondary .mbr-iconfont {
  background-color: #ffffff;
  color: #b485bb;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #be95c4 !important;
  border-color: #be95c4 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #b485bb !important;
  background-color: #b485bb !important;
  border-color: #b485bb !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b485bb !important;
  border-color: #b485bb !important;
}
.btn-info .mbr-iconfont {
  background-color: #000000;
  color: #4fdaf6;
}
.btn-info,
.btn-info:active {
  background-color: #67dff7 !important;
  border-color: #67dff7 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #4fdaf6 !important;
  background-color: #4fdaf6 !important;
  border-color: #4fdaf6 !important;
  box-shadow: inset -500px 0 0 #000000;
  transition: all .8s ease;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #000000 !important;
  background-color: #4fdaf6 !important;
  border-color: #4fdaf6 !important;
}
.btn-success .mbr-iconfont {
  background-color: #000000;
  color: #62e2a7;
}
.btn-success,
.btn-success:active {
  background-color: #78e6b3 !important;
  border-color: #78e6b3 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #62e2a7 !important;
  background-color: #62e2a7 !important;
  border-color: #62e2a7 !important;
  box-shadow: inset -500px 0 0 #000000;
  transition: all .8s ease;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #62e2a7 !important;
  border-color: #62e2a7 !important;
}
.btn-warning .mbr-iconfont {
  background-color: #000000;
  color: #ffd145;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffd75f !important;
  border-color: #ffd75f !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffd145 !important;
  background-color: #ffd145 !important;
  border-color: #ffd145 !important;
  box-shadow: inset -500px 0 0 #000000;
  transition: all .8s ease;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #ffd145 !important;
  border-color: #ffd145 !important;
}
.btn-danger .mbr-iconfont {
  background-color: #ffffff;
  color: #e3616d;
}
.btn-danger,
.btn-danger:active {
  background-color: #e77781 !important;
  border-color: #e77781 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #e3616d !important;
  background-color: #e3616d !important;
  border-color: #e3616d !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #e3616d !important;
  border-color: #e3616d !important;
}
.btn-white .mbr-iconfont {
  background-color: #484848;
  color: #ededed;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #484848 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ededed !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: inset -500px 0 0 #484848;
  transition: all .8s ease;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #484848 !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
}
.btn-black .mbr-iconfont {
  background-color: #ffffff;
  color: #161616;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #3d3d3d !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: inset -500px 0 0 #ffffff;
  transition: all .8s ease;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  color: #441b32;
  background-color: #e0b1cb;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #e0b1cb;
  color: #e0b1cb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #c773a2 !important;
  background-color: transparent !important;
  border-color: #c773a2 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  color: #441b32;
  background-color: #c773a2;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e0b1cb !important;
  border-color: #e0b1cb !important;
}
.btn-secondary-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #be95c4;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #be95c4;
  color: #be95c4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9c5da5 !important;
  background-color: transparent !important;
  border-color: #9c5da5 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #9c5da5;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #be95c4 !important;
  border-color: #be95c4 !important;
}
.btn-info-outline .mbr-iconfont {
  color: #02232a;
  background-color: #67dff7;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #67dff7;
  color: #67dff7;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #15cef3 !important;
  background-color: transparent !important;
  border-color: #15cef3 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  color: #02232a;
  background-color: #15cef3;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #054c5a !important;
  background-color: #67dff7 !important;
  border-color: #67dff7 !important;
}
.btn-success-outline .mbr-iconfont {
  color: #072517;
  background-color: #78e6b3;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #78e6b3;
  color: #78e6b3;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2fd88a !important;
  background-color: transparent !important;
  border-color: #2fd88a !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  color: #072517;
  background-color: #2fd88a;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #0f5032 !important;
  background-color: #78e6b3 !important;
  border-color: #78e6b3 !important;
}
.btn-warning-outline .mbr-iconfont {
  color: #2c2100;
  background-color: #ffd75f;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffd75f;
  color: #ffd75f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffc108 !important;
  background-color: transparent !important;
  border-color: #ffc108 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  color: #2c2100;
  background-color: #ffc108;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #5f4700 !important;
  background-color: #ffd75f !important;
  border-color: #ffd75f !important;
}
.btn-danger-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #e77781;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #e77781;
  color: #e77781;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #da2d3d !important;
  background-color: transparent !important;
  border-color: #da2d3d !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #da2d3d;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #e77781 !important;
  border-color: #e77781 !important;
}
.btn-black-outline .mbr-iconfont {
  color: #ffffff;
  background-color: #232323;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  color: #ffffff;
  background-color: #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  color: #616161;
  background-color: #fafafa;
  width: 40px !important;
  height: 40px !important;
  min-width: 40px !important;
  margin-right: -28px !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  color: #616161;
  background-color: #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e0b1cb !important;
}
.text-secondary {
  color: #be95c4 !important;
}
.text-success {
  color: #78e6b3 !important;
}
.text-info {
  color: #67dff7 !important;
}
.text-warning {
  color: #ffd75f !important;
}
.text-danger {
  color: #e77781 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c3689a !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #93579c !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #27d182 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #0cc6ec !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f8ba00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #d32535 !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: #e0b1cb;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #67dff7;
}
.alert-warning {
  background-color: #ffd75f;
}
.alert-danger {
  background-color: #e77781;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e0b1cb;
  border-color: #e0b1cb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 16px !important;
}
a,
a:hover {
  color: #e0b1cb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  border-radius: 12px !important;
}
.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: #e0b1cb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Golos Text', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #e0b1cb;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e0b1cb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e0b1cb;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #e0b1cb;
  border-bottom-color: #e0b1cb;
}
.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: #e0b1cb !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: #be95c4 !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='%23e0b1cb' %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 {
  font-weight: 500;
  padding: 0 30px;
  min-height: 48px;
}
.mbr-section-btn .btn .mbr-iconfont {
  margin-left: 16px;
  margin-right: -30px;
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 1rem !important;
}
.large-radius,
.mbr-section-subtitle::before,
.google-map iframe {
  border-radius: 24px !important;
}
.little-radius {
  border-radius: 8px !important;
}
.panel-group .card {
  border-radius: 16px 36px 36px 16px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
#custom-html-2 {
  /* latin-ext */
  /* latin */
  /* latin-ext */
  /* latin */
  /* latin-ext */
  /* latin */
  /* latin-ext */
  /* latin */
  /* cyrillic */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* cyrillic */
  /* vietnamese */
  /* latin-ext */
  /* latin */
  /* ── Variables ─────────────────────────────────────────────────────────── */
  /* ── Reset ─────────────────────────────────────────────────────────────── */
  /* ── Noise overlay ─────────────────────────────────────────────────────── */
  /* ── Utility ───────────────────────────────────────────────────────────── */
  /* ── Hero ──────────────────────────────────────────────────────────────── */
  /* ── Promo strip ───────────────────────────────────────────────────────── */
  /* ── Section shared ────────────────────────────────────────────────────── */
  /* ── Offer cards ───────────────────────────────────────────────────────── */
  /* ── Coupon table ──────────────────────────────────────────────────────── */
  /* ── Steps ─────────────────────────────────────────────────────────────── */
  /* ── Pricing ───────────────────────────────────────────────────────────── */
  /* ── Savings ways ──────────────────────────────────────────────────────── */
  /* ── Features ──────────────────────────────────────────────────────────── */
  /* ── Review ────────────────────────────────────────────────────────────── */
  /* ── FAQ ───────────────────────────────────────────────────────────────── */
  /* ── CTA banner ────────────────────────────────────────────────────────── */
  /* ── Footer ────────────────────────────────────────────────────────────── */
  /* ── Animations ────────────────────────────────────────────────────────── */
  /* ── Scroll reveal ─────────────────────────────────────────────────────── */
  /* ── Responsive ────────────────────────────────────────────────────────── */
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu6-K6z9mXgjU0.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K6z9mXg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgEM86xRbPQ.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
#custom-html-2 :root {
  --bg: #0a0a0f;
  --surface: #13131c;
  --surface-2: #1c1c2b;
  --accent: #f5c842;
  --accent-2: #ff6b35;
  --text: #f0ede6;
  --text-muted: #8a8799;
  --border: rgba(245, 200, 66, 0.15);
  --radius: 14px;
  --glow: 0 0 60px rgba(245, 200, 66, 0.12);
}
#custom-html-2 *,
#custom-html-2 *::before,
#custom-html-2 *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
#custom-html-2 html {
  scroll-behavior: smooth;
}
#custom-html-2 body {
  font-family: 'DM Sans', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.7;
  overflow-x: hidden;
}
#custom-html-2 a {
  color: inherit;
  text-decoration: none;
}
#custom-html-2 img {
  max-width: 100%;
}
#custom-html-2 body::before {
  content: '';
  position: fixed;
  inset: 0;
  background-image: url("../../../data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.04'/%3E%3C/svg%3E");
  pointer-events: none;
  z-index: 0;
  opacity: .5;
}
#custom-html-2 .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
}
#custom-html-2 .tag {
  display: inline-block;
  background: rgba(245, 200, 66, 0.12);
  color: var(--accent);
  border: 1px solid rgba(245, 200, 66, 0.3);
  font-size: .72rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  padding: 4px 14px;
  border-radius: 100px;
  font-weight: 600;
}
#custom-html-2 .hero {
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}
#custom-html-2 .hero-glow {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 600px;
  background: radial-gradient(ellipse at center, rgba(245, 200, 66, 0.15) 0%, transparent 70%);
  pointer-events: none;
}
#custom-html-2 .hero-content {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}
#custom-html-2 .hero-content .tag {
  margin-bottom: 28px;
  animation: fadeUp 0.6s ease both;
}
#custom-html-2 .hero h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.8rem, 7vw, 5.4rem);
  font-weight: 900;
  line-height: 1.08;
  margin-bottom: 24px;
  animation: fadeUp .6s .1s ease both;
}
#custom-html-2 .hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
#custom-html-2 .hero p {
  font-size: 1.18rem;
  color: var(--text-muted);
  max-width: 600px;
  margin: 0 auto 40px;
  animation: fadeUp .6s .2s ease both;
}
#custom-html-2 .hero-cta {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeUp .6s .3s ease both;
}
#custom-html-2 .btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #0a0a0f;
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 36px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 24px rgba(245, 200, 66, 0.35);
}
#custom-html-2 .btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(245, 200, 66, 0.45);
}
#custom-html-2 .btn-secondary {
  background: transparent;
  color: var(--text);
  font-weight: 500;
  font-size: 1rem;
  padding: 16px 32px;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}
#custom-html-2 .btn-secondary:hover {
  border-color: var(--accent);
  background: rgba(245, 200, 66, 0.06);
}
#custom-html-2 .promo-strip {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  padding: 18px 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#custom-html-2 .strip-inner {
  display: flex;
  gap: 60px;
  animation: marquee 22s linear infinite;
  white-space: nowrap;
}
#custom-html-2 .strip-inner span {
  font-weight: 700;
  font-size: .9rem;
  letter-spacing: .06em;
  color: #0a0a0f;
  text-transform: uppercase;
  flex-shrink: 0;
}
#custom-html-2 .strip-inner span::before {
  content: '★  ';
  opacity: 0.7;
}
#custom-html-2 section {
  padding: 100px 0;
}
#custom-html-2 .section-label {
  font-family: 'Playfair Display', serif;
  font-size: clamp(1.9rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 14px;
}
#custom-html-2 .section-sub {
  color: var(--text-muted);
  margin-bottom: 60px;
  font-size: 1.05rem;
}
#custom-html-2 .offers-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 20px;
  margin-bottom: 70px;
}
#custom-html-2 .offer-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 28px;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
#custom-html-2 .offer-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(245, 200, 66, 0.04), transparent);
  opacity: 0;
  transition: opacity .3s;
}
#custom-html-2 .offer-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 200, 66, 0.35);
  box-shadow: var(--glow);
}
#custom-html-2 .offer-card:hover::before {
  opacity: 1;
}
#custom-html-2 .offer-pct {
  font-family: 'Playfair Display', serif;
  font-size: 3rem;
  font-weight: 900;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 12px;
}
#custom-html-2 .offer-card h3 {
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 10px;
}
#custom-html-2 .offer-card p {
  color: var(--text-muted);
  font-size: .92rem;
  line-height: 1.6;
}
#custom-html-2 .offer-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(245, 200, 66, 0.12);
  border: 1px solid rgba(245, 200, 66, 0.25);
  color: var(--accent);
  font-size: .65rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 100px;
}
#custom-html-2 .coupon-section {
  background: var(--surface);
}
#custom-html-2 .coupon-table-wrap {
  overflow-x: auto;
  border-radius: var(--radius);
  border: 1px solid var(--border);
}
#custom-html-2 table {
  width: 100%;
  border-collapse: collapse;
}
#custom-html-2 thead tr {
  background: rgba(245, 200, 66, 0.08);
}
#custom-html-2 th {
  padding: 18px 20px;
  text-align: left;
  font-size: .8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 700;
}
#custom-html-2 td {
  padding: 16px 20px;
  font-size: .95rem;
  border-top: 1px solid var(--border);
}
#custom-html-2 tbody tr {
  transition: background 0.2s;
}
#custom-html-2 tbody tr:hover {
  background: rgba(245, 200, 66, 0.04);
}
#custom-html-2 .code-pill {
  display: inline-block;
  background: rgba(245, 200, 66, 0.1);
  border: 1px solid rgba(245, 200, 66, 0.25);
  color: var(--accent);
  font-family: monospace;
  font-size: .9rem;
  font-weight: 700;
  padding: 4px 14px;
  border-radius: 6px;
  letter-spacing: .05em;
}
#custom-html-2 .steps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
#custom-html-2 .step-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: transform 0.25s, border-color 0.25s;
}
#custom-html-2 .step-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 200, 66, 0.3);
}
#custom-html-2 .step-num {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #0a0a0f;
  font-weight: 900;
  font-size: 1.1rem;
  font-family: 'Playfair Display', serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom-html-2 .step-card h4 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 6px;
}
#custom-html-2 .step-card p {
  color: var(--text-muted);
  font-size: 0.9rem;
}
#custom-html-2 .pricing-section {
  background: var(--surface);
}
#custom-html-2 .pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}
#custom-html-2 .price-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px 26px;
  transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s;
  position: relative;
}
#custom-html-2 .price-card.featured {
  border-color: rgba(245, 200, 66, 0.5);
  box-shadow: 0 0 40px rgba(245, 200, 66, 0.1);
}
#custom-html-2 .price-card.featured::after {
  content: 'Most Popular';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #0a0a0f;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  padding: 4px 16px;
  border-radius: 100px;
  white-space: nowrap;
}
#custom-html-2 .price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(245, 200, 66, 0.35);
}
#custom-html-2 .price-name {
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
  margin-bottom: 14px;
}
#custom-html-2 .price-amount {
  font-family: 'Playfair Display', serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--accent);
  line-height: 1;
  margin-bottom: 4px;
}
#custom-html-2 .price-period {
  color: var(--text-muted);
  font-size: .85rem;
  margin-bottom: 18px;
}
#custom-html-2 .price-card p {
  color: var(--text-muted);
  font-size: .9rem;
  line-height: 1.6;
}
#custom-html-2 .savings-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
}
#custom-html-2 .saving-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 22px 20px;
  transition: border-color 0.25s;
}
#custom-html-2 .saving-item:hover {
  border-color: rgba(245, 200, 66, 0.3);
}
#custom-html-2 .saving-icon {
  flex-shrink: 0;
  font-size: 1.5rem;
  width: 42px;
  height: 42px;
  background: rgba(245, 200, 66, 0.08);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#custom-html-2 .saving-item h4 {
  font-size: .98rem;
  font-weight: 600;
  margin-bottom: 4px;
}
#custom-html-2 .saving-item p {
  color: var(--text-muted);
  font-size: 0.88rem;
}
#custom-html-2 .features-section {
  background: var(--surface);
}
#custom-html-2 .features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
}
#custom-html-2 .feature-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px 24px;
  transition: transform 0.25s, border-color 0.25s;
}
#custom-html-2 .feature-card:hover {
  transform: translateY(-3px);
  border-color: rgba(245, 200, 66, 0.3);
}
#custom-html-2 .feature-icon {
  font-size: 2rem;
  margin-bottom: 14px;
}
#custom-html-2 .feature-card h3 {
  font-size: 1.02rem;
  font-weight: 600;
  margin-bottom: 8px;
}
#custom-html-2 .feature-card p {
  color: var(--text-muted);
  font-size: .9rem;
  line-height: 1.6;
}
#custom-html-2 .review-box {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 52px 48px;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
}
#custom-html-2 .review-box::before {
  content: '"';
  font-family: 'Playfair Display', serif;
  font-size: 8rem;
  font-weight: 900;
  color: var(--accent);
  opacity: .15;
  position: absolute;
  top: -20px;
  left: 36px;
  line-height: 1;
}
#custom-html-2 .review-stars {
  color: var(--accent);
  font-size: 1.2rem;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
#custom-html-2 .review-box blockquote {
  font-size: 1.1rem;
  line-height: 1.75;
  color: var(--text-muted);
  margin-bottom: 28px;
}
#custom-html-2 .review-box blockquote strong {
  color: var(--text);
}
#custom-html-2 .reviewer {
  display: flex;
  align-items: center;
  gap: 14px;
}
#custom-html-2 .reviewer-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: #0a0a0f;
}
#custom-html-2 .reviewer-info strong {
  display: block;
  font-size: 0.95rem;
}
#custom-html-2 .reviewer-info span {
  color: var(--text-muted);
  font-size: 0.85rem;
}
#custom-html-2 .faq-list {
  max-width: 760px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#custom-html-2 .faq-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
}
#custom-html-2 .faq-q {
  width: 100%;
  background: none;
  border: none;
  color: var(--text);
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  padding: 22px 24px;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  transition: color .2s;
}
#custom-html-2 .faq-q:hover {
  color: var(--accent);
}
#custom-html-2 .faq-q .chevron {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(245, 200, 66, 0.1);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .75rem;
  transition: transform .3s;
}
#custom-html-2 .faq-item.open .chevron {
  transform: rotate(180deg);
}
#custom-html-2 .faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.3s;
  padding: 0 24px;
}
#custom-html-2 .faq-item.open .faq-a {
  max-height: 200px;
  padding: 0 24px 22px;
}
#custom-html-2 .faq-a p {
  color: var(--text-muted);
  font-size: .95rem;
  line-height: 1.7;
}
#custom-html-2 .cta-banner {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#custom-html-2 .cta-banner::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("../../../data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23000' fill-opacity='.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#custom-html-2 .cta-banner h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2rem, 5vw, 3.2rem);
  font-weight: 900;
  color: #0a0a0f;
  margin-bottom: 14px;
  position: relative;
}
#custom-html-2 .cta-banner p {
  color: rgba(10, 10, 15, 0.7);
  font-size: 1.1rem;
  margin-bottom: 36px;
  position: relative;
}
#custom-html-2 .btn-dark {
  background: #0a0a0f;
  color: var(--accent);
  font-weight: 700;
  font-size: 1rem;
  padding: 16px 40px;
  border-radius: 100px;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s, box-shadow 0.2s;
  position: relative;
}
#custom-html-2 .btn-dark:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
}
#custom-html-2 footer {
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: 40px 0;
  text-align: center;
}
#custom-html-2 footer p {
  color: var(--text-muted);
  font-size: 0.88rem;
}
#custom-html-2 footer a {
  color: var(--accent);
  font-weight: 500;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
#custom-html-2 .reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
#custom-html-2 .reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 640px) {
  #custom-html-2 section {
    padding: 70px 0;
  }
  #custom-html-2 .review-box {
    padding: 36px 26px;
  }
  #custom-html-2 .review-box::before {
    font-size: 5rem;
  }
}
