:root {
  --content-width:1118px;
  --padding-top:50px;
}

body {
  background: #06033A !important;
}

.cs-site-content {
  margin-top: 0;
}

.black-friday-banner {
  overflow: hidden;
  position: relative;
  aspect-ratio: unset;
  margin-bottom: -42%;
}
@media (min-width: 390px) {
  .black-friday-banner {
    margin-bottom: -37%;
  }
}
@media (min-width: 440px) {
  .black-friday-banner {
    margin-bottom: -30%;
  }
}
@media (min-width: 768px) {
  .black-friday-banner {
    margin-bottom: 0;
    background-size: cover;
    background-image: var(--bg-desktop);
    background-position: center bottom;
    background-repeat: no-repeat;
    height: auto;
    display: flex;
    justify-content: center;
    gap: 0px;
    align-items: center;
  }
}
.black-friday-banner img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .black-friday-banner .bg-mobile {
    display: none;
  }
}
.black-friday-banner .character {
  position: absolute;
  top: 10%;
  right: -10%;
}
@media (min-width: 390px) {
  .black-friday-banner .character {
    right: -13%;
  }
}
@media (min-width: 440px) {
  .black-friday-banner .character {
    right: -18%;
    top: 13%;
  }
}
@media (min-width: 768px) {
  .black-friday-banner .character {
    position: relative;
    top: auto;
    right: auto;
    width: auto;
  }
}
.black-friday-banner .character img {
  width: 240px;
  height: auto;
}
@media (min-width: 390px) {
  .black-friday-banner .character img {
    width: 340px;
  }
}
@media (min-width: 440px) {
  .black-friday-banner .character img {
    width: 400px;
  }
}
@media (min-width: 768px) {
  .black-friday-banner .character img {
    width: auto;
    height: 90vh;
    z-index: 1;
    display: inline;
    height: 30vh;
  }
}
@media (min-width: 1024px) {
  .black-friday-banner .character img {
    height: 40vh;
  }
}
@media (min-width: 1200px) {
  .black-friday-banner .character img {
    height: 90vh;
  }
}
@media (min-width: 2560px) {
  .black-friday-banner .character img {
    height: 65vh;
  }
}
.black-friday-banner .bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.black-friday-banner .wrapper {
  position: absolute;
  top: 2%;
  height: 64%;
  z-index: 3;
}
@media (min-width: 390px) {
  .black-friday-banner .wrapper {
    height: 75%;
  }
}
@media (min-width: 440px) {
  .black-friday-banner .wrapper {
    height: 80%;
  }
}
@media (min-width: 768px) {
  .black-friday-banner .wrapper {
    margin-top: -24%;
    position: relative;
    top: auto;
    height: auto;
  }
}
.black-friday-banner .wrapper:after {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  content: "";
  height: 100%;
  z-index: 2;
  background: linear-gradient(to bottom, transparent 40%, #06033d 58%);
}
@media (min-width: 440px) {
  .black-friday-banner .wrapper:after {
    background: linear-gradient(to bottom, transparent 53%, #06033d 66%);
  }
}
@media (min-width: 768px) {
  .black-friday-banner .wrapper:after {
    content: none;
  }
}
.black-friday-banner .title {
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 5;
}
.black-friday-banner .title img {
  width: 90%;
  height: auto;
}
@media (min-width: 768px) {
  .black-friday-banner .title img {
    width: auto;
    height: 8vh;
  }
}
@media (min-width: 1024px) {
  .black-friday-banner .title img {
    height: 17vh;
  }
}
@media (min-width: 1200px) {
  .black-friday-banner .title img {
    height: 27vh;
  }
}
@media (min-width: 1920px) {
  .black-friday-banner .title img {
    height: 22vh;
  }
}
@media (min-width: 2560px) {
  .black-friday-banner .title img {
    height: 15vh;
  }
}
@media (min-width: 768px) {
  .black-friday-banner .title.ended {
    justify-content: left;
  }
}
.black-friday-banner .text {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-content: center;
}
.black-friday-banner .text.ended {
  padding-top: 28%;
  width: 100%;
  position: relative;
  bottom: auto;
  left: auto;
  transform: none;
  font-family: "Chakra Petch";
  left: auto;
  transform: none;
  padding-left: 5%;
  padding-right: 5%;
  font-size: 12px;
}
.black-friday-banner .text.ended h3 {
  font-family: inherit;
  line-height: 100%;
  font-size: 20px;
}
@media (min-width: 768px) {
  .black-friday-banner .text.ended {
    padding-top: 0%;
    position: absolute;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .black-friday-banner .text.ended {
    padding-left: 5%;
    font-size: 22px;
  }
  .black-friday-banner .text.ended h3 {
    font-size: 36px;
  }
}
@media (min-width: 768px) {
  .black-friday-banner .text {
    position: relative;
    bottom: auto;
    left: auto;
    transform: none;
  }
}
.black-friday-banner .text small {
  font-size: 12px;
  align-self: center;
  text-align: center;
}
@media (min-width: 768px) {
  .black-friday-banner .text small br {
    display: none;
  }
}
.black-friday-banner .text div {
  font-family: "Chakra Petch";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .black-friday-banner .text div {
    font-size: 56px;
    letter-spacing: -1.12px;
  }
}
.black-friday-banner .text div img {
  width: 62px;
  height: auto;
  margin-left: -10px;
  margin-right: -10px;
}
@media (min-width: 768px) {
  .black-friday-banner .text div img {
    width: 92px;
  }
}
.black-friday-banner .text div .yellow {
  color: #FAD21D;
  text-shadow: 0 5.489px 4.862px rgba(0, 0, 0, 0.5);
}
.black-friday-banner .text div .green {
  color: #17E506;
  text-align: center;
  text-shadow: 0 5.489px 4.862px rgba(0, 0, 0, 0.5);
}
.black-friday-banner .text .sign-up {
  background-image: var(--bg-img-mobile);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #5F510C;
  text-align: center;
  max-width: 100%;
  width: 300px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Text xl/Bold */
  font-family: "Chakra Petch";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}
.black-friday-banner .text .sign-up.ended {
  font-size: 14px;
}
@media (min-width: 768px) {
  .black-friday-banner .text .sign-up {
    background-image: var(--bg-img);
    height: 90px;
    width: 100%;
    font-size: 32px;
  }
  .black-friday-banner .text .sign-up.ended {
    font-size: 25px;
  }
}

@media (min-width: 1024px) {
  .wrapper {
    background-image: var(--bg-img);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
  }
}
.wrapper ul {
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 1118px) {
  .wrapper ul {
    padding-left: 20px;
  }
}
.wrapper ol {
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 1118px) {
  .wrapper ol {
    padding-left: 20px;
  }
}

@media (min-width: 1024px) {
  .hr {
    background-image: var(--hr-img);
    background-repeat: no-repeat;
    background-size: 100% 2px;
    background-position: top center;
  }
}

.how-to-claim {
  position: relative;
  z-index: 5;
  background-color: #06033A;
  padding-top: 50px;
  max-width: var(--content-width);
  padding-left: 20px;
  padding-right: 20px;
  color: #FFF;
  /* Text xl/Regular */
  font-family: "Chakra Petch";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
  display: flex;
  margin-left: auto;
  margin-right: auto;
  gap: 50px;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .how-to-claim {
    padding-top: 72px;
    flex-direction: row;
  }
}
.how-to-claim article {
  color: #FFF;
  align-self: center;
  /* Text xl/Regular */
  font-family: "Chakra Petch";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 150% */
}
.how-to-claim article strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}
.how-to-claim article h2 {
  background: linear-gradient(0deg, #FF7403 0%, #FFDF7F 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 28px;
  line-height: normal;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .how-to-claim article h2 {
    font-size: 44px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: 1.76px;
  }
}
.how-to-claim article img {
  width: 100%;
  height: auto;
  border-radius: 33px;
}
.how-to-claim article small {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px; /* 111.111% */
  margin-top: -5px;
  display: block;
}
.how-to-claim article .sign-up {
  background-image: var(--bg-img);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  color: #5F510C;
  text-align: center;
  display: table;
  max-width: 340px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  /* Text xl/Bold */
  font-family: "Chakra Petch";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px; /* 150% */
}

.info {
  margin-top: 14px;
  padding-top: 50px;
  max-width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
  color: #FFF;
  padding-left: 20px;
  padding-right: 20px;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Chakra Petch";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.45px;
}
@media (min-width: 1024px) {
  .info {
    padding-top: 42px;
  }
}
.info h2 {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 45px */
  letter-spacing: -0.75px;
}
.info h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.6px;
}
.info h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.5px;
}

.stay-in-touch {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 155.556% */
  /* Display md/Bold */
  font-family: "Chakra Petch";
  display: flex;
  gap: 24px;
  flex-direction: column;
  font-style: normal;
  background-image: none !important;
}
@media (min-width: 768px) {
  .stay-in-touch {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 32px; /* 133.333% */
  }
}
.stay-in-touch p {
  margin: 0;
}
.stay-in-touch h2 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px; /* 133.333% */
  margin: 0;
}
@media (min-width: 768px) {
  .stay-in-touch h2 {
    font-size: 36px;
    line-height: 44px; /* 122.222% */
    letter-spacing: -0.72px;
  }
}
.stay-in-touch ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
.stay-in-touch ul li img {
  width: 45px;
  height: auto;
}
@media (min-width: 768px) {
  .stay-in-touch ul {
    gap: 40px;
  }
  .stay-in-touch ul li img {
    width: 50px;
  }
}
@media (min-width: 1024px) {
  .stay-in-touch {
    gap: 24px;
  }
  .stay-in-touch ul {
    gap: 58px;
  }
  .stay-in-touch ul li img {
    width: 70px;
  }
}/*# sourceMappingURL=black-friday-2025.css.map */