.hero-section{display:flex;gap:139px;padding-left:calc(50vw - 570px)}.hero-section-content{flex-shrink:0;padding-bottom:88px;width:362px}.hero-section-content-item{align-items:flex-start;display:flex;gap:8px}.hero-section-list{display:flex;flex-direction:column;gap:32px}.hero-section-content-item-heading{font-family:Neue Montreal Medium}.hero-section .button-wrap{align-items:center;display:flex;gap:32px;margin-top:40px}.hero-section .button-wrap .hero-scroll-icon{animation:float_arrow 4s ease-in-out infinite;cursor:pointer}@keyframes float_arrow{0%{transform:translateY(-4px);transform-origin:center}50%{transform:translateY(4px);transform-origin:center}to{transform:translateY(-4px);transform-origin:center}}@media (max-width:1024px){.hero-section{flex-direction:column!important;gap:40px}.hero-section-content{padding:0;width:100%}.hero-section-list{border-top:1px solid #33355b;padding-top:45px}.hero-section-content-item img{margin-top:4px;width:16px}}