.exxtra-service-showcase{width:100%;position:relative;overflow:hidden;background:var(--section-background,var(--colour-white))}.exxtra-service-showcase *{box-sizing:border-box}.exxtra-service-showcase .page-width{width:100%;max-width:none;margin:0;padding:0}.exxtra-service-showcase__header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px;max-width:760px;margin:0 auto;padding:100px 0 60px}.exxtra-service-showcase__heading{margin:0;font-family:var(--heading-font-family,var(--font-bricolage));font-size:var(--heading-size,56px);font-weight:var(--heading-weight,700);line-height:1.1;letter-spacing:-.02em;text-transform:var(--heading-transform,none);color:var(--heading-colour,var(--colour-brand-primary))}.exxtra-service-showcase__description{margin:0;max-width:720px;font-family:var(--description-font-family,var(--font-raleway));font-size:var(--description-size,18px);font-weight:var(--description-weight,400);line-height:1.7;text-transform:var(--description-transform,none);color:var(--description-colour,var(--colour-grey))}.service-container-pills{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:16px;margin-bottom:70px}.service-container-pill{display:inline-flex;align-items:center;gap:14px;padding:14px 26px;cursor:pointer;-webkit-appearance:none;appearance:none;background:var(--pill-background,var(--colour-accent-2));color:var(--pill-colour,var(--colour-accent-1));border:2px solid var(--pill-border-colour,var(--colour-accent-1));border-radius:24px;transition:.3s ease}.service-container-pill:hover{transform:translateY(-3px);box-shadow:0 12px 30px #00000014}.service-container-pill.is-active{background:var(--pill-active-background,var(--colour-brand-primary));color:var(--pill-active-colour,var(--colour-white));border-color:var(--pill-active-background,var(--colour-brand-primary))}.service-container-pill__icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border-radius:50%;background:#ffffff2e}.service-container-pill__icon img{width:22px;height:22px;object-fit:contain}.service-container-pill__text{font-family:var(--pill-font-family,var(--font-raleway));font-size:var(--pill-size,16px);font-weight:var(--pill-weight,600);text-transform:var(--pill-transform,none);color:inherit}.exxtra-service-showcase__content{position:relative;width:100%}.exxtra-service-showcase__process{width:100%;background:var(--colour-brand-primary);padding:80px 0}.exxtra-service-showcase__service-name{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:60px}.exxtra-service-showcase__service-name span{flex:1;max-width:140px;height:1px;background:#ffffff40}.exxtra-service{display:grid;grid-template-columns:1.15fr .85fr;gap:80px;align-items:center;opacity:0;transform:translateY(20px);transition:opacity .35s ease,transform .35s ease}.exxtra-service.is-active{opacity:1;transform:translateY(0)}.exxtra-service[hidden]{display:none}.exxtra-service__image{position:relative;overflow:hidden;border-radius:24px}.exxtra-service__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.exxtra-service:hover .exxtra-service__image img{transform:scale(1.02)}.exxtra-service__body{display:flex;flex-direction:column;width:100%}.service-title{margin:0 0 40px;font-family:var(--service-title-font-family,var(--font-bricolage));font-size:var(--service-title-size,42px);font-weight:var(--service-title-weight,700);line-height:1.1;letter-spacing:-.02em;text-transform:var(--service-title-transform,uppercase);color:var(--service-title-colour,var(--colour-white))}.exxtra-service-showcase__process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:48px;max-width:1320px;margin:50px auto 0;padding-inline:clamp(24px,5vw,80px)}.exxtra-process-step{display:flex;flex-direction:column;gap:16px}.exxtra-process-step__number{width:auto;height:auto;background:none;border-radius:0;padding:0;display:block;font-family:var(--step-number-font-family,var(--font-bricolage));font-size:var(--step-number-size,48px);font-weight:var(--step-number-weight,700);color:var(--step-number-colour,var(--colour-accent-2));line-height:1}.exxtra-process-step__title{display:flex;flex-direction:column;gap:18px}.exxtra-service-step__content{flex:1;display:flex;flex-direction:column;gap:8px}.exxtra-process-step__heading{margin:0;font-family:var(--step-title-font-family,var(--font-bricolage));font-size:var(--step-title-size,22px);font-weight:var(--step-title-weight,600);line-height:1.3;text-transform:var(--step-title-transform,none);color:var(--step-title-colour,var(--colour-white))}.exxtra-process-step__text{margin:0;font-family:var(--step-description-font-family,var(--font-raleway));font-size:var(--step-description-size,16px);font-weight:var(--step-description-weight,400);line-height:1.7;text-transform:var(--step-description-transform,none);color:var(--step-description-colour,var(--colour-white))}.exxtra-service__button{margin-top:48px}@media screen and (max-width:990px){.exxtra-service-showcase__header{padding:80px 0 50px}.exxtra-service-showcase__content{padding-bottom:80px}.exxtra-service{grid-template-columns:1fr;gap:50px}.exxtra-service__title{font-size:34px}.exxtra-service-showcase__process-grid{grid-template-columns:repeat(2,1fr);gap:32px}}@media screen and (max-width:749px){.exxtra-service-showcase .page-width{padding-inline:20px}.exxtra-service-showcase__header{padding:60px 0 40px;gap:18px}.exxtra-service-showcase__heading{font-size:var(--heading-mobile-size,34px)}.exxtra-service-showcase__description{font-size:var(--description-mobile-size,16px)}.service-container-pills{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;gap:12px;padding-bottom:10px;margin-bottom:40px;scrollbar-width:none;-ms-overflow-style:none}.service-container-pills::-webkit-scrollbar{display:none}.service-container-pill{flex:0 0 auto;padding:12px 20px}.service-container-pill__icon{width:36px;height:36px}.service-container-pill__icon img{width:18px;height:18px}.exxtra-service{gap:36px}.exxtra-service__image{border-radius:18px}.exxtra-service__title{margin-bottom:28px;font-size:var(--service-title-mobile-size,28px)}.exxtra-service__steps{gap:22px}.exxtra-service-step{gap:16px}.exxtra-service-step__number{width:50px;height:50px;flex:0 0 50px;font-size:20px}.exxtra-service-step__title{font-size:var(--step-title-mobile-size,18px)}.exxtra-service-step__description{font-size:var(--step-description-mobile-size,15px)}.exxtra-service__button{margin-top:36px}.exxtra-service__button .service-button{width:100%;font-size:var(--button-mobile-size,16px)}.exxtra-service-showcase__process-grid{grid-template-columns:1fr;gap:28px}}.service-button{display:inline-flex;align-items:center;justify-content:center;padding:14px 30px;text-decoration:none;cursor:pointer;transition:.3s ease;font-family:var(--button-font-family,var(--font-bricolage));font-size:var(--button-size,16px);font-weight:var(--button-weight,600);background:var(--colour-accent-2);color:var(--colour-white);border:2px solid var(--colour-accent-2);border-radius:999px}.service-button:hover{background:var(--colour-white);color:var(--colour-accent-2);border-color:var(--colour-accent-2)}.service-button:active{transform:translateY(1px)}.service-button:focus-visible{outline:2px solid var(--colour-white);outline-offset:3px}.service-container-pill:focus-visible{outline:2px solid var(--pill-active-background,var(--colour-brand-primary));outline-offset:3px}.service-container-pill,.exxtra-service__button .button{-webkit-tap-highlight-color:transparent}
/*# sourceMappingURL=/cdn/shop/t/9/assets/exxtra-service-showcase_V2.css.map */
