.home header{animation:IntroFadeIn 1s ease forwards;animation-delay:1.75s;opacity:0}.hero .section-container{min-height:100vh;max-height:108rem}.hero--height-large .section-container{min-height:60vh}.hero--height-medium .section-container{min-height:50vh}.hero::after{display:none;content:"";position:absolute;bottom:0;left:0;right:0;height:100%;background:linear-gradient(to bottom, rgba(252, 250, 246, 0.8666666667) 0%, rgba(252, 250, 246, 0.6666666667) 100%);pointer-events:none;z-index:0}@media(max-width: 991.98px){.hero::after{display:block}}.hero .ws-heading{max-width:45rem;margin-top:auto}.hero .ws-heading__title{line-height:1.2}.hero .ws-main-text{margin-top:4.2rem;font-size:3.2rem;max-width:54rem}.hero .ws-button-group{justify-content:flex-s;margin-top:6.2rem}.hero__main{margin-bottom:auto;margin-top:auto}.hero-search__form{display:flex;flex-wrap:wrap;gap:6.4rem;align-items:center;padding:1.2rem;border-radius:100rem;background:var(--color-primary);color:var(--color-text);padding-left:4.8rem;width:110rem;max-width:100%;margin-left:auto;margin-right:auto}@media(max-width: 991.98px){.hero-search__form{width:100%;border-radius:5rem;flex-direction:column;gap:0rem;padding:4.8rem}}.hero-search__field{display:flex;flex-direction:column;justify-content:center;gap:.6rem;min-width:20rem;flex:1 1 20rem;height:5rem}@media(max-width: 991.98px){.hero-search__field{height:auto;flex:unset;min-width:100%;border-bottom:1px solid rgba(0,0,0,.3137254902);padding-bottom:2.4rem;margin-bottom:2.4rem}}@media(min-width: 992px){.hero-search__field:not(:first-child){border-left:1px solid var(--color-text);padding-left:6.4rem}}.hero-search__label{font-size:var(--font-size-sm);color:var(--color-text-light)}.hero-search__control,.hero-search__select-trigger{width:100%;padding:0rem;border-radius:var(--radius-xl);border:0px;background:var(--color-primary);color:var(--color-text)}.hero-search__select{position:relative}.hero-search__select-trigger{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;cursor:pointer;text-align:left}.hero-search__select-text{flex:1}.hero-search__select-icon{width:1.2rem;height:1.2rem;background:linear-gradient(45deg, transparent 0%, transparent 50%, var(--color-text) 50%, var(--color-text) 100%);transform:rotate(135deg) translateY(50%) translateX(0%);transition:transform var(--transition-fast);opacity:.6;border-radius:20%}.hero-search__select-list{position:absolute;top:calc(100% + .6rem);left:0;right:0;display:none;flex-direction:column;gap:.4rem;padding:.6rem;border-radius:1.6rem;background:var(--color-primary);border:2px solid hsla(0,0%,100%,.5019607843);box-shadow:0 24px 32px rgba(0,0,0,.5);max-height:24rem;overflow:auto;z-index:5}.hero-search__select-option{appearance:none;background:none;border:none;cursor:pointer;font:inherit;margin:0;padding:0;text-align:inherit;width:100%;text-align:left;padding:.8rem 1.2rem;border-radius:1.2rem;font-size:var(--font-size-sm);color:var(--color-text);transition:background-color var(--transition-fast)}.hero-search__select.is-open .hero-search__select-list{display:flex}.hero-search__select.is-open .hero-search__select-icon{transform:rotate(-45deg)}.hero-search__action{display:flex;align-items:flex-end}.hero-search__submit{width:100%}.hero-logos{margin-top:auto}.hero-logos__heading{margin-bottom:6.4rem}.hero-logos__swiper{width:100%;margin-top:8.2rem}.hero-logos__slide{display:flex;align-items:center;justify-content:center}.hero-logos__image{max-height:3.8rem;width:auto;height:auto}@keyframes IntroFadeIn{from{opacity:0}to{opacity:1}}