.hero-container{height:28rem;background-image:url(/assets/hero16.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative}.hero-heading{position:absolute;right:10%;top:30%;transform:translateY(-50%);font-family:Inter!important;text-shadow:0 2px 4px rgba(0,0,0,.4);z-index:3;color:#fff;letter-spacing:-.025rem;font-size:58px!important;text-align:right;margin:0}.hero-searchbar{position:absolute;bottom:2rem;width:90%;max-width:800px;padding:0 1rem;display:flex;justify-content:center;z-index:5}.title-logo{text-align:right;display:block;font-size:35px;color:#007bea}.balloon{position:absolute;left:0;bottom:60%;width:25px;z-index:2;animation:driftLeft 40s linear infinite}@keyframes driftLeft{0%{transform:translateX(0) translateY(0)}to{transform:translateX(20vw) translateY(-10vh)}}.balloon2{position:absolute;right:0;bottom:45%;width:70px;z-index:2;animation:driftRight 40s linear infinite}@keyframes driftRight{0%{transform:translateX(0) translateY(0)}to{transform:translateX(-35vw) translateY(-25vh)}}@media (min-width:700px){.balloon2{bottom:45%}}@media (max-width:977px){.hero-container{height:30rem}.hero-searchbar{bottom:3rem}}@media (max-width:768px){.hero-container{height:36rem;gap:34px;padding-top:26px}.title-logo{font-size:30px;text-align:center}.hero-heading{position:static;transform:none;text-align:center;font-size:50px!important;margin-bottom:1rem}.hero-searchbar{position:static;bottom:auto;width:90%;padding:0 .5rem}.balloon,.balloon2{width:50px}}@media (max-width:480px){.hero-container{height:36rem;gap:34px;padding-top:26px}.title-logo{font-size:30px;text-align:center}.hero-heading{font-size:40px!important;margin-bottom:.5rem}.hero-searchbar{padding:0 .25rem;width:90%}.balloon,.balloon2{width:40px}}