@font-face {
  font-family: Instrument Serif;
  src: url('../fonts/InstrumentSerif-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Instrument Serif;
  src: url('../fonts/InstrumentSerif-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

/* Sofia Pro - Primary Font */
@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro UltraLight Az.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro UltraLight Italic Az.otf') format("opentype");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro ExtraLight Az.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro ExtraLight Italic Az.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Light Az.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Light Italic Az.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Regular Az.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Regular Italic Az.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Medium Az.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Medium Italic Az.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Semi Bold Az.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Semi Bold Italic Az.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Bold Az.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Bold Italic Az.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Black Az.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia Pro Black Italic Az.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Roboto mono;
  src: url('../fonts/RobotoMono-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto mono;
  src: url('../fonts/RobotoMono-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---primary--beige: #f8f7f3;
  --_typography---font-family--secondary: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --_colors---primary--black: #000;
  --fixed--1rem: 1rem;
  --_typography---font-weight--regular: 400;
  --fixed--0rem: 0rem;
  --_typography---h1--font-family: var(--_typography---font-family--primary);
  --_typography---h1--font-size: var(--fixed--6rem);
  --_typography---h1--line-height: 100%;
  --_typography---h1--font-weight: var(--_typography---font-weight--medium);
  --_typography---h1--letter-spacing: -0.08em;
  --_typography---h2--font-family: var(--_typography---font-family--primary);
  --_typography---h2--font-size: var(--fixed--5rem);
  --_typography---h2--font-weight: var(--_typography---font-weight--medium);
  --_typography---h2--letter-spacing: -0.08em;
  --_typography---h3--font-family: var(--_typography---font-family--primary);
  --_typography---h3--font-size: var(--fixed--3-5rem);
  --_typography---h3--line-height: 105%;
  --_typography---h3--font-weight: var(--_typography---font-weight--medium);
  --_typography---h3--letter-spacing: -0.08em;
  --_typography---h4--font-family: var(--_typography---font-family--primary);
  --_typography---h4--font-size: var(--fixed--2-75rem);
  --_typography---h4--line-height: 110%;
  --_typography---h4--font-weight: var(--_typography---font-weight--medium);
  --_typography---h4--letter-spacing: -0.08em;
  --_typography---h5--font-family: var(--_typography---font-family--primary);
  --_typography---h5--font-size: var(--fixed--2rem);
  --_typography---h5--line-height: 110%;
  --_typography---h5--font-weight: var(--_typography---font-weight--medium);
  --_typography---h5--letter-spacing: -0.08em;
  --_typography---h6--font-family: var(--_typography---font-family--primary);
  --_typography---h6--font-size: var(--fixed--1-25rem);
  --_typography---h6--line-height: 120%;
  --_typography---h6--font-weight: var(--_typography---font-weight--medium);
  --_typography---h6--letter-spacing: -0.08em;
  --fixed--2-5rem: 2.5rem;
  --fixed--1-5rem: 1.5rem;
  --fixed--1-125rem: 1.125rem;
  --border-radius--xxsmall: var(--fixed--0-25rem);
  --_colors---primary--white: #ffffff;
  --fixed--1-25rem: 1.25rem;
  --_typography---font-weight--medium: 500;
  --fixed--0-875rem: .875rem;
  --_typography---font-weight--thin: 100;
  --spacer--xxhuge: var(--fixed--12rem);
  --fixed--2rem: 2rem;
  --spacer--custom-1: var(--fixed--1-25rem);
  --fixed--0-75rem: .75rem;
  --fixed--4rem: 4rem;
  --fixed--3rem: 3rem;
  --fixed--1-75rem: 1.75rem;
  --spacer--custom-3: var(--fixed--2-5rem);
  --section--medium: var(--fixed--8rem);
  --fixed--6rem: 6rem;
  --spacer--tiny: var(--fixed--0-125rem);
  --_typography---font-weight--extra-bold: 800;
  --spacer--medium: var(--fixed--2rem);
  --spacer--custom-2: var(--fixed--1-5rem);
  --_typography---font-weight--light: 300;
  --fixed--2-75rem: 2.75rem;
  --fixed--2-25rem: 2.25rem;
  --fixed--0-5rem: .5rem;
  --spacer--xhuge: var(--fixed--8rem);
  --section--large: var(--fixed--10rem);
  --fixed--6-5rem: 6.5rem;
  --_typography---font-weight--bold: 700;
  --spacer--small: var(--fixed--1rem);
  --section--xxlarge: var(--fixed--13rem);
  --_typography---font-family--detail: "Roboto mono", Arial, sans-serif;
  --spacer--xxlarge: var(--fixed--5rem);
  --section--xsmall: var(--fixed--4rem);
  --section--small: var(--fixed--3rem);
  --spacer--xlarge: var(--fixed--4rem);
  --_typography---font-weight--black: 900;
  --section--xlarge: var(--fixed--12rem);
  --spacer--xsmall: var(--fixed--0-5rem);
  --_typography---font-weight--extra-light: 200;
  --_typography---font-weight--semibold: 600;
  --spacer--xxsmall: var(--fixed--0-25rem);
  --spacer--huge: var(--fixed--6rem);
  --_typography---h2--line-height: 100%;
  --spacer--large: var(--fixed--3rem);
  --_typography---font-family--primary: "Sofia Pro", Arial, sans-serif;
  --_typography---font-family--serif: "Instrument Serif", Georgia, serif;
  --fixed--5rem: 5rem;
  --border-radius--xsmall: var(--fixed--0-5rem);
  --fixed--4-5rem: 4.5rem;
  --fixed--3-5rem: 3.5rem;
  --base--beige\<deleted\|variable-18c14968-cf92-b56f-6465-88a57344cb44\>: #f8f7f3;
  --fixed--9rem: 9rem;
  --fixed--8rem: 8rem;
  --_colors---grey--400: #474747;
  --fixed--12rem: 12rem;
  --_colors---grey--300: #6b6b6b;
  --fixed--7rem: 7rem;
  --border-radius--huge: var(--fixed--1-75rem);
  --border-radius--small: var(--fixed--0-75rem);
  --border-radius--medium: var(--fixed--1rem);
  --fixed--0-25rem: .25rem;
  --border-radius--ultra: var(--fixed--3rem);
  --fixed--15rem: 15rem;
  --border-radius--xxlarge: var(--fixed--1-5rem);
  --_colors---grey--200: #b6b6b6;
  --border-radius--large: var(--fixed--1-125rem);
  --fixed--0-125rem: .125rem;
  --_colors---grey--100: #ddd;
  --_colors---grey--500: #333;
  --_colors---grey--600: #292929;
  --_colors---grey--700: #171717;
  --_colors---grey--800: #0f0f0f;
  --_colors---grey--900: #0a0a0a;
  --_colors---white--transparent: transparent;
  --_colors---white--10: #ffffff1a;
  --_colors---white--15: #ffffff26;
  --_colors---white--20: #fff3;
  --_colors---white--30: #ffffff4d;
  --_colors---white--40: #fff6;
  --_colors---white--50: #ffffff80;
  --_colors---white--70: #ffffffb3;
  --_colors---white--80: #fffc;
  --_colors---white--60: #fffc;
  --_colors---white--90: #fffc;
  --fixed--5-5rem: 5.5rem;
  --fixed--10rem: 10rem;
  --fixed--11rem: 11rem;
  --fixed--13rem: 13rem;
  --fixed--14rem: 14rem;
  --fixed--16rem: 16rem;
  --border-radius--tiny: var(--fixed--0-125rem);
  --border-radius--xlarge: var(--fixed--1-25rem);
  --border-radius--xhuge: var(--fixed--2rem);
  --border-radius--xxhuge: var(--fixed--2-5rem);

  /* ===== PEAKLY DESIGN TOKENS ===== */
  /* These tokens are available for selection in Webflow's design panel */

  /* Colors - Primary */
  /* @token colors.primary.black */
  --colors-primary-black: #000000;
  /* @token colors.primary.white */
  --colors-primary-white: #ffffff;
  /* @token colors.primary.beige */
  --colors-primary-beige: #f8f7f3;

  /* Colors - Grey Scale */
  /* @token colors.grey.100 */
  --colors-grey-100: #dddddd;
  /* @token colors.grey.200 */
  --colors-grey-200: #b6b6b6;
  /* @token colors.grey.300 */
  --colors-grey-300: #6b6b6b;
  /* @token colors.grey.400 */
  --colors-grey-400: #474747;
  /* @token colors.grey.500 */
  --colors-grey-500: #333333;
  /* @token colors.grey.600 */
  --colors-grey-600: #292929;
  /* @token colors.grey.700 */
  --colors-grey-700: #171717;
  /* @token colors.grey.800 */
  --colors-grey-800: #0f0f0f;
  /* @token colors.grey.900 */
  --colors-grey-900: #0a0a0a;

  /* Colors - White Alpha */
  --colors-white-alpha-10: rgba(255, 255, 255, 0.1);
  --colors-white-alpha-15: rgba(255, 255, 255, 0.15);
  --colors-white-alpha-20: rgba(255, 255, 255, 0.2);
  --colors-white-alpha-30: rgba(255, 255, 255, 0.3);
  --colors-white-alpha-40: rgba(255, 255, 255, 0.4);
  --colors-white-alpha-50: rgba(255, 255, 255, 0.5);
  --colors-white-alpha-60: rgba(255, 255, 255, 0.6);
  --colors-white-alpha-70: rgba(255, 255, 255, 0.7);
  --colors-white-alpha-80: rgba(255, 255, 255, 0.8);
  --colors-white-alpha-90: rgba(255, 255, 255, 0.9);

  /* Colors - Black Alpha */
  --colors-black-alpha-50: rgba(0, 0, 0, 0.5);
  --colors-black-alpha-30: rgba(0, 0, 0, 0.3);

  /* Spacing */
  --spacing-0: 0rem;
  --spacing-05: 0.5rem;
  --spacing-075: 0.75rem;
  --spacing-1: 1rem;
  --spacing-125: 1.25rem;
  --spacing-15: 1.5rem;
  --spacing-175: 1.75rem;
  --spacing-2: 2rem;
  --spacing-25: 2.5rem;
  --spacing-3: 3rem;
  --spacing-35: 3.5rem;
  --spacing-4: 4rem;
  --spacing-45: 4.5rem;
  --spacing-5: 5rem;
  --spacing-6: 6rem;
  --spacing-7: 7rem;
  --spacing-8: 8rem;

  /* Border Radius */
  --borderRadius-small: 0.75rem;
  --borderRadius-medium: 1rem;
  --borderRadius-large: 1.125rem;
  --borderRadius-xlarge: 1.25rem;
  --borderRadius-xxlarge: 1.5rem;

  /* Typography */
  --typography-fontFamily-primary: "Sofia Pro", Arial, sans-serif;
  --typography-fontFamily-detail: "Roboto mono", Arial, sans-serif;
  --typography-fontWeight-regular: 400;
  --typography-fontWeight-medium: 500;
  --typography-fontWeight-bold: 700;
  --typography-fontWeight-light: 300;
  --typography-fontWeight-semibold: 600;

  /* Button tokens */
  --button-borderRadius: 12px;
  --button-paddingY: 12px;
  --button-paddingX: var(--fixed--2rem);
  --button-paddingXSmall: var(--fixed--1-5rem);

  /* Grid tokens */
  --grid-gapColumn: 2rem;
  --grid-gapRow: 3rem;
  --grid-columns: 2;

  /* Shadow tokens */
  --shadow-buttonInset: inset 0 0 7px rgba(255, 255, 255, 0.28);
  --shadow-buttonInsetHover: inset 0 0 7px rgba(255, 255, 255, 0.6);
  --shadow-buttonActive: 0 4px 4px rgba(0, 0, 0, 0.3);

  /* Transition tokens */
  --transition-fast: 0.2s;
  --transition-medium: 0.3s;
  --transition-slow: 0.5s;

  /* Z-index tokens */
  --zIndex-base: 1;
  --zIndex-dropdown: 10;
  --zIndex-sticky: 100;
  --zIndex-modal: 1000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--_colors---primary--beige);
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='1.5' fill='%23d4d4d4' fill-opacity='0.5'/%3E%3C/svg%3E");
  background-size: 30px 30px;
  background-repeat: repeat;
  font-family: var(--_typography---font-family--secondary);
  color: var(--_colors---primary--black);
  font-size: var(--fixed--1rem);
  line-height: 1.4;
  font-weight: var(--_typography---font-weight--regular);
}

h1 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h1--font-family);
  font-size: var(--_typography---h1--font-size);
  line-height: var(--_typography---h1--line-height);
  font-weight: var(--_typography---h1--font-weight);
  letter-spacing: var(--_typography---h1--letter-spacing);
}

h2 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h2--font-family);
  font-size: var(--_typography---h2--font-size);
  line-height: var(--_typography---h1--line-height);
  font-weight: var(--_typography---h2--font-weight);
  letter-spacing: var(--_typography---h2--letter-spacing);
}

h3 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h3--font-family);
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---h3--line-height);
  font-weight: var(--_typography---h3--font-weight);
  letter-spacing: var(--_typography---h3--letter-spacing);
}

h4 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h4--font-family);
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---h4--line-height);
  font-weight: var(--_typography---h4--font-weight);
  letter-spacing: var(--_typography---h4--letter-spacing);
}

h5 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h5--font-family);
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---h5--line-height);
  font-weight: var(--_typography---h5--font-weight);
  letter-spacing: var(--_typography---h5--letter-spacing);
}

h6 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h6--font-family);
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---h6--line-height);
  font-weight: var(--_typography---h6--font-weight);
  letter-spacing: var(--_typography---h6--letter-spacing);
}

p {
  margin-bottom: var(--fixed--0rem);
}

a {
  color: var(--colors-primary-black);
  text-decoration: none;
}

ul,
ol {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  padding-left: var(--fixed--2-5rem);
}

blockquote {
  margin-bottom: var(--fixed--0rem);
  padding: var(--fixed--0rem);
  font-size: var(--fixed--1-5rem);
  border-left: 5px var(--colors-grey-100);
  line-height: 120%;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.utility-page-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 80vh;
  max-height: 100%;
  display: flex;
}

.utility-page-wrap.min-heigh {
  height: 100vh;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.resources_item {
  border-radius: var(--border-radius--xxsmall);
  background-color: var(--_colors---primary--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.resources_heading {
  padding-bottom: var(--fixed--1-25rem);
  font-size: var(--fixed--1-5rem);
  line-height: 1.4;
  font-weight: var(--_typography---font-weight--medium);
  border-bottom: 1px dotted var(--colors-grey-400);
}

.display-flex {
  display: flex;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.heading-style-h5 {
  font-family: var(--_typography---h5--font-family);
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---h5--line-height);
  font-weight: var(--_typography---h5--font-weight);
  letter-spacing: var(--_typography---h5--letter-spacing);
}

.text-weight-thin {
  font-weight: var(--_typography---font-weight--thin);
}

.text-style-link {
  color: var(--colors-primary-black);
  text-decoration: underline;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.main-wrapper {
  position: relative;
  overflow: clip;
}

.spacer-xxhuge {
  padding-top: var(--spacer--xxhuge);
  width: 100%;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.hide {
  display: none;
}

.icon-height-small {
  height: var(--fixed--1-5rem);
}

.resources_group {
  grid-row-gap: var(--fixed--2rem);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.spacer-custom-1 {
  padding-top: var(--spacer--custom-1);
  width: 100%;
}

.icon-height-xlarge {
  height: var(--fixed--4rem);
}

.overflow-scroll {
  overflow: scroll;
}

.resources_items {
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resources_items.single {
  flex-flow: column;
  display: flex;
}

.resources_items.more-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

.text-align-right {
  text-align: right;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-rich-text {
  line-height: 1.5;
}

.text-rich-text figure {
  margin-bottom: 3rem;
}

.text-rich-text h2 {
  margin-bottom: var(--fixed--1-5rem);
  font-size: var(--fixed--2-5rem);
}

.text-rich-text p {
  margin-bottom: var(--fixed--2-5rem);
  line-height: 1.5;
}

.text-rich-text h4 {
  margin-bottom: var(--fixed--1-5rem);
  font-size: var(--fixed--1-75rem);
}

.text-rich-text h3 {
  margin-bottom: var(--fixed--1-5rem);
  font-size: var(--fixed--2rem);
}

.text-rich-text h6 {
  margin-bottom: var(--fixed--1rem);
  font-size: var(--fixed--1-25rem);
}

.text-rich-text blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 4rem;
  font-weight: 500;
}

.text-rich-text h1 {
  font-size: var(--fixed--4rem);
  margin-bottom: 1.5rem;
}

.text-rich-text h5 {
  margin-bottom: var(--fixed--1rem);
  font-size: var(--fixed--1-5rem);
}

.text-rich-text ul,
.text-rich-text ol {
  margin-bottom: var(--fixed--1-5rem);
}

.spacer-custom-3 {
  padding-top: var(--spacer--custom-3);
  width: 100%;
}

.padding-section-medium {
  padding-top: var(--section--medium);
}

.spacer-tiny {
  padding-top: var(--spacer--tiny);
  width: 100%;
}

.pointer-events-auto {
  pointer-events: auto;
}

.text-size-medium {
  font-size: var(--fixed--1-125rem);
}

.text-weight-xbold {
  font-weight: var(--_typography---font-weight--extra-bold);
}

.spacer-medium {
  padding-top: var(--spacer--medium);
  width: 100%;
}

.resources_section {
  grid-row-gap: var(--fixed--1-5rem);
  flex-direction: column;
  display: flex;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.template-style-heading-split {
  background-color: var(--colors-grey-200);
  width: 1px;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  transform: rotate(7deg);
}

.template-style-heading-split.margin-small {
  margin-left: 1rem;
  margin-right: 1rem;
}

.template-style-heading-split.margin-large {
  margin-left: 2rem;
  margin-right: 2rem;
}




.text-weight-light {
  font-weight: var(--_typography---font-weight--light);
}

.overflow-visible {
  overflow: visible;
}

.resources_component {
  grid-column-gap: var(--fixed--2rem);
  grid-row-gap: var(--fixed--2rem);
  flex-direction: column;
  display: flex;
}

.resources_item-content {
  padding: var(--fixed--2-25rem) var(--fixed--2-5rem) var(--fixed--4rem);
  flex-direction: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.resources_item-content.center-horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.spacer-xhuge {
  padding-top: var(--spacer--xhuge);
  width: 100%;
}

.padding-global {
  padding-right: var(--fixed--3rem);
  padding-left: var(--fixed--3rem);
}

.padding-global.is-tiny {
  padding-right: var(--fixed--1-5rem);
  padding-left: var(--fixed--1-5rem);
}

.padding-section-large {
  padding-top: var(--section--large);
}

.text-size-large {
  font-size: var(--fixed--1-25rem);
}

.icon-height-medium {
  height: var(--fixed--2rem);
  max-width: none;
  display: inline;
}

.heading-style-h1 {
  font-family: var(--_typography---h1--font-family);
  font-size: var(--_typography---h1--font-size);
  line-height: var(--_typography---h1--line-height);
  font-weight: var(--_typography---h1--font-weight);
  letter-spacing: var(--_typography---h1--letter-spacing);
}

.text-weight-bold {
  font-weight: var(--_typography---font-weight--bold);
}

.spacer-small {
  padding-top: var(--spacer--small);
  width: 100%;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.padding-section-xxlarge {
  padding-top: var(--section--xxlarge);
}

.overflow-auto {
  overflow: auto;
}

.heading-style-h4 {
  font-family: var(--_typography---h4--font-family);
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---h4--line-height);
  font-weight: var(--_typography---h4--font-weight);
  letter-spacing: var(--_typography---h4--letter-spacing);
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.container-tiny {
  width: 100%;
  max-width: 36rem;
  margin-left: auto;
  margin-right: auto;
}

.resources_structure-out {
  border: 1px solid var(--colors-primary-black);
  width: 100%;
  position: relative;
}

.resources_structure-out.fill-bg {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 80px;
}

.heading-style-h6 {
  font-family: var(--_typography---h6--font-family);
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---h6--line-height);
  font-weight: var(--_typography---h6--font-weight);
  letter-spacing: -0.06em;
}

.text-style-all-caps {
  text-transform: uppercase;
}

.resources_groups {
  grid-row-gap: var(--fixed--4rem);
  flex-direction: column;
  display: flex;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.ss_structure-box {
  pointer-events: none;
  background-color: var(--colors-primary-white);
  height: 3rem;
  position: relative;
}

.text-style-label {
  font-family: var(--_typography---font-family--detail);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: .1em;
  text-transform: uppercase;
}

.display-inline-block {
  display: inline-block;
}

.container-xsmall {
  width: 100%;
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-large {
  height: var(--fixed--2-5rem);
  aspect-ratio: 1;
  position: relative;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.container-xxsmall {
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.text-weight-normal {
  font-weight: var(--_typography---font-weight--regular);
}

.text-align-left {
  text-align: left;
}

.spacer-xxlarge {
  padding-top: var(--spacer--xxlarge);
  width: 100%;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.display-block {
  display: block;
}

.padding-section-xsmall {
  padding-top: var(--section--xsmall);
}

.padding-section-small {
  padding-top: var(--section--small);
}

.resources_item-label {
  grid-column-gap: .5rem;
  color: var(--colors-grey-300);
  border-bottom: 1px solid var(--colors-grey-100);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  margin-right: 0;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
  position: relative;
}

.text-size-regular {
  font-size: var(--fixed--1rem);
}

.resources_structure-in {
  pointer-events: none;
  background-color: var(--colors-primary-white);
  width: 100%;
  height: 3rem;
  position: relative;
}

.resources_structure-in.utility {
  background-color: var(--colors-white-alpha-10);
}

.resources_structure-in.utility.full-height {
  height: 100%;
}

.text-align-center {
  text-align: center;
}

.spacer-xlarge {
  padding-top: var(--spacer--xlarge);
  width: 100%;
}

.text-style-muted {
  opacity: .6;
}

.section_resources.min-height {
  min-height: 80vh;
}

.text-weight-black {
  font-weight: var(--_typography---font-weight--black);
}

.padding-section-xlarge {
  padding-top: var(--section--xlarge);
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.heading-style-h3 {
  font-family: var(--_typography---h3--font-family);
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---h3--line-height);
  font-weight: var(--_typography---h3--font-weight);
  letter-spacing: var(--_typography---h3--letter-spacing);
  text-align: center;
}

.heading-style-h3.text-weight-normal {
  font-weight: var(--_typography---font-weight--regular);
}

.display-inline {
  display: inline;
}

.text-size-tiny {
  font-size: var(--fixed--0-75rem);
}

.spacer-xsmall {
  padding-top: var(--spacer--xsmall);
  width: 100%;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.text-weight-xlight {
  font-weight: var(--_typography---font-weight--extra-light);
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.text-size-small {
  font-size: var(--fixed--0-875rem);
}

.text-weight-semibold {
  font-weight: var(--_typography---font-weight--semibold);
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.resources_class {
  padding: var(--fixed--0-5rem) .625rem;
  color: var(--colors-primary-white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--fixed--0-75rem);
  line-height: 1.3;
  font-weight: var(--_typography---font-weight--medium);
  background-color: var(--colors-primary-black);
  border-radius: 4px;
}

.resources_class.custom-border {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.resources_class.html-tag {
  color: var(--colors-primary-beige);
  background-color: var(--colors-primary-black);
  border-style: none;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.page-wrapper {
  z-index: 1;
  position: relative;
}

.page-wrapper.full-height {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

.container-medium {
  width: 100%;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.spacer-xxsmall {
  padding-top: var(--spacer--xxsmall);
  width: 100%;
}

.pointer-events-none {
  pointer-events: none;
}

.container-small {
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}

.resources_subheading {
  font-size: var(--fixed--1rem);
  font-weight: var(--_typography---font-weight--medium);
}

.spacer-huge {
  padding-top: var(--spacer--huge);
  width: 100%;
}

.resources_class-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-style-h2 {
  font-family: var(--_typography---h2--font-family);
  font-size: var(--_typography---h2--font-size);
  line-height: var(--_typography---h2--line-height);
  font-weight: var(--_typography---h2--font-weight);
  letter-spacing: var(--_typography---h2--letter-spacing);
}

.container-large {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.text-style-italic {
  font-style: italic;
}

.overflow-hidden {
  overflow: hidden;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.text-weight-medium {
  font-weight: var(--_typography---font-weight--medium);
}

.spacer-large {
  padding-top: var(--spacer--large);
  width: 100%;
}

.resources_fonts {
  grid-column-gap: 5.5rem;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: flex;
}

.resources_license-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.resources_font-1 {
  font-family: var(--_typography---font-family--primary);
  font-size: var(--fixed--5rem);
  line-height: 1;
  font-weight: var(--_typography---font-weight--regular);
}

.resources_license-wrap {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.resources_licenses-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resources_font-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  transition: opacity .2s;
  display: flex;
}

.resources_font-block:hover {
  opacity: .7;
}

.resources_licenses-group {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resources_license-image-link {
  aspect-ratio: 1;
  border-radius: var(--border-radius--xsmall);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.resources_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.resources_font-2 {
  font-family: var(--_typography---font-family--detail);
  font-size: var(--fixed--5rem);
  line-height: 1;
  font-weight: var(--_typography---font-weight--regular);
}

.resources_changelog-list {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

.resources_changelog-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}


.home-header_img-wrap {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  max-width: none;
  display: flex;
  position: absolute;
}

.home-header_img-wrap._1 {
  top: 0;
}

.home-header_img-wrap._2 {
  top: 15%;
  right: 15%;
}

.home-header_img-wrap._3 {
  right: 0;
}

.home-header_img-wrap._4 {
  bottom: 15%;
  right: 15%;
}

.home-header_img-wrap._5 {
  bottom: 0%;
}

.home-header_img-wrap._6 {
  bottom: 15%;
  left: 15%;
}

.home-header_img-wrap._7 {
  left: 0%;
}

.home-header_img-wrap._8 {
  top: 15%;
  left: 15%;
}

.section_home-header {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.section_home-header .padding-global {
  padding-left: 5vw !important;
  padding-right: 5vw !important;
  max-width: 100% !important;
  width: 100% !important;
}

.home-header_component {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  max-width: 100% !important;
  width: 100% !important;
}

.home-header_headings {
  justify-content: center;
  align-items: center;
  max-width: 100% !important;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  position: relative;
}

.home-header_heading {
  font-family: var(--_typography---h1--font-family);
  font-size: 5rem;
  line-height: 120%;
  font-weight: var(--_typography---h1--font-weight);
  text-align: center;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  position: relative !important;
  opacity: 1 !important;
  transform: none !important;
}

.home-header_heading._1,
.home-header_heading._2 {
  display: block !important;
  position: relative !important;
}

.section_home-header .home-header_text {
  max-width: 900px;
  text-align: center;
  margin-top: 2rem;
}

/* Desactivar GSAP en home-header_heading */
.home-header_heading .gsap_split_word,
.home-header_heading [class^="gsap_split_word"] {
  display: none !important;
}

/* GSAP split word styles para navbar */
.navbar_component .gsap_split_word,
.navbar_component .gsap_split_word1,
.navbar_component .gsap_split_word2,
.navbar_component .gsap_split_word3 {
  font-size: 14px;
}

.home-header_imgs-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-header_imgs-wrap {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 80%;
  min-height: 50rem;
  display: flex;
  position: absolute;
  transform: rotate(0);
}

.button {
  border-radius: 100px;
  background-color: var(--colors-primary-black);
  color: var(--colors-primary-white);
  font-size: var(--typography-fontSize-sm);
  font-weight: var(--typography-fontWeight-medium);
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

/* Círculo que se expande en hover */
.button::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.button:hover::after {
  width: 300px;
  height: 300px;
}

.button:where(.w-variant-b8634f3d-4f7e-297a-e558-b94b09f0008b) {
  color: var(--colors-primary-black);
  background-color: transparent;
  background-image: linear-gradient(#f2f1ed, #dddbd1);
}

.button:where(.w-variant-994e88c4-baec-2bbf-d0b3-8a2991a92ab2) {
  border-radius: 100px;
  color: var(--colors-primary-black);
  font-size: var(--typography-fontSize-xs);
  background-color: #ffffff;
  background-image: none;
}

.button:active {
  transform: translate(0, 2px);
  box-shadow: var(--shadow-buttonActive);
}

.button_inner {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: var(--button-paddingX);
  padding-right: var(--button-paddingX);
  transition: box-shadow var(--transition-fast), background-color var(--transition-fast), background-image var(--transition-fast);
  position: relative;
  overflow: hidden;
  box-shadow: none;
  color: inherit;
  z-index: 2;
}

.button_inner:where(.w-variant-994e88c4-baec-2bbf-d0b3-8a2991a92ab2) {
  padding: 12px var(--button-paddingXSmall);
}

.button_inner:hover {
  box-shadow: none;
}

/* Círculo naranja suave para botones con fondo blanco/beige */
.button.w-variant-994e88c4-baec-2bbf-d0b3-8a2991a92ab2::after,
.button.w-variant-b8634f3d-4f7e-297a-e558-b94b09f0008b::after {
  background-color: #FF9578;
}

.button:where(.w-variant-994e88c4-baec-2bbf-d0b3-8a2991a92ab2):hover .button_inner,
.button:where(.w-variant-b8634f3d-4f7e-297a-e558-b94b09f0008b):hover .button_inner {
  box-shadow: none;
}

/* Círculo naranja para botones oscuros */
.button:not(.w-variant-994e88c4-baec-2bbf-d0b3-8a2991a92ab2):not(.w-variant-b8634f3d-4f7e-297a-e558-b94b09f0008b)::after {
  background-color: #FF592B;
}

.button:hover .button_gradient,
.button:hover .button_gradient-glow {
  opacity: 0 !important;
  display: none !important;
}

.button_gradient {
  z-index: var(--zIndex-base);
  opacity: 0 !important;
  pointer-events: none;
  border-radius: var(--button-borderRadius);
  position: absolute;
  inset: 0%;
  display: none;
}

.button_gradient-ball {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.button_gradient-ball.ball-1 {
  background-color: var(--colors-primary-black);
  background-image: linear-gradient(to right, var(--colors-primary-black), var(--colors-primary-black));
  position: absolute;
  bottom: 0;
}

.button_gradient-ball.ball-1:where(.w-variant-994e88c4-baec-2bbf-d0b3-8a2991a92ab2) {
  filter: blur(13px);
}

.button_gradient-ball.ball-2 {
  background-image: linear-gradient(78deg, var(--colors-primary-black), var(--colors-primary-black));
  position: absolute;
  bottom: 0;
  left: 50%;
}

.button_gradient-ball.ball-2:where(.w-variant-994e88c4-baec-2bbf-d0b3-8a2991a92ab2) {
  filter: blur(13px);
}

.button_text {
  z-index: 5;
  position: relative;
  color: var(--_colors---primary--white);
}

/* Botones con fondo blanco/beige - texto negro */
.button:where(.w-variant-b8634f3d-4f7e-297a-e558-b94b09f0008b) .button_text,
.button:where(.w-variant-994e88c4-baec-2bbf-d0b3-8a2991a92ab2) .button_text {
  color: var(--_colors---primary--black);
}

.button_gradient-glow {
  opacity: 0 !important;
  pointer-events: none;
  position: absolute;
  inset: 0%;
  display: none;
}

.navbar {
  z-index: 99;
  padding-top: var(--fixed--1rem);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.navbar_logo {
  width: auto;
  height: 24px;
  object-fit: contain;
}

.navbar_logo-wrap {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}

.navbar_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_link-text._2 {
  pointer-events: none;
  position: absolute;
  top: 100%;
}

.navbar_link-text._1 {
  pointer-events: none;
}

.navbar_links-wrap {
  padding: 0.35rem 0.35rem 0.35rem 1.5rem;
  grid-column-gap: var(--fixed--1-75rem);
  grid-row-gap: var(--fixed--1-75rem);
  border-radius: 100px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: var(--colors-black-alpha-50);
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_links {
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar_link {
  color: var(--colors-primary-white);
  font-size: var(--fixed--0-875rem);
  line-height: 1.2;
  font-weight: var(--_typography---font-weight--medium);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-header_location {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-header_location-globe {
  width: 1.5rem;
  height: 1.5rem;
}

.home-header_label {
  font-family: var(--_typography---font-family--primary);
  font-size: var(--fixed--1rem);
  font-weight: var(--_typography---font-weight--medium);
}

.home-header_labels-wrap {
  z-index: 3;
  width: 100%;
  position: absolute;
  inset: auto 0% 2rem;
}

.home-header_labels {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.home-header_text {
  color: var(--_colors---grey--400);
  font-size: calc(var(--fixed--1-125rem) + 4px);
  font-weight: var(--_typography---font-weight--medium);
  font-family: var(--_typography---font-family--serif);
  text-align: center;
  max-width: 25.625rem;
}

.navbar_logo-wrap {
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
}

.label_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brands_list-wrapper {
  justify-content: flex-start;
  align-items: center;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  height: 120px;
  -webkit-mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
  mask: linear-gradient(270deg, #0000, #000 15% 85%, #0000);
}

.brands_item-texts {
  display: none;
}

.brands_item-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1.125rem;
  display: flex;
}

.brands_heading {
  max-width: 56rem;
}

.brands_item-logo {
  height: 21%;
}

.brands_item-name {
  text-align: center;
  font-size: 1rem;
}

.brands_item-logo-wrap {
  aspect-ratio: 1;
  background-color: var(--colors-primary-white);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 16rem;
  display: flex;
}

.label_line {
  width: var(--fixed--3-5rem);
  background-color: var(--colors-brand-orange);
  height: 2px;
}

.brands_item-desc {
  color: var(--_colors---grey--300);
  font-size: .75rem;
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
}

.brands_head {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.brands_list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.line {
  border-top: 1px dotted var(--_colors---grey--300);
  width: 100%;
  height: 1px;
}

.home-about_wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: var(--spacing-4) var(--fixed--3rem);
  display: flex;
  position: relative;
  max-width: 100%;
  box-sizing: border-box;
}

.home-about_sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: var(--grid-maxWidth);
  display: flex;
}

.home-about_component {
  padding: var(--fixed--1rem);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: var(--grid-maxWidth);
  height: auto;
  aspect-ratio: 16/9;
  display: flex;
  position: relative;
  margin: 0 auto;
}

.home-about_img-wrap {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-about_heading {
  font-family: var(--_typography---h3--font-family);
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---h3--line-height);
  font-weight: var(--_typography---h3--font-weight);
  letter-spacing: -1.22px;
  white-space: nowrap;
  position: absolute;
}

.home-about_heading._2 {
  left: calc(100% + .25rem);
  font-family: var(--_typography---font-family--serif);
}


.home-about_heading._1 {
  right: calc(100% + .25rem);
}

.home-about_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

/* Text container - absolute inside img-wrap to scale with image */
.home-about_text-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  pointer-events: none;
}

.home-about_img-text {
  font-family: var(--_typography---h3--font-family);
  font-size: var(--_typography---h3--font-size);
  font-weight: var(--_typography---h3--font-weight);
  line-height: 1.1;
  letter-spacing: -0.04em;
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Force static - disable all GSAP/scroll transforms */
.section_home-about,
.home-about_component,
.home-about_img-wrap,
.home-about_img,
.home-about_heading {
  transform: none !important;
  scale: none !important;
  will-change: auto !important;
  animation: none !important;
}

.home-about_img-wrap {
  position: relative !important;
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 250px !important;
  height: auto !important;
}

/* Dark overlay on image for better text readability */
.home-about_img-wrap::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  pointer-events: none;
}

/* Keep text centered on image */
.home-about_text-container {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 100 !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  pointer-events: none !important;
  width: auto !important;
  height: auto !important;
}

.home-about_img-text {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
  font-size: clamp(1.5rem, 4vw, 3rem) !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5) !important;
}

/* Force proper sizing on image */
.home-about_img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
  display: block !important;
  border-radius: 16px !important;
}

/* Component now uses padding-global + container-medium in HTML */
.home-about_component {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: auto !important;
  margin: 0 auto !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 2rem !important;
}

.home-about_heading._1,
.home-about_heading._2 {
  position: static !important;
  left: auto !important;
  right: auto !important;
  flex: 0 0 auto !important;
  white-space: nowrap !important;
}

.home-about_component .home-about_img-wrap {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  height: auto !important;
  aspect-ratio: 8/5;
}

.work-list_wrapper {
  width: 100%;
}

.work-list_list {
  grid-column-gap: var(--grid-gapColumn);
  grid-row-gap: var(--grid-gapRow);
  grid-template-columns: repeat(var(--grid-columns), 1fr);
  width: 100%;
  display: grid;
}

.work-list_item {
  width: 100%;
}

.work-list_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-list_block {
  grid-column-gap: 2.25rem;
  grid-row-gap: 2.25rem;
  perspective: 1200px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.work-list_infos {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-list_images-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.work-list_image-main {
  z-index: 2;
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius--huge);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.work-list_img-main {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
}

.work-list_img-second {
  object-fit: cover;
  width: 130%;
  max-width: none;
  height: 130%;
  position: absolute;
  right: 0;
  bottom: 0;
  top: auto;
  left: auto;
}

.work-list_image-second {
  z-index: 4;
  aspect-ratio: 3 / 2;
  border-radius: var(--fixed--1rem);
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 24%;
  display: flex;
  position: absolute;
  right: 12px;
  bottom: 12px;
  top: auto;
  left: auto;
  overflow: hidden;
  transform: translate3d(0, 0, 100px);
}

.work-list_head {
  position: relative;
}

.hover_pill {
  padding: var(--fixed--0-5rem) var(--fixed--0-875rem);
  border-radius: var(--border-radius--small);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--colors-primary-white);
  background-color: var(--colors-white-alpha-30);
  font-size: .75rem;
  font-weight: 500;
  display: none;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  left: 1.5rem;
}

.work-list_number-wrap {
  background-color: var(--_colors---primary--black);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: 0;
  right: -1.5rem;
}

.work-list_number {
  color: var(--_colors---primary--white);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
}

.services_component {
  grid-column-gap: var(--fixed--4rem);
  grid-row-gap: var(--fixed--4rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.services_items {
  grid-column-gap: var(--fixed--3rem);
  grid-row-gap: var(--fixed--3rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.services_item {
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.services_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.services_img-wrap {
  aspect-ratio: 3 / 2;
  border-radius: var(--border-radius--medium);
  width: 100%;
  position: relative;
  overflow: clip;
}

.services_item-infos {
  grid-column-gap: var(--fixed--0-25rem);
  grid-row-gap: var(--fixed--0-25rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.services_desc {
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
}

.services_content {
  top: var(--fixed--3rem);
  position: sticky;
}

/* Service Row Layout - Alternating */
.service-row {
  display: flex;
  gap: 4rem;
  align-items: center;
  margin-bottom: 2rem;
  background-color: #fff;
  border-radius: 32px;
  padding: 3rem;
  max-width: 120rem;
  box-shadow:
    rgba(255, 255, 255, 0.25) 0px 0px 0px 8px,
    rgba(0, 0, 0, 0.1) 12px 16px 16px 0px;
}

.service-row:last-child {
  margin-bottom: 0;
}

.service-row.is-reversed {
  flex-direction: row-reverse;
}

.service-row_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.service-row_content .heading-style-h3 {
  margin: 0;
  color: var(--text--primary) !important;
}

.service-row_content .heading-style-h3 .gsap_split_word {
  color: var(--text--primary) !important;
}

.service-row_desc {
  font-family: var(--typography-fontFamily-primary);
  font-size: 1.24rem;
  color: var(--colors-grey-300) !important;
  line-height: 1.6;
  margin: 0;
}

.service-row_list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.service-row_list li {
  font-family: var(--typography-fontFamily-primary);
  font-size: 1rem;
  color: var(--colors-grey-400);
  padding-left: 1.5rem;
  position: relative;
}

.service-row_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 256'%3E%3Cpath fill='%23737373' d='M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm0,192a88,88,0,1,1,88-88A88.1,88.1,0,0,1,128,216Zm48-88a8,8,0,0,1-8,8H136v32a8,8,0,0,1-16,0V136H88a8,8,0,0,1,0-16h32V88a8,8,0,0,1,16,0v32h32A8,8,0,0,1,176,128Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

.service-row_link {
  font-family: var(--typography-fontFamily-primary);
  font-size: 1rem;
  font-weight: 500;
  color: var(--colors-primary-black);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.service-row_link:hover {
  opacity: 0.7;
}

.service-row_image {
  flex: 0 0 45%;
  max-width: 45%;
  overflow: visible;
  display: flex;
  align-self: stretch;
}

.service-row_image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 1rem;
}

/* Lab Blobs - Mini interactive shapes */
.lab-blobs-container {
  flex: 1;
  position: relative;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.lab-blob {
  position: absolute;
  width: 120px;
  height: 120px;
  cursor: pointer;
  transition: transform 0.3s ease, z-index 0s;
  overflow: hidden;
}

.lab-blob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lab-blob:hover {
  transform: scale(1.05);
}

/* Blob 1: Circular */
.lab-blob-1 {
  background-color: #d4c4b0;
  border-radius: 50%;
  top: 10%;
  left: 15%;
  z-index: 1;
  padding: 8px;
}

.lab-blob-1 img {
  border-radius: 50%;
}

/* Blob 2: Hexagonal */
.lab-blob-2 {
  background-color: #b8c9b8;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  top: 25%;
  left: 40%;
  z-index: 2;
  width: 140px;
  height: 140px;
  padding: 10px;
}

.lab-blob-2 img {
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}

/* Blob 3: Romboide */
.lab-blob-3 {
  background-color: #c4c4d4;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  bottom: 10%;
  left: 20%;
  z-index: 3;
  width: 110px;
  height: 110px;
  padding: 8px;
}

.lab-blob-3 img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.lab-blob.is-front {
  z-index: 10 !important;
}

/* Hero Blobs - Large interactive shapes */
.section_home-header .container-medium {
  position: relative;
}

.hero-blobs-container {
  position: static;
  width: 400px;
  height: 350px;
  flex-shrink: 0;
}

.hero-blob {
  position: absolute;
  cursor: grab;
  overflow: hidden;
  user-select: none;
  -webkit-user-select: none;
  z-index: 1;
}

.hero-blob img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.hero-blob:hover {
  filter: brightness(1.05);
}

/* Hero Blob 1: Circular - Posición por defecto */
.hero-blob-1 {
  background-color: #d4c4b0;
  border-radius: 50%;
  width: 180px;
  height: 180px;
  top: 80px;
  right: 220px;
  padding: 12px;
}

.hero-blob-1 img {
  border-radius: 50%;
}

/* Hero Blob 2: Hexagonal - Posición por defecto */
.hero-blob-2 {
  background-color: #b8c9b8;
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
  width: 200px;
  height: 200px;
  top: 120px;
  right: 20px;
  padding: 14px;
}

.hero-blob-2 img {
  clip-path: polygon(25% 5%, 75% 5%, 100% 50%, 75% 95%, 25% 95%, 0% 50%);
}

/* Hero Blob 3: Romboide - Posición por defecto */
.hero-blob-3 {
  background-color: #c4c4d4;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 160px;
  height: 160px;
  top: 20px;
  right: 100px;
  padding: 12px;
}

.hero-blob-3 img {
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

/* Responsive Service Rows */
@media screen and (max-width: 991px) {
  .service-row {
    flex-direction: column;
    gap: 2rem;
  }

  .service-row.is-reversed {
    flex-direction: column;
  }
}

.cta_component {
  grid-column-gap: 12px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  padding-top: 4rem;
}

.cta_graphic-wrap {
  aspect-ratio: 1;
  border-radius: var(--border-radius--ultra);
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.cta_graphic {
  filter: blur(20px);
  object-fit: cover;
  width: 120%;
  height: 120%;
  position: absolute;
}

.cta_graphic-wrap .w-background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.cta_graphic-wrap .w-background-video>video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
  left: auto;
  top: auto;
}

.cta_content {
  padding: var(--fixed--4rem);
  grid-column-gap: var(--fixed--3rem);
  grid-row-gap: var(--fixed--3rem);
  border-radius: var(--border-radius--ultra);
  background-color: var(--_colors---primary--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-width: 0;
  height: 100%;
  display: flex;
  grid-column: 2;
}

.cta_button-wrap {
  grid-column-gap: var(--fixed--1-75rem);
  grid-row-gap: var(--fixed--1rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta_text {
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
  max-width: 100%;
}

.cta_head {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 31.875rem;
  display: flex;
}

.cta_head .heading-style-h5 {
  font-size: 2.6rem;
}

.pill_wrap {
  z-index: 5;
  padding: .35rem var(--fixed--1-125rem);
  grid-column-gap: var(--fixed--0-875rem);
  grid-row-gap: var(--fixed--0-875rem);
  border-radius: var(--fixed--15rem);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: var(--colors-primary-beige);
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta_pill {
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
}

.scroll-note_text {
  z-index: 2;
  font-family: var(--_typography---font-family--detail);
  color: var(--colors-grey-400);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: .1em;
  text-transform: uppercase;
  position: absolute;
  top: 2rem;
}

.footer_link-label {
  color: var(--_colors---primary--black);
  font-weight: 400;
}

.footer_legal-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: flex;
}

.footer_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer_lists {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_social-media {
  width: var(--fixed--1-5rem);
}

.footer_template-link {
  color: var(--_colors---grey--300);
  font-size: .75rem;
  font-weight: 500;
  transition: background-color .2s;
}

.footer_template-link:hover {
  color: var(--_colors---primary--black);
}

.footer_wrap {
  z-index: 0;
  padding-top: var(--fixed--4rem);
  padding-right: var(--fixed--2rem);
  padding-left: var(--fixed--2rem);
  padding-bottom: 12px;
  grid-column-gap: var(--fixed--6rem);
  grid-row-gap: var(--fixed--6rem);
  border-radius: var(--border-radius--xxlarge);
  background-color: var(--_colors---primary--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.footer_template-links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_copyright {
  color: var(--_colors---grey--300);
  font-size: .75rem;
  font-weight: 400;
}

.footer_main {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_links-groups {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.footer_links-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_social-media-wrap {
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.footer_social-media-wrap:hover {
  opacity: .6;
}

.footer_legal-divider {
  background-color: var(--_colors---grey--200);
  width: 1px;
  height: 1.25rem;
}

.footer_group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_legal-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_social {
  grid-column-gap: var(--fixed--1rem);
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer_link {
  color: var(--_colors---grey--400);
  font-size: 1rem;
  font-weight: var(--_typography---font-weight--medium);
}

.footer_link:hover {
  color: var(--_colors---primary--black);
}

.footer {
  padding: var(--fixed--1-5rem);
}

.footer_brand {
  font-size: 120px;
  line-height: 1;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: -.05em;
  margin-right: auto;
}

.about-header_content {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: sticky;
  top: 0;
}

.about-header_asset-text {
  color: var(--colors-primary-white);
  font-size: var(--fixed--0-75rem);
  font-weight: var(--_typography---font-weight--medium);
}

.about-header_asset-info {
  z-index: 3;
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  background-image: linear-gradient(#00000078, #0000);
  flex-flow: column;
  width: 100%;
  padding: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.about-header_asset-line {
  opacity: .38;
  background-color: var(--colors-primary-white);
  width: 100%;
  height: 1px;
}

.about-header_cube-side {
  background-color: var(--_colors---primary--black);
  backface-visibility: hidden;
  border-radius: 3vh;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.about-header_cube-side._4 {
  z-index: 1;
  transform-origin: 0%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate3d(0%, 0, -16vh)rotateX(0)rotateY(-90deg)rotateZ(0);
}

.about-header_cube-side._2 {
  z-index: 3;
  transform-origin: 0%;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0% 0% auto auto;
  transform: translate3d(100%, 0, 16vh)rotateX(0)rotateY(90deg)rotateZ(0);
}

.about-header_cube-side._3 {
  z-index: 2;
  transform-style: preserve-3d;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0)translate3d(0%, 0%, 16vh);
}

.about-header_cube-side._1 {
  z-index: 4;
  transform-style: preserve-3d;
  position: absolute;
  transform: translate3d(0, 0, 16vh);
}

.about-header_asset {
  z-index: 1;
  backface-visibility: hidden;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-header_cube {
  aspect-ratio: 1 / 1.85;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 32vh;
  display: flex;
  position: relative;
  transform: rotateX(0)rotateY(1deg)rotateZ(0);
}

.about-header_cube-wrap {
  z-index: 3;
  perspective: 1500px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-header_gradient {
  z-index: 2;
  background-image: linear-gradient(#00000063, #0000000d 54%, #0000 78%);
  width: 100%;
  height: 20%;
  position: absolute;
  inset: 0% 0% auto;
}

.about-header_spacing {
  padding-top: 3vh;
}

.approach_items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.approach_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.approach_img-wrap {
  aspect-ratio: 3 / 2;
  border-radius: var(--border-radius--large);
  object-fit: cover;
  width: 100%;
  position: relative;
  overflow: clip;
}

.approach_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.approach_item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.approach_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-values_imgs-wrap {
  border-radius: var(--border-radius--huge);
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.about-values_block-content {
  grid-column-gap: var(--fixed--1-75rem);
  grid-row-gap: var(--fixed--1-75rem);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 21rem;
  display: flex;
}

.about-values_wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.about-values_head-wrap {
  max-width: 21rem;
}

.about-values_imgs-wrapper {
  padding-top: var(--fixed--3rem);
  padding-bottom: var(--fixed--3rem);
  width: 50%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.section_values {
  position: relative;
}

.about-values_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.215, .61, .355, 1);
}

.about-values_head {
  grid-column-gap: var(--fixed--1-25rem);
  grid-row-gap: var(--fixed--1-25rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-values_img-tablet {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: transform .7s cubic-bezier(.215, .61, .355, 1);
  display: none;
}

.about-values_content {
  width: 50%;
  padding-top: 10vh;
  padding-bottom: 10vh;
}

.about-values_img-wrap {
  width: 100%;
  height: 100%;
  transition: transform .5s cubic-bezier(.215, .61, .355, 1), opacity .5s cubic-bezier(.215, .61, .355, 1);
  overflow: clip;
}

.about-values_img-wrap._1 {
  z-index: 1;
  position: relative;
}

.about-values_img-wrap._3 {
  z-index: 3;
  opacity: 0;
  position: absolute;
}

.about-values_img-wrap._2 {
  z-index: 2;
  opacity: 0;
  position: absolute;
}

.about-values_block {
  flex-direction: column;
  justify-content: center;
  padding: 20vh 15% 20vh 20%;
  display: flex;
}

.about-team_grid {
  grid-column-gap: var(--fixed--4rem);
  grid-row-gap: var(--fixed--5rem);
  object-fit: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.about-team_item {
  grid-column-gap: var(--fixed--1-125rem);
  grid-row-gap: var(--fixed--1-125rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.about-team_img-wrap {
  aspect-ratio: 2 / 2.4;
  border-radius: var(--border-radius--small);
  width: 100%;
  position: relative;
  overflow: clip;
}

.about-team_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-team_texts {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.about-team_text {
  font-family: Sofia Pro, Arial, sans-serif;
  font-size: var(--fixed--1rem);
  line-height: 120%;
  font-weight: var(--_typography---font-weight--medium);
}

.text-color-grey-350 {
  color: var(--colors-grey-300);
}

.about-team_text-2 {
  font-family: Sofia Pro, Arial, sans-serif;
  font-size: .875rem;
  line-height: 120%;
}

.team_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

/* Testimonials Section */
.section_testimonials {
  display: block;
  overflow: hidden;
}

.testimonials_component {
  position: relative;
}

.testimonials_wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.testimonials_slider {
  flex: 1;
  overflow: hidden;
}

.testimonials_track {
  display: flex;
  transition: transform 0.5s ease;
}

.testimonials_slide {
  min-width: 100%;
  padding: 0 1rem;
}

.testimonials_card {
  background-color: var(--_colors---primary--white);
  border-radius: var(--border-radius--xlarge);
  padding: 3rem 4rem;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
}

.testimonials_quote-icon {
  font-size: 4rem;
  line-height: 1;
  color: var(--_colors---grey--200);
  margin-bottom: 0.75rem;
  font-family: Georgia, serif;
}

.testimonials_text {
  font-size: 32px;
  line-height: 1.12;
  font-weight: var(--_typography---font-weight--regular);
  color: var(--_colors---primary--black);
  margin-bottom: 1rem;
}

.testimonials_rating {
  display: flex;
  gap: 0.25rem;
  margin-bottom: 1rem;
}

.testimonials_star {
  width: 1.375rem;
  height: 1.375rem;
  color: #f5b942;
}

.testimonials_divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg,
      var(--_colors---grey--100) 0%,
      var(--_colors---grey--100) 2%,
      transparent 2%,
      transparent 4%);
  background-size: 20px 1px;
  margin-bottom: 1rem;
}

.testimonials_author {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.testimonials_author-name {
  font-size: var(--_typography---body--font-size);
  font-weight: var(--_typography---font-weight--semibold);
  color: var(--_colors---primary--black);
}

.testimonials_author-role {
  font-size: var(--_typography---body-small--font-size);
  color: var(--_colors---grey--300);
}

.testimonials_nav-btn {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: var(--_colors---primary--white);
  border: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.testimonials_nav-btn:hover {
  background-color: var(--_colors---grey--100);
}

.testimonials_nav-btn svg {
  width: 1rem;
  height: 1rem;
  color: var(--_colors---grey--400);
}

@media screen and (max-width: 991px) {
  .testimonials_card {
    padding: 2rem 2.5rem;
  }

  .testimonials_text {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .testimonials_wrapper {
    flex-direction: column;
    gap: 1.5rem;
  }

  .testimonials_nav-btn {
    display: none;
  }

  .testimonials_card {
    padding: 1.5rem 2rem;
  }

  .testimonials_text {
    font-size: 1.125rem;
  }

  .testimonials_nav-mobile {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .testimonials_nav-mobile .testimonials_nav-btn {
    display: flex;
  }
}

.section_cta {
  display: block;
}

.blog-list_head {
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.blog-list_subheading {
  margin-bottom: var(--fixed--0-5rem);
  color: var(--_colors---grey--300);
  font-size: var(--fixed--1rem);
  font-weight: var(--_typography---font-weight--medium);
}

.blog-list_list {
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.blog-list_block {
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.blog-list_img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.blog-list_img-wrap {
  border-radius: var(--border-radius--medium);
  overflow: clip;
}

.blog-list_content {
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 95%;
  display: flex;
}

.blog-list_desc {
  color: var(--_colors---grey--400);
}

.newsletter_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.input-wrapper {
  position: relative;
}

.newsletter_arrow {
  width: var(--fixed--2rem);
  color: var(--colors-primary-white);
}

.newsletter_button {
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.newsletter_form {
  position: relative;
}

.newsletter_submit-btn {
  z-index: 5;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: relative;
}

.newsletter_btn-wrap {
  border-radius: var(--fixed--3rem);
  background-color: var(--colors-black-alpha-50);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.text-field {
  border-radius: var(--fixed--3-5rem);
  background-color: var(--_colors---primary--white);
  font-family: var(--_typography---font-family--primary);
  color: var(--colors-primary-black);
  font-size: var(--fixed--3-5rem);
  border: 1px #000;
  height: 13rem;
  margin-bottom: 0;
  padding-left: 5rem;
  padding-right: 13rem;
}

.text-field::placeholder {
  color: var(--colors-primary-black);
}

.newsletter_btn-wrapper {
  padding: var(--fixed--1rem);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.newsletter_form-block {
  width: 100%;
  margin-bottom: 0;
}

.newsletter_label-wrap {
  padding-left: var(--fixed--5rem);
}

.success-message {
  border-radius: var(--border-radius--small);
  background-color: var(--colors-primary-beige);
  padding: 0;
}

.newsletter_success-in {
  padding: var(--fixed--2-75rem);
  grid-column-gap: var(--fixed--0-5rem);
  grid-row-gap: var(--fixed--0-5rem);
  flex-flow: column;
  display: flex;
}

.error-message {
  border-radius: var(--fixed--0-5rem);
  position: relative;
}

.button-solid {
  z-index: 1;
  padding: var(--fixed--1-5rem) 1.75rem;
  font-family: var(--_typography---font-family--secondary);
  color: var(--colors-primary-white);
  font-size: var(--fixed--0-875rem);
  line-height: 1.5;
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  background-color: var(--colors-primary-black);
  background-image: none;
  border: 1px solid transparent;
  border-bottom-style: none;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: border .2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, -1.1px 1.2px .1px #00000006, -2.2px 2.4px .3px #00000008, -3.3px 3.7px .5px #00000009, -4.6px 5.1px .7px #00000009, -6px 6.6px .9px #0000000a, -7.6px 8.4px 1.3px #0000000a, -9.5px 10.5px 1.8px #0000000b, -11.8px 13px 2.4px #0000000b, -14.7px 16.2px 3.2px #0000000b, -18.3px 20.2px 4.4px #0000000b, -23px 25.4px 6px #0000000b, -29.3px 32.3px 8.2px #0000000c, -37.8px 41.8px 11.3px #0000000c, -49.9px 55.1px 15.9px #0000000c, -67.7px 74.8px 22.7px #0000000d, -96.7px 106.8px 34px #0000000e, -152.5px 168.5px 56.1px #0000000e;
}

/* Círculo que se expande en hover */
.button-solid::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background-color: #FF592B;
  border-radius: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  transition: width 0.4s ease, height 0.4s ease;
}

.button-solid:hover::after {
  width: 400px;
  height: 400px;
}

.contact_form {
  display: block;
}

.contact_fields-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.form_field {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--_colors---primary--black);
  color: var(--colors-primary-black);
  background-color: transparent;
  border-radius: 0;
  height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: 1rem;
}

.form_field:focus {
  border-bottom-color: var(--_colors---primary--black);
}

.form_field::placeholder {
  color: var(--colors-primary-black);
}

.form_field.message {
  height: 8rem;
}

.contact_fields {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.contact_form-block {
  margin-bottom: 0;
  display: block;
}

.contact_field-wrap-2 {
  display: block;
}

.contact_form-wrap,
.faq_component {
  flex-flow: column;
  display: flex;
}

.faq_answer-spacing {
  width: 100%;
  height: 1.25rem;
  min-height: 1.25rem;
}

.faq_answer-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 7.9922% 1fr;
  grid-auto-columns: 1fr;
  padding-left: 4rem;
  display: flex;
  overflow: hidden;
}

.faq_question {
  font-size: var(--fixed--1-125rem);
  line-height: 1.3;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: -.01em;
}

.faq_question-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  grid-template-rows: auto;
  grid-template-columns: 5.65302% 1fr 5.89864%;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 1.125rem;
  display: grid;
}

.faq_accordion {
  padding-bottom: var(--fixed--1-25rem);
  border-bottom: 1px dotted #b6b6b6;
}

.faq_button {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.div-block-34-copy {
  background-color: var(--_colors---primary--black);
  color: var(--colors-primary-white);
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: .75rem;
  display: flex;
}

.faq_button-line {
  width: var(--fixed--1-25rem);
  background-color: var(--colors-grey-900);
  flex: none;
  height: 2px;
}

.faq_button-line.is-second {
  position: absolute;
  transform: rotate(90deg);
}

.home-header_img {
  border-radius: var(--fixed--1-25rem);
  object-fit: cover;
  max-width: none;
  width: 220px;
  height: 140px;
  position: absolute;
}

.navbar_hamburger-wrap {
  display: none;
}

.navbar_hamburger {
  z-index: 101;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.75rem;
  display: none;
  position: relative;
}

.navbar_hamburger-line {
  background-color: var(--colors-primary-black);
  width: 100%;
  height: 2px;
}

.work-list_desc {
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
}

.post-header_image {
  aspect-ratio: 2;
  object-fit: cover;
  width: 100%;
  position: static;
}

.blog_other-label {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.post-header_image-wrap {
  border-radius: var(--border-radius--large);
  width: 100%;
  overflow: clip;
}

.post-header_infos {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.post-header_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.padding-global-5 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.work-header_head {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50rem;
  display: flex;
}

.work-header_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.work-final_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work-content_head {
  grid-column-gap: var(--fixed--1-25rem);
  grid-row-gap: var(--fixed--1-25rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-content_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.work-content_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .45fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.case-content_component {
  flex-flow: column;
  display: flex;
}

.work-content_content {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 21.875rem;
  display: flex;
  position: sticky;
  top: 4rem;
}

.case-content_head {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.work-header_infos {
  grid-column-gap: var(--fixed--2-75rem);
  grid-row-gap: var(--fixed--2-75rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.work-header_brand {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-content_imgs-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.case-content_image-wrap {
  aspect-ratio: 3 / 2;
  border-radius: var(--border-radius--xxlarge);
  width: 100%;
  position: relative;
  overflow: clip;
}

.case-content_imgs-wrap {
  width: 100%;
}

.case-content_final-head {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 26rem;
  display: flex;
}

.empty-state {
  text-align: left;
  background-color: var(--colors-primary-beige);
  border-radius: .5rem;
  padding: 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.work-final_img-wrap {
  aspect-ratio: 2;
  border-radius: var(--border-radius--xxlarge);
  width: 100%;
  position: relative;
  overflow: clip;
}

.work-header_info-text {
  color: var(--_colors---grey--300);
  font-size: .875rem;
  font-weight: var(--_typography---font-weight--medium);
}

.case-content_final {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.work-header_img-wrap {
  aspect-ratio: 2;
  border-radius: var(--border-radius--xxlarge);
  width: 100%;
  position: relative;
  overflow: clip;
}

.work-header_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.case-content_imgs-item {
  width: 100%;
}

.work-content_heading {
  font-family: var(--_typography---h4--font-family);
  font-size: var(--fixed--2-5rem);
  line-height: var(--_typography---h4--line-height);
  font-weight: var(--_typography---h4--font-weight);
  letter-spacing: var(--_typography---h4--letter-spacing);
}

.collection-list-wrapper {
  width: 100%;
}

.work-related_img {
  aspect-ratio: 2;
  border-radius: var(--border-radius--small);
  object-fit: cover;
}

.work-related_infos {
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block {
  color: var(--_colors---grey--400);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
}

.animation-scroll-border {
  border-radius: var(--fixed--2rem);
}

.class-for-animation {
  display: none;
}

.animation-scroll-padding {
  padding: var(--fixed--1-5rem);
}

.blog-list_title {
  font-family: var(--_typography---h5--font-family);
  font-size: var(--fixed--1-5rem);
  line-height: 115%;
  font-weight: var(--_typography---h5--font-weight);
  letter-spacing: var(--_typography---h5--letter-spacing);
}

.instructions_rich-text {
  line-height: 1.5;
}

.instructions_rich-text figure {
  margin-bottom: 3rem;
}

.instructions_rich-text h2 {
  margin-top: var(--fixed--3rem);
  margin-bottom: var(--fixed--2-25rem);
  padding-top: var(--fixed--1-5rem);
  padding-bottom: var(--fixed--1-5rem);
  padding-left: var(--fixed--1-5rem);
  font-size: var(--fixed--1-75rem);
  border-left: 3px solid #b6b4ad;
}

.instructions_rich-text p {
  margin-bottom: var(--fixed--2rem);
  line-height: 1.5;
}

.instructions_rich-text img {
  border-radius: var(--border-radius--medium);
}

.instructions_rich-text h4 {
  margin-bottom: var(--fixed--1-5rem);
  font-size: var(--fixed--1-75rem);
}

.instructions_rich-text h3 {
  margin-top: var(--fixed--2-5rem);
  margin-bottom: var(--fixed--1-5rem);
  padding-bottom: var(--fixed--1rem);
  border-bottom: 1px dotted var(--_colors---grey--300);
  font-size: var(--fixed--1-5rem);
}

.instructions_rich-text h6 {
  margin-bottom: var(--fixed--1rem);
  font-size: var(--fixed--1-25rem);
}

.instructions_rich-text blockquote {
  margin-top: var(--fixed--2rem);
  margin-bottom: var(--fixed--2-5rem);
  padding: var(--fixed--1-5rem);
  border-radius: var(--border-radius--xsmall);
  outline-offset: 4px;
  font-size: var(--fixed--1rem);
  background-color: var(--colors-white-alpha-20);
  outline: 1px dashed var(--colors-primary-black);
}

.instructions_rich-text h1 {
  font-size: var(--fixed--4rem);
  margin-bottom: 1.5rem;
}

.instructions_rich-text h5 {
  margin-bottom: var(--fixed--1rem);
  font-size: var(--fixed--1-5rem);
}

.instructions_rich-text ul {
  margin-top: -.5rem;
  margin-bottom: var(--fixed--2rem);
}

.instructions_rich-text ol {
  margin-bottom: var(--fixed--2-5rem);
}

.instructions_rich-text a {
  padding: var(--fixed--0-125rem) var(--fixed--0-5rem) var(--fixed--0-125rem) 1.65rem;
  border-radius: var(--border-radius--xsmall);
  color: var(--colors-primary-black);
  font-weight: var(--_typography---font-weight--medium);
  background-color: var(--colors-primary-beige);
  background-image: url('../images/link.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: .75rem;
  display: inline-block;
}

.instructions_rich-text figcaption {
  margin-top: var(--fixed--0-75rem);
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--regular);
}

.instructions_rich-text code {
  display: inline-block;
}

.docs_component {
  padding: var(--fixed--0-125rem) var(--fixed--0-5rem) var(--fixed--0-125rem) var(--fixed--1-75rem);
  border-radius: var(--spacer--xsmall);
  color: var(--_colors---primary--white);
  background-color: var(--colors-primary-black);
  background-image: url('../images/component.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: .85rem;
  margin-top: 2px;
  margin-bottom: 2px;
  font-style: normal;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  body {
    --fixed--1rem: 1rem;
    --fixed--0rem: 0rem;
    --fixed--2-5rem: 2.5rem;
    --fixed--1-5rem: 1.5rem;
    --fixed--1-125rem: 1.125rem;
    --border-radius--xxsmall: var(--fixed--0-25rem);
    --fixed--1-25rem: 1.25rem;
    --fixed--0-875rem: .875rem;
    --spacer--xxhuge: var(--fixed--12rem);
    --fixed--2rem: 2rem;
    --spacer--custom-1: var(--fixed--1-25rem);
    --fixed--0-75rem: .75rem;
    --fixed--4rem: 4rem;
    --fixed--3rem: 3rem;
    --fixed--1-75rem: 1.75rem;
    --spacer--custom-3: var(--fixed--2-5rem);
    --section--medium: var(--fixed--7rem);
    --fixed--6rem: 6rem;
    --spacer--tiny: var(--fixed--0-125rem);
    --spacer--medium: var(--fixed--2rem);
    --spacer--custom-2: var(--fixed--1-5rem);
    --fixed--2-75rem: 2.75rem;
    --fixed--2-25rem: 2.25rem;
    --fixed--0-5rem: .5rem;
    --spacer--xhuge: var(--fixed--8rem);
    --section--large: var(--fixed--8rem);
    --fixed--6-5rem: 6.5rem;
    --spacer--small: var(--fixed--1rem);
    --section--xxlarge: var(--fixed--10rem);
    --spacer--xxlarge: var(--fixed--4rem);
    --section--xsmall: var(--fixed--2-75rem);
    --section--small: var(--fixed--2-5rem);
    --spacer--xlarge: var(--fixed--4rem);
    --section--xlarge: var(--fixed--9rem);
    --spacer--xsmall: var(--fixed--0-5rem);
    --spacer--xxsmall: var(--fixed--0-25rem);
    --spacer--huge: var(--fixed--6rem);
    --spacer--large: var(--fixed--3rem);
    --fixed--5rem: 5rem;
    --border-radius--xsmall: var(--fixed--0-25rem);
    --fixed--4-5rem: 4.5rem;
    --fixed--3-5rem: 3.5rem;
    --fixed--9rem: 9rem;
    --fixed--8rem: 8rem;
    --fixed--12rem: 12rem;
    --fixed--7rem: 7rem;
    --border-radius--huge: var(--fixed--0-875rem);
    --border-radius--small: var(--fixed--0-5rem);
    --border-radius--medium: var(--fixed--0-5rem);
    --fixed--0-25rem: .25rem;
    --border-radius--ultra: var(--fixed--1-5rem);
    --fixed--15rem: 15rem;
    --border-radius--xxlarge: var(--fixed--0-875rem);
    --border-radius--large: var(--fixed--0-75rem);
    --fixed--0-125rem: .125rem;
    --fixed--5-5rem: 5.5rem;
    --fixed--10rem: 10rem;
    --fixed--11rem: 11rem;
    --fixed--13rem: 13rem;
    --fixed--14rem: 14rem;
    --fixed--16rem: 16rem;
    --border-radius--tiny: var(--fixed--0-125rem);
    --border-radius--xlarge: var(--fixed--0-75rem);
    --border-radius--xhuge: var(--fixed--0-875rem);
    --border-radius--xxhuge: var(--fixed--1-25rem);
    --_typography---font-family--secondary: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --_typography---font-weight--regular: 400;
    --_typography---h1--font-family: var(--_typography---font-family--primary);
    --_typography---h1--font-size: var(--fixed--5rem);
    --_typography---h1--line-height: 100%;
    --_typography---h1--font-weight: var(--_typography---font-weight--medium);
    --_typography---h1--letter-spacing: -0.08em;
    --_typography---h2--font-family: var(--_typography---font-family--primary);
    --_typography---h2--font-size: var(--fixed--4rem);
    --_typography---h2--font-weight: var(--_typography---font-weight--medium);
    --_typography---h2--letter-spacing: -0.08em;
    --_typography---h3--font-family: var(--_typography---font-family--primary);
    --_typography---h3--font-size: var(--fixed--3rem);
    --_typography---h3--line-height: 105%;
    --_typography---h3--font-weight: var(--_typography---font-weight--medium);
    --_typography---h3--letter-spacing: -0.08em;
    --_typography---h4--font-family: var(--_typography---font-family--primary);
    --_typography---h4--font-size: var(--fixed--2-25rem);
    --_typography---h4--line-height: 110%;
    --_typography---h4--font-weight: var(--_typography---font-weight--medium);
    --_typography---h4--letter-spacing: -0.08em;
    --_typography---h5--font-family: var(--_typography---font-family--primary);
    --_typography---h5--font-size: var(--fixed--1-5rem);
    --_typography---h5--line-height: 110%;
    --_typography---h5--font-weight: var(--_typography---font-weight--medium);
    --_typography---h5--letter-spacing: -0.08em;
    --_typography---h6--font-family: var(--_typography---font-family--primary);
    --_typography---h6--font-size: var(--fixed--1-125rem);
    --_typography---h6--line-height: 120%;
    --_typography---h6--font-weight: var(--_typography---font-weight--medium);
    --_typography---h6--letter-spacing: -.02em. --_typography---font-weight--medium: 500;
    --_typography---font-weight--thin: 100;
    --_typography---font-weight--extra-bold: 800;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--bold: 700;
    --_typography---font-family--detail: "Roboto mono", Arial, sans-serif;
    --_typography---font-weight--black: 900;
    --_typography---font-weight--extra-light: 200;
    --_typography---font-weight--semibold: 600;
    --_typography---h2--line-height: 100%;
    --_typography---font-family--primary: "Sofia Pro", Arial, sans-serif;
    --_typography---font-family--serif: "Instrument Serif", Georgia, serif;
  }

  .resources_heading {
    font-size: 1.25rem;
  }

  .icon-height-xlarge {
    height: var(--fixed--3rem);
  }

  .text-rich-text h2 {
    font-size: var(--fixed--2-5rem);
  }

  .text-rich-text h4 {
    font-size: var(--fixed--1-75rem);
  }

  .text-rich-text h3 {
    font-size: var(--fixed--2rem);
  }

  .text-rich-text h6 {
    font-size: var(--fixed--1-25rem);
  }

  .text-rich-text h1 {
    font-size: var(--fixed--3rem);
  }

  .text-rich-text h5 {
    font-size: var(--fixed--1-5rem);
  }

  .padding-section-medium.is-tablet-smaller {
    padding-top: var(--fixed--3rem);
  }

  .text-size-medium {
    font-size: var(--fixed--1rem);
  }

  .resources_component {
    grid-column-gap: var(--fixed--4rem);
    grid-row-gap: var(--fixed--4rem);
  }

  .resources_item-content {
    grid-row-gap: var(--fixed--0-5rem);
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .padding-global {
    padding-right: var(--fixed--2-25rem);
    padding-left: var(--fixed--2-25rem);
  }

  .padding-section-large.is-tablet-smaller {
    padding-top: var(--fixed--3rem);
  }

  .text-size-large {
    font-size: var(--fixed--1-125rem);
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
  }

  .container-medium {
    max-width: none;
  }

  .hide-tablet {
    display: none;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .container-large {
    max-width: none;
  }

  .resources_font-block:hover {
    opacity: 1;
  }

  .home-header_heading {
    font-size: var(--fixed--3-5rem);
  }

  .home-header_imgs-wrap {
    width: 100vw;
    height: auto;
    min-height: auto;
  }

  .navbar_logo {
    width: var(--fixed--8rem);
  }

  .navbar_component {
    justify-content: center;
    align-items: center;
  }

  .navbar_links-wrap {
    padding-top: var(--fixed--2rem);
    padding-right: var(--fixed--2rem);
    padding-bottom: var(--fixed--2rem);
    padding-left: var(--fixed--2rem);
    opacity: 0;
    background-color: var(--base--beige\<deleted\|variable-18c14968-cf92-b56f-6465-88a57344cb44\>);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0;
    z-index: 100;
  }

  .navbar_links {
    z-index: 101;
    flex-flow: column;
  }

  .navbar_logo-wrap {
    top: auto;
  }

  .brands_item-logo {
    height: 25%;
  }

  .brands_item-logo-wrap {
    width: var(--fixed--12rem);
  }

  .brands_head {
    grid-column-gap: var(--fixed--2rem);
    grid-row-gap: var(--fixed--2rem);
    flex-flow: column;
    display: flex;
  }

  .home-about_heading,
  .home-about_img-text {
    font-size: var(--_typography---h4--font-size);
    -webkit-text-stroke-width: 0px;
  }

  .work-list_wrapper {
    width: 100%;
  }

  .work-list_list {
    grid-column-gap: var(--fixed--4-5rem);
    grid-row-gap: var(--fixed--4-5rem);
  }

  .work-list_image-main {
    border-radius: 1.25rem;
  }

  .work-list_image-second {
    border-radius: 1rem;
  }

  .services_component {
    grid-column-gap: var(--fixed--2-5rem);
    grid-row-gap: var(--fixed--2-5rem);
    flex-flow: column;
    display: flex;
  }

  .services_items {
    grid-column-gap: var(--fixed--1-5rem);
    grid-row-gap: var(--fixed--1-5rem);
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .services_content {
    position: relative;
    top: auto;
  }

  .cta_component {
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .cta_graphic-wrap {
    aspect-ratio: 2.39;
  }

  .cta_content {
    padding: var(--fixed--3rem);
  }

  .cta_head {
    max-width: none;
  }

  .footer_legal-links {
    place-items: end center;
  }

  .footer_lists {
    grid-column-gap: var(--fixed--0-875rem);
    grid-row-gap: var(--fixed--0-875rem);
  }

  .footer_wrap {
    padding-top: var(--fixed--2-25rem);
    padding-bottom: var(--fixed--1rem);
  }

  .footer_copyright {
    font-weight: 500;
  }

  .footer_main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .footer_links-groups {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    width: 100%;
  }

  .footer_legal-divider {
    width: 100%;
    height: 1px;
    display: none;
  }

  .footer_legal-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-header_asset-text {
    font-size: .75rem;
  }

  .about-header_asset-info {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .about-header_cube-side {
    border-radius: 4vw;
  }

  .about-header_cube-side._4 {
    transform: translate3d(0%, 0, -20vw)rotateX(0)rotateY(-90deg)rotateZ(0);
  }

  .about-header_cube-side._2 {
    transform: translate3d(100%, 0, 20vw)rotateX(0)rotateY(90deg)rotateZ(0);
  }

  .about-header_cube-side._3 {
    transform: rotateX(0)rotateY(180deg)rotateZ(0)translate3d(0%, 0%, 20vw);
  }

  .about-header_cube-side._1 {
    transform: translate3d(0, 0, 20vw);
  }

  .about-header_cube {
    width: 40vw;
  }

  .about-header_cube-wrap {
    height: auto;
  }

  .about-header_spacing {
    padding-top: 10vw;
  }

  .approach_items {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-values_imgs-wrap {
    aspect-ratio: 16 / 9;
  }

  .about-values_block-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .about-values_wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .about-values_imgs-wrapper {
    width: 100%;
    height: auto;
    padding: 0 2.25rem;
    display: none;
    position: relative;
    top: auto;
  }

  .about-values_head {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .about-values_img-tablet {
    aspect-ratio: 1;
    border-radius: var(--border-radius--large);
    display: block;
  }

  .about-values_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .about-values_block {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center end;
    padding: 0;
    display: grid;
  }

  .about-team_grid {
    grid-column-gap: var(--fixed--1-125rem);
    grid-row-gap: var(--fixed--3rem);
    grid-template-columns: 1fr 1fr;
  }

  .blog-list_list {
    grid-row-gap: var(--fixed--3rem);
    grid-template-columns: 1fr 1fr;
  }

  .newsletter_arrow {
    width: 2.5rem;
  }

  .text-field {
    font-size: var(--fixed--2-25rem);
    height: 10rem;
    padding-left: 3rem;
    padding-right: 11rem;
  }

  .newsletter_btn-wrapper {
    padding: .75rem;
  }

  .newsletter_label-wrap {
    padding-left: var(--fixed--3rem);
  }

  .faq_answer-spacing {
    height: 1.25rem;
    min-height: 1.25rem;
  }

  .faq_question {
    font-size: var(--fixed--1rem);
  }

  .faq_question-wrap {
    grid-template-columns: 5.65302% 1fr 5%;
  }

  .faq_button-line {
    width: var(--fixed--1-125rem);
  }

  .navbar_hamburger-wrap {
    z-index: 101;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: auto;
    margin-right: -.3rem;
    display: flex;
    position: relative;
  }

  .navbar_hamburger {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    display: flex;
  }

  .padding-global-5 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .work-final_img {
    position: relative;
  }

  .work-content_head {
    grid-column-gap: var(--fixed--0-875rem);
    grid-row-gap: var(--fixed--0-875rem);
  }

  .work-content_grid {
    flex-flow: column;
    display: flex;
  }

  .work-content_content {
    grid-column-gap: var(--fixed--1-5rem);
    grid-row-gap: var(--fixed--1-5rem);
    max-width: 100%;
    position: relative;
    top: auto;
  }

  .work-header_infos {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .case-content_imgs-list {
    grid-column-gap: var(--fixed--3rem);
    grid-row-gap: var(--fixed--3rem);
  }

  .work-final_img-wrap {
    aspect-ratio: auto;
  }

  .case-content_final {
    grid-column-gap: var(--fixed--1-5rem);
    grid-row-gap: var(--fixed--1-5rem);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .work-header_img-wrap {
    aspect-ratio: auto;
  }

  .work-header_img {
    position: relative;
  }

  .work-content_heading,
  .instructions_rich-text h4 {
    font-size: var(--fixed--1-75rem);
  }

  .instructions_rich-text h6 {
    font-size: var(--fixed--1-25rem);
  }

  .instructions_rich-text h1 {
    font-size: var(--fixed--3rem);
  }

  .instructions_rich-text h5 {
    font-size: var(--fixed--1-5rem);
  }
}

@media screen and (max-width: 767px) {
  body {
    --fixed--1rem: 1rem;
    --fixed--0rem: 0rem;
    --fixed--2-5rem: 2.5rem;
    --fixed--1-5rem: 1.5rem;
    --fixed--1-125rem: 1.125rem;
    --border-radius--xxsmall: var(--fixed--0-25rem);
    --fixed--1-25rem: 1.25rem;
    --fixed--0-875rem: .875rem;
    --spacer--xxhuge: var(--fixed--6rem);
    --fixed--2rem: 2rem;
    --spacer--custom-1: var(--fixed--1-125rem);
    --fixed--0-75rem: .75rem;
    --fixed--4rem: 4rem;
    --fixed--3rem: 3rem;
    --fixed--1-75rem: 1.75rem;
    --spacer--custom-3: var(--fixed--2rem);
    --section--medium: var(--fixed--5rem);
    --fixed--6rem: 6rem;
    --spacer--tiny: var(--fixed--0-125rem);
    --spacer--medium: var(--fixed--1-5rem);
    --spacer--custom-2: var(--fixed--1-125rem);
    --fixed--2-75rem: 2.75rem;
    --fixed--2-25rem: 2.25rem;
    --fixed--0-5rem: .5rem;
    --spacer--xhuge: var(--fixed--6rem);
    --section--large: var(--fixed--5rem);
    --fixed--6-5rem: 6.5rem;
    --spacer--small: var(--fixed--1rem);
    --section--xxlarge: var(--fixed--5rem);
    --spacer--xxlarge: var(--fixed--3rem);
    --section--xsmall: var(--fixed--2-25rem);
    --section--small: var(--fixed--1-5rem);
    --spacer--xlarge: var(--fixed--3rem);
    --section--xlarge: var(--fixed--5rem);
    --spacer--xsmall: var(--fixed--0-5rem);
    --spacer--xxsmall: var(--fixed--0-25rem);
    --spacer--huge: var(--fixed--5rem);
    --spacer--large: var(--fixed--2rem);
    --fixed--5rem: 5rem;
    --border-radius--xsmall: var(--fixed--0-25rem);
    --fixed--4-5rem: 4.5rem;
    --fixed--3-5rem: 3.5rem;
    --fixed--9rem: 9rem;
    --fixed--8rem: 8rem;
    --fixed--12rem: 12rem;
    --fixed--7rem: 7rem;
    --border-radius--huge: var(--fixed--0-875rem);
    --border-radius--small: var(--fixed--0-5rem);
    --border-radius--medium: var(--fixed--0-5rem);
    --fixed--0-25rem: .25rem;
    --border-radius--ultra: var(--fixed--1-25rem);
    --fixed--15rem: 15rem;
    --border-radius--xxlarge: var(--fixed--0-875rem);
    --border-radius--large: var(--fixed--0-75rem);
    --fixed--0-125rem: .125rem;
    --fixed--5-5rem: 5.5rem;
    --fixed--10rem: 10rem;
    --fixed--11rem: 11rem;
    --fixed--13rem: 13rem;
    --fixed--14rem: 14rem;
    --fixed--16rem: 16rem;
    --border-radius--tiny: var(--fixed--0-125rem);
    --border-radius--xlarge: var(--fixed--0-75rem);
    --border-radius--xhuge: var(--fixed--0-875rem);
    --border-radius--xxhuge: var(--fixed--1rem);
    --_typography---font-family--secondary: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --_typography---font-weight--regular: 400;
    --_typography---h1--font-family: var(--_typography---font-family--primary);
    --_typography---h1--font-size: var(--fixed--3rem);
    --_typography---h1--line-height: 100%;
    --_typography---h1--font-weight: var(--_typography---font-weight--medium);
    --_typography---h1--letter-spacing: -0.08em;
    --_typography---h2--font-family: var(--_typography---font-family--primary);
    --_typography---h2--font-size: var(--fixed--2-5rem);
    --_typography---h2--font-weight: var(--_typography---font-weight--medium);
    --_typography---h2--letter-spacing: -0.08em;
    --_typography---h3--font-family: var(--_typography---font-family--primary);
    --_typography---h3--font-size: var(--fixed--2rem);
    --_typography---h3--line-height: 105%;
    --_typography---h3--font-weight: var(--_typography---font-weight--medium);
    --_typography---h3--letter-spacing: -0.08em;
    --_typography---h4--font-family: var(--_typography---font-family--primary);
    --_typography---h4--font-size: var(--fixed--1-75rem);
    --_typography---h4--line-height: 110%;
    --_typography---h4--font-weight: var(--_typography---font-weight--medium);
    --_typography---h4--letter-spacing: -0.08em;
    --_typography---h5--font-family: var(--_typography---font-family--primary);
    --_typography---h5--font-size: var(--fixed--1-5rem);
    --_typography---h5--line-height: 110%;
    --_typography---h5--font-weight: var(--_typography---font-weight--medium);
    --_typography---h5--letter-spacing: -0.08em;
    --_typography---h6--font-family: var(--_typography---font-family--primary);
    --_typography---h6--font-size: var(--fixed--1rem);
    --_typography---h6--line-height: 120%;
    --_typography---h6--font-weight: var(--_typography---font-weight--medium);
    --_typography---h6--letter-spacing: -0.08em;
    --_typography---font-weight--medium: 500;
    --_typography---font-weight--thin: 100;
    --_typography---font-weight--extra-bold: 800;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--bold: 700;
    --_typography---font-family--detail: "Roboto mono", Arial, sans-serif;
    --_typography---font-weight--black: 900;
    --_typography---font-weight--extra-light: 200;
    --_typography---font-weight--semibold: 600;
    --_typography---h2--line-height: 100%;
    --_typography---font-family--primary: "Sofia Pro", Arial, sans-serif;
    --_typography---font-family--serif: "Instrument Serif", Georgia, serif;
  }

  blockquote {
    font-size: var(--fixed--1-125rem);
  }

  .resources_heading {
    padding-bottom: var(--fixed--0-875rem);
    font-size: 1.125rem;
  }

  .spacer-custom-1.is-mobile-small {
    padding-top: var(--fixed--0-75rem);
  }

  .resources_items {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .resources_items.more-columns {
    grid-template-columns: 1fr 1fr;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .text-rich-text h2 {
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--1-75rem);
  }

  .text-rich-text p {
    margin-bottom: var(--fixed--1-75rem);
  }

  .text-rich-text h4 {
    margin-bottom: var(--fixed--1-125rem);
    font-size: var(--fixed--1-25rem);
  }

  .text-rich-text h3 {
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--1-5rem);
  }

  .text-rich-text h6 {
    font-size: var(--fixed--1-125rem);
  }

  .text-rich-text h1 {
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--2-5rem);
  }

  .text-rich-text h5 {
    font-size: var(--fixed--1-25rem);
  }

  .max-width-full-mobile {
    width: 100%;
    max-width: none;
  }

  .padding-section-medium.is-mobile-small {
    padding-top: var(--fixed--2-5rem);
  }

  .padding-section-medium.is-mobile-big {
    padding-top: 132px;
  }

  .padding-section-medium.is-tablet-smaller {
    padding-top: var(--fixed--1-5rem);
  }

  .text-size-medium {
    font-size: var(--fixed--1rem);
  }

  .resources_section {
    grid-row-gap: var(--fixed--1-125rem);
  }

  .template-style-heading-split,
  .template-style-heading-split.margin-small {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .template-style-heading-split.margin-large {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .resources_component {
    grid-column-gap: var(--fixed--2-75rem);
    grid-row-gap: var(--fixed--2-75rem);
  }

  .resources_item-content {
    padding: var(--fixed--1-5rem);
  }

  .padding-global {
    padding-right: var(--fixed--1-5rem);
    padding-left: var(--fixed--1-5rem);
  }

  .padding-section-large.is-mobile-big {
    padding-top: var(--fixed--6-5rem);
  }

  .text-size-large {
    font-size: var(--fixed--1rem);
  }

  .heading-style-h4 {
    -webkit-text-stroke-width: 0px;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .text-style-label {
    letter-spacing: .05em;
  }

  .spacer-xlarge.is-mobile-small {
    padding-top: var(--fixed--2rem);
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
  }

  .heading-style-h3.is-mobile-h4 {
    font-size: var(--_typography---h4--font-size);
    line-height: var(--_typography---h4--line-height);
    font-weight: var(--_typography---h4--font-weight);
    letter-spacing: var(--_typography---h4--letter-spacing);
  }

  .spacer-huge {
    padding-top: 3rem;
  }

  .heading-style-h2.is-mobile-h3 {
    font-size: var(--_typography---h3--font-size);
    line-height: var(--_typography---h3--line-height);
    font-weight: var(--_typography---h3--font-weight);
    letter-spacing: var(--_typography---h3--letter-spacing);
  }

  .resources_license-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_home-header {
    height: auto;
    min-height: auto;
  }

  .home-header_heading {
    font-size: var(--fixed--2rem);
  }

  .home-header_imgs-wrapper {
    display: none;
  }

  .button {
    border-radius: 999px;
  }

  .button_inner {
    border-radius: 999px;
    padding: var(--fixed--1-25rem) var(--fixed--1-75rem);
  }

  .navbar {
    padding-top: var(--fixed--0-5rem);
    padding-bottom: var(--fixed--0-5rem);
    background-color: var(--base--beige\<deleted\|variable-18c14968-cf92-b56f-6465-88a57344cb44\>);
  }

  .navbar_links-wrap {
    width: 100%;
    display: none;
  }

  .home-header_location-globe {
    width: 1.25rem;
    height: 1.25rem;
  }

  .home-header_label {
    font-size: var(--fixed--0-75rem);
  }

  .home-header_text {
    font-size: var(--fixed--1rem);
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

  .label_line {
    width: var(--fixed--1-75rem);
  }

  .home-about_heading,
  .home-about_img-text {
    -webkit-text-stroke-width: 0px;
  }

  .work-list_list {
    grid-column-gap: var(--fixed--3rem);
    grid-row-gap: var(--fixed--3rem);
    grid-template-columns: 1fr;
  }

  .work-list_block {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .work-list_image-main {
    border-radius: .875rem;
  }

  .work-list_image-second {
    border-radius: .5rem;
  }

  .services_component {
    grid-column-gap: var(--fixed--1-75rem);
    grid-row-gap: var(--fixed--1-75rem);
  }

  .services_items {
    grid-column-gap: var(--fixed--1-125rem);
    grid-row-gap: var(--fixed--1-125rem);
  }

  .footer_link-label {
    font-size: .875rem;
  }

  .footer_legal-links {
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .footer_lists {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_social-media {
    width: var(--fixed--1-25rem);
  }

  .footer_wrap {
    grid-column-gap: var(--fixed--3-5rem);
    grid-row-gap: var(--fixed--3-5rem);
  }

  .footer_template-links {
    grid-column-gap: var(--fixed--0-25rem);
    grid-row-gap: var(--fixed--0-25rem);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer_main {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  .footer_links-groups {
    grid-column-gap: 2.25rem;
    grid-row-gap: 1.75rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .footer_legal-divider {
    width: 1px;
    height: 1.5rem;
    display: none;
  }

  .footer_group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer_social {
    grid-column-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_link {
    font-size: 14px;
  }

  .about-header_content {
    position: relative;
  }

  .about-header_asset-info {
    padding: 1rem;
  }

  .about-values_block-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-values_wrapper {
    flex-direction: column;
  }

  .about-values_imgs-wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
    top: auto;
  }

  .about-values_block,
  .about-team_grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about-team_text,
  .about-team_text-2 {
    font-size: .75rem;
  }

  .blog-list_subheading,
  .blog-list_desc {
    font-size: var(--fixed--0-875rem);
  }

  .newsletter_arrow {
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    display: flex;
  }

  .newsletter_btn-wrap {
    border-radius: var(--fixed--0-875rem);
  }

  .text-field {
    border-radius: var(--fixed--1rem);
    font-size: var(--fixed--1-75rem);
    height: 6rem;
    padding-left: 2rem;
    padding-right: 6rem;
  }

  .newsletter_btn-wrapper {
    padding: var(--fixed--0-5rem);
  }

  .newsletter_label-wrap {
    padding-left: var(--fixed--2rem);
  }

  .button-solid {
    padding-top: var(--fixed--1rem);
    padding-bottom: var(--fixed--1rem);
    border-radius: .75rem;
    font-size: .875rem;
  }

  .faq_content {
    width: 98%;
    margin-left: 0;
  }

  .faq_question-wrap {
    grid-template-columns: 5.65302% 1fr 6%;
  }

  .faq_button-line {
    width: var(--fixed--0-875rem);
    height: 1px;
  }

  .post-header_infos {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .padding-global-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .work-header_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .work-header_infos {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .case-content_imgs-list {
    grid-column-gap: var(--fixed--1-5rem);
    grid-row-gap: var(--fixed--1-5rem);
  }

  .work-header_info-text {
    display: none;
  }

  .work-content_heading {
    font-size: var(--fixed--1-5rem);
    -webkit-text-stroke-width: 0px;
  }

  .blog-list_title {
    font-size: var(--fixed--1-25rem);
  }

  .instructions_rich-text figure {
    margin-bottom: var(--fixed--2rem);
  }

  .instructions_rich-text h2 {
    margin-top: var(--fixed--1-25rem);
    margin-bottom: var(--fixed--1-25rem);
    padding-top: var(--fixed--1-125rem);
    padding-bottom: var(--fixed--1-125rem);
    padding-left: var(--fixed--1rem);
    border-left-width: 2px;
    font-size: 1.35rem;
  }

  .instructions_rich-text p {
    margin-bottom: var(--fixed--1-75rem);
  }

  .instructions_rich-text h4 {
    margin-bottom: var(--fixed--1-125rem);
    font-size: var(--fixed--1-25rem);
  }

  .instructions_rich-text h3 {
    margin-top: var(--fixed--1-5rem);
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--1-125rem);
  }

  .instructions_rich-text h6 {
    font-size: var(--fixed--1-125rem);
  }

  .instructions_rich-text h1 {
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--2-5rem);
  }

  .instructions_rich-text h5 {
    font-size: var(--fixed--1-25rem);
  }
}

@media screen and (max-width: 479px) {

  .resources_items,
  .resources_items.more-columns {
    grid-template-columns: 1fr;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .resources_fonts {
    grid-template-columns: 1fr 1fr;
  }

  .resources_font-1 {
    font-size: 5rem;
  }

  .resources_license-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .resources_licenses-links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .resources_grid {
    grid-template-columns: 1fr;
  }

  .resources_font-2 {
    font-size: 5rem;
  }

  .section_home-header {
    min-height: 100vh;
  }

  .home-header_component {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }

  .home-header_headings {
    max-width: 15rem;
  }

  .home-header_imgs-wrapper {
    display: flex;
  }

  .home-header_imgs-wrap {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 60vh;
  }

  .home-header_labels-wrap {
    bottom: 1.25rem;
  }

  .home-about_img-text {
    white-space: normal;
    width: 80vw;
    max-width: 17rem;
  }

  .work-list_wrapper {
    width: 100%;
  }

  .work-list_image-second {
    right: auto;
  }

  .services_items {
    flex-flow: column;
    display: flex;
  }

  .cta_content {
    padding: var(--fixed--2rem);
  }

  .footer_legal-links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_lists {
    grid-column-gap: var(--fixed--1rem);
    grid-row-gap: var(--fixed--1rem);
  }

  .footer_wrap {
    padding-bottom: var(--fixed--1-5rem);
  }

  .footer_template-links {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: auto;
  }

  .footer_main {
    grid-column-gap: var(--fixed--2-75rem);
    grid-row-gap: var(--fixed--2-75rem);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_links-groups {
    padding-right: 1.75rem;
  }

  .footer_legal-divider {
    display: none;
  }

  .footer_legal-wrap {
    margin-right: auto;
  }

  .about-header_cube-side._4 {
    transform: translate3d(0%, 0, -25vw)rotateX(0)rotateY(-90deg)rotateZ(0);
  }

  .about-header_cube-side._2 {
    transform: translate3d(100%, 0, 25vw)rotateX(0)rotateY(90deg)rotateZ(0);
  }

  .about-header_cube-side._3 {
    transform: rotateX(0)rotateY(180deg)rotateZ(0)translate3d(0%, 0%, 25vw);
  }

  .about-header_cube-side._1 {
    transform: translate3d(0, 0, 25vw);
  }

  .about-header_cube {
    width: 50vw;
  }

  .about-header_cube-wrap {
    perspective: 1000px;
  }

  .about-header_spacing {
    padding-top: var(--fixed--2-75rem);
  }

  .approach_items {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .about-values_imgs-wrapper {
    position: relative;
  }

  .about-values_head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .about-values_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .about-values_block {
    grid-column-gap: 1.125rem;
    grid-row-gap: 1.125rem;
    flex-flow: column;
    display: flex;
  }

  .about-team_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .blog-list_list {
    flex-flow: column;
    display: flex;
  }

  .text-field {
    font-size: var(--fixed--1-125rem);
    height: 5rem;
  }

  .newsletter_label-wrap {
    padding-left: var(--fixed--0rem);
  }

  .faq_answer-wrap {
    padding-left: 0;
  }

  .faq_question-wrap {
    grid-template-columns: 5.65302% 1fr 10%;
  }

  .faq_button {
    width: 2rem;
    height: 2rem;
  }

  .home-header_img {
    border-radius: 1.75vh;
    width: 10vh;
    height: auto;
  }

  .work-content_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .work-header_infos {
    grid-column-gap: var(--fixed--0-75rem);
    grid-row-gap: var(--fixed--0-75rem);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .case-content_final {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .work-related_img {
    aspect-ratio: 3 / 2;
  }
}

#w-node-_0632acfa-8aaa-b158-7b6a-58a2921af54f-921af54a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0632acfa-8aaa-b158-7b6a-58a2921af569-921af54a {
  order: 0;
  place-self: end start;
}

#w-node-_0632acfa-8aaa-b158-7b6a-58a2921af576-921af54a {
  place-self: end;
}

#w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04cce-4dfba97e,
#w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04cd6-4dfba97e,
#w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04cea-4dfba97e,
#w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04dd8-4dfba97e,
#w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04ddf-4dfba97e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d350e3ee-5b0c-0d6b-de28-200e71443040-4dfba980,
#w-node-_3e2f36c7-a93b-26f9-3eb0-428f49cd1206-4dfba983,
#w-node-_3e2f36c7-a93b-26f9-3eb0-428f49cd120e-4dfba983,
#w-node-_1b750c74-4f7e-11ec-716b-fa77005ba8d5-005ba8d0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b750c74-4f7e-11ec-716b-fa77005ba8dc-005ba8d0 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_1b750c74-4f7e-11ec-716b-fa77005ba8db-005ba8d0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_484cd889-9c9b-9c07-ce5b-d03b07feac89-4dfba974 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3e2f36c7-a93b-26f9-3eb0-428f49cd1226-4dfba983 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0632acfa-8aaa-b158-7b6a-58a2921af576-921af54a {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {

  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04cce-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04cd6-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04cea-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04d8c-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04dd8-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04ddf-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04f12-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04f19-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04f20-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04f40-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04f47-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04faa-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04fb2-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04fee-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d04ff6-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d05012-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d0501a-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d05036-4dfba97e,
  #w-node-_77cecff6-6d66-65fb-08bb-6d63b7d0503e-4dfba97e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

/* CTA section style overrides */
.section_cta .container-medium {
  padding-left: unset;
  padding-right: unset;
}

.cta_component {
  padding-left: unset;
  padding-right: unset;
  column-gap: 12px;
}

@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/BDOGrotesk-VF.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto mono';
  src: url('../fonts/RobotoMono-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto mono';
  src: url('../fonts/RobotoMono-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* Navbar link text - same font size as Contact button - HIGH PRIORITY */
.navbar_component .navbar_link,
.navbar_component .navbar_link-text,
.navbar_component .navbar_link-text._1,
.navbar_component .navbar_link-text._2,
.navbar_component .navbar_link .navbar_link-text {
  font-size: var(--typography-fontSize-xs) !important;
}

/* Projects scroll section */
.projects_scroll-wrapper::-webkit-scrollbar {
  display: none;
}

.projects_scroll-arrow:hover {
  background: var(--colors-grey-600);
  border-color: var(--colors-grey-400);
  transform: translateY(-50%) scale(1.05);
}

.project_card {
  display: block;
}

.project_img-wrap {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: var(--borderRadius-medium);
  width: 100%;
}

.project_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Services grid in work-list section */
.services_grid .work-list_item {
  height: 100%;
}

.services_grid .work-list_block {
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* Disable GSAP SplitText stagger animations - show all text immediately */
.gsap_split_word {
  opacity: 1 !important;
  transform: none !important;
  translate: none !important;
  rotate: none !important;
  scale: none !important;
}

/* Also target heading elements with split text to ensure no animation delay */
.heading-style-h1 .gsap_split_word,
.heading-style-h2 .gsap_split_word,
.heading-style-h3 .gsap_split_word,
.heading-style-h4 .gsap_split_word,
.heading-style-h5 .gsap_split_word,
.text-style-label .gsap_split_word,
h1 .gsap_split_word,
h2 .gsap_split_word,
h3 .gsap_split_word {
  opacity: 1 !important;
  transform: translate3d(0, 0, 0) !important;
}

/* Base style - Centered for tall/large screens */
.section_home-header {
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;
}

/* Fix for short screens (laptops) - text won't touch navbar */
@media screen and (max-height: 900px) {
  .section_home-header {
    justify-content: flex-start !important;
    padding-top: 100px !important;
    padding-bottom: 60px;
  }
}

/* ============================================
   MOBILE MENU STYLES (max-width: 767px)
   ============================================ */
@media screen and (max-width: 767px) {
  /* Navbar mobile fullscreen */
  .navbar_links-wrap {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background: #F5F1EB !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: flex-start !important;
    padding-left: 2rem !important;
    gap: 2rem !important;
    z-index: 100 !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    border-radius: 0 !important;
  }

  .navbar_links-wrap.is-open {
    opacity: 1;
    visibility: visible;
    display: flex !important;
  }

  .navbar_links {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 1.5rem !important;
  }

  .navbar_link {
    font-size: 3.25rem !important;
  }

  .navbar_links-wrap .button,
  .navbar_links-wrap .button_text {
    font-size: 3.25rem !important;
  }

  .navbar_hamburger-wrap {
    display: flex !important;
    cursor: pointer;
    z-index: 102;
    position: fixed;
    top: 1rem;
    right: 1rem;
  }

  .navbar_hamburger {
    display: flex !important;
    flex-direction: column;
    gap: 6px;
  }

  .navbar_hamburger-line {
    width: 24px;
    height: 2px;
    background: var(--colors-primary-black);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .navbar_hamburger-wrap.is-open .navbar_hamburger-line._1 {
    transform: rotate(45deg) translate(3px, 4px);
  }

  .navbar_hamburger-wrap.is-open .navbar_hamburger-line._2 {
    transform: rotate(-45deg) translate(3px, -4px);
  }

  /* Logo fixed en móvil */
  .navbar_logo-wrap {
    position: fixed !important;
    top: 1rem;
    left: 1rem;
    z-index: 102;
  }

  /* Links color oscuro y tamaño en menú móvil */
  .navbar_links-wrap .navbar_link,
  .navbar_links-wrap .navbar_link-text,
  .navbar_links-wrap .navbar_link-text._1,
  .navbar_links-wrap .navbar_link-text._2,
  .navbar_links-wrap .gsap_split_letter {
    color: var(--colors-primary-black) !important;
    font-size: 3.25rem !important;
  }

  /* Typography coherence - titles > descriptions */
  .heading-style-h4 {
    font-size: 24px !important;
  }

  .heading-style-h5 {
    font-size: 20px !important;
  }

  .heading-style-h6 {
    font-size: 18px !important;
  }

  /* Descriptions smaller than titles */
  .stack-canvas-wrapper + p,
  .heading-style-h3 + p,
  .heading-style-h4 + p {
    font-size: 16px !important;
  }

  /* Footer brand */
  .footer_brand,
  .footer_brand .gsap_split_letter {
    font-size: 48px !important;
  }

  /* Stack canvas responsive - Grid layout */
  .stack-canvas-wrapper {
    height: auto !important;
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 0.5rem;
    padding: 1rem !important;
    overflow: visible !important;
  }

  .stack-canvas-wrapper #stack-connections {
    display: none !important;
  }

  /* Center Peakly logo */
  .stack-center {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    order: 5;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .stack-center > div {
    padding: 1rem !important;
    border-radius: 1rem !important;
  }

  .stack-center img {
    height: 24px !important;
  }

  .stack-node {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
    cursor: default !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }

  .stack-node > div {
    padding: 0.75rem !important;
    border-radius: 0.75rem !important;
    transform: none !important;
  }

  .stack-node img {
    width: 28px !important;
    height: 28px !important;
  }

  .stack-node span {
    font-size: 0.65rem !important;
  }

  /* Order nodes in grid - Peakly center */
  .stack-node[data-id="figma"] { order: 1; }
  .stack-node[data-id="claude"] { order: 2; }
  .stack-node[data-id="react"] { order: 3; }
  .stack-node[data-id="cursor"] { order: 4; }
  /* Peakly center is order: 5 */
  .stack-node[data-id="github"] { order: 6; }
  .stack-node[data-id="tailwind"] { order: 7; }
  .stack-node[data-id="nextjs"] { order: 8; }
  .stack-node[data-id="vercel"] { order: 9; }

  /* Button fill */
  .button_inner.w-variant-994e88c4-baec-2bbf-d0b3-8a2991a92ab2 {
    width: 100%;
  }

  /* Reduce spacers */
  .spacer-large {
    height: 18px !important;
    min-height: 18px !important;
    max-height: 18px !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .padding-section-small {
    height: 12px !important;
    min-height: 12px !important;
    max-height: 12px !important;
    padding: 0 !important;
  }

  /* Label wrap spacing */
  .label_wrap {
    margin-top: 3rem;
  }

  /* Services content - match brands_head spacing */
  .services_content {
    flex: 1 1 100% !important;
    max-width: 100% !important;
  }

  .services_content .label_wrap {
    margin-top: 0;
  }

  .services_content .heading-style-h4 {
    margin-top: 1.5rem;
  }

  .services_content p {
    margin-top: 0.5rem !important;
  }

  /* Work list head spacing */
  .work-list_head {
    margin-bottom: 1.5rem;
  }

  /* Service showcase panel spacing */
  .service-showcase_panel {
    margin-top: 1.5rem;
  }

  /* All buttons - centered text */
  .button_inner {
    justify-content: center;
  }

  .button_text {
    text-align: center !important;
  }

  /* Remove padding sections (except is-mobile-big) */
  .padding-section-medium:not(.is-mobile-big) {
    display: none;
  }

  /* Testimonials card */
  .testimonials_card {
    padding: 1.5rem !important;
  }

  .testimonials_quote-icon {
    font-size: 2rem !important;
  }

  .testimonials_text {
    font-size: 14px !important;
  }

  .testimonials_author-name {
    font-size: 14px !important;
  }

  .testimonials_author-role {
    font-size: 12px !important;
  }

  /* Home about section padding */
  .home-about_component {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }

  /* Peakly Lab heading */
  h2:has(.lab-flask-svg) {
    font-size: 52px !important;
  }

  /* Brands head spacing */
  .brands_head {
    padding-top: 48px !important;
  }

}

/* --- TAB COMPONENT --- */
.tab_component {
  width: 100%;
}

.tab_menu {
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.tab_menu_inner {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: var(--background--secondary);
  border-radius: 100px;
}

.tab_btn_wrap {
  padding: 1rem 2rem;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--typography-fontFamily-primary);
  font-size: 1.125rem;
  font-weight: 500;
  color: var(--colors-grey-300);
  background-color: transparent;
  border: none;
}

.tab_btn_wrap:hover {
  color: var(--text--primary);
  background-color: var(--background--primary);
}

.tab_btn_wrap.is-active {
  color: var(--text--primary);
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tab_content {
  width: 100%;
}

.tab_panel {
  display: none;
}

.tab_panel.is-active {
  display: block;
}

.tab_card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
  padding: 24px 18px;
  background-color: #ffffff;
  border-radius: 32px;
  box-shadow:
    rgba(255, 255, 255, 0.25) 0px 0px 0px 8px,
    rgba(0, 0, 0, 0.1) 12px 16px 16px 0px;
}

.tab_card_content {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.tab_card_content .button {
  width: fit-content;
  align-self: flex-end;
}

.tab_card_heading {
  font-family: var(--typography-fontFamily-primary);
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--text--primary);
  margin: 0;
}

.tab_card_text {
  font-family: var(--typography-fontFamily-primary);
  font-size: 1rem;
  color: var(--colors-grey-300);
  line-height: 1.6;
  margin: 0;
}

.tab_card_image {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}

.tab_card_image img {
  width: 100%;
  height: auto;
  display: block;
}

/* Dropdown for overflow tabs */
.tab_dropdown_wrap {
  position: relative;
  display: none;
}

.tab_dropdown_btn {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1rem;
  border-radius: 100px;
  cursor: pointer;
  font-family: var(--typography-fontFamily-primary);
  font-size: 0.9375rem;
  font-weight: 500;
  color: var(--colors-grey-300);
  background-color: transparent;
  border: none;
}

.tab_dropdown_icon {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.tab_dropdown_list {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 0.5rem;
  padding: 0.5rem;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  min-width: 200px;
  z-index: 10;
}

.tab_dropdown_text {
  display: none;
}

@media screen and (max-width: 991px) {
  .tab_card {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .tab_menu {
    display: none;
  }

  .tab_panel {
    display: block;
    margin-bottom: 2rem;
  }

  .tab_card {
    display: flex;
    flex-direction: column;
  }

  .tab_card_content {
    display: contents;
  }

  .tab_card_heading {
    order: 1;
  }

  .tab_card_text {
    order: 2;
    margin-bottom: 1.5rem;
  }

  .tab_card_image {
    order: 3;
    margin-bottom: 1.5rem;
  }

  .tab_card_content .button {
    order: 4;
    width: 100%;
  }

  .tab_card_content .button .button_inner {
    width: 100%;
    justify-content: center;
  }
}

/* ============================================
   SISTEMA DE TIPOGRAFÍA RESPONSIVE - PEAKLY
   ============================================ */

/* --- HEADINGS DESKTOP --- */

.typo-h-bg {
  font-size: 72px;
  line-height: 1.1;
}

.typo-h-xxl {
  font-size: 50px;
  line-height: 1.2;
}

.typo-h-xl {
  font-size: 32px;
  line-height: 1.2;
}

.typo-h-l {
  font-size: 32px;
  line-height: 1.2;
}

.typo-h-m {
  font-size: 28px;
  line-height: 1.3;
}

.typo-h-s {
  font-size: 26px;
  line-height: 1.3;
}

.typo-h-xs {
  font-size: 20px;
  line-height: 1.3;
}

/* --- TEXT SIZES DESKTOP --- */
.typo-body-lg {
  font-size: 20px;
  line-height: 1.5;
}

.typo-body {
  font-size: 18px;
  line-height: 1.5;
}

.typo-body-md {
  font-size: 16px;
  line-height: 1.6;
}

.typo-body-sm {
  font-size: 14px;
  line-height: 1.5;
}

.typo-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.typo-tag {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}


/* --- MOBILE RESPONSIVE (< 768px) --- */
@media screen and (max-width: 767px) {
  .typo-h-bg {
    font-size: 48px;
    line-height: 1.15;
  }

  .typo-h-xxl {
    font-size: 38px;
    line-height: 1.2;
  }

  .typo-h-xl {
    font-size: 32px;
    line-height: 1.2;
  }

  .typo-h-l {
    font-size: 32px;
    line-height: 1.2;
  }

  .typo-h-m {
    font-size: 22px;
    line-height: 1.3;
  }

  .typo-h-s {
    font-size: 20px;
    line-height: 1.3;
  }

  .typo-h-xs {
    font-size: 16px;
    line-height: 1.3;
  }

  .typo-body-lg {
    font-size: 16px;
    line-height: 1.5;
  }

  .typo-body {
    font-size: 16px;
    line-height: 1.5;
  }

  .typo-body-md {
    font-size: 14px;
    line-height: 1.5;
  }

  .typo-body-sm {
    font-size: 13px;
    line-height: 1.5;
  }

  .typo-label {
    font-size: 11px;
  }

  .typo-tag {
    font-size: 11px;
  }
}

