/*!****************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss ***!
  \****************************************************************************************************************/
.media-diaporama {
  background: var(--media-diaporama-background, #000);
  color: var(--media-diaporama-text, #fff);
  overflow: hidden;
}

.media-diaporama__container {
  width: 100%;
  padding: 46px 0 40px;
}

.media-diaporama__header {
  width: min(100% - 32px, 920px);
  margin: 0 auto 24px;
  text-align: center;
}

.media-diaporama__title {
  margin: 0;
  color: inherit;
  line-height: 1.05;
}

.media-diaporama__subtitle {
  margin-top: 8px;
  color: inherit;
  font-size: calc(var(--body-font-size) * 0.9375);
  line-height: 1.35;
}

.media-diaporama__subtitle.rte,
.media-diaporama__subtitle.rte * {
  color: inherit;
}

.media-diaporama__subtitle.rte p {
  margin: 0;
}

.media-diaporama__slider {
  width: 100%;
}

.media-diaporama__wrapper {
  align-items: stretch;
  transition-timing-function: linear !important;
}

.media-diaporama__slide {
  height: auto;
}

.media-diaporama__media-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.08);
}

.media-diaporama__media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-diaporama__media--placeholder {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.35);
}

@media (min-width: 768px) {
  .media-diaporama__container {
    padding: 58px 0 50px;
  }
  .media-diaporama__header {
    margin-bottom: 34px;
  }
  .media-diaporama__title {
    font-size: clamp(32px, 3.2vw, 52px);
  }
  .media-diaporama__subtitle {
    font-size: calc(var(--body-font-size) * 1.0625);
  }
  .media-diaporama__slider {
    padding: 0 24px;
  }
}
@media (max-width: 767.98px) {
  .media-diaporama__title {
    font-size: 32px;
  }
  .media-diaporama__subtitle {
    max-width: 310px;
    margin-right: auto;
    margin-left: auto;
  }
  .media-diaporama__slider {
    padding: 0;
  }
}
.brand-advantages {
  color: #000;
}

.brand-advantages__container {
  width: min(100% - 32px, 1440px);
  margin: 0 auto;
  padding: 46px 0;
}

.brand-advantages__title {
  margin: 0;
  color: #000;
  font-size: 32px;
  line-height: 1.05;
  text-align: center;
}

.brand-advantages__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 34px;
}

.brand-advantages__item {
  position: relative;
  z-index: 1;
  min-height: 136px;
  padding: 20px 18px 18px;
  border: 1px solid #000;
  border-radius: 4px;
  background: #000;
  color: #fff;
  text-align: left;
}

.brand-advantages__item-outer {
  position: absolute;
  z-index: -1;
  top: -10px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  border: 1px solid rgba(0, 0, 0, 0.18);
  border-radius: 10px;
  pointer-events: none;
}

.brand-advantages__item-outer::before,
.brand-advantages__item-outer::after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 22px;
  height: 22px;
}

.brand-advantages__item-outer::before {
  top: -1px;
  left: -1px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
  border-top-left-radius: 10px;
}

.brand-advantages__item-outer::after {
  right: -1px;
  bottom: -1px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  border-bottom-right-radius: 10px;
}

.brand-advantages__item-title {
  margin: 0;
  color: inherit;
  font-family: var(--heading-font-family);
  font-size: clamp(48px, 13vw, 64px);
  font-weight: var(--heading-font-weight);
  line-height: 0.95;
}

.brand-advantages__item-description {
  margin-top: 10px;
  color: inherit;
  font-size: calc(var(--body-font-size) * 0.9375);
  font-weight: var(--body-font-weight, 400);
  line-height: 1.18;
}

.brand-advantages__item-description.rte,
.brand-advantages__item-description.rte * {
  color: inherit;
}

.brand-advantages__item-description.rte p {
  margin: 0;
}

@media (min-width: 768px) {
  .brand-advantages__container {
    padding: 58px 0;
  }
  .brand-advantages__title {
    font-size: clamp(32px, 3.2vw, 52px);
  }
  .brand-advantages__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 30px;
    margin-top: 42px;
  }
  .brand-advantages__item-description {
    font-size: calc(var(--body-font-size) * 1.0625);
  }
}
@media (min-width: 1100px) {
  .brand-advantages__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.video-with-background {
  overflow: hidden;
  background-color: #f3eff3;
  background-image: var(--video-with-background-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #000;
}

.video-with-background__container {
  width: min(100% - 32px, 1080px);
  margin: 0 auto;
  padding: 46px 0 54px;
}

.video-with-background__title {
  margin: 0;
  color: #000;
  font-size: 32px;
  line-height: 1.05;
  text-align: center;
}

.video-with-background__frame {
  position: relative;
  width: min(100%, 900px);
  margin: 34px auto 0;
  aspect-ratio: 16/9;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background: rgba(0, 0, 0, 0.08);
}

.video-with-background__video,
.video-with-background__placeholder {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-with-background__video--mobile {
  display: none;
}

.video-with-background__placeholder {
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.22);
}

.video-with-background__play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition-duration: var(--timing-short);
  transition-property: opacity, transform;
}

.video-with-background__play-button .icon {
  width: 62px;
  height: 62px;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.18));
}

.video-with-background__play-button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.video-with-background.is-playing .video-with-background__play-button {
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.92);
}

@media (min-width: 768px) {
  .video-with-background__container {
    padding: 58px 0 64px;
  }
  .video-with-background__title {
    font-size: clamp(32px, 3.2vw, 52px);
  }
  .video-with-background__frame {
    margin-top: 42px;
  }
}
@media (max-width: 767.98px) {
  .video-with-background__video--desktop {
    display: none;
  }
  .video-with-background__video--mobile {
    display: block;
  }
  .video-with-background__play-button {
    width: 68px;
    height: 68px;
  }
  .video-with-background__play-button .icon {
    width: 48px;
    height: 48px;
  }
}
.product-advantages {
  overflow: hidden;
  background: #f3eff3;
  color: #000;
}

.product-advantages__container {
  width: min(100% - 32px, 1160px);
  margin: 0 auto;
  padding: 56px 0 64px;
}

.product-advantages__scroller {
  overflow-x: auto;
  padding: 0 12px 12px;
}

.product-advantages__table {
  display: grid;
  grid-template-columns: minmax(380px, 1.45fr) minmax(180px, 0.6fr) minmax(240px, 0.9fr);
  min-width: 800px;
  align-items: stretch;
}

.product-advantages__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  min-height: 136px;
  text-align: center;
}

.product-advantages__header--active {
  padding: 18px 22px 14px;
  border-radius: 12px 12px 0 0;
  background: var(--product-advantages-active-color, #ff006b);
  color: #fff;
}

.product-advantages__header--comparison {
  padding: 0 22px 14px;
  color: #000;
}

.product-advantages__column-image {
  display: block;
  width: auto;
  max-width: 92px;
  max-height: 78px;
  margin-bottom: 8px;
  object-fit: contain;
}

.product-advantages__column-title {
  margin: 0;
  color: inherit;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: var(--heading-font-weight);
  line-height: 1.05;
}

.product-advantages__header--comparison .product-advantages__column-title {
  font-weight: var(--body-font-weight, 400);
}

.product-advantages__cell {
  display: flex;
  align-items: center;
  min-height: 82px;
  border-top: 2px solid #000;
}

.product-advantages__cell--odd {
  background: var(--product-advantages-odd-row-color, #fff4fa);
}

.product-advantages__cell--even {
  background: var(--product-advantages-even-row-color, #fff);
}

.product-advantages__cell--text {
  justify-content: flex-start;
  padding: 18px 28px;
  border-left: 2px solid #000;
  text-align: left;
}

.product-advantages__cell--active {
  justify-content: center;
  border-top-color: rgba(255, 255, 255, 0.94);
  background: var(--product-advantages-active-color, #ff006b);
}

.product-advantages__cell--comparison {
  justify-content: center;
  border-right: 2px solid #000;
}

.product-advantages__cell--last {
  border-bottom: 2px solid #000;
}

.product-advantages__cell--text.product-advantages__cell--first {
  border-top-left-radius: 4px;
}

.product-advantages__cell--text.product-advantages__cell--last {
  border-bottom-left-radius: 4px;
}

.product-advantages__cell--comparison.product-advantages__cell--first {
  border-top-right-radius: 4px;
}

.product-advantages__cell--comparison.product-advantages__cell--last {
  border-bottom-right-radius: 4px;
}

.product-advantages__text {
  max-width: 520px;
  font-size: calc(var(--body-font-size) * 1.25);
  line-height: 1.2;
}

.product-advantages__text.rte,
.product-advantages__text.rte * {
  color: inherit;
}

.product-advantages__text.rte p {
  margin: 0;
}

.product-advantages__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
}

.product-advantages__icon svg {
  display: block;
}

.product-advantages__icon--check path {
  stroke: var(--product-advantages-active-color, #ff006b);
}

@media (min-width: 768px) {
  .product-advantages__container {
    padding: 72px 0 82px;
  }
}
@media (max-width: 767.98px) {
  .product-advantages__container {
    width: 100%;
    padding: 44px 0 52px;
  }
  .product-advantages__scroller {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
  }
  .product-advantages__table {
    grid-template-columns: minmax(0, 1fr) 74px 78px;
    width: 100%;
    min-width: 0;
  }
  .product-advantages__header {
    min-height: 92px;
  }
  .product-advantages__header--active {
    padding: 12px 8px 10px;
  }
  .product-advantages__header--comparison {
    padding: 0 6px 10px;
  }
  .product-advantages__column-image {
    max-width: 52px;
    max-height: 44px;
    margin-bottom: 6px;
  }
  .product-advantages__column-title {
    font-size: 12px;
    line-height: 1.05;
  }
  .product-advantages__cell {
    min-height: 66px;
  }
  .product-advantages__cell--text {
    padding: 10px 12px;
  }
  .product-advantages__text {
    font-size: calc(var(--body-font-size) * 0.875);
    line-height: 1.15;
  }
  .product-advantages__icon--cross svg {
    width: 23px;
    height: 23px;
  }
}
.new-image-with-text {
  overflow: hidden;
  background-color: var(--color-background);
  color: var(--color-text-primary);
}

.new-image-with-text__container {
  display: grid;
  width: min(100% - 32px, 1180px);
  margin: 0 auto;
  padding: 46px 0;
  gap: 34px;
}

.new-image-with-text__media {
  min-width: 0;
  order: 1;
}

.new-image-with-text__image {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.new-image-with-text__image--placeholder {
  min-height: 320px;
  background: rgba(0, 0, 0, 0.08);
  color: rgba(0, 0, 0, 0.22);
}

.new-image-with-text__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  order: 2;
}

.new-image-with-text__title {
  max-width: 560px;
  margin: 0;
  color: inherit;
  font-size: 28px;
  line-height: 1.05;
}

.new-image-with-text__text {
  max-width: 570px;
  margin-top: 20px;
  color: inherit;
  font-size: calc(var(--body-font-size) * 0.9375);
  font-weight: var(--body-font-weight, 400);
  line-height: 1.18;
}

.new-image-with-text__text.rte,
.new-image-with-text__text.rte * {
  color: inherit;
}

.new-image-with-text__text.rte p,
.new-image-with-text__text.rte ul {
  margin: 0;
}

.new-image-with-text__text.rte p + p,
.new-image-with-text__text.rte p + ul,
.new-image-with-text__text.rte ul + p {
  margin-top: 18px;
}

.new-image-with-text__text--check-list ul {
  display: grid;
  gap: 8px;
}

.new-image-with-text__text--check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.new-image-with-text__text--check-list li + li {
  margin-top: 0;
}

.new-image-with-text__list-icon {
  display: inline-flex;
  flex: 0 0 auto;
  margin-top: 1px;
  line-height: 0;
}

.new-image-with-text__list-icon svg {
  display: block;
  width: 17px;
  height: 17px;
}

.new-image-with-text__button-wrapper {
  margin-top: 34px;
}

.new-image-with-text .new-image-with-text__button.button.button--primary {
  width: min(100%, 300px);
  justify-content: center;
  border-color: var(--button-border-color, var(--color-text-primary));
  background: var(--button-background-color, var(--color-background, #fff));
  color: var(--button-text-color, var(--color-text-primary));
}

.new-image-with-text .new-image-with-text__button.button.button--primary::after {
  background: var(--button-background-color-hover, var(--color-text-primary));
}

.new-image-with-text .new-image-with-text__button.button.button--primary .button__outer {
  border-color: var(--button-border-outer-alpha-color);
}

.new-image-with-text .new-image-with-text__button.button.button--primary .button__outer:before {
  border-top-color: var(--button-border-outer-color, var(--color-text-primary));
  border-left-color: var(--button-border-outer-color, var(--color-text-primary));
}

.new-image-with-text .new-image-with-text__button.button.button--primary .button__outer:after {
  border-right-color: var(--button-border-outer-color, var(--color-text-primary));
  border-bottom-color: var(--button-border-outer-color, var(--color-text-primary));
}

.new-image-with-text .new-image-with-text__button.button.button--primary:focus-visible {
  outline-color: var(--button-border-outer-color, var(--color-text-primary));
}

@media (-moz-touch-enabled: 0), (hover: hover), (pointer: fine) {
  .new-image-with-text .new-image-with-text__button.button.button--primary:hover {
    border-color: var(--button-border-color-hover, var(--color-text-primary));
    background: var(--button-background-color-hover, var(--color-text-primary));
    color: var(--button-text-color-hover, var(--color-background, #fff));
  }
  .new-image-with-text .new-image-with-text__button.button.button--primary:hover .button__outer {
    border-color: var(--button-border-outer-alpha-color-hover);
  }
  .new-image-with-text .new-image-with-text__button.button.button--primary:hover .button__outer:before {
    border-top-color: var(--button-border-outer-color-hover, var(--color-text-primary));
    border-left-color: transparent;
  }
  .new-image-with-text .new-image-with-text__button.button.button--primary:hover .button__outer:after {
    border-right-color: transparent;
    border-bottom-color: var(--button-border-outer-color-hover, var(--color-text-primary));
  }
}
@media (min-width: 768px) {
  .new-image-with-text__container {
    padding: 64px 0;
  }
  .new-image-with-text__title {
    font-size: clamp(30px, 2.6vw, 42px);
  }
  .new-image-with-text__text {
    font-size: calc(var(--body-font-size) * 1.0625);
  }
}
@media (min-width: 992px) {
  .new-image-with-text__container {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    align-items: center;
    gap: clamp(48px, 6vw, 86px);
  }
  .new-image-with-text__media {
    order: 2;
  }
  .new-image-with-text__content {
    order: 1;
  }
  .new-image-with-text--reverse-desktop .new-image-with-text__media {
    order: 1;
  }
  .new-image-with-text--reverse-desktop .new-image-with-text__content {
    order: 2;
  }
}
@media (max-width: 767.98px) {
  .new-image-with-text__container {
    width: min(100% - 32px, 560px);
  }
  .new-image-with-text__button {
    width: min(100%, 280px);
  }
}
.newsletter.newsletter--custom-layout {
  --newsletter-background-image: none;
  --newsletter-background-position: center;
}

.newsletter.newsletter--custom-layout .newsletter__wrapper,
.newsletter.newsletter--custom-layout .newsletter__wrapper.need-animate,
.newsletter.newsletter--custom-layout.animated .newsletter__wrapper.need-animate {
  background-color: var(--color-background);
  background-image: var(--newsletter-background-image);
  background-repeat: no-repeat;
  background-position: var(--newsletter-background-position);
  background-size: cover;
  border-radius: 2px;
}

.newsletter.newsletter--custom-layout .newsletter__content {
  align-items: flex-start;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
  text-align: left;
  word-break: normal;
  row-gap: 0;
}

.newsletter.newsletter--custom-layout .newsletter__heading,
.newsletter.newsletter--custom-layout .newsletter__text {
  padding-right: 0;
  padding-left: 0;
  text-align: left;
}

.newsletter.newsletter--custom-layout .newsletter__label {
  margin-bottom: 12px;
}

.newsletter.newsletter--custom-layout .newsletter__heading-wrapper {
  margin-bottom: 8px;
}

.newsletter.newsletter--custom-layout .newsletter__text {
  margin-bottom: 32px;
  font-size: calc(var(--body-font-size) * 1.125);
  line-height: 1.3;
}

.newsletter.newsletter--custom-layout .newsletter__text p {
  margin: 0;
}

.newsletter.newsletter--custom-layout .newsletter-form .newsletter-form__input,
.newsletter.newsletter--custom-layout .newsletter-form .newsletter-form__input:focus + .input-label,
.newsletter.newsletter--custom-layout .newsletter-form .newsletter-form__input:not(:placeholder-shown) + .input-label {
  background-color: var(--newsletter-placeholder-background, var(--color-background-opacity));
}

@media (min-width: 768px) {
  .newsletter.newsletter--custom-layout .newsletter__wrapper {
    min-height: 390px;
    padding: 64px;
  }
  .newsletter.newsletter--custom-layout .newsletter__content {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .newsletter.newsletter--custom-layout .newsletter__heading-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.25em;
    max-width: 100%;
  }
  .newsletter.newsletter--custom-layout .newsletter__heading {
    white-space: nowrap;
  }
  .newsletter.newsletter--custom-layout .newsletter__text {
    margin-bottom: 42px;
    font-size: calc(var(--body-font-size) * 1.5);
  }
  .newsletter.newsletter--custom-layout .newsletter__form-wrapper {
    max-width: 520px;
  }
}
@media (max-width: 767.98px) {
  .newsletter.newsletter--custom-layout .newsletter__wrapper {
    min-height: 360px;
    padding: 36px 24px;
  }
}
.before-after-slider {
  overflow: hidden;
  background: #000;
  color: #fff;
}

.before-after-slider__container {
  width: 100%;
  padding: 42px 0 40px;
}

.before-after-slider__title {
  width: min(100% - 32px, 1180px);
  margin: 0 auto 26px;
  color: inherit;
  text-align: center;
  line-height: 1.05;
}

.before-after-slider__swiper {
  width: 100%;
  padding: 0;
}

.before-after-slider__wrapper {
  align-items: stretch;
}

.before-after-slider__slide {
  height: auto;
}

.before-after-slider__card {
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #fff;
  color: #000;
}

.before-after-slider__image-wrapper {
  width: 100%;
  aspect-ratio: 327/251;
  padding: 6px 6px 0;
  background: #fff;
}

.before-after-slider__image {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  object-fit: cover;
}

.before-after-slider__image--placeholder {
  background: #e8e8e8;
  color: #a5a5a5;
}

.before-after-slider__content {
  display: grid;
  gap: 3px;
  padding: 9px 10px 12px;
  font-size: calc(var(--body-font-size) * 0.9375);
  font-weight: 500;
  line-height: 1.18;
}

.before-after-slider__content p {
  margin: 0;
}

.before-after-slider__label {
  font-weight: 700;
}

@media (min-width: 768px) {
  .before-after-slider__container {
    padding: 42px 0 50px;
  }
  .before-after-slider__title {
    margin-bottom: 24px;
    font-size: clamp(34px, 3.2vw, 52px);
  }
  .before-after-slider__swiper {
    padding: 0 clamp(64px, 6vw, 112px);
  }
  .before-after-slider__content {
    font-size: calc(var(--body-font-size) * 1.0625);
  }
}
@media (max-width: 767.98px) {
  .before-after-slider__title {
    font-size: 32px;
  }
}
