/* Text utility */
/* Mobile utility */
/* link hover utility */
/* Container utility mixin */
/* Container avec variable CSS */
/* Text content styles */
/* Centered content */
/* from... */
/* to... */
/* from... to... */
/* at... */
/* FONT WEIGHTS */
.s-cols-big-text-small-text {
  position: relative;
  z-index: 10;
}
.s-cols-big-text-small-text .l-container {
  position: relative;
}
.s-cols-big-text-small-text .l-wrapper {
  padding-bottom: 9.375rem !important;
}
.s-cols-big-text-small-text__cols {
  display: flex;
}
.s-cols-big-text-small-text__col:first-child {
  flex: 1 1 70%;
  padding-right: 8.25rem;
}
.s-cols-big-text-small-text__col:last-child {
  flex: 1 1 30%;
}
.s-cols-big-text-small-text__big-text {
  --fill-pct: 0%;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.78px;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
  margin: 0;
  background-image: linear-gradient(90deg, var(--wp--preset--color--txt-primary) 0%, var(--wp--preset--color--txt-primary) var(--fill-pct), var(--wp--preset--color--txt-secondary) var(--fill-pct), var(--wp--preset--color--txt-secondary) 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.s-cols-big-text-small-text__big-text {
  font-size: 39px;
}
@media screen and (min-width: 569px) {
  .s-cols-big-text-small-text__big-text {
    font-size: calc(39px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cols-big-text-small-text__big-text {
    font-size: 2.4375rem;
  }
}
.s-cols-big-text-small-text__big-text .line {
  --fill-pct: 0%;
  background-image: linear-gradient(90deg, var(--wp--preset--color--txt-primary) 0%, var(--wp--preset--color--txt-primary) var(--fill-pct), var(--wp--preset--color--txt-secondary) var(--fill-pct), var(--wp--preset--color--txt-secondary) 100%);
  background-size: 100% 100%;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.s-cols-big-text-small-text__text-group {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.s-cols-big-text-small-text__small-text {
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-cols-big-text-small-text__caption {
  font-weight: 400;
  line-height: 1.5;
  font-family: "Inter", "sans-serif";
  color: var(--wp--preset--color--txt-gray-dark);
  margin: 0;
}
.s-cols-big-text-small-text__caption {
  font-size: 12px;
}
@media screen and (min-width: 569px) {
  .s-cols-big-text-small-text__caption {
    font-size: calc(12px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cols-big-text-small-text__caption {
    font-size: 0.75rem;
  }
}
.s-cols-big-text-small-text__btn-wrap {
  margin-top: 2.25rem;
}
.s-cols-big-text-small-text__btn-wrap .btn-wrap {
  margin-top: 0;
}
.s-cols-big-text-small-text__stars {
  position: absolute;
  width: 23%;
  height: 8.75rem;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  left: 40%;
  transform: translate(-50%, 0);
  bottom: -9.375rem;
}
.s-cols-big-text-small-text__star {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--wp--preset--color--txt-primary);
}
.s-cols-big-text-small-text__star svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.s-cols-big-text-small-text__star svg path {
  fill: currentColor;
}
.s-cols-big-text-small-text__star--sm {
  width: 3rem;
  height: 3.0625rem;
  top: 0;
  left: 52%;
  transform: translateX(-50%);
}
.s-cols-big-text-small-text__star--md {
  width: 4.375rem;
  height: 4.375rem;
  top: 40%;
  left: 0;
}
.s-cols-big-text-small-text__star--lg {
  width: 7.0625rem;
  height: 7.0625rem;
  bottom: -1.875rem;
  right: 0;
}
.s-cols-big-text-small-text .btn-wrap {
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .s-cols-big-text-small-text__col:first-child {
    padding-right: 3.75rem;
  }
  .s-cols-big-text-small-text__big-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .s-cols-big-text-small-text .l-wrapper {
    padding-bottom: 7.5rem !important;
  }
  .s-cols-big-text-small-text__cols {
    flex-direction: column;
    gap: 2rem;
  }
  .s-cols-big-text-small-text__col:first-child {
    flex: none;
    padding-right: 0;
  }
  .s-cols-big-text-small-text__col:last-child {
    flex: none;
  }
  .s-cols-big-text-small-text__stars {
    width: 40%;
    left: 50%;
    bottom: -7.5rem;
  }
}
@media screen and (max-width: 580px) {
  .s-cols-big-text-small-text .l-wrapper {
    padding-bottom: 6.25rem !important;
  }
  .s-cols-big-text-small-text__big-text {
    font-size: 1.625rem;
  }
  .s-cols-big-text-small-text__text-group {
    gap: 1rem;
  }
  .s-cols-big-text-small-text__btn-wrap {
    margin-top: 1.5rem;
  }
  .s-cols-big-text-small-text__stars {
    width: 55%;
    height: 6.25rem;
    bottom: -6.25rem;
  }
  .s-cols-big-text-small-text__star--sm {
    width: 2rem;
    height: 2.0625rem;
  }
  .s-cols-big-text-small-text__star--md {
    width: 3rem;
    height: 3rem;
  }
  .s-cols-big-text-small-text__star--lg {
    width: 4.75rem;
    height: 4.75rem;
  }
}