.ctr-hero{display:flex;justify-content:var(--horizontal_position);align-items:var(--vertical_position);height:100vh;max-height:var(--height);background-size:cover;background-position:var(--background-position-x) 50%;background-repeat:no-repeat;padding:var(--padding-top) 0 var(--padding-bottom)}@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-size:cover;background-position:var(--background-position-x-mobile) 50%;background-repeat:no-repeat;padding:var(--padding-top-mobile) 0 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:65rem}}.ctr-hero[style*="--horizontal_position: start"] .ctr-hero__wrapper{margin-right:auto}.ctr-hero[style*="--horizontal_position: center"] .ctr-hero__wrapper{margin-left:auto;margin-right:auto}.ctr-hero[style*="--horizontal_position: end"] .ctr-hero__wrapper{margin-left:auto}
