.hero{height:100vh;position:relative;color:var(--color-light);background:url(/images/bg-1.jpg) 50%/cover no-repeat;animation:animation-swap 15s infinite;padding-top:var(--header-height)}.hero:before{content:"";position:absolute;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.5)}.hero__title{font-size:clamp(1.125rem,.9782608696rem + .652173913vw,1.5rem);margin-bottom:1.25rem}.hero__title2{font-size:clamp(1.5rem,1.3532608696rem + .652173913vw,1.875rem);margin-bottom:1.25rem}.hero__subtitle{text-align:justify}.hero__inner{padding-top:10.625rem}.hero__body{position:relative;z-index:1;width:100%;max-width:37.5rem}@media(width <= 47.99875rem){.hero__body{max-width:100%;text-align:center}}@keyframes animation-swap{0%{background:url(/images/bg-1.jpg) 50%/cover no-repeat}33%{background:url(/images/bg-2.jpg) 50%/cover no-repeat}66%{background:url(/images/bg-3.jpg) 50%/cover no-repeat}}