@charset"UTF-8";form.search-form{display:flex;flex-flow:row wrap;align-items:center;justify-content:space-between;gap:10px;box-sizing:border-box;width:100%;max-width:850px;margin:35px auto 0 -2%;padding:0;border:2px var(--white) solid;border-radius:64px;background:var(--white) !important}.search-form input[type="text"]{box-sizing:border-box !important;width:calc(100% - 188px);height:123px;margin:0 0 0 35px;padding:11px 15px !important;font-size:35px !important;font-weight:300;line-height:22px;color:var(--offblack);border:none;border-radius:64px;background:var(--white) !important;font-family:"elza", sans-serif !important;appearance:none;transition:all 0.2s ease}.search-form input[type="text"]:focus{border:none;background-color:var(--black)}.search-form button[type="submit"]{position:relative;z-index:1;cursor:pointer;width:123px;height:123px;margin:0;padding:0;font-size:45px;color:var(--ltgreen);border:none;border-radius:50%;background:var(--degreen);transition:all 0.2s ease-in-out;-webkit-appearance:none;font-family:"Font Awesome 7 Free"}.search-form button[type="submit"]:hover{background:var(--drkgreen)}.search-form button[type="submit"]:focus{color:var(--ltgreen);background:var(--gray)}@media screen and (max-width:500px){.search-form input[type="text"]{width:calc(100% - 88px);height:67px;margin:0 0 0 10px;font-size:23px !important}.search-form button[type="submit"]{width:67px;height:67px;font-size:28px}}