.about-hero{width:100vw;height:100vh;height:calc(var(--vh, 1vh) * 100);position:relative;color:var(--color-white)}.about-hero__inner{width:100%;height:100%;border-radius:var(--border-radius);background-color:var(--color-sage-green);display:flex;flex-wrap:wrap;justify-content:space-between}.about-hero__column{width:48%;height:100%;display:flex;flex-direction:column;justify-content:space-between;position:relative}.about-hero__heading{max-width:590px;padding-bottom:24px;padding-top:24px}.about-hero__image-one{width:50%;height:0;padding-bottom:60%;position:relative;border:2px solid white;border-radius:var(--border-radius);overflow:hidden;display:none}.about-hero__image-one img,.about-hero__image-two img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transform:scale(1.01)}.about-hero__image-two{height:100%;width:0;padding-left:85%;align-self:flex-end;position:relative;border:2px solid white;border-radius:var(--border-radius);overflow:hidden}@media only screen and (min-width: 768px){.about-hero__image-one{display:block}}@media only screen and (max-width: 1024px){.about-hero__inner{flex-direction:column-reverse;flex-wrap:nowrap}.about-hero__column{width:100%;height:auto}.about-hero__column:first-of-type{display:flex;height:80%;justify-content:space-between;flex-direction:row-reverse}.about-hero__heading{max-width:420px}.about-hero__image-one{width:32%;padding-bottom:40%;position:relative;top:-18vh}.about-hero__image-two{margin-top:15vh;margin-bottom:24px;width:55%;height:0;padding-left:0;padding-bottom:70%;align-self:flex-start}}@media only screen and (max-width: 768px){.about-hero__column:first-of-type{flex-direction:row}.about-hero__image-two{width:82%;margin-top:55px;padding-bottom:105%}}.about-full-image{width:100%;height:100vh;height:calc(var(--vh, 1vh) * 100);padding-top:12px;padding-bottom:12px;position:relative}.about-full-image__inner{position:relative;width:100%;height:100%;border-radius:var(--border-radius);overflow:hidden}.about-full-image__inner img{position:absolute;width:100%;height:100%;top:0;right:0;bottom:0;left:0;object-fit:cover}.about-scrolling-cards{height:280vh;height:calc(var(--vh, 1vh) * 280);position:relative}.about-scrolling-cards__inner{position:sticky;top:0;width:100%;height:100vh;height:calc(var(--vh, 1vh) * 100);padding-top:12px;padding-bottom:12px;display:flex;flex-wrap:nowrap;justify-content:space-between}.about-scrolling-cards__card{display:inline-block;width:calc(50% - 10px);height:100%;border-radius:var(--border-radius);background:var(--color-white);display:flex;justify-content:space-between;flex-direction:column;transform:translate(210%);will-change:transform}.about-scrolling-cards__card:first-of-type .h1{color:var(--color-sage-green)}.card__paragraph{display:flex;justify-content:space-between}.card__paragraph span{display:block;width:40%}.card__paragraph p{display:block;width:40%;width:100%}.about-scrolling-cards__card:last-of-type{background:var(--color-sage-green);color:var(--color-white);transform:translate(110%)}@media only screen and (max-width: 768px){.about-scrolling-cards{height:350vh;height:calc(var(--vh, 1vh) * 350);position:relative}.about-scrolling-cards__inner{flex-wrap:wrap;height:calc(100vh - 32px);height:calc((var(--vh, 1vh) * 100) - 32px);width:calc(100% - 16px);top:16px;left:16px}.about-scrolling-cards__card{position:absolute;top:0;left:0;height:95%;width:calc(100% - 16px);transform:translate(110vw);will-change:transform}.card__paragraph{flex-wrap:wrap}.card__paragraph span{width:100%}.card__paragraph p{width:100%;padding-top:8px;letter-spacing:-1px}.about-scrolling-cards__card:last-of-type .card__paragraph{flex-direction:column-reverse}.about-scrolling-cards__card:last-of-type .card__paragraph .right{text-align:left}}@media only screen and (min-width: 1440px){.about-scrolling-cards .text-16{font-size:18px;line-height:22px}}.about-scrolling-images{width:100vw;height:225%;height:calc(var(--vh, 1vh) * 225);position:relative;margin-top:-10vh}.about-scrolling-images__inner{position:sticky;top:0;width:100%;height:100%;height:calc(var(--vh, 1vh) * 100);display:flex;justify-content:center;align-items:center;z-index:2}.about-scrolling-images__inner.blend{margin-top:0;mix-blend-mode:overlay;opacity:.8}.about-scrolling-images__inner{position:sticky;top:0;margin-top:-100vh;margin-top:calc(-1 * var(--vh, 1vh) * 100);opacity:1;transition:opacity .5s ease-in-out}.about-scrolling-images__inner.hide{opacity:0;transition:opacity .5s ease-in-out}.about-scrolling-images__inner .h1{max-width:520px;text-align:center}.about-scrolling-images__images{position:relative;display:grid;grid-template-columns:repeat(16,1fr);grid-template-rows:repeat(2,1fr);grid-row-gap:50vh;margin-top:50vh}.about-scrolling-images__images .image-one,.about-scrolling-images__images .image-two,.about-scrolling-images__images .image-three,.about-scrolling-images__images .image-four,.about-scrolling-images__images .image-five,.about-scrolling-images__images .image-six{height:0;padding-bottom:140%;background:var(--color-green);display:inline-bock;grid-column:3 / span 2;grid-row:span 1;border-radius:var(--border-radius);will-change:transform}.about-scrolling-images__images .image-four,.about-scrolling-images__images .image-five,.about-scrolling-images__images .image-six{grid-row:2/3}.about-scrolling-images__images .image-two{padding-bottom:135%;grid-column:7 / span 3}.about-scrolling-images__images .image-three{padding-bottom:70%;margin-top:-30vh;grid-column:11 / span 6}.about-scrolling-images__images .image-four{grid-column:1 / span 6;padding-bottom:70%}.about-scrolling-images__images .image-five{grid-column:9 / span 2}.about-scrolling-images__images .image-six{grid-column:13 / span 4}@media only screen and (max-width: 1339px){.about-tabbed-content .text-18{font-size:16px;line-height:20px}}.about-tabbed-content__buttons .btn{background-color:var(--color-sage-green);transition:all .3s ease-in-out;padding:14px 24px;margin-right:12px;cursor:pointer}.about-tabbed-content__buttons .btn:hover{background-color:var(--color-red-brick);color:var(--color-white);transition:all .3s ease-in-out}.about-tabbed-content__buttons .Supply:hover,.about-tabbed-content__buttons .Supply:active{background-color:var(--color-green)!important}.about-tabbed-content__buttons .Studio:hover,.about-tabbed-content__buttons .Studio:active{background-color:var(--color-red-brick)!important}@media only screen and (max-width: 768px){.about-scrolling-images__inner .h1{max-width:290px}.about-scrolling-images{margin-top:0;height:250%;height:calc(var(--vh, 1vh) * 250)}.about-scrolling-images__images{display:block}.about-full-image{height:80vh;height:calc(var(--vh, 1vh) * 80)}.about-scrolling-images__images .image-one,.about-scrolling-images__images .image-two,.about-scrolling-images__images .image-three,.about-scrolling-images__images .image-four,.about-scrolling-images__images .image-five,.about-scrolling-images__images .image-six{height:0;position:absolute}.about-scrolling-images__images .image-one{position:absolute;left:4vh;width:20vw;height:0;top:0;padding-bottom:30%}.about-scrolling-images__images .image-two{position:absolute;left:27vw;width:35vw;height:0;top:125px;padding-bottom:55%}.about-scrolling-images__images .image-three{width:35vw;right:0;top:125px;padding-bottom:28%}.about-scrolling-images__images .image-four{width:43vw;left:0;padding-bottom:35%;top:470px}.about-scrolling-images__images .image-five{width:22vw;padding-bottom:35%;top:475px;left:41vw}.about-scrolling-images__images .image-six{width:24vw;padding-bottom:37%;top:450px;right:0}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/section-about-page.css.map */
