.hero{color:var(--white);font-size:16px;font-size:1rem;text-align:left}.hero.section{padding:0 16px;position:relative}@media (min-width:768px){.hero.section{margin:0 var(--lg-spacing);padding:0}}.hero .section__heading1{line-height:1.5}@media (max-width:768px){.hero .section__heading1{font-size:28px;font-size:1.75rem}}@media (min-width:768px){.hero .section__heading1{line-height:1.3}}.hero__vehicle-type-wrapper{display:inline-block;overflow:hidden;position:relative;vertical-align:bottom}.hero__vehicle-type{color:var(--secondary-color);display:inline-block}.hero__description{font-size:18px;font-size:1.125rem;margin-bottom:80px}@media (min-width:992px){.hero__description{margin-bottom:48px}}.hero__content{box-sizing:border-box;padding:32px 0 64px;position:relative}@media (min-width:768px){.hero__content{margin:0 110px 0 80px;max-width:500px;padding:64px 0}}@media (min-width:992px){.hero__content{padding:130px 0 180px}}@media (min-width:1200px){.hero__content{max-width:600px}}.hero__buttons{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.hero__buttons .button{width:100%}@media (min-width:576px){.hero__buttons .button{white-space:nowrap;width:auto}}@media (min-width:992px){.hero__buttons{align-items:center;flex-direction:row;margin-bottom:48px}}.hero__help{margin-top:24px}.hero__help__item{display:flex}.hero__help__item:not(:last-child){margin-bottom:16px}.hero__help__item p{margin-bottom:8px}.hero__help__item span{font-size:14px;font-size:.875rem}.hero__help__item .iconify{height:24px;margin-right:8px;min-width:24px;width:24px}.hero__help__item a{color:var(--white)}.slide-up-enter-active{animation:slide-up .25s cubic-bezier(.4,0,.2,1) both}.slide-up-leave-active{animation:slide-out .25s cubic-bezier(.4,0,.2,1) both}@keyframes slide-up{0%{opacity:0;transform:translateY(30%)}to{opacity:1;transform:translateY(0)}}@keyframes slide-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-30%)}}
