<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.background-image-with-text .background-image-with-text-wrapper{background-position:50%;background-repeat:no-repeat;background-size:cover;display:grid;grid-template-areas:"content";width:100%}.background-image-with-text .content-overlay{background-color:var(--background-color);display:flex;flex-direction:column;grid-area:content;height:-moz-fit-content;height:fit-content;justify-content:center;margin:var(--space-48) 0;padding:var(--space-64) var(--space-48)}@media (min-width:750px){.background-image-with-text .content-overlay{margin:var(--space-128) 0;width:40em}}:is(.background-image-with-text .text-with-buttons-wrapper) .description{margin-bottom:var(--space-24)}.background-image-with-text .content-position-left{justify-self:flex-start}.background-image-with-text .content-position-center{justify-self:center}.background-image-with-text .content-position-right{justify-self:flex-end}</pre></body></html>