.information-s_cape .header-logo .colors {
  fill: var(--yellow);
}

.s-cape-page {
  color: var(--black);
  background: var(--white);
  max-width: 100%;
  overflow-x: clip;
}

@supports not (overflow: clip) {
  .s-cape-page {
    overflow-x: hidden;
  }
}

@media all and (min-width: 480px) {
  .information-s_cape .header-menu__item.more.prelast-item .header-menu__more {
    transform: translateX(calc(var(--containerPadding) * -1));
  }

  .information-s_cape .header-menu__item.more.last-item .header-menu__more {
    transform: translateX(calc((3vw + var(--containerPadding)) * -1));
  }
}

.loyalty-page {
  position: relative;
  padding: 38px 0 0;
}

.loyalty-page .breadcrumbs {
  padding: 0;
  margin-bottom: 36px;
}

.loyalty-page__grid {
  display: grid;
  grid-template-columns: minmax(0, 720px) minmax(0, 1fr);
  grid-template-areas:
    "head levels"
    "body levels";
  column-gap: 92px;
  align-items: start;
}

.loyalty-page__head {
  grid-area: head;
}

.loyalty-page__body {
  grid-area: body;
}

.loyalty-page__title {
  max-width: 710px;
  margin: 0;
  color: #000;
  font-family: "scapesBold", sans-serif;
  font-size: 35px;
  font-style: normal;
  font-weight: normal;
  line-height: 37px;
  letter-spacing: 1.05px;
  text-transform: uppercase;
}

.loyalty-page__lead {
  color: #000;
  font-family: "InterBold", "InterSemiBold", sans-serif;
  font-size: 18px;
  font-style: normal;
  line-height: 120%;
  letter-spacing: 0.54px;
  text-transform: uppercase;
  max-width: 700px;
  margin-top: 62px;
}

.loyalty-page__text {
  max-width: 710px;
  margin-top: 35px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 137%;
}

.loyalty-page__text b,
.loyalty-page__text strong {
  font-family: "InterBold", "InterSemiBold", sans-serif;
}

.loyalty-page__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 84px;
  margin-top: 39px;
  padding: 24px 44px;
  color: #000;
  font-family: "scapesBold", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: normal;
  line-height: 100%;
  letter-spacing: 0.46px;
  text-align: center;
  text-transform: uppercase;
  background: var(--white);
  border: 2px solid var(--black);
  cursor: pointer;
  transition: var(--basicTransition);
}

.loyalty-page__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 30px;
  background: var(--white);
  border-bottom: 2px solid var(--black);
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  -ms-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
}

.loyalty-level::before {
  content: "";
  position: absolute;
  top: -3px;
  right: -3px;
  width: calc(var(--loyalty-cut-size) + 4px);
  height: calc(var(--loyalty-cut-size) + 4px);
  background: var(--white);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
  pointer-events: none;
  z-index: 1;
}

.loyalty-level::after {
  content: "";
  position: absolute;
  top: -2px;
  right: calc(var(--loyalty-cut-size) - 60px);
  width: var(--loyalty-cut-line);
  height: 2px;
  background: var(--black);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  pointer-events: none;
  z-index: 2;
}

.loyalty-page__button:hover {
  color: var(--black);
  background: var(--yellow);
}

.loyalty-levels {
  grid-area: levels;
  display: grid;
  gap: 18px;
  padding-top: 42px;
}

.loyalty-level {
  --loyalty-cut-size: 42px;
  --loyalty-cut-line: 60px;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  min-height: 129px;
  padding: 24px 38px;
  color: var(--black);
  background: var(--yellow);
  border: 2px solid var(--black);
}

.loyalty-level__title {
  margin: 0;
  color: #000;
  font-family: "scapesBold", sans-serif;
  font-size: 23px;
  font-style: normal;
  font-weight: 700;
  line-height: 95%;
  letter-spacing: 0.69px;
  text-transform: uppercase;
}

.loyalty-level__text {
  margin-top: 15px;
  font-family: "InterMedium", sans-serif;
  font-size: 16px;
  line-height: 1.18;
}

.loyalty-level__discount {
  padding-left: 26px;
  font-family: "scapesBold", sans-serif;
  font-size: 86px;
  line-height: 0.9;
  letter-spacing: 0;
}

.loyalty-marquee {
  position: relative;
  display: block;
  max-width: 100%;
  margin-top: 126px;
  padding-bottom: 75px;
  overflow: hidden;
  contain: paint;
}

.loyalty-marquee__text {
  display: flex;
  width: max-content;
  color: #000;
  text-align: right;
  font-family: "scapesBold", sans-serif;
  font-size: 200px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  white-space: nowrap;
  animation: loyalty-marquee 18s linear infinite;
  will-change: transform;
}

.loyalty-marquee__text-item {
  flex: 0 0 auto;
  padding-right: 0.25em;
}

.loyalty-marquee__line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 29px;
}

.loyalty-marquee__line svg {
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes loyalty-marquee {
  from {
    transform: translate3d(0, 0, 0);
  }

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

@media screen and (max-width: 1440px) {
  .loyalty-page__grid {
    grid-template-columns: minmax(0, 650px) minmax(0, 1fr);
    column-gap: 64px;
  }

  .loyalty-level__discount {
    font-size: 78px;
  }
}

@media screen and (max-width: 1180px) {
  .loyalty-page__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "head"
      "levels"
      "body";
  }

  .loyalty-levels {
    padding-top: 34px;
  }

  .loyalty-marquee {
    display: none;
  }
}

@media screen and (max-width: 575px) {
  .information-s_cape .header-logo .colors {
    fill: var(--black);
  }

  .loyalty-page {
    padding-top: 13px;
  }

  .loyalty-page .breadcrumbs {
    margin-bottom: 20px;
  }

  .loyalty-page__title {
    font-size: 23px;
    line-height: 1;
  }

  .loyalty-page__lead {
    margin-top: 29px;
    font-size: 14px;
    line-height: 1.22;
  }

  .loyalty-levels {
    gap: 13px;
    padding-top: 28px;
  }

  .loyalty-level {
    --loyalty-cut-size: 28px;
    --loyalty-cut-line: 40px;
    min-height: 83px;
    padding: 15px 16px;
    grid-template-columns: minmax(0, 1fr) auto;
  }

  .loyalty-level::after {
    right: calc(var(--loyalty-cut-size) - 40px);
  }

  .loyalty-level__title {
    font-size: 16px;
  }

  .loyalty-level__text {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.15;
  }

  .loyalty-level__discount {
    padding-left: 12px;
    font-size: 55px;
  }

  .loyalty-page__body {
    margin-top: 24px;
  }

  .loyalty-page__text {
    margin-top: 28px;
    font-size: 14px;
    line-height: 1.29;
  }

  .loyalty-page__button {
    --loyalty-cut-size: 20px;
    --loyalty-cut-line: 29px;
    min-height: 94px;
    margin-top: 44px;
    padding: 22px 36px;
    font-size: 20px;
    line-height: 1.16;
  }

  .information-s_cape .footer {
    margin-top: 70px;
  }
}
