.hero{--hero-text-color:var(--color-blue-500);--hero-heading-size:var(--font-size-xlarge);background:var(--color-blue-500);position:relative}@media (min-width:768px){.hero{--hero-heading-size:var(--font-size-xxlarge)}}.hero__inner{align-content:flex-start;display:grid;min-height:634px;padding:8rem 1.5rem 7rem}@media (min-height:634px){.hero__inner{height:100vh}}@media (min-width:634px){.hero__inner{align-content:center}}.hero__inner h1,.hero__inner h2,.hero__inner h3{color:var(--color-grey-200);font-size:var(--hero-heading-size);font-weight:var(--font-weight-light);line-height:1.16;margin-bottom:1rem}.hero__inner p{color:var(--hero-text-color)}.hero__inner p a{color:var(--color-green-100)}.hero__inner:before{background:linear-gradient(180deg,var(--color-white) 35%,transparent 100%);bottom:0;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}@media (min-width:640px){.hero__inner:before{background:linear-gradient(130deg,var(--color-white) 35%,transparent 100%)}}@media (min-width:768px){.hero__inner:before{background:linear-gradient(90deg,var(--color-white) 35%,transparent 100%)}}@media (min-width:1024px){.hero__inner:before{background:linear-gradient(90deg,var(--color-white) 35%,transparent 70%)}}.hero__preheading{color:var(--hero-text-color);font-size:1.375rem;font-weight:var(--font-weight-bold);margin-bottom:.25rem}.small--hero .hero__inner{height:auto;padding:14rem 1.5rem}.hero--dark{--hero-text-color:var(--color-white)}.hero--dark .hero__background{top:0}.hero--dark h1,.hero--dark h2,.hero--dark h3{color:var(--color-white)}.hero--dark .hero__inner{align-content:center}.hero--dark .hero__inner:before{background:linear-gradient(0deg,var(--color-blue-500) 5%,transparent 100%)}@media (min-width:768px){.hero--dark .hero__inner:before{background:linear-gradient(90deg,var(--color-blue-500) 35%,transparent 100%)}}@media (min-width:1024px){.hero--dark .hero__inner:before{background:linear-gradient(90deg,var(--color-blue-500) 35%,transparent 70%)}}.hero--dark .hero__controls{position:static}@media (min-width:375px){.hero--dark .hero__controls{width:auto}}.hero--dark .hero__controls .hero__primary-cta{width:auto}.hero__inner-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;max-width:43.5rem;z-index:3}.hero__inner-content p{max-width:33.5rem}@media (min-width:768px){.hero__inner-content{justify-content:center}}.hero__controls{bottom:2.375rem;display:flex;gap:2.5rem;margin-top:2.5rem;position:absolute;width:100%}@media (min-width:375px){.hero__controls{width:calc(100% - 3rem)}}@media (min-width:640px){.hero__controls{position:static}}.hero__primary-cta{width:100%}@media (min-width:375px){.hero__primary-cta{min-width:13.75rem}}@media (min-width:640px){.hero__primary-cta{width:auto}}.hero__secondary-cta{display:none}@media (min-width:640px){.hero__secondary-cta{display:flex}}.hero__background{bottom:0;height:100%;object-fit:cover;object-position:top center;position:absolute;right:0;top:14rem;width:100%}@media (min-width:640px){.hero__background{top:0}}@media (min-width:768px){.hero__background{height:100%;right:0;top:0;width:65%}}