.hero-v3{align-items:center;display:flex;height:65vh;justify-content:center;min-height:650px;overflow:hidden;position:relative}.hero-v3__bg-container{border-bottom-right-radius:160px;inset:0;overflow:hidden;position:absolute;z-index:1}.hero-v3__bg-img{height:100%;inset:0;object-fit:cover;opacity:0;position:absolute;transition:opacity 1.5s ease-in-out;width:100%;z-index:1}.hero-v3__bg-img.is-active{opacity:1;z-index:2}.hero-v3__overlay{background:rgba(0,0,0,.15);inset:0;position:absolute;z-index:2}.hero-v3__container{max-width:1200px;padding:0 2rem;position:relative;text-align:center;width:100%;z-index:10}.hero-v3__title{color:#fff;font-size:6.5rem;font-weight:500;line-height:1.1;margin-bottom:4rem;text-shadow:0 1px 6px rgba(0,0,0,.1)}.hero-v3__subtitle{font-size:4rem}.hero-v3__subtitle .ocre{color:var(--primary-color)}.hero-v3__dynamic-wrapper{display:block;height:1.2em;margin-top:10px;position:relative}.hero-v3__dynamic-item{color:#fff;left:0;opacity:0;position:absolute;right:0;transition:opacity .5s ease}.hero-v3__dynamic-item.is-visible{opacity:1}.hero-v3__form{display:flex;gap:3rem}.hero-v3__form-box{background:rgba(196,155,39,.9);border-top-left-radius:80px;display:inline-block;padding:3rem 4.5rem}.hero-v3__form-label{color:#39200f;font-size:3rem;font-weight:500;margin-bottom:1.5rem}.hero-v3__input-group{align-items:center;background:#fff;border-radius:50px;display:flex;padding:5px 13px}.hero-v3__input{background:transparent;border:none!important;border-radius:80px!important;box-shadow:unset!important;flex-grow:1;font-size:1.6rem!important;min-width:350px;outline:none!important;padding:6px 12px!important}.hero-v3__submit{background:#f6f1cb;border:none;border-radius:40px;color:#744a1f;cursor:pointer;font-family:Montserrat,sans-serif;font-size:1.6rem;font-weight:600;padding:12px 30px;transition:background .3s ease}.hero-v3__submit:hover{background:var(--cta-background-hover)}.error-message{color:#39200f;display:block;font-size:1.3rem;margin-top:8px}@media (max-width:768px){.hero-v3{min-height:500px}.hero-v3__form{gap:1rem}.hero-v3__title{font-size:4rem;margin-bottom:2rem}.hero-v3__subtitle{font-size:2.5rem}.hero-v3__form-label{font-size:2rem;margin-bottom:.5rem}.hero-v3__form-box{padding:2rem 2.5rem}.hero-v3__bg-container{border-bottom-right-radius:80px}.hero-v3__input-group{background:transparent;flex-direction:column;gap:10px;padding:0}.hero-v3__input{font-size:1.2rem!important;min-width:250px}.hero-v3__submit{font-size:1.2rem}}@media (max-width:510px){.hero-v3__form{flex-direction:column}.hero-v3__form-box{padding:2rem 4.5rem}.hero-v3__submit{padding:8px 18px}}@media (max-width:425px){.hero-v3__title{font-size:4rem}.hero-v3__subtitle{font-size:2rem;line-height:1rem}.hero-v3__form-box{padding:3rem 2.5rem;width:100%}.hero-v3__form-label{font-size:1.5rem;line-height:2.2rem}.hero-v3__input{min-width:auto}}