section.page-hero{width:100%;height:100vh;color:#fff;display:flex;justify-content:space-between;align-items:flex-end;overflow:hidden;z-index:1;position:relative}@media(max-width: 520px){section.page-hero{height:var(--vh)}}section.page-hero::before{content:"";position:absolute;width:100%;height:100%;bottom:0;left:0;z-index:0;background:#0a1324;background:linear-gradient(180deg, rgba(10, 19, 36, 0.59) 0%, rgba(8, 12, 21, 0) 40%, rgba(0, 0, 0, 0) 66%, rgba(5, 5, 5, 0.55) 100%)}section.page-hero::after{content:"";position:absolute;width:100%;height:102%;top:0;left:0;z-index:0;background:#080f1e;background:linear-gradient(180deg, rgba(8, 15, 30, 0) 0%, rgb(8, 15, 30) 92%)}section.page-hero .hero-image{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1}section.page-hero .hero-image img{width:100%;height:100%;object-fit:cover;animation:reveal 1000ms;transform-origin:bottom}section.page-hero .header-content{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;position:relative;z-index:2}section.page-hero .header-content .col-left{width:65%}@media(max-width: 1200px)and (min-width: 768px){section.page-hero .header-content .col-left h1{font-size:4.625rem}}section.page-hero .header-content .col-right{width:35%}@media(max-width: 1279px){section.page-hero .header-content{flex-direction:column}section.page-hero .header-content .col-left,section.page-hero .header-content .col-right{width:100%}}section.page-hero .header-content .anchor-links{display:flex;flex-direction:row;justify-content:flex-end;align-items:stretch;margin-bottom:60px}@media(max-width: 767px){section.page-hero .header-content .anchor-links{justify-content:flex-start}}section.page-hero .header-content .anchor-links .anchor-link{display:block;text-align:center;color:#fff;font-size:.875rem;font-weight:500;text-transform:uppercase;padding:8px 16px;border-right:1px solid rgba(255,255,255,.2);position:relative}@media(max-width: 480px){section.page-hero .header-content .anchor-links .anchor-link{font-size:10px;flex-basis:33.33%;padding:8px}}section.page-hero .header-content .anchor-links .anchor-link::before{content:"";position:absolute;background:rgba(0,0,0,0);width:100%;height:100%;bottom:0;left:0;z-index:0;border:solid 1px #fff;opacity:0;transition:.3s}section.page-hero .header-content .anchor-links .anchor-link:hover::before{opacity:1;transition:.3s}section.page-hero .header-content .anchor-links .anchor-link:last-child{border-right:none}section.page-hero .header-content .anchor-links .anchor-link .icon{width:50px;height:50px;margin:0 auto 16px}section.page-hero .header-content .anchor-links .anchor-link .icon img{width:100%;height:100%;object-fit:contain}section.page-hero .header-content .anchor-links .anchor-link .icon svg{width:100%;height:100%}section.page-hero .header-content .anchor-links .anchor-link .icon svg path{fill:#fff}.regular-page .section-content .container{max-width:800px !important;padding-top:50px;padding-bottom:50px}.regular-page .section-content h2{font-size:2.25rem;font-weight:400;line-height:100%;letter-spacing:0;font-family:"Zalando Sans",sans-serif}@media(max-width: 767px){.regular-page .section-content h2{font-size:1.25rem}}