.hero-dropdown{background-color:#0d223f;border-radius:8px;bottom:-185px;box-shadow:11px 11px 19px rgba(15,36,66,.2);left:50%;padding:20px;position:absolute;transform:translateX(-50%);width:90vw}.hero-dropdown__heading{color:#fff;font-size:clamp(20px,2.5vw,35px);font-weight:500;margin:0 0 20px;text-align:center;text-transform:none}@media screen and (min-width:992px){.hero-dropdown{bottom:-205px;left:400px;max-width:500px;padding:40px 60px;position:absolute;transform:translateX(0)}}@media screen and (min-width:1200px){.hero-dropdown{bottom:-173px;left:575px}}@media screen and (min-width:1600px){.hero-dropdown{max-width:730px}.hero-dropdown__heading{text-align:left}}.hero-dropdown__form{align-items:stretch;display:flex}.hero-dropdown__select{background:#fff;border-bottom-right-radius:0;border-top-right-radius:0;color:#4e4e4e;flex:1;font-size:clamp(15px,2.5vw,18px);font-weight:400;padding:20px 12px;width:100%}.hero-dropdown__submit{align-items:center;border-bottom-left-radius:0;border-top-left-radius:0;display:flex;justify-content:center;padding:0 20px}.hero-dropdown__submit .icon{fill:#fff;height:15px;transition:fill .2s ease-in-out;width:20px}.hero-dropdown__submit:focus .icon,.hero-dropdown__submit:hover .icon{fill:#b41e4a}