.container{margin-left:auto;margin-right:auto;max-width:var(--gb-container-width)}.column{display:flex;flex-direction:column;row-gap:1rem}.hero-img{height:auto;max-width:900px;object-fit:cover;width:100%}.hero__container{max-width:900px}.hero-img__figure{margin-left:auto;margin-right:auto;max-width:50vw;position:relative}.hero-img__figure:after{display:block;position:absolute;left:0px;right:0px;top:0px;bottom:0px;content:"";background-image:linear-gradient(0deg,var(--theme-palette-color-7,#FFFDF5) 5%,rgba(255,253,245,0) 10%);background-size:cover;background-repeat:no-repeat;background-position:center;background-blend-mode:normal}.hero-title{font-size:6rem;line-height:1;margin-top:-7rem;position:relative;text-align:center;text-transform:uppercase}.hero-subtitle{font-size:1.25rem;max-width:700px;text-align:center}.centered{margin-left:auto;margin-right:auto}.hero-features{column-gap:1.25rem;display:flex;flex-wrap:wrap;justify-content:center;row-gap:1rem}.hero-features__item{align-items:center;column-gap:0.5em;display:inline-flex}.hero-features__item .gb-shape svg{width:1.25em;height:1.25em;fill:currentColor}.column-l{display:flex;flex-direction:column;row-gap:2rem}.button{box-shadow:0px 4px 30px 0px rgba(0,0,0,0.25);font-weight:700;letter-spacing:1px;text-align:center;text-transform:uppercase;transition:all 0.3s ease 0s;border-radius:2.5rem;padding:1.25rem 2.5rem}.button:is(:hover,:focus){transform:translate3d(0px,-0.125rem,0px)}.button--primarry{background-color:var(--theme-palette-color-1,#EB5939);color:var(--theme-palette-color-8,#ffffff)}.button--primarry:is(:hover,:focus){background-color:var(--theme-palette-color-4,#14284B);color:var(--theme-palette-color-8,#ffffff)}