.collection-products{display:grid;grid-template-columns:repeat(auto-fill,minmax(500px,1fr))}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.content-section{width:100%}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.faq-item .plus-minus-flip{--rotate: 0deg}.faq-item button.active .plus-minus-flip{--rotate: 180deg}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.case-study-card.swiper-slide{width:20rem;height:24.5rem}.case-study-card.swiper-slide:not(:first-of-type){margin-left:1rem}.case-study-card__content{transform:translateY(5.5rem);transition:transform .3s cubic-bezier(.445,.05,.55,.95)}.case-study-card:hover .case-study-card__content{transform:translateY(0)}@media(min-width:1024px){.case-study-card.swiper-slide{width:26rem;height:30.4375rem}.case-study-card.swiper-slide:not(:first-of-type){margin-left:1.5rem}}.copy--custom-size{font-size:var(--font-size-mobile, 1rem)}@media(min-width:1024px){.copy--custom-size{font-size:var(--font-size-desktop, 1rem)}}.flex-wrapper{display:var(--display, flex);flex-wrap:var(--flex-wrap, wrap);flex-direction:var(--flex-direction, row);align-items:var(--align-items, stretch);justify-content:var(--justify-content, flex-start);gap:var(--gap, 0);margin-top:var(--margin-top, 0);margin-bottom:var(--margin-bottom, 0);margin-left:var(--margin-left, 0);margin-right:var(--margin-right, 0);padding-top:var(--padding-top, 0);padding-bottom:var(--padding-bottom, 0);padding-left:var(--padding-left, 0);padding-right:var(--padding-right, 0);width:var(--width, 100%);max-width:var(--max-width, var(--width, auto));height:var(--height, auto);max-height:var(--max-height, none);order:var(--order, 0);flex-shrink:var(--flex-shrink, 1)}@media(max-width:1023px){.flex-wrapper{flex-direction:var(--mobile-flex-direction, var(--flex-direction, row));flex-wrap:var(--mobile-flex-wrap, var(--flex-wrap, wrap));align-items:var(--mobile-align-items, var(--align-items, stretch));justify-content:var(--mobile-justify-content, var(--justify-content, flex-start));gap:var(--mobile-gap, var(--gap, 0));width:var(--mobile-width, var(--width, 100%));max-width:var(--mobile-max-width, var(--mobile-width, var(--max-width, var(--width, auto))));height:var(--mobile-height, var(--height, auto));max-height:var(--mobile-max-height, var(--max-height, none));margin-top:var(--mobile-margin-top, var(--margin-top, 0));margin-bottom:var(--mobile-margin-bottom, var(--margin-bottom, 0));margin-left:var(--mobile-margin-left, var(--margin-left, 0));margin-right:var(--mobile-margin-right, var(--margin-right, 0));padding-top:var(--mobile-padding-top, var(--padding-top, 0));padding-bottom:var(--mobile-padding-bottom, var(--padding-bottom, 0));padding-left:var(--mobile-padding-left, var(--padding-left, 0));padding-right:var(--mobile-padding-right, var(--padding-right, 0))}}.generic-carousel{position:relative;overflow:hidden}.generic-carousel__wrapper{display:flex}.generic-carousel__wrapper>*{flex-shrink:0}.generic-image{width:var(--img-width, auto);height:var(--img-height, auto);max-width:var(--img-max-width, none);max-height:var(--img-max-height, none);object-fit:var(--img-object-fit, cover);border-radius:var(--img-border-radius, 0);aspect-ratio:var(--img-aspect-ratio, auto);flex-shrink:0}@media(max-width:1023px){.generic-image{width:var(--mobile-img-width, var(--img-width, auto));height:var(--mobile-img-height, var(--img-height, auto));max-width:var(--mobile-img-max-width, var(--img-max-width, none));max-height:var(--mobile-img-max-height, var(--img-max-height, none))}}.split-background-colour{z-index:10;padding-inline:0;margin-bottom:0}.split-background-colour:before,.split-background-colour:after{content:"";position:absolute;left:50%;width:100vw;margin-left:-50vw;height:50%;z-index:-1}.split-background-colour:before{top:0;background-color:var(--top-bg-color, #121212)}.split-background-colour:after{bottom:0;background-color:var(--bottom-bg-color, #ffffff)}.grid-card__title--custom-size,.grid-card__copy--custom-size{font-size:var(--font-size-mobile, 1rem)}@media(min-width:1024px){.grid-card__title--custom-size{font-size:var(--font-size-desktop, 1rem)}}@media(min-width:1024px){.grid-card__copy--custom-size{font-size:var(--font-size-desktop, 1rem)}}.grid-card--reveal{opacity:0;transform:translateY(1.5rem);transition:opacity .6s ease,transform .6s ease;transition-delay:var(--reveal-delay, 0ms)}.grid-card--reveal.is-visible{opacity:1;transform:translateY(0)}@media(prefers-reduced-motion:reduce){.grid-card--reveal{transition:none;opacity:1;transform:none}}.grid-wrapper{display:grid;grid-template-columns:repeat(var(--columns, 3),minmax(0,1fr));column-gap:var(--column-gap, 0);row-gap:var(--row-gap, 0);align-items:var(--align-items, stretch);justify-items:var(--justify-items, stretch);width:100%}@media(max-width:1023px){.grid-wrapper{grid-template-columns:repeat(var(--mobile-columns, 1),minmax(0,1fr));column-gap:var(--mobile-column-gap, var(--column-gap, 0));row-gap:var(--mobile-row-gap, var(--row-gap, 0))}}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.problem-solution-group+.problem-solution-group{margin-top:3.5rem}@media(min-width:1024px){.problem-solution-group+.problem-solution-group{margin-top:5rem}}.project-cards-carousel .swiper-slide.project-slide{height:unset;width:80vw}@media screen and (min-width:1024px){.project-cards-carousel .swiper-slide.project-slide{width:58rem}}.service-wrapper{margin-bottom:1rem}@media(min-width:1024px){.services-image-wrapper{position:sticky;top:var(--navbar-height)}}.stat-item-wrapper{width:calc(50% - 1rem)}.stat-item-wrapper:has([data-width-mobile=full]){width:100%}@media(min-width:1024px){.stat-item-wrapper{width:calc(25% - 1rem)}.stat-item-wrapper:has([data-width=third]){width:calc(33.333% - 1rem)}.stat-item-wrapper:has([data-width=half]){width:calc(50% - 1rem)}.stat-item-wrapper:has([data-width=full]){width:100%}}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.why-227-card{width:100%}@media(min-width:1024px){.why-227-card{width:calc(50% - 20px)}.why-227-card .offset-on-desktop{padding-top:7rem}}.required:after{content:" *";color:red}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/19/compiled_assets/styles.css.map */
