<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{--hero-height: 584px;--hero-title-desktop-font-size: var(--text-xl);--hero-title-mobile-font-size: var(--text-xl-mobile);--hero-title-line-height: 1.2;--hero-content-height: 50%;--hero-text-color: var(--color-text-secondary)}.hero{position:relative;overflow:hidden;display:grid;place-items:center}@media screen and (max-width: 767px){.hero.container{width:100%;padding:0}.hero.section-wrapper{margin-block:0}.hero__background{display:none}.hero__content{background:var(--color-background-linear);grid-template-columns:1fr;grid-template-rows:2fr 1fr;grid-row-gap:var(--spacing-xl);padding:50px}}@media screen and (min-width: 768px){.hero{height:var(--hero-height);border-radius:var(--section-border-radius)}.hero__background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero__content{height:var(--hero-content-height);width:clamp(60%,768px,90%);grid-template-rows:repeat(2, auto);place-items:center}}.hero__content{z-index:2;display:grid;position:relative}.hero__title{font-size:var(--hero-title-desktop-font-size);color:var(--hero-text-color);line-height:var(--hero-title-line-height);font-weight:var(--font-weight-semibold)}@media screen and (min-width: 768px){.hero__title{text-align:center}}.hero__search-section{width:100%;display:grid;place-items:center}.hero__search-section form{display:flex;align-items:center;position:relative;width:100%;max-width:600px;min-width:273px}.hero__search-section form input{height:52px;width:100%;padding:.5rem 3rem .5rem 1.5rem;border-radius:var(--component-border-radius) !important;border:0;font-size:1rem;outline:none}.hero__search-section form input::placeholder{font-weight:400;color:var(--color-text-accent);font-size:1rem}.hero__search-section form button{position:absolute;right:0;background-color:var(--color-accent);border:none;cursor:pointer;height:100%;width:51px;border-bottom-right-radius:var(--component-border-radius);border-top-right-radius:var(--component-border-radius);padding:0;display:flex;align-items:center;justify-content:center}.hero__search-section form button::before{content:"";display:block;width:1rem;height:1rem;background-image:url('data:image/svg+xml,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"&gt;&lt;circle cx="11" cy="11" r="8"/&gt;&lt;line x1="21" y1="21" x2="16.65" y2="16.65"/&gt;&lt;/svg&gt;');background-size:contain}</pre></body></html>