.page-hero{align-items:center;display:flex;flex-direction:row;gap:2rem;padding-bottom:1rem}.hero-highlight{color:#2058ff}.page-hero__content-wrapper{flex:1}.page-hero__right-wrapper{align-items:center;display:flex;flex:1;flex-direction:column}.page-hero__button-wrapper{align-items:flex-start;display:flex;flex:1 1 auto;flex-wrap:wrap;gap:1rem;justify-content:flex-end}.page-hero--center{align-items:center;flex-direction:column;justify-content:center;margin:0 auto;text-align:center;width:80%}.page-hero--right{flex-direction:row-reverse;text-align:right}.page-hero--right,.page-hero--right .page-hero__button-wrapper{justify-content:flex-start}.page-hero--left .page-hero__button-wrapper{justify-content:flex-end}.page-hero--top{align-items:flex-start}.page-hero--middle{align-items:center}.page-hero--bottom{align-items:flex-end}@media (max-width:768px){.page-hero{flex-direction:column!important;gap:.5rem;width:100%}.content-in-center{width:100%}.page-hero__content-wrapper{flex:1 1 100%;min-width:100%}.page-hero__button-wrapper{justify-content:flex-start}.page-hero--right{align-items:flex-end}.page-hero--left.page-hero--bottom{align-items:flex-start}.page-hero--right.page-hero--bottom{align-items:flex-end}}