.text-section{overflow:hidden;padding-left:var(--side-padding);padding-right:var(--side-padding);position:relative}.text-section--has-illustration,.text-section.has-background{padding-top:var(--space-4xl)}.text-section.has-background--image.text-color--light{background:var(--color-black)}.text-section__background-image{margin:0}.text-section__background-image img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.text-section__background-image.text-section__background-image--overlay:after{background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.6)),to(rgba(0,0,0,.6)));background:linear-gradient(0deg,rgba(0,0,0,.6),rgba(0,0,0,.6));content:"";height:100%;left:0;position:absolute;top:0;width:100%}.text-section__illustration{margin:0;position:absolute;top:0}.text-section__illustration svg{height:auto;vertical-align:top;width:100%}.text-section__illustration--s{left:96%;-webkit-transform:rotate(2deg) translateY(20%);transform:rotate(2deg) translateY(20%);width:24%}@media (max-width:65rem){.text-section__illustration--s{left:auto;right:-15rem;-webkit-transform:rotate(2deg) translateY(-20%);transform:rotate(2deg) translateY(-20%);width:18.75rem}}.text-section__illustration--u{left:93%;-webkit-transform:translateY(-20%);transform:translateY(-20%);width:35%}@media (max-width:65rem){.text-section__illustration--u{left:auto;right:-15rem;width:18.75rem}}.text-section__illustration--o{left:90%;top:0;-webkit-transform:translateY(-80%);transform:translateY(-80%);width:27%}@media (max-width:65rem){.text-section__illustration--o{left:auto;right:-11rem;width:18.75rem}}.text-section__container,.text-section__heading{position:relative}.text-section__heading>:not(.text-section__illustration){width:clamp(min(35rem,100%),65%,var(--max-width-8-col))}@media (max-width:65rem){.text-section--has-illustration .text-section__heading>:not(.text-section__illustration){width:min(35rem,75%)}}.text-section__heading h2{font-size:var(--heading-600);font-weight:var(--font-weight--black);line-height:1;text-transform:uppercase}@media (max-width:37.5rem){.text-section__heading h2{line-height:1.2}}@media (max-width:48rem){.text-section__heading h2{font-size:var(--heading-500);font-weight:var(--font-weight--black);line-height:1.2;text-transform:uppercase}}.text-section__heading p:first-child{font-family:var(--font-family-title);font-size:var(--heading-300);font-weight:var(--font-weight--bold);line-height:1.3}.text-section__heading p:first-child+h2{margin-top:var(--space-s)}.text-section__content{display:grid;gap:var(--gutter);grid-template-columns:repeat(auto-fit,minmax(min(26rem,100%),1fr));margin-top:var(--space-2xl)}.text-section__content:first-child{margin-top:0}.text-section__content h3{font-family:var(--font-family-title);font-size:var(--heading-400);font-weight:var(--font-weight--black);line-height:1.2;text-transform:uppercase}@media (min-width:48.001rem){.text-section--has-illustration .text-section__content{margin-right:8%}}.text-section__cta{margin-top:var(--space-2xl)}