.cy{position:relative;z-index:10;display:flex;align-items:center;width:100%;padding:.8rem 1.2rem;border:1.5px solid #4e4e4e;border-radius:1rem;background:hsla(0,0%,100%,.8);color:#222;margin-bottom:1rem;transition:border .3s ease-out}.cy>i{color:inherit;width:2.4rem;height:2.4rem;transition:color .3s ease-out}.cy:hover{border-color:#ff5c00}.cy:hover>i{color:#ff5c00}.cy:focus-within{border-color:#ff5c00;color:#c14600}.cz{width:100%;height:100%;opacity:.8;outline:none;background-color:transparent;color:#222;cursor:text;font-family:Inter,sans-serif;font-size:1.8rem;line-height:128%;font-weight:400}@media only screen and (max-width:567px){.cz{font-size:1.4rem}}.cz::placeholder{color:#222}