html{scroll-behavior:smooth}body{box-sizing:border-box;background-color:#0e0e0f;color:#f1f0ee;margin:0;font-family:work sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}h1,h2,h3{color:#f8e6c4;font-family:abril fatface,serif;font-weight:400;font-style:normal}form .field{margin-bottom:1rem}form .field:last-child{margin-bottom:0}button,.button{padding:.5rem 1rem;text-decoration:none;background-color:transparent;color:#d1b057;border:2px solid #d1b057;border-radius:4px}button:hover,.button:hover{background-color:#e4b271;border-color:#e4b271;color:#0e0e0f}button.primary,.button.primary{background-color:#d1b057;color:#0e0e0f;border-color:#d1b057}button.primary:hover,.button.primary:hover{background-color:#e4b271;border-color:#e4b271;color:#0e0e0f}input,select{padding:.5rem 1rem;background-color:transparent;color:#d1b057;border:1px solid #242424;border-radius:4px}input:focus,input:active,select:focus,select:active{border-color:#d1b057}input[type=checkbox]{accent-color:#D1B057;cursor:pointer}label.checkbox-label{cursor:pointer}a{color:#d1b057;text-decoration:none}a:hover,a:focus{color:#e4b271}footer{background-color:#121214;border-top:1px solid #242424}.muted{color:#888}.right{text-align:right}.grecaptcha-badge{visibility:hidden}.header-menu{position:fixed;top:0;left:0;width:100%;padding:1rem 0;z-index:1000;backdrop-filter:blur(3px);background:0 0;animation:menu-back 2s linear forwards;animation-timeline:scroll()}.header-menu .brand{font-family:abril fatface,serif;display:flex;gap:1rem;align-items:center;fill:#d1b057}.header-menu .brand:hover{fill:#e4b271}.header-menu .brand svg{height:30px;width:auto}.header-menu .content{max-width:700px;margin:0 auto;display:flex;justify-content:space-between}.header-menu .menu{display:flex}.header-menu .main-menu ul{list-style:none;margin:0}.header-menu .main-menu ul li{display:inline;margin:0 .75rem}.header-menu .social svg{height:18px;width:auto;fill:#d1b057;margin-left:1rem}svg.logo.speed-slow .planet{animation-duration:13.5s}svg.logo.speed-slow .moon{animation-duration:9s}svg.logo.speed-slow .star-1{animation-duration:4.5s}svg.logo.speed-slow .star-2{animation-duration:3s}svg.logo.speed-slow .star-3{animation-duration:1.5s}svg.logo.speed-slow .star-4{animation-duration:13.5s}svg.logo.speed-slow .star-5{animation-duration:13.5s}svg.logo.is-small .star-1,svg.logo.is-small .star-2,svg.logo.is-small .star-3,svg.logo.is-small .star-4,svg.logo.is-small .star-5{opacity:0;animation:none}svg.logo path{fill:var(--accent-color);stroke-width:0}svg.logo .planet{animation:anim-rotation 4.5s infinite linear;transform-origin:center}svg.logo .moon{animation:anim-wobble 3s infinite linear;transform-origin:center}svg.logo .star-1{animation:anim-shine 1.5s infinite ease-in-out}svg.logo .star-2{animation:anim-shine 1s infinite ease-in-out}svg.logo .star-3{animation:anim-shine .5s infinite ease-in-out}svg.logo .star-4{animation:anim-shine .6s infinite ease-in-out}svg.logo .star-5{animation:anim-shine .75s infinite ease-in-out}@keyframes menu-back{0%{background:0 0}10%,100%{background:#121214}}@keyframes anim-rotation{100%{transform:rotate(360deg)}}@keyframes anim-shine{0%,100%{opacity:1}50%{opacity:.6}}@keyframes anim-wobble{0%,50%,100%{transform:rotate(0)}25%{transform:rotate(10deg)}75%{transform:rotate(-10deg)}}.section{background-color:#0e0e0f;padding:4rem 2rem}.section .content{max-width:700px;margin:0 auto;padding:2rem}.section:nth-child(odd){background-color:#18181a}.section p{font-size:1.2rem;margin-bottom:2rem;line-height:1.6}.section p:last-child{margin-bottom:0}.section p.small{font-size:.75rem}.section-hero{position:relative;min-height:calc(90vh - 8rem);display:flex;align-items:center;justify-content:center;text-align:center}.section-hero .hero-background-amp{position:absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);object-fit:cover}.section-hero .hero-background-amp img{width:100%;height:100%;object-fit:cover}.section-hero .hero-background,.section-hero .hero-background img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);object-fit:cover;z-index:0;width:100%;height:100%}.section-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,rgba(0,0,0,.55) 0%,rgba(0,0,0,.6) 50%,rgba(0,0,0,.675) 100%);z-index:1}.section-hero .content{position:relative;z-index:2}.section-hero .content h1{font-size:2.5rem;margin-bottom:1rem}.section-hero .content .cta-button{padding:.75rem 1.5rem;font-weight:500}.section-text .container{max-width:700px;margin:0 auto}.section-newsletter-form .container{max-width:700px;margin:0 auto}.section-newsletter-form h2{margin-bottom:1rem}.section-newsletter-form .newsletter-form{margin:auto}footer{background-color:#121214;padding:4rem 2rem 0;color:#888;font-size:.8rem}footer .content{max-width:700px;margin:0 auto}footer .icons{display:flex;justify-content:space-between;align-items:center;width:120px}footer .icons svg{width:auto;height:30px;fill:#d1b057}footer .footer-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem}footer .footer-menu{width:215px}footer .footer-menu ul{list-style:none}footer .footer-menu li{text-align:right;padding:.25rem 0}footer .language-selector{text-align:right}footer .language-selector svg{width:24px;height:24px;fill:#888;vertical-align:middle}.newsletter-form{max-width:400px;margin:0 0 1rem}.newsletter-form input[type=email]{width:calc(100% - 2rem)}.modal{display:none;backdrop-filter:blur(2px);position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:10}.modal .modal-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#121214;border-radius:8px;max-width:700px;margin:0 auto;padding:2rem;box-shadow:0 5px 10px rgba(83,83,95,.4)}.modal .cookie-buttons{margin-top:1rem;text-align:right}.modal .cookie-buttons button{width:150px}.modal.is-active{display:block}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;max-width:700px;margin:0 auto;padding:1rem 0}.gallery-item a{text-decoration:none;color:inherit;display:block}.gallery-item .gallery-image{display:block;padding:.75rem;background-color:#f1f0ee}.gallery-item .gallery-image img{width:100%;height:auto;display:block}.gallery-item h3{font-size:1rem;margin-top:.5rem}