.hero-banner{display:flex;min-height:100vh;position:relative}.hero-banner-bg-img{position:absolute}.hero-banner-bg-img.left{height:auto;left:0;max-width:382px;top:0}.hero-banner-bg-img.right{bottom:0;max-height:731px;right:0;width:auto}.hero-banner-content{padding-block:120px}.hero-banner-content,.hero-banner-content-bottom{align-items:center;display:flex;flex-direction:column;gap:24px}.hero-banner-principal-img{height:auto;max-width:436px}.hero-banner-secondary-img{height:auto;max-width:189px}.hero-banner-svg-container{display:grid;grid-template-columns:1fr}.hero-banner-svg{grid-column-start:1;grid-row-start:1;transition:all .3s ease}.hero-banner-svg.default{opacity:1}.hero-banner-svg.default:hover,.hero-banner-svg.hover{opacity:0}.hero-banner-svg.hover:hover{opacity:1}@media(max-width:1024px){.hero-banner-bg-img{display:none}.hero-banner-content,.hero-banner-content-bottom{gap:16px;justify-content:center}}