/* ===== S001_navbar (latest_iteration) ===== */
@font-face {
  font-family: "Rinter";
  src: url("fonts/Rinter.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[id="S001"]{
  width: 100%;
  height: 72px;
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 13, 4, 1.000);
}

[id="S001"], [id="S001"] *{
  box-sizing: border-box;
}

[id="S001"] .navbar-container{
  width: 100%;
  max-width: 1312px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}

[id="S001"] .navbar-content, [id="S001"] .navbar-actions{
  flex: 0 0 422px;
  width: 422px;
  display: flex;
  align-items: center;
  min-width: 0;
}

[id="S001"] .navbar-content{
  justify-content: flex-start;
}

[id="S001"] .navbar-actions{
  justify-content: flex-end;
  padding-right: 0;
}

[id="S001"] .navbar-column{
  flex: 0 0 404px;
  width: 404px;
  min-width: 404px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  transform: translateX(-4px);
}

[id="S001"] .navbar-column > .navbar-link{
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

[id="S001"] .navbar-column > .navbar-link:nth-child(1){
  width: 86px;
}

[id="S001"] .navbar-column > .navbar-link:nth-child(2){
  width: 80px;
}

[id="S001"] .navbar-column > .navbar-link:nth-child(3){
  width: 78px;
}

[id="S001"] .company-logo{
  width: 130px;
  height: 35px;
  padding: 8px 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  color: #ffffff;
  text-decoration: none;
}

[id="S001"] .company-logo__vector{
  position: relative;
  left: -1px;
  display: block;
  font-family: "Rinter", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 19px;
  letter-spacing: -0.02em;
  color: #ffffff;
  white-space: nowrap;
}

[id="S001"] .navbar-link--dropdown{
  min-height: 24px;
}

[id="S001"] .navbar-link__anchor{
  width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #ffffff;
  text-decoration: none;
}

[id="S001"] .navbar-link__dropdown{
  min-height: 24px;
}

[id="S001"] .navbar-link__text{
  display: block;
  font-family: "Rinter", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  color: #ffffff;
  white-space: nowrap;
}

[id="S001"] .navbar-chevron{
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

[id="S001"] .navbar-chevron svg{
  width: 12.595px;
  height: 7.125px;
  display: block;
}

[id="S001"] .navbar-button{
  min-width: 102px;
  height: 26px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #fdda0d;
  color: #0b0d04;
  text-decoration: none;
  font-family: "Rinter", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  white-space: nowrap;
  transform: none;
}

[id="S001"] .company-logo:focus-visible, [id="S001"] .navbar-link__anchor:focus-visible, [id="S001"] .navbar-button:focus-visible{
  outline: 2px solid #fdda0d;
  outline-offset: 3px;
}

@media (max-width: 1320px) {
  [id="S001"]{
    padding: 0 32px;
  }

  [id="S001"] .navbar-container{
    justify-content: space-between;
  }

  [id="S001"] .navbar-content, [id="S001"] .navbar-actions{
    flex: 1 1 0;
    width: auto;
  }

  [id="S001"] .navbar-actions{
    padding-right: 0;
  }

  [id="S001"] .navbar-column{
    flex: 0 1 auto;
    width: auto;
    min-width: 0;
    justify-content: flex-start;
    gap: 28px;
    transform: none;
  }

  [id="S001"] .navbar-column > .navbar-link:nth-child(1), [id="S001"] .navbar-column > .navbar-link:nth-child(2), [id="S001"] .navbar-column > .navbar-link:nth-child(3){
    width: auto;
  }

  [id="S001"] .company-logo{
    width: auto;
  }
}

@media (max-width: 767px) {
  [id="S001"]{
    height: auto;
    padding: 12px 16px;
  }

  [id="S001"] .navbar-container{
    height: auto;
    gap: 12px;
  }

  [id="S001"] .navbar-content, [id="S001"] .navbar-actions{
    flex: 0 0 auto;
    width: auto;
  }

  [id="S001"] .company-logo{
    height: 28px;
    padding: 0;
  }

  [id="S001"] .company-logo__vector{
    font-size: 17px;
    line-height: 17px;
  }

  [id="S001"] .navbar-column{
    flex: 1 1 auto;
    min-width: 0;
    justify-content: center;
    gap: 14px;
  }

  [id="S001"] .navbar-link__text{
    font-size: 15px;
    line-height: 15px;
  }

  [id="S001"] .navbar-button{
    min-width: 94px;
    height: 30px;
    padding: 0 14px;
    font-size: 15px;
    line-height: 1;
  }
}

@media (max-width: 540px) {
  [id="S001"] .navbar-container{
    flex-wrap: wrap;
  }

  [id="S001"] .navbar-column{
    order: 3;
    flex: 1 0 100%;
    justify-content: flex-start;
  }

  [id="S001"] .navbar-actions{
    margin-left: auto;
  }
}

/* ===== S002_hero (latest_iteration) ===== */
@font-face {
  font-family: 'Rinter';
  src: url('fonts/Rinter.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[id="S002"], [id="S002"] *{
  box-sizing: border-box;
}

[id="S002"]{
  --s002-bg: #0b0d04;
  --s002-white: #ffffff;
  --s002-yellow: #fdda0d;
  --s002-yellow-soft: #fde555;
  position: relative;
  width: 100%;
  min-height: 1397px;
  padding: 132px 64px 0;
  overflow: hidden;
  isolation: isolate;
  background-color: rgba(11, 13, 4, 1);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 9.615384787321091%, rgba(0, 0, 0, 0) 50%, rgba(11, 13, 4, 1) 100%), url('assets/03_root_background_860b9c27a886f33b774e1bf5.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center top;
  background-size: 100% 100%, 100% 100%;
  color: var(--s002-white);
  font-family: 'Sora', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[id="S002"] .s002-container{
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

[id="S002"] .s002-column{
  width: 100%;
  min-height: 520px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  text-align: center;
}

[id="S002"] .s002-content{
  width: 100%;
  max-width: 998px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

[id="S002"] .s002-title, [id="S002"] .s002-heading, [id="S002"] .s002-tagline, [id="S002"] .s002-btn{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-synthesis: none;
}

[id="S002"] .s002-title{
  width: 100%;
  max-width: 930px;
  margin: 0;
  font-family: 'Rinter', Arial, sans-serif;
  font-size: 54px;
  line-height: 54px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.96);
  text-wrap: balance;
}

[id="S002"] .s002-description{
  width: 100%;
  max-width: 744px;
  margin: 0;
  font-family: 'Sora', Arial, sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.94);
}

[id="S002"] .s002-actions, [id="S002"] .s002-lightbox-actions{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

[id="S002"] .s002-actions{
  justify-content: center;
  gap: 16px;
}

[id="S002"] .s002-lightbox-actions{
  justify-content: flex-start;
  gap: 24px;
}

[id="S002"] .s002-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 10px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-family: 'Rinter', Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  white-space: nowrap;
}

[id="S002"] .s002-btn--hero-primary{
  min-width: 196px;
}

[id="S002"] .s002-btn--hero-secondary{
  min-width: 114px;
}

[id="S002"] .s002-btn--lightbox{
  min-width: 120px;
}

[id="S002"] .s002-btn--primary{
  background: #0b0d04;
  border-color: #0b0d04;
  color: #ffffff;
}

[id="S002"] .s002-btn--secondary{
  background: #fdda0d;
  border-color: #0b0d04;
  color: #0b0d04;
}

[id="S002"] .s002-btn--ghost{
  background: transparent;
  border-color: #fdda0d;
  color: #fdda0d;
}

[id="S002"] .s002-lightbox{
  position: relative;
  width: 100%;
  min-height: 705px;
  overflow: hidden;
  border-radius: 48px;
  isolation: isolate;
  background-color: #000000;
  background-image: url('assets/01_Layout_484__10205-66106.png'), url('assets/02_Placeholder_Lightbox_10205-66101.png');
  background-repeat: no-repeat, no-repeat;
  background-position: center center, center center;
  background-size: cover, cover;
}

[id="S002"] .s002-lightbox::before{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(180deg, rgba(0, 10, 12, 0.03) 0%, rgba(0, 24, 28, 0.18) 34%, rgba(0, 39, 43, 0.86) 100%);
}

[id="S002"] .s002-layout{
  position: relative;
  z-index: 1;
  min-height: 705px;
  padding: 224px 64px 112px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

[id="S002"] .s002-lightbox-container{
  width: 100%;
  max-width: 1152px;
  margin: 0 auto;
}

[id="S002"] .s002-section-title{
  width: 100%;
  max-width: 1024px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

[id="S002"] .s002-tagline-wrapper{
  display: inline-flex;
  align-items: center;
  width: auto;
}

[id="S002"] .s002-tagline{
  margin: 0;
  font-family: 'Rinter', Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0;
  color: #fdda0d;
}

[id="S002"] .s002-section-content{
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 920px;
}

[id="S002"] .s002-heading{
  width: 100%;
  max-width: 920px;
  margin: 0;
  font-family: 'Rinter', Arial, sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.94);
  text-align: left;
  text-wrap: balance;
}

/* ===== S003_logos (latest_iteration) ===== */
@font-face {
  font-family: "Rinter";
  src: url("fonts/Rinter.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[id="S003"]{
  width: 100%;
  height: 248px;
  min-height: 248px;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding: 64px 0;
  overflow: hidden;
  background: rgba(11, 13, 4, 1.000);
}

[id="S003"], [id="S003"] *{
  box-sizing: border-box;
}

[id="S003"] .logos__container{
  width: 100%;
  height: 16px;
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[id="S003"] .logos__heading{
  width: 560px;
  margin: 0;
  color: #4c676a;
  text-align: center;
  font-family: "Rinter", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
}

[id="S003"] .logos__content{
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  transform: translateY(-32px);
}

[id="S003"] .logos__content-row{
  width: max-content;
  height: 56px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 18px;
}

[id="S003"] .logos__placeholder-logo{
  width: 200px;
  height: 56px;
  flex: 0 0 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

[id="S003"] .logos__logo{
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  flex: 0 0 auto;
  color: #4c676a;
}

[id="S003"] .logos__logo--webflow{
  width: auto;
  height: 22.5px;
  gap: 4px;
}

[id="S003"] .logos__logo--relume{
  width: auto;
  height: 35.875px;
  gap: 6px;
}

[id="S003"] .logos__icon{
  display: block;
  flex: 0 0 auto;
  color: currentColor;
}

[id="S003"] .logos__icon--webflow{
  width: 31px;
  height: 23px;
}

[id="S003"] .logos__icon--relume{
  width: 31px;
  height: 36px;
}

[id="S003"] .logos__wordmark{
  display: block;
  color: currentColor;
  white-space: nowrap;
  font-family: "Sora", Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
}

[id="S003"] .logos__logo--webflow .logos__wordmark{
  font-size: 17px;
}

[id="S003"] .logos__logo--relume .logos__wordmark{
  font-size: 18px;
}

/* ===== S004_cards (latest_iteration) ===== */
@font-face {
  font-family: 'Rinter';
  src: url("fonts/Rinter.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[id="S004"]{
  --card-bg: #000f11;
  --card-title: #ffffff;
  --card-copy: #4c676a;
  --card-copy-strong: #ccd3d4;
  --card-title-size: 26px;
  --card-title-line: 0.96;
  --card-copy-size: 14px;
  width: 100%;
  min-height: 1320px;
  padding: 112px 64px;
  background: linear-gradient(180deg, rgba(11, 13, 4, 1) 0%, rgba(0, 39, 43, 1) 100%);
  overflow: hidden;
  color: var(--card-title);
  font-family: 'Sora', 'Rinter', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[id="S004"], [id="S004"] *{
  box-sizing: border-box;
}

[id="S004"] .container{
  width: 100%;
  max-width: 1280px;
  height: 1096px;
  margin: 0 auto;
}

[id="S004"] .content{
  width: 100%;
  height: 100%;
}

[id="S004"] .row{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 48px;
  width: 100%;
  height: 100%;
  align-items: start;
}

[id="S004"] .sticky-column-container{
  display: flex;
  flex-direction: column;
  height: 100%;
}

[id="S004"] .sticky-column-container--1{
  padding-top: 0;
}

[id="S004"] .sticky-column-container--2{
  padding-top: 224px;
}

[id="S004"] .sticky-column-container--3{
  padding-top: 448px;
}

[id="S004"] .frame-61{
  display: flex;
  align-items: flex-start;
  height: 100%;
  padding-top: 112px;
}

[id="S004"] .card-shell{
  width: 100%;
  padding: 8px;
  border-radius: 40px;
  overflow: hidden;
  background-color: #081114;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.16);
}

[id="S004"] .card-shell--card-1{
  height: 504px;
  background-image: url("assets/02_CARD_10213-71872.png");
}

[id="S004"] .card-shell--card-2{
  height: 504px;
  background-image: url("assets/03_CARD_10213-71948.png");
}

[id="S004"] .card-shell--card-3{
  height: 536px;
  background-image: url("assets/01_CARD_10213-71933.png");
}

[id="S004"] .stat-card{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  border-radius: 34px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 16, 18, 0.985) 0%, rgba(0, 15, 17, 0.99) 100%);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.015);
}

[id="S004"] .content-top{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 16px;
  height: 216px;
  min-height: 216px;
  padding: 24px 34px 24px 24px;
  flex: 0 0 auto;
}

[id="S004"] .card-shell--card-3 .content-top{
  height: 248px;
  min-height: 248px;
}

[id="S004"] .content-bottom{
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
  height: 272px;
  min-height: 272px;
  padding: 16px 24px;
  border-top: 1px solid rgba(204, 211, 212, 0.14);
  flex: 0 0 auto;
}

[id="S004"] .icon-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(11, 13, 4, 0.92);
  color: #ffffff;
  flex: 0 0 auto;
}

[id="S004"] .icon-badge svg{
  display: block;
  width: 30px;
  height: 30px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[id="S004"] .card-title{
  margin: 0;
  max-width: 294px;
  color: var(--card-title);
  font-size: var(--card-title-size);
  line-height: var(--card-title-line);
  letter-spacing: -0.042em;
  font-weight: 400;
  text-wrap: pretty;
}

[id="S004"] .card-shell--card-2 .card-title{
  max-width: 298px;
}

[id="S004"] .card-shell--card-3 .card-title{
  max-width: 286px;
}

[id="S004"] .content-bottom p{
  margin: 0;
  max-width: 320px;
  color: var(--card-copy);
  font-size: var(--card-copy-size);
  line-height: 1.42;
  letter-spacing: -0.018em;
  font-weight: 400;
}

[id="S004"] .card-shell--card-2 .content-bottom p{
  max-width: 322px;
}

[id="S004"] .card-shell--card-3 .content-bottom p{
  max-width: 314px;
}

[id="S004"] .card-stat{
  margin-top: 0;
}

[id="S004"] .card-stat strong{
  color: var(--card-copy-strong);
  font-weight: 400;
}

/* ===== S005_pasos (latest_iteration) ===== */
@font-face {
  font-family: 'Rinter';
  src: url("fonts/Rinter.woff2") format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[id="S005"]{
  width: 100%;
  min-height: 1141px;
  padding: 112px 80px;
  background: rgba(0, 39, 43, 1.000);
  --s005-card-image-01: url("assets/01_Placeholder_Image_10202-68503.png");
  --s005-card-image-02: url("assets/02_Placeholder_Image_10218-71987.png");
  --s005-card-image-03: url("assets/03_Placeholder_Image_10202-68475.png");
  --s005-card-image-04: url("assets/04_Placeholder_Image_10202-68489.png");
  --s005-card-image-05: url("assets/05_Placeholder_Image_10218-71965.png");
  --s005-card-image-06: url("assets/06_Placeholder_Image_10218-71976.png");
}

[id="S005"], [id="S005"] *{
  box-sizing: border-box;
}

[id="S005"] .s005-container{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 80px;
}

[id="S005"] .s005-section-title{
  width: 100%;
  max-width: 704px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

[id="S005"] .s005-tagline-wrapper{
  width: fit-content;
}

[id="S005"] .s005-tagline, [id="S005"] .s005-card-index{
  margin: 0;
  font-family: 'Rinter', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0;
  color: #fdda0d;
}

[id="S005"] .s005-title-content{
  width: 100%;
  max-width: 690px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

[id="S005"] .s005-heading{
  margin: 0;
  width: 100%;
  max-width: 690px;
  font-family: 'Rinter', Arial, sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 0;
  color: #ffffff;
}

[id="S005"] .s005-text{
  margin: 0;
  width: 100%;
  max-width: 688px;
  font-family: 'Sora', Arial, sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: 0;
  color: rgba(204, 211, 212, 0.94);
}

[id="S005"] .s005-component{
  width: 100%;
}

[id="S005"] .s005-row{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
}

[id="S005"] .s005-card{
  height: 550px;
  min-height: 550px;
  display: flex;
  flex-direction: column;
  background: #001f22;
  border: 1px solid rgba(204, 211, 212, 0.22);
  border-radius: 40px;
  overflow: hidden;
  isolation: isolate;
}

[id="S005"] .s005-card-media{
  position: relative;
  width: 100%;
  flex: 0 0 auto;
  overflow: hidden;
  background-color: #001f22;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

[id="S005"] .s005-card:nth-child(1) .s005-card-media{
  background-image: var(--s005-card-image-05);
}

[id="S005"] .s005-card:nth-child(2) .s005-card-media{
  background-image: var(--s005-card-image-06);
}

[id="S005"] .s005-card:nth-child(3) .s005-card-media{
  background-image: var(--s005-card-image-02);
}

[id="S005"] .s005-card-media--short{
  height: 224px;
}

[id="S005"] .s005-card-media--tall{
  height: 277px;
}

[id="S005"] .s005-card-media img{
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

[id="S005"] .s005-card-media::after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 31, 34, 0) 0%, rgba(0, 31, 34, 0.76) 68%, rgba(0, 31, 34, 1) 100%);
  pointer-events: none;
}

[id="S005"] .s005-card-body{
  flex: 1 1 auto;
  display: flex;
  padding: 32px;
  align-items: flex-start;
}

[id="S005"] .s005-card-top{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

[id="S005"] .s005-card-copy{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

[id="S005"] .s005-card-heading{
  margin: 0;
  font-family: 'Rinter', Arial, sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 32px;
  letter-spacing: 0;
  color: #ffffff;
}

[id="S005"] .s005-card-text{
  margin: 0;
  font-family: 'Sora', Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0;
  color: #4c676a;
}

@media (max-width: 1200px) {
  [id="S005"]{
    padding: 96px 48px;
  }

  [id="S005"] .s005-row{
    grid-template-columns: 1fr;
  }

  [id="S005"] .s005-section-title, [id="S005"] .s005-title-content, [id="S005"] .s005-heading, [id="S005"] .s005-text{
    max-width: none;
  }

  [id="S005"] .s005-card{
    height: auto;
  }
}

@media (max-width: 767px) {
  [id="S005"]{
    min-height: auto;
    padding: 72px 24px;
  }

  [id="S005"] .s005-container{
    gap: 56px;
  }

  [id="S005"] .s005-heading{
    font-size: 40px;
    line-height: 40px;
  }

  [id="S005"] .s005-text{
    font-size: 16px;
    line-height: 24px;
  }

  [id="S005"] .s005-card{
    border-radius: 28px;
  }

  [id="S005"] .s005-card-body{
    padding: 28px 24px;
  }

  [id="S005"] .s005-card-heading{
    font-size: 28px;
    line-height: 28px;
  }
}

/* ===== S006_flujo (latest_iteration) ===== */
@font-face {
  font-family: 'Rinter';
  src: url('fonts/Rinter.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[id="S006"]{
  --accent: #fdda0d;
  --white: #ffffff;
  --ink: #23251d;
  --muted: #858681;
  --body: #ccd3d4;
  --card: #23251d;
  --deep: #00272b;
  width: 100%;
  min-height: 3344px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(11, 13, 4, 1) 0%, rgba(0, 39, 43, 1) 50%, rgba(253, 218, 13, 1) 100%);
  color: var(--white);
  font-family: 'Sora', Arial, sans-serif;
  isolation: isolate;
}

[id="S006"] *{
  box-sizing: border-box;
}

[id="S006"] h1, [id="S006"] h2, [id="S006"] h3, [id="S006"] h4, [id="S006"] h5, [id="S006"] h6, [id="S006"] p{
  margin: 0;
}

[id="S006"] img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

[id="S006"] .layout-408, [id="S006"] .stats-30{
  padding: 112px 64px;
}

[id="S006"] .container{
  width: min(100%, 1280px);
  margin: 0 auto;
}

[id="S006"] .layout-408 .container{
  display: flex;
  flex-direction: column;
  gap: 80px;
}

[id="S006"] .section-title{
  width: min(100%, 768px);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

[id="S006"] .section-title__content{
  display: flex;
  flex-direction: column;
  gap: 24px;
}

[id="S006"] .tagline{
  font-family: 'Rinter', Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: var(--accent);
}

[id="S006"] .section-title__heading{
  max-width: 748px;
  font-family: 'Rinter', Arial, sans-serif;
  font-weight: 400;
  font-size: 56px;
  line-height: 56px;
  letter-spacing: 0;
  color: var(--white);
}

[id="S006"] .section-title__heading .muted{
  color: var(--muted);
}

[id="S006"] .section-title__text{
  max-width: 640px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: var(--white);
}

[id="S006"] .component{
  display: flex;
  flex-direction: column;
  gap: 64px;
}

[id="S006"] .flow-card{
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: 100%;
  height: 510px;
  min-height: 510px;
  background: rgba(35, 37, 29, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.14);
  isolation: isolate;
}

[id="S006"] .flow-card__content{
  position: relative;
  min-height: 510px;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  overflow: hidden;
}

[id="S006"] .flow-card__content-top{
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 492px;
  width: 100%;
}

[id="S006"] .flow-card__copy{
  display: flex;
  flex-direction: column;
  gap: 28px;
  max-width: 492px;
}

[id="S006"] .flow-card__heading{
  max-width: 492px;
  font-family: 'Rinter', Arial, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  letter-spacing: 0;
  color: var(--white);
}

[id="S006"] .flow-card__text{
  max-width: 480px;
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: var(--body);
}

[id="S006"] .flow-card__step{
  position: absolute;
  top: 50%;
  left: 52px;
  transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
  font-family: 'Rinter', Arial, sans-serif;
  font-weight: 400;
  font-size: 380px;
  line-height: 0.78;
  letter-spacing: -0.04em;
  color: rgba(133, 134, 129, 0.24);
}

[id="S006"] .flow-card--left-media .flow-card__step{
  left: auto;
  right: 12px;
}

[id="S006"] .flow-card__media{
  position: relative;
  min-height: 510px;
  height: 510px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

[id="S006"] .flow-card__media img{
  position: relative;
  z-index: 0;
}

[id="S006"] .flow-card__media::before{
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

[id="S006"] .flow-card--right-media .flow-card__media::before{
  background: linear-gradient(90deg, rgba(35, 37, 29, 0.9) 0%, rgba(35, 37, 29, 0) 32%);
}

[id="S006"] .flow-card--left-media .flow-card__media::before{
  background: linear-gradient(270deg, rgba(35, 37, 29, 0.9) 0%, rgba(35, 37, 29, 0) 32%);
}

[id="S006"] .stats{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  align-items: start;
}

[id="S006"] .intro-stat{
  min-height: 872px;
}

[id="S006"] .sticky{
  position: sticky;
  top: 112px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}

[id="S006"] .frame-63{
  display: flex;
  flex-direction: column;
  gap: 16px;
}

[id="S006"] .intro-stat__heading{
  max-width: 405px;
  font-family: 'Rinter', Arial, sans-serif;
  font-weight: 400;
  font-size: 48px;
  line-height: 48px;
  color: var(--white);
}

[id="S006"] .intro-stat__text{
  max-width: 405px;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: var(--ink);
}

[id="S006"] .column{
  display: flex;
  flex-direction: column;
  gap: 32px;
}

[id="S006"] .use-card{
  min-height: 420px;
  background: var(--deep);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
}

[id="S006"] .frame-62{
  height: 100%;
  display: flex;
  flex-direction: column;
}

[id="S006"] .use-card__header{
  min-height: 89px;
  padding: 24px 48px;
  display: flex;
  align-items: flex-start;
}

[id="S006"] .use-card__header .tagline{
  display: block;
  max-width: 309px;
  line-height: 17px;
}

[id="S006"] .divider{
  height: 1px;
  background: rgba(255, 255, 255, 0.16);
}

[id="S006"] .use-card__body{
  flex: 1;
  padding: 48px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

[id="S006"] .use-card__heading{
  max-width: 309px;
  font-family: 'Rinter', Arial, sans-serif;
  font-weight: 400;
  font-size: 40px;
  line-height: 40px;
  color: var(--white);
}

[id="S006"] .use-card__text{
  max-width: 309px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: var(--white);
}

@media (max-width: 1320px) {
  [id="S006"] .layout-408, [id="S006"] .stats-30{
    padding-left: 48px;
    padding-right: 48px;
  }

  [id="S006"] .section-title__heading{
    font-size: 52px;
    line-height: 52px;
    max-width: 700px;
  }

  [id="S006"] .section-title__text{
    max-width: 620px;
  }

  [id="S006"] .flow-card__heading{
    font-size: 44px;
    line-height: 44px;
  }

  [id="S006"] .flow-card__step{
    font-size: 340px;
  }
}

@media (max-width: 1100px) {
  [id="S006"] .flow-card{
    grid-template-columns: 1fr;
    height: auto;
    min-height: 0;
  }

  [id="S006"] .flow-card__content, [id="S006"] .flow-card__media{
    min-height: 360px;
    height: auto;
  }

  [id="S006"] .flow-card__content-top, [id="S006"] .flow-card__copy, [id="S006"] .flow-card__heading, [id="S006"] .flow-card__text{
    max-width: 100%;
  }

  [id="S006"] .flow-card--right-media .flow-card__media{
    order: 2;
  }

  [id="S006"] .flow-card--left-media .flow-card__content{
    order: 2;
  }

  [id="S006"] .flow-card--right-media .flow-card__media::before, [id="S006"] .flow-card--left-media .flow-card__media::before{
    background: linear-gradient(180deg, rgba(35, 37, 29, 0.14) 0%, rgba(35, 37, 29, 0.74) 100%);
  }

  [id="S006"] .stats{
    grid-template-columns: 1fr;
  }

  [id="S006"] .sticky{
    position: relative;
    top: auto;
  }

  [id="S006"] .column{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  [id="S006"]{
    min-height: auto;
  }

  [id="S006"] .layout-408, [id="S006"] .stats-30{
    padding: 72px 24px;
  }

  [id="S006"] .layout-408 .container, [id="S006"] .component{
    gap: 48px;
  }

  [id="S006"] .section-title{
    width: 100%;
  }

  [id="S006"] .section-title__heading{
    max-width: 100%;
    font-size: 42px;
    line-height: 42px;
  }

  [id="S006"] .section-title__text, [id="S006"] .intro-stat__text, [id="S006"] .flow-card__text{
    max-width: 100%;
    font-size: 16px;
    line-height: 24px;
  }

  [id="S006"] .intro-stat__heading{
    font-size: 38px;
    line-height: 38px;
  }

  [id="S006"] .flow-card__content, [id="S006"] .use-card__header, [id="S006"] .use-card__body{
    padding-left: 24px;
    padding-right: 24px;
  }

  [id="S006"] .flow-card__content{
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  [id="S006"] .flow-card__heading{
    font-size: 38px;
    line-height: 38px;
  }

  [id="S006"] .flow-card__step{
    font-size: 160px;
    left: 24px;
  }

  [id="S006"] .flow-card--left-media .flow-card__step{
    right: 12px;
  }

  [id="S006"] .column{
    grid-template-columns: 1fr;
  }

  [id="S006"] .use-card__heading{
    font-size: 32px;
    line-height: 32px;
  }
}

/* ===== S007_pricing (latest_iteration) ===== */
@font-face {
  font-family: 'Rinter';
  src: url('fonts/Rinter.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[id="S007"]{
  --s007-base: #0b0d04;
  --s007-yellow: #fdda0d;
  --s007-ink: #23251d;
  --s007-card: #00272b;
  --s007-white: #ffffff;
  --s007-muted: #b5b6b3;
  --s007-divider: rgba(255, 255, 255, 0.16);
  width: 100%;
  min-height: 841px;
  padding: 112px 64px;
  position: relative;
  overflow: hidden;
  color: var(--s007-ink);
  font-family: 'Sora', Arial, sans-serif;
  background-color: rgba(11, 13, 4, 1);
  background-image: linear-gradient(rgba(253, 218, 13, 1), rgba(253, 218, 13, 1));
  background-repeat: no-repeat;
  background-size: cover;
}

[id="S007"], [id="S007"] *{
  box-sizing: border-box;
}

[id="S007"] .s007-container{
  width: 100%;
  max-width: 1280px;
  min-height: 617px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 750px) 450px;
  gap: 80px;
  align-items: stretch;
}

[id="S007"] .s007-section-title{
  max-width: 750px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: center;
}

[id="S007"] .s007-tagline-wrapper{
  display: flex;
  align-items: center;
}

[id="S007"] .s007-tagline{
  margin: 0;
  font-family: 'Rinter', Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  color: var(--s007-base);
}

[id="S007"] .s007-copy{
  max-width: 750px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

[id="S007"] .s007-heading{
  margin: 0;
  max-width: 690px;
  font-family: 'Rinter', Arial, sans-serif;
  font-weight: 400;
  font-size: 54px;
  line-height: 54px;
  letter-spacing: 0;
  color: var(--s007-ink);
}

[id="S007"] .s007-heading br{
  display: block;
}

[id="S007"] .s007-text{
  margin: 0;
  max-width: 750px;
  font-family: 'Sora', Arial, sans-serif;
  font-size: 18px;
  line-height: 27px;
  color: var(--s007-ink);
}

[id="S007"] .s007-result strong{
  font-weight: 600;
}

[id="S007"] .s007-card{
  width: 100%;
  max-width: 450px;
  min-height: 0;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: start;
  justify-self: end;
  border-radius: 32px;
  background: var(--s007-card);
  color: var(--s007-white);
}

[id="S007"] .s007-price, [id="S007"] .s007-price-content{
  width: 100%;
  display: flex;
  justify-content: center;
}

[id="S007"] .s007-price-line{
  width: 100%;
  margin: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  white-space: nowrap;
}

[id="S007"] .s007-price-value{
  font-family: 'Rinter', Arial, sans-serif;
  font-size: 58px;
  line-height: 58px;
  letter-spacing: 0;
  color: var(--s007-white);
}

[id="S007"] .s007-price-unit{
  padding-bottom: 6px;
  font-family: 'Rinter', Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: 0;
  color: rgba(181, 182, 179, 0.86);
}

[id="S007"] .s007-divider{
  width: 100%;
  height: 1px;
  background: var(--s007-divider);
}

[id="S007"] .s007-card-content{
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

[id="S007"] .s007-card-intro, [id="S007"] .s007-card-text, [id="S007"] .s007-footnote, [id="S007"] .s007-list-text{
  margin: 0;
  font-family: 'Sora', Arial, sans-serif;
}

[id="S007"] .s007-card-intro, [id="S007"] .s007-card-text, [id="S007"] .s007-list-text{
  font-size: 16px;
  line-height: 24px;
  color: var(--s007-white);
}

[id="S007"] .s007-list{
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 6px 0 4px;
}

[id="S007"] .s007-list-item{
  display: flex;
  align-items: center;
  gap: 16px;
}

[id="S007"] .s007-check{
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--s007-white);
}

[id="S007"] .s007-check svg{
  width: 15.86px;
  height: 11.35px;
  display: block;
}

[id="S007"] .s007-check path{
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

[id="S007"] .s007-list-text{
  flex: 1 1 auto;
}

[id="S007"] .s007-card-text{
  margin-top: 2px;
  max-width: 386px;
}

[id="S007"] .s007-footnote{
  font-size: 14px;
  line-height: 21px;
  color: var(--s007-muted);
}

[id="S007"] .s007-footnote strong{
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}

[id="S007"] .s007-actions{
  margin-top: 2px;
}

[id="S007"] .s007-button{
  width: 100%;
  min-height: 46px;
  padding: 10px 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  appearance: none;
  background: var(--s007-yellow);
  color: var(--s007-base);
  font-family: 'Rinter', Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}

[id="S007"] .s007-button:hover{
  filter: brightness(0.98);
  transform: translateY(-1px);
}

[id="S007"] .s007-button:focus-visible{
  outline: 2px solid var(--s007-white);
  outline-offset: 3px;
}

@media (max-width: 1200px) {
  [id="S007"]{
    min-height: auto;
    padding: 96px 40px;
  }

  [id="S007"] .s007-container{
    min-height: auto;
    grid-template-columns: minmax(0, 1fr);
    gap: 48px;
  }

  [id="S007"] .s007-section-title{
    max-width: 100%;
    align-self: start;
  }

  [id="S007"] .s007-copy, [id="S007"] .s007-heading, [id="S007"] .s007-text{
    max-width: 100%;
  }

  [id="S007"] .s007-card{
    max-width: 520px;
    justify-self: start;
    padding: 22px 28px 24px;
  }
}

@media (max-width: 767px) {
  [id="S007"]{
    padding: 72px 20px;
  }

  [id="S007"] .s007-copy{
    gap: 20px;
  }

  [id="S007"] .s007-heading{
    font-size: 46px;
    line-height: 46px;
  }

  [id="S007"] .s007-heading br{
    display: none;
  }

  [id="S007"] .s007-text{
    font-size: 16px;
    line-height: 24px;
  }

  [id="S007"] .s007-card{
    max-width: 100%;
    padding: 20px 20px 22px;
    gap: 18px;
    border-radius: 28px;
  }

  [id="S007"] .s007-price, [id="S007"] .s007-price-content, [id="S007"] .s007-price-line{
    justify-content: flex-start;
  }

  [id="S007"] .s007-price-line{
    flex-wrap: wrap;
  }

  [id="S007"] .s007-price-value{
    font-size: 48px;
    line-height: 48px;
  }

  [id="S007"] .s007-price-unit{
    padding-bottom: 3px;
    font-size: 20px;
    line-height: 20px;
  }

  [id="S007"] .s007-list{
    gap: 10px;
  }

  [id="S007"] .s007-button{
    min-height: 44px;
  }
}

/* ===== S008_banner (latest_iteration) ===== */
@font-face {
  font-family: 'Rinter';
  src: url('fonts/Rinter.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

[id="S008"]{
  background: rgba(11, 13, 4, 1);
  width: 100%;
  min-height: 998px;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[id="S008"] *{
  box-sizing: border-box;
}

[id="S008"] a{
  color: inherit;
}

[id="S008"] .s008-content{
  width: 100%;
  min-height: 639px;
  background: #fdda0d;
  padding: 112px 64px;
}

[id="S008"] .s008-container{
  width: min(1280px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

[id="S008"] .s008-column{
  width: min(760px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  text-align: center;
}

[id="S008"] .s008-column-content{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

[id="S008"] .s008-tagline-wrapper{
  width: 100%;
  display: flex;
  justify-content: center;
}

[id="S008"] .s008-tagline{
  margin: 0;
  color: #0b0d04;
  font-family: 'Rinter', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
}

[id="S008"] .s008-heading{
  width: 100%;
  max-width: 704px;
  margin: 0 auto;
  color: #23251d;
  font-family: 'Rinter', Arial, sans-serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 46px;
  letter-spacing: 0;
}

[id="S008"] .s008-text{
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
  color: #23251d;
  font-family: 'Sora', Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0;
}

[id="S008"] .s008-actions{
  width: 100%;
  display: flex;
  justify-content: center;
}

[id="S008"] .s008-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 213px;
  min-height: 45px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #0b0d04;
  color: #ffffff;
  text-decoration: none;
  font-family: 'Rinter', Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  white-space: nowrap;
}

[id="S008"] .s008-support-text{
  width: 100%;
  max-width: 768px;
  margin: 0;
  color: #23251d;
  font-family: 'Sora', Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
}

[id="S008"] .s008-placeholder-lightbox{
  width: 100%;
  min-height: 359px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: transparent;
  position: relative;
}

[id="S008"] .s008-footer-8{
  width: 100%;
  padding: 64px;
  background: transparent;
}

[id="S008"] .s008-footer-container{
  width: min(1280px, 100%);
  margin: 0 auto;
}

[id="S008"] .s008-footer-content{
  width: 100%;
}

[id="S008"] .s008-footer-column{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 32px;
}

[id="S008"] .s008-footer-links{
  width: 516px;
  max-width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
  flex-wrap: wrap;
}

[id="S008"] .s008-footer-links.is-launch-hidden{
  display: none;
}

[id="S008"] .s008-footer-links a, [id="S008"] .s008-copyright{
  margin: 0;
  color: #ffffff;
  font-family: 'Sora', Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0;
}

[id="S008"] .s008-footer-links a{
  text-decoration: underline;
  text-underline-offset: 2px;
}

[id="S008"] .s008-copyright{
  margin-left: auto;
  white-space: nowrap;
  text-align: right;
}

[id="S008"] .s008-logo-max{
  width: 100%;
  height: 202px;
  position: relative;
  overflow: hidden;
  background: transparent;
}

[id="S008"] .s008-logo-mark{
  position: absolute;
  left: 50%;
  bottom: -52px;
  transform: translateX(-50%);
  color: #4b4103;
  font-family: 'Rinter', Arial, sans-serif;
  font-size: 228px;
  font-weight: 400;
  line-height: 0.84;
  letter-spacing: 0.01em;
  white-space: nowrap;
  opacity: 0.42;
  filter: blur(3px);
  pointer-events: none;
  user-select: none;
}

@media (max-width: 1200px) {
  [id="S008"]{
    min-height: auto;
  }

  [id="S008"] .s008-content{
    min-height: auto;
    padding: 96px 40px 104px;
  }

  [id="S008"] .s008-column{
    width: min(720px, 100%);
  }

  [id="S008"] .s008-heading{
    max-width: 660px;
    font-size: 42px;
    line-height: 42px;
  }

  [id="S008"] .s008-footer-8{
    padding: 56px 40px;
  }

  [id="S008"] .s008-logo-max{
    height: 170px;
  }

  [id="S008"] .s008-logo-mark{
    font-size: 188px;
    bottom: -40px;
  }
}

@media (max-width: 767px) {
  [id="S008"] .s008-content{
    padding: 72px 20px 84px;
  }

  [id="S008"] .s008-column{
    width: 100%;
    gap: 28px;
  }

  [id="S008"] .s008-column-content{
    gap: 20px;
  }

  [id="S008"] .s008-heading{
    max-width: none;
    font-size: 34px;
    line-height: 34px;
  }

  [id="S008"] .s008-text{
    font-size: 16px;
    line-height: 24px;
  }

  [id="S008"] .s008-actions{
    width: 100%;
  }

  [id="S008"] .s008-button{
    width: 100%;
    min-width: 100%;
  }

  [id="S008"] .s008-footer-8{
    padding: 32px 20px 40px;
  }

  [id="S008"] .s008-footer-column{
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }

  [id="S008"] .s008-footer-links{
    width: 100%;
    gap: 16px;
  }

  [id="S008"] .s008-copyright{
    margin-left: 0;
    white-space: normal;
    text-align: left;
  }

  [id="S008"] .s008-logo-max{
    height: 112px;
  }

  [id="S008"] .s008-logo-mark{
    font-size: 124px;
    bottom: -12px;
    opacity: 0.4;
    filter: blur(2.2px);
  }
}

@media (max-width: 767px) {
  [id="S002"]{
    min-height: auto;
    padding: 84px 24px 0;
  }

  [id="S002"] .s002-container{
    gap: 40px;
  }

  [id="S002"] .s002-column{
    min-height: auto;
    align-items: flex-start;
    gap: 24px;
    text-align: left;
  }

  [id="S002"] .s002-content{
    max-width: none;
    align-items: flex-start;
    gap: 18px;
  }

  [id="S002"] .s002-title{
    max-width: none;
    font-size: 35px;
    line-height: 35px;
    text-wrap: pretty;
  }

  [id="S002"] .s002-description{
    max-width: none;
    font-size: 15px;
    line-height: 23px;
  }

  [id="S002"] .s002-actions{
    justify-content: flex-start;
  }

  [id="S002"] .s002-lightbox{
    min-height: auto;
    border-radius: 28px;
  }

  [id="S002"] .s002-layout{
    min-height: auto;
    padding: 88px 24px 56px;
  }

  [id="S002"] .s002-lightbox-container{
    max-width: none;
  }

  [id="S002"] .s002-section-content{
    gap: 24px;
  }

  [id="S002"] .s002-heading{
    max-width: none;
    font-size: 34px;
    line-height: 36px;
  }

  [id="S002"] .s002-lightbox-actions{
    gap: 16px;
  }

  [id="S003"]{
    height: auto;
    min-height: 0;
    gap: 24px;
    padding: 32px 0 40px;
  }

  [id="S003"] .logos__container{
    height: auto;
    padding: 0 24px;
  }

  [id="S003"] .logos__heading{
    width: 100%;
    font-size: 14px;
    line-height: 18px;
  }

  [id="S003"] .logos__content{
    height: auto;
    transform: none;
  }

  [id="S003"] .logos__content-row{
    height: auto;
    gap: 10px;
  }

  [id="S003"] .logos__placeholder-logo{
    width: 148px;
    height: 44px;
    flex: 0 0 148px;
  }

  [id="S004"]{
    --card-title-size: 24px;
    --card-copy-size: 15px;
    min-height: auto;
    padding: 72px 24px;
  }

  [id="S004"] .container, [id="S004"] .content, [id="S004"] .row, [id="S004"] .sticky-column-container{
    height: auto;
  }

  [id="S004"] .row{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  [id="S004"] .sticky-column-container--1, [id="S004"] .sticky-column-container--2, [id="S004"] .sticky-column-container--3{
    padding-top: 0;
  }

  [id="S004"] .frame-61{
    height: auto;
    padding-top: 0;
  }

  [id="S004"] .card-shell--card-1, [id="S004"] .card-shell--card-2, [id="S004"] .card-shell--card-3{
    height: auto;
  }

  [id="S004"] .content-top, [id="S004"] .card-shell--card-3 .content-top{
    height: auto;
    min-height: 0;
    padding: 20px 20px 18px;
  }

  [id="S004"] .content-bottom{
    height: auto;
    min-height: 0;
    padding: 14px 20px 20px;
  }

  [id="S004"] .card-title, [id="S004"] .content-bottom p{
    max-width: none;
  }

  [id="S006"] .flow-card{
    height: auto;
    min-height: 0;
  }

  [id="S006"] .flow-card__media{
    min-height: 220px;
    height: 220px;
  }

  [id="S006"] .intro-stat{
    min-height: auto;
  }

  [id="S006"] .sticky{
    gap: 24px;
  }

  [id="S006"] .stats{
    gap: 24px;
  }

  [id="S006"] .intro-stat__text{
    color: var(--white);
  }

  [id="S006"] .column{
    gap: 24px;
  }

  [id="S008"] .s008-placeholder-lightbox{
    overflow: hidden;
  }

  [id="S008"] .s008-logo-max{
    height: 96px;
  }

  [id="S008"] .s008-logo-mark{
    width: 100%;
    max-width: 100%;
    left: 50%;
    transform: translateX(-50%);
    font-size: clamp(48px, 15vw, 88px);
    bottom: -4px;
    opacity: 0.38;
    filter: blur(1.4px);
  }
}

body.contact-modal-open{
  overflow: hidden;
}

.contact-modal[hidden]{
  display: none !important;
}

.contact-modal, .contact-modal * {
  box-sizing: border-box;
}

.contact-modal{
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.contact-modal__backdrop{
  position: absolute;
  inset: 0;
  background: rgba(11, 13, 4, 0.74);
  backdrop-filter: blur(2px);
}

.contact-modal__dialog{
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: calc(100vh - 48px);
  overflow-y: auto;
  border-radius: 24px;
  border: 1px solid rgba(253, 218, 13, 0.38);
  background: linear-gradient(180deg, rgba(11, 13, 4, 0.98) 0%, rgba(0, 39, 43, 0.98) 100%);
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.36);
  padding: 28px 28px 24px;
  color: #ffffff;
  font-family: "Sora", Arial, sans-serif;
}

.contact-modal__close{
  position: absolute;
  top: 14px;
  right: 14px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.contact-modal__header{
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 18px;
  padding-right: 34px;
}

.contact-modal__tag{
  margin: 0;
  font-family: "Rinter", Arial, sans-serif;
  font-size: 15px;
  line-height: 15px;
  color: #fdda0d;
}

.contact-modal__title{
  margin: 0;
  font-family: "Rinter", Arial, sans-serif;
  font-size: 38px;
  line-height: 38px;
  font-weight: 400;
  color: #ffffff;
}

.contact-modal__subtitle{
  margin: 0;
  font-size: 15px;
  line-height: 23px;
  color: #ccd3d4;
}

.contact-modal__form{
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-modal__grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.contact-modal__field{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-modal__field > span{
  font-family: "Rinter", Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.92);
}

.contact-modal__field input, .contact-modal__field textarea{
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.24);
  color: #ffffff;
  font-family: "Sora", Arial, sans-serif;
  font-size: 15px;
  line-height: 22px;
  padding: 12px 13px;
}

.contact-modal__field textarea{
  resize: vertical;
  min-height: 96px;
}

.contact-modal__field input::placeholder, .contact-modal__field textarea::placeholder{
  color: rgba(204, 211, 212, 0.72);
}

.contact-modal__field input:focus-visible, .contact-modal__field textarea:focus-visible{
  outline: 2px solid #fdda0d;
  outline-offset: 1px;
}

.contact-modal__checkbox{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #b5b6b3;
}

.contact-modal__checkbox input{
  margin-top: 2px;
  accent-color: #fdda0d;
}

.contact-modal__submit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border: 1px solid #0b0d04;
  border-radius: 999px;
  background: #fdda0d;
  color: #0b0d04;
  font-family: "Rinter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
}

.contact-modal__note{
  margin: 0;
  font-size: 12px;
  line-height: 18px;
  color: #858681;
}

@media (max-width: 767px) {
  .contact-modal{
    padding: 16px;
  }

  .contact-modal__dialog{
    width: 100%;
    max-height: calc(100vh - 32px);
    border-radius: 20px;
    padding: 22px 18px 18px;
  }

  .contact-modal__header{
    margin-bottom: 14px;
  }

  .contact-modal__title{
    font-size: 30px;
    line-height: 30px;
  }

  .contact-modal__grid{
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
