@keyframes opacityFade{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}@keyframes slideUp{0%{transform:translateY(2rem)}to{transform:translateY(0)}}.full-width-image-with-content{display:block;position:relative;width:100%;height:100%;color:var(--typography-primary-inverted-default)}.full-width-image-with-content__background-image{font:0/0 a;color:transparent;text-shadow:none;display:block}.full-width-image-with-content__background-image img{display:block;width:100%;height:auto}.full-width-image-with-content__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;align-items:center;gap:var(--spacing-xxl);padding:var(--spacing-xxl) var(--spacing-lg)}.full-width-image-with-content__content--mobile-reverse{flex-direction:column-reverse}.full-width-image-with-content__content-image img{max-width:100%;height:auto}.full-width-image-with-content__content-text{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;gap:var(--spacing-lg);max-width:calc(var(--max-content-width) / 2)}@media (min-width: 1024px){.full-width-image-with-content__content{flex-flow:row nowrap;align-items:center;height:100%}.full-width-image-with-content--desktop-reverse{flex-direction:row-reverse}}
