/* 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-text-tabs__cols {
  display: flex;
}
.s-cols-text-tabs__col {
  display: flex;
  flex-direction: column;
}
.s-cols-text-tabs__col:first-child {
  flex: 0 0 40%;
  max-width: 40%;
  padding-right: 2.5rem;
}
.s-cols-text-tabs__col:last-child {
  flex: 0 0 60%;
  max-width: 60%;
}
.s-cols-text-tabs__ttl {
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.78px;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
  color: var(--wp--preset--color--txt-secondary-dark);
}
.s-cols-text-tabs__ttl {
  font-size: 39px;
}
@media screen and (min-width: 569px) {
  .s-cols-text-tabs__ttl {
    font-size: calc(39px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cols-text-tabs__ttl {
    font-size: 2.4375rem;
  }
}
.s-cols-text-tabs__subttl {
  margin-top: 1rem;
  font-weight: 700;
  line-height: 1.25;
  color: var(--wp--preset--color--txt-gray-dark);
}
.s-cols-text-tabs__subttl {
  font-size: 24px;
}
@media screen and (min-width: 569px) {
  .s-cols-text-tabs__subttl {
    font-size: calc(24px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cols-text-tabs__subttl {
    font-size: 1.5rem;
  }
}
.s-cols-text-tabs__txt {
  margin-top: 1rem;
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
}
.s-cols-text-tabs__btn-wrap {
  margin-top: 1.5rem;
}
.s-cols-text-tabs-tabs__nav {
  font-family: "Inter", "sans-serif";
  font-size: 1.5rem;
  line-height: 1.25;
  font-style: normal;
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.s-cols-text-tabs-tabs__btn {
  background-color: var(--clr-main, var(--wp--preset--color--bg-quaternary-dark));
  color: var(--clr-text, var(--wp--preset--color--txt-white));
  border: none;
  padding: 0.625rem 1.5rem;
  font-weight: 700;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  transition: background-color 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.s-cols-text-tabs-tabs__btn {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-cols-text-tabs-tabs__btn {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cols-text-tabs-tabs__btn {
    font-size: 1.125rem;
  }
}
.s-cols-text-tabs-tabs__btn.is-active {
  background-color: var(--clr-secondary, var(--wp--preset--color--bg-quaternary));
  position: relative;
  z-index: 2;
}
.s-cols-text-tabs-tabs__content-wrapper {
  background-color: var(--clr-secondary, var(--wp--preset--color--bg-quaternary));
  color: var(--clr-text, var(--wp--preset--color--txt-white));
  border-radius: 0 10px 10px 10px;
  margin-top: -1px;
  position: relative;
  z-index: 1;
}
.s-cols-text-tabs-tabs__content-wrapper h2 {
  font-size: 3.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
}
.s-cols-text-tabs-tabs__content-wrapper h3 {
  font-size: 2rem;
  line-height: 1.09;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "remora-sans-w1", "sans-serif";
}
.s-cols-text-tabs-tabs__content-wrapper h5 {
  font-size: 18px;
}
@media screen and (min-width: 569px) {
  .s-cols-text-tabs-tabs__content-wrapper h5 {
    font-size: calc(18px + 0 * (100vw - 569px) / 871);
  }
}
@media screen and (min-width: 1440px) {
  .s-cols-text-tabs-tabs__content-wrapper h5 {
    font-size: 1.125rem;
  }
}
.s-cols-text-tabs-tabs__content-wrapper p {
  margin-top: 1.875rem;
}
.s-cols-text-tabs-tabs__content-wrapper p:first-child {
  margin-top: 0;
}
.s-cols-text-tabs-tabs__content-wrapper p + ul,
.s-cols-text-tabs-tabs__content-wrapper h2 + p,
.s-cols-text-tabs-tabs__content-wrapper h3 + p,
.s-cols-text-tabs-tabs__content-wrapper h4 + p,
.s-cols-text-tabs-tabs__content-wrapper h5 + p {
  margin-top: 1.25rem;
}
.s-cols-text-tabs-tabs__content-wrapper b,
.s-cols-text-tabs-tabs__content-wrapper strong {
  font-weight: 700;
}
.s-cols-text-tabs-tabs__content-wrapper .btn {
  margin-top: 2rem;
}
.s-cols-text-tabs-tabs__content-wrapper i,
.s-cols-text-tabs-tabs__content-wrapper em {
  font-style: italic;
}
.s-cols-text-tabs-tabs__content-wrapper p > a,
.s-cols-text-tabs-tabs__content-wrapper li > a {
  text-decoration: underline;
  line-height: 1.37;
}
.s-cols-text-tabs-tabs__content-wrapper ul,
.s-cols-text-tabs-tabs__content-wrapper ol {
  margin-top: 1.875rem;
  list-style: none;
  margin-left: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.s-cols-text-tabs-tabs__content-wrapper ul li,
.s-cols-text-tabs-tabs__content-wrapper ol li {
  position: relative;
  padding-left: 1.5rem;
}
.s-cols-text-tabs-tabs__content-wrapper ul li a,
.s-cols-text-tabs-tabs__content-wrapper ol li a {
  font-size: 16px;
}
.s-cols-text-tabs-tabs__content-wrapper ul li:last-child,
.s-cols-text-tabs-tabs__content-wrapper ol li:last-child {
  margin-bottom: 0;
}
.s-cols-text-tabs-tabs__content-wrapper ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3125rem;
  width: 0.8125rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='12' fill='none' viewBox='0 0 13 12'%3E%3Cpath fill='%2335ab55' d='m12.767 4.365-3.948.119a.446.446 0 0 1-.46-.381L7.839.19c-.03-.209-.313-.262-.42-.08L5.311 3.684a.46.46 0 0 1-.564.187L.312 2.1c-.214-.086-.406.16-.262.337l3.055 3.734c.118.144.13.346.03.502l-2.389 3.73c-.119.186.087.407.29.312L5.473 8.63a.46.46 0 0 1 .529.096l3.038 3.201c.153.162.429.03.388-.187l-.796-4.306a.43.43 0 0 1 .222-.457l4.032-2.207c.205-.113.117-.417-.118-.409z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.s-cols-text-tabs-tabs__content-wrapper ol li {
  list-style: decimal;
}
.s-cols-text-tabs-tabs__content-wrapper img {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.s-cols-text-tabs-tabs__content-wrapper *:first-child {
  margin-top: 0;
}
.s-cols-text-tabs-tabs__content-wrapper img {
  margin: 1.25rem 0 3.5rem;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 1rem;
}
.s-cols-text-tabs-tabs__panel {
  display: none;
  padding: 2.5rem;
}
.s-cols-text-tabs-tabs__panel.is-active {
  display: block;
}
.s-cols-text-tabs-tabs__body p {
  font-family: "Inter", "sans-serif";
  font-size: 1rem;
  line-height: 1.375;
  font-style: normal;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  .s-cols-text-tabs__col:first-child {
    padding-right: 2.5rem;
  }
  .s-cols-text-tabs__ttl {
    font-size: 2rem;
  }
  .s-cols-text-tabs-tabs__btn {
    font-size: 1.25rem;
    padding: 0.5rem 1.125rem;
  }
  .s-cols-text-tabs-tabs__panel {
    padding: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .s-cols-text-tabs__cols {
    flex-direction: column;
    gap: 2rem;
  }
  .s-cols-text-tabs__col:first-child, .s-cols-text-tabs__col:last-child {
    flex: 1 1 auto;
    max-width: 100%;
  }
  .s-cols-text-tabs__col:first-child {
    padding-right: 0;
  }
  .s-cols-text-tabs-tabs__nav {
    flex-wrap: nowrap;
    gap: 0.375rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scrollbar-width: thin;
  }
  .s-cols-text-tabs-tabs__nav::-webkit-scrollbar {
    height: 0.25rem;
  }
  .s-cols-text-tabs-tabs__btn {
    flex-shrink: 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 580px) {
  .s-cols-text-tabs__ttl {
    font-size: 1.75rem;
  }
  .s-cols-text-tabs__subttl {
    font-size: 1.25rem;
  }
  .s-cols-text-tabs-tabs__nav {
    gap: 0.25rem;
  }
  .s-cols-text-tabs-tabs__btn {
    font-size: 1rem;
    padding: 0.5rem 0.875rem;
  }
  .s-cols-text-tabs-tabs__panel {
    padding: 1.5rem 1.25rem;
  }
  .s-cols-text-tabs-tabs__content-wrapper {
    border-radius: 0 0 10px 10px;
  }
}