.section{padding:2.5rem 0}@media only screen and (min-width:1024px){.section{padding:4rem 0}}@media only screen and (min-width:1600px){.section{padding:6rem 0}}.footer{text-align:center}.footer__social{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.footer__links a{color:#eaeaea;font-weight:600;display:inline-block;-webkit-transition:.3s ease all;transition:.3s ease all}.footer__links a:hover{color:#e51d2b}.footer__links a:not(:last-child){margin-right:.5rem}.footer__links a:not(:last-child)::after{margin-left:.75rem;content:"|";color:#eaeaea!important}.footer__small{margin:.5rem 0 4rem}.footer__small p{font-size:.85rem}@media only screen and (min-width:1024px){.footer__small{margin-bottom:6rem}}.form__form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;padding:0}.form__form label{font-family:"Fixel Display",Helvetica,Arial,sans-serif;font-size:1rem;letter-spacing:1.5px;text-transform:uppercase;margin-bottom:.35rem;font-weight:600;margin-bottom:.35rem}.form__form input,.form__form textarea{width:100%;padding:.65rem .85rem;border:1px solid #2c2f35;background:#1a1b1d;border-radius:5px;font-family:"Fixel Display",Helvetica,Arial,sans-serif;font-size:1.2rem;margin-bottom:1rem;color:#eaeaea;-webkit-transition:.3s ease all;transition:.3s ease all;outline:1px solid transparent}.form__form input:focus,.form__form textarea:focus{outline:1px solid #e51d2b}.form__input{width:100%}@media only screen and (min-width:512px){.form__input--half{width:48.5%}}.block-copy{margin-bottom:1.5rem}@media only screen and (min-width:1024px){.block-copy{margin-bottom:2.5rem}}.image{padding:0;margin-bottom:2.5rem;aspect-ratio:16/9}.image--right{margin-left:12.5vw}.image--right .image__img{border-radius:5px 0 0 5px}.image--left{margin-right:12.5vw}.image--left .image__img{border-radius:0 5px 5px 0}.image--centre .image__img{border-radius:5px}@media only screen and (min-width:1024px){.image{margin-bottom:4rem}}@media only screen and (min-width:1280px){.image{margin-bottom:6rem;aspect-ratio:21/9}}.image__img{aspect-ratio:16/9}@media only screen and (min-width:1280px){.image__img{aspect-ratio:21/9}}@media only screen and (min-width:1024px){.companies__row{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.companies__content{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;row-gap:4rem}@media only screen and (min-width:1024px){.companies__content{row-gap:8rem}}@media only screen and (min-width:1024px){.companies__company{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.companies__company--1{position:relative}.companies__company--1::after{content:"";position:absolute;bottom:calc(-4rem - 20px);left:130px;background-image:url(../img/plus.svg);background-size:40px;width:40px;height:40px}}.companies__company__img{margin-bottom:2rem;aspect-ratio:1/1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media only screen and (min-width:1024px){.companies__company__img{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;margin-right:5vw;margin-bottom:0}}.companies__company__img__img{aspect-ratio:1/1;max-width:300px;margin:0 auto}.cta{background:-webkit-gradient(linear,left bottom,left top,from(#e51d2b),to(#e64b38));background:linear-gradient(0deg,#e51d2b,#e64b38);padding:0;margin:2.5rem 0}.cta:hover{opacity:.9}@media only screen and (min-width:1024px){.cta{margin:6rem 0}}@media only screen and (min-width:1600px){.cta{margin:9rem 0}}.cta__wrapper{padding:2.5rem 2rem;display:block}@media only screen and (min-width:1024px){.cta__wrapper{padding:4rem 20vw}}@media only screen and (min-width:1600px){.cta__wrapper{padding:6rem 30vw}}.cta__copy h1,.cta__copy h2,.cta__copy h3,.cta__copy h4{margin-bottom:.05em!important}.accordion__copy{margin-bottom:2rem}.accordion__item{padding:1.5rem 1.5rem 1.15rem;border:2px solid #2c2f35;background:#1a1b1d;border-radius:5px;margin-bottom:calc(1rem + .5vw)}@media only screen and (min-width:1024px){.accordion__item{padding:2rem 2rem 1.65rem}}.accordion__btn{cursor:pointer;position:relative;width:100%;text-align:left;margin:0;padding-right:2rem}.accordion__btn::after{content:"";position:absolute;background-image:url(../img/down-caret.svg);background-size:20px 10px;top:calc(50% - 3px);right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:20px;height:10px;-webkit-transition:.3s ease all;transition:.3s ease all}.accordion__btn.active::after{-webkit-transform:translateY(-50%) rotate(180deg);-ms-transform:translateY(-50%) rotate(180deg);transform:translateY(-50%) rotate(180deg)}@media only screen and (min-width:768px){.accordion__btn::after{background-size:40px 20px;width:40px;height:20px;top:calc(50% - 7px)}}.accordion__panel{max-height:0;overflow:hidden;-webkit-transition:.3s ease all;transition:.3s ease all}.accordion__panel :first-child{margin-top:1rem}.gallery__img{margin-bottom:2rem}.gallery__img__img{border-radius:5px}.form__copy{margin-bottom:3rem}.form__copy h3{margin-bottom:0!important}.form__copy p a{color:#eaeaea}.button{text-align:center}@media only screen and (min-width:768px){.button__btn{font-size:calc(1.3rem + .6vw);padding:1.5rem 2.75rem 1.1rem}}@media only screen and (min-width:768px) and (min-width:1200px){.button__btn{font-size:1.75rem}}