.hero h1{font-weight:600}.hero p{font-size:20px;line-height:25px}.hero .content-wrapper{align-items:stretch;display:flex;flex-direction:row;gap:40px;justify-content:space-between}.hero .content-wrapper__left{align-items:center}.hero__content{padding:30px 0}.content-wrapper__left .hero__content{padding:60px 0}@media (max-width:701px){.hero .content-wrapper{flex-direction:column}.hero__content{flex:0 1 560px;padding:60px 0}.hero__image{display:flex;flex:0 1 50vw}.hero__image img{height:100%;object-fit:cover;width:100%}}.hero__buttons{align-items:center;display:flex;flex-wrap:wrap;gap:16px;margin-top:24px}.hero__buttons>span{font-size:16px;font-weight:700;line-height:16px}.hero__buttons-bottom{margin-top:30px}.hero__buttons-bottom>span{font-size:14px}@media (max-width:701px){.hero__buttons:not(.hero__buttons-bottom){align-items:flex-start;flex-direction:column}.hero__buttons:not(.hero__buttons-bottom) .button{width:100%}.hero__image{margin:0 -20px;width:calc(100% + 40px)}}.hero__sticky{background:#fff;box-shadow:0 4px 12px 0 rgba(0,0,0,.16);display:block;left:0;padding:30px 0;position:fixed;right:0;top:0;transform:translateY(-100%);transition:transform .3s ease-in-out;z-index:99}.hero__sticky .content-wrapper{align-items:center;display:flex;justify-content:space-between}.hero__sticky.is-visible{transform:translateY(0)}.hero__sticky .hero__buttons{margin-top:0}.hero__sticky .content-wrapper>span{font-size:20px;font-weight:700;letter-spacing:-1px;line-height:24px}@media (max-width:701px){.hero__sticky .content-wrapper>span{display:none}.hero__sticky .hero__buttons-bottom>span{display:none!important}.hero__sticky .hero__buttons{flex-direction:row!important;justify-content:center}.hero__sticky .hero__buttons>span{flex:1 0 100%}.hero__sticky .hero__buttons:not(.hero__buttons-bottom) .button{width:auto}}