#home_hero{width:100%}#home_hero *,#home_hero :after,#home_hero :before{box-sizing:border-box}#home_hero .home_h_inner{align-items:center;display:flex;flex-wrap:nowrap;gap:clamp(24px,4vw,64px);justify-content:space-between}#home_hero .left_container,#home_hero .right_container{flex:1 1 0;min-width:0;width:auto}#home_hero .left_container{padding-right:0}#home_hero .right_container{align-self:center;padding-left:0}#home_hero .hero_header_text h1{display:grid;grid-template-columns:minmax(0,1fr);margin-top:0}#home_hero .hero_header_text .content{animation:fadeIn 1s ease-out;display:none;grid-column:1}#home_hero .hero_text{font-size:24px}#home_hero .image_box{align-items:center;display:flex;justify-content:center;min-height:clamp(320px,36vw,460px);overflow:visible;position:relative;width:100%}#home_hero .image_box img.content{bottom:auto;display:none;height:auto;left:50%;margin:0;max-height:420px;max-width:100%;object-fit:contain;position:absolute;right:auto;top:50%;transform:translate(-50%,-50%);width:auto}#home_hero .buttons_box_hero{align-items:center;display:flex;flex-wrap:wrap;gap:1%;margin-top:2rem}#home_hero .home-header_button{align-items:center;display:flex;gap:10px;width:fit-content}#home_hero .buttons_box_hero .btn--custom-color{background:transparent!important;color:#0083a4;font-size:20px!important}#home_hero .buttons_box_hero a:hover{text-decoration:none;transform:scale(1.05)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@media only screen and (max-width:1267px) and (min-width:768px){#home_hero .hero_header_text .content{min-height:125px}#home_hero .image_box{min-height:clamp(300px,38vw,420px)}#home_hero .image_box img.content{max-height:360px}}@media only screen and (max-width:767px){#home_hero .home_h_inner{align-items:stretch;flex-direction:column;gap:0}#home_hero .left_container,#home_hero .right_container{flex:none;padding-left:0;padding-right:0;width:100%}#home_hero .image_box{margin-top:3rem;min-height:clamp(260px,70vw,380px)}#home_hero .image_box img.content{max-height:360px;max-width:100%}}