.hs-hero{align-items:center;display:flex;justify-content:center;overflow:hidden;position:relative}.hero-image{text-align:end}.hs-hero:before{bottom:0;content:"";display:block;left:0;opacity:.2;position:absolute;right:0;top:0}.hs-hero__content{padding:0 1em;position:absolute;width:100%;z-index:1}.hs-hero__content--center{text-align:center}.hs-hero__content--right{text-align:right}.hs-hero__content h2{font-size:20px;font-weight:400;letter-spacing:.1em;text-transform:uppercase}.hs-hero__content p{font-size:var(--font-size-body--big)}.hs-hero__content .content-grid{align-items:center;display:grid;gap:80px;grid-template-columns:1fr 600px;grid-template-rows:auto;width:100%}img.bg-desktop{margin-left:auto}@media only screen and (min-width:1201px){.hs-hero{height:700px}.hs-hero__content{max-width:1540px}.hs-hero h1{font-size:60px;line-height:1.4em}.bg-mobile{display:none}}@media only screen and (max-width:1200px){.hs-hero__content .content-grid{display:block;padding:40px 10px;width:100%}.hs-hero{max-height:auto;min-height:600px;position:relative}.bg-desktop,.bubble,.hero-image img{display:none}}@media only screen and (max-width:768px){.hs-hero h1{font-size:35px;line-height:1.2!important}.hs-hero__content{align-items:center;bottom:0;display:flex;position:relative;top:0}.hero-image img{display:block}}.button-list{column-gap:20px;display:flex;max-width:600px}.button-list .button{text-transform:uppercase}@media screen and (max-width:767px){.button-list{flex-flow:column;max-width:100%}.button-list a{margin-bottom:20px}}.button:active,.button:focus,.button:hover{background-color:var(--color-secondary-variant);color:#fff}.button-list .button,.hero-image img{opacity:0}.button-list .button{animation:imageShow;animation-delay:1s;animation-duration:.5s;animation-fill-mode:forwards}.hs-hero h1{animation:fadeIn;animation-duration:.5s}.hero-image img{animation:imageShow;animation-delay:1.5s;animation-duration:.5s;animation-fill-mode:forwards}@keyframes imageShow{0%{opacity:0}to{opacity:1}}