@import url(https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400..900&display=swap);.section{background-color:var(--grey);color:#fff;padding:2rem}.section+.section{border-top:1rem solid var(--pastel-green)}.section>*{max-width:60rem;margin:auto}.section__heading{margin:0 auto 1rem;text-transform:uppercase;text-align:center;font-size:2rem;font-weight:600}.with-bg-img{background-size:cover;background-position:50%;position:relative;isolation:isolate}.with-bg-img:before{content:"";position:absolute;left:0;right:0;top:0;bottom:0;background-color:var(--grey);z-index:-1;transition:opacity 2s ease-in-out}.with-bg-img.loaded:before{opacity:0}.with-bg-img:after{content:"";top:0;left:0;bottom:0;right:0;background:var(--overlay);position:absolute;mix-blend-mode:multiply;z-index:-1;box-shadow:inset 0 0 50px 1px #000}.with-bg-img>:is(h1,h2,h3,p,ul){text-shadow:0 0 8px #000}.with-bg-img--fixed{background-attachment:fixed}@media screen and (max-width:700px){.with-bg-img--fixed{background-attachment:scroll}}.section--hero{padding:12rem 2rem 8rem;text-align:center;position:relative;overflow:hidden}@media screen and (max-width:700px){.section--hero{padding:8rem 2rem 4rem}}.hero__video{top:50%;left:50%;transform:translate(-50%,-50%);-o-object-fit:cover;object-fit:cover}.hero__video,.hero__video-overlay{position:absolute;min-width:100%;min-height:100%;z-index:-1}.hero__video-overlay{margin:0;top:0;left:0;background-color:var(--grey);transition:opacity 2s ease-in-out}.hero__video-overlay.loaded{opacity:0}.hero__logo{max-height:15rem;width:100%;height:auto;-o-object-fit:contain;object-fit:contain}.hero__title{margin:1rem auto;font-size:clamp(2.5rem,10vw,4rem);line-height:1}.hero__strapline{font-size:1.4rem;line-height:1}.section--about{background:#fff;color:#000}.section--about .section__heading{color:var(--dark-grey)}.about__content{display:flex;justify-content:space-evenly;align-items:center}.about__text{margin-right:4rem;line-height:1.6;max-width:40rem}.about__images{padding:1rem 0;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.about__images .about__image img{width:50%;height:auto;min-width:200px;max-width:10rem;max-height:12rem;-o-object-fit:contain;object-fit:contain}.about__images .about__image+.about__image{margin-top:2rem}@media screen and (max-width:700px){.about__content{flex-direction:column}.about__text{margin-right:0}.about__images{flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:2rem}.about__images img+img{margin-top:0}}.services{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;margin:2rem auto}.service__wrapper{position:relative;isolation:isolate}.service{text-align:center;flex:1 1 100%;background-color:#fff;color:#000;position:relative;--watch-size:18rem;width:var(--watch-size);height:var(--watch-size);border-radius:50%;padding:.75rem;margin:2rem 0;border:.25rem solid #bababa;box-shadow:0 0 8px 0 rgba(0,0,0,.5333333333333333);background-image:url(/centered-cogs.svg);background-position:50%;background-repeat:no-repeat;background-size:100%}.service .circle-wrap--left{float:left;height:100%;width:50%;shape-outside:radial-gradient(farthest-side at right,transparent calc(100% - .2rem),#fff 0)}.service .circle-wrap--right{float:right;height:100%;width:50%;shape-outside:radial-gradient(farthest-side at left,transparent calc(100% - .2rem),#fff 0)}.service:before{position:absolute;content:"";width:66%;height:calc(100% + 4rem);background-color:var(--light-orange);left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1;border-radius:1rem;box-shadow:2px 2px 20px 2px rgba(0,0,0,.5333333333333333)}.service__icon{width:3.5rem;height:2.5rem;margin-bottom:.75rem;-o-object-fit:contain;object-fit:contain}.service__title{font-size:1.33rem;margin:0;line-height:1;font-weight:600}.service__description{font-size:.95rem;line-height:1.4;margin:.5rem 0 0 0}.process-steps{display:flex;justify-content:center;flex-wrap:wrap;gap:1rem;margin:2rem auto}.process-step{flex:1 1 40%;min-width:290px;min-height:250px;padding:2rem;box-shadow:0 0 8px 0 rgba(0,0,0,.5333333333333333)}.process-step__title{margin:0}.process-step__description{line-height:1.6}.prices{list-style:none;padding:0;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:0 4rem}.price{margin:1rem;min-height:3rem;min-width:calc(min(22rem, 100%));max-width:22rem;flex:1 1 calc(50% - 8rem)}.price__main{display:flex;justify-content:space-between;align-items:flex-start}.price__name{font-weight:500;margin:0;font-size:1.2rem;margin-right:2rem}.price__price{font-weight:700;font-size:1.2rem;min-width:5ch}.price__notes p{margin:0;font-weight:400}.section--testimonials{padding:2rem 1rem}.slider{display:flex;align-items:center;justify-content:center;margin:2rem auto}.slider__button{border:0;background:none;width:2rem;height:2rem;cursor:pointer;padding:0;color:#fff}.slider__button svg{width:100%;height:100%}.slider__container{display:flex;align-items:center;flex:1 1 100%;margin:0 1rem;overflow-x:hidden;-webkit-overflow-scrolling:touch;-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory;scroll-behavior:smooth}.slider__testimonial-container{flex:0 0 100%}.slider__testimonial-container+.slider__testimonial-container{margin-left:2rem}.slider__testimonial{line-height:1.6;scroll-snap-align:start;display:grid;grid-template-columns:1fr 200px;gap:2rem;background:rgba(0,0,0,.26666666666666666);padding:2rem;border-radius:12px;box-shadow:inset 0 0 2rem rgba(0,0,0,.5333333333333333)}.slider__testimonial.no-logo{grid-template-columns:1fr 145px}.testimonial__brand-logo{border-radius:8px;max-width:100%;display:block;grid-area:1/2/1/2;background-color:#fff;color:#000;padding:1rem}.testimonial__text{grid-area:1/1;grid-row:1/span 2;align-self:center}.testimonial__title{font-size:1.15rem;margin:0 0 1rem;font-weight:600;line-height:1.2}.testimonial__review{max-height:9rem;overflow-y:auto;padding-right:1rem;scrollbar-width:thin;scrollbar-color:#fff rgba(0,0,0,.5333333333333333)}.testimonial__review p{margin:0}.testimonial__review p+p{margin-top:1rem}.testimonial__review::-webkit-scrollbar{width:8px}.testimonial__review::-webkit-scrollbar-track{background:rgba(0,0,0,.5333333333333333);border-radius:20px}.testimonial__review::-webkit-scrollbar-thumb{background-color:#fff;border-radius:20px}.testimonial__customer-name{font-weight:700;margin:0}.testimonial__customer-location{font-weight:400;margin:0}.testimonial__customer-details{line-height:1.2;grid-area:2/2/2/2;align-self:end}@media screen and (max-width:800px){.slider__testimonial{display:block}.slider__testimonial>*+*{margin-top:2rem}.testimonial__brand-logo{max-height:8rem;margin:0 auto}.testimonial__title{text-align:center}.testimonial__review{max-height:calc(max(100vh - 36rem, 12rem))}.testimonial__customer-details{text-align:center}}.contact__text{margin-top:2rem}.contact__text a{color:var(--orange);font-weight:600}.contact__content{display:flex;justify-content:center;flex-wrap:wrap;margin:2rem auto;gap:2rem}.contact__form{transform:scale(1);transition:transform 1s ease-in-out}.contact-form__container{flex:1 1 0px;min-width:calc(min(100%, 30rem));position:relative}.contact-form__container.success .contact__form{transform:scale(0)}.contact-form__container.success .form__message--success{transform:scale(1)}.contact__phone{margin:2rem 0;display:flex;align-items:center;color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.phone__icon{height:2em;margin-right:1em;color:var(--pastel-green)}.contact__image{width:30%;height:auto;-o-object-fit:contain;object-fit:contain;min-width:calc(min(100%, 15rem))}.form-field{margin-bottom:1.5rem}.form-field__label{display:block;font-weight:400;margin-bottom:.5rem}.form-field__input{padding:.5rem;width:100%;font-size:1rem;border:1.5px solid var(--primary-colour);border-radius:var(--form-border-radius);background:hsla(0,0%,100%,.6666666666666666);font-family:inherit}textarea.form-field__input{min-height:8rem;min-width:100%;max-width:100%;resize:vertical}.button--send{font-size:1rem;font-weight:700}.form__message{text-align:center;margin-bottom:1rem}.form__message--success{position:absolute;display:flex;justify-content:center;align-items:center;top:0;bottom:4rem;left:0;right:0;transform:scale(0);transition:transform 1s ease-in-out;transition-delay:.7s;border:1px solid #fff;border-radius:var(--form-border-radius);background:rgba(0,0,0,.5333333333333333);margin:2rem;padding:2rem}.hidden{position:fixed;bottom:0;left:0;opacity:0}*{box-sizing:border-box}html{--grey:#565652;--dark-grey:#3a3a36;--overlay:rgba(0,0,0,0.6);--vibrant-green:#94c11f;--pastel-green:#bce294;--orange:#f39200;--darkened-orange:#ce7c01;--light-orange:#f8ab36;--form-border-radius:4px;font-family:Maven Pro,sans-serif;scroll-behavior:smooth;scroll-padding:3rem;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;position:relative}@media (prefers-reduced-motion){html{scroll-behavior:auto}}body{margin:0}.button{width:100%;background:var(--orange);border:none;padding:.5rem 1rem;font-weight:500;font-family:inherit;border-radius:var(--form-border-radius);cursor:pointer;transition:background-color .15s linear}.button:focus,.button:hover{background:var(--light-orange)}