.ctr-hero{display:flex;justify-content:var(--horizontal_position);align-items:var(--vertical_position);height:100vh;max-height:var(--height);background-image:var(--background-image);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;padding:var(--padding-top) 6rem var(--padding-bottom);background-position:var(--background-position-x) 50%}@media (max-width: 1024px){.ctr-hero{justify-content:var(--horizontal_position_mobile);align-items:var(--vertical_position_mobile);height:100vh;max-height:var(--height_mobile);background-image:var(--background-image-mobile);background-size:cover;background-position:var(--background-position-x-mobile) 50%;background-repeat:no-repeat;padding:var(--padding-top-mobile) 16px var(--padding-bottom-mobile)}}.ctr-hero__content{display:flex;flex-direction:column;gap:var(--gap-between-blocks)}@media (max-width: 1024px){.ctr-hero__content{gap:var(--gap-between-blocks-mobile)}.ctr-hero__content--space-between{height:100%;justify-content:space-between}}.ctr-hero__wrapper{width:100%}@media (min-width: 1024px){.ctr-hero__wrapper{max-width:48rem}}
