.header{position:fixed;top:0;left:0;right:0;background-color:var(--color-background-2);z-index:1000;box-shadow:0 2px 10px #0000001a}.header-container{max-width:var(--content-max-width);margin:0 auto;height:82px;display:flex;align-items:center;justify-content:space-between;position:relative}.header-logo{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;z-index:10}.header-logo img{height:50px;width:auto}.header-nav{position:fixed;top:82px;right:-100%;width:280px;max-width:85%;height:calc(100vh - 82px);background-color:var(--color-background-2);display:flex;flex-direction:column;padding:40px 30px;gap:24px;transition:right .3s ease;box-shadow:-4px 0 20px #0003;z-index:999}.header-nav.open{right:0}.nav-link{color:#d6a867;font-weight:400;text-transform:uppercase;transition:color .3s ease;padding:8px 0;text-align:left;width:100%}.nav-link:hover,.nav-link.active{color:var(--color-white)}.header-cta{display:none}.burger-menu{display:flex;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001;margin-left:auto}.burger-menu span{width:100%;height:3px;background-color:#ffcb3c;border-radius:2px;transition:all .3s ease}.burger-menu.open span:nth-child(1){transform:translateY(10.5px) rotate(45deg)}.burger-menu.open span:nth-child(2){opacity:0}.burger-menu.open span:nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.menu-overlay{position:fixed;top:82px;left:0;right:0;bottom:0;background-color:#00000080;z-index:998;animation:fadeIn .3s ease}@media(min-width:720px){.header-container{height:100px}.header-logo img{height:60px}.header-nav{top:100px;height:calc(100vh - 100px);width:320px;padding:50px 40px;gap:28px}.menu-overlay{top:100px}.burger-menu{width:34px;height:26px}}@media(min-width:1024px){.header-container{height:110px}.header-logo{position:static;transform:none;margin-right:60px}.header-logo img{height:70px}.header-nav{position:static;width:auto;height:auto;background:transparent;flex-direction:row;padding:0;gap:24px;box-shadow:none;flex:1}.nav-link{padding:0;width:auto;text-align:center}.header-cta{display:block;margin-left:auto}.header-cta .cta-button-layer1{border-radius:22px;border:.1px solid #E6A121;background:radial-gradient(60.71% 50% at 50% 50%,#d27d08 71.13%,#ffcb3cd9);padding:2px;cursor:pointer;transition:transform .2s ease}.header-cta .cta-button-layer1:hover{transform:translateY(-2px)}.header-cta .cta-button-layer2{border-radius:22px;border:1.5px solid rgba(242,213,107,.59);background:linear-gradient(95deg,#da8207 -.22%,#dd9318 10.66%,#ffcb3c 26.65%,#ffcb3c 78.95%,#e39c1e 93%,#fbc63a 97.24%);padding:2px}.header-cta .cta-button-layer3{border-radius:29px;border:1px solid #FDC83A;background:transparent}.header-cta .cta-button-layer3 button{background:transparent;color:var(--color-add-3);padding:12px 32px;text-transform:uppercase;white-space:nowrap}.burger-menu{display:none}}.footer{background:#7a4f2a;padding:40px 0}.footer-container{display:flex;justify-content:space-between;align-items:center;align-self:stretch;gap:40px}.footer-column{display:flex;flex-direction:column;align-items:flex-start;gap:16px}.footer-column-center{align-items:center}.footer-link{color:#efe1c3;background:transparent;border:none;cursor:pointer;padding:0;text-align:left;transition:opacity .3s ease}.footer-link:hover{opacity:.7}.footer-logo{width:120px;height:auto}.footer-contact{color:#efe1c3;text-align:center;margin:0}.footer-address{color:#efe1c3;text-align:center;max-width:300px;margin:0;line-height:1.5}.footer-copyright{color:#efe1c3;text-align:center;max-width:300px;margin:0}@media(max-width:1024px){.footer-container{flex-direction:column;gap:32px}.footer-column{gap:12px}.footer-logo{width:100px}}@media(max-width:768px){.footer{padding:30px 0}.footer-container{gap:24px}.footer-column{gap:10px}.footer-logo{width:80px}.footer-copyright{max-width:280px}}.hero{position:relative;height:700px;background:linear-gradient(270deg,#0d0d0d00,#0d0d0deb),url(/assets/twitter_image-CsDpAGVR.png) #d3d3d3 0px -15px / 100% 115.714% no-repeat;background-size:cover;background-position:center;display:flex;align-items:center;padding-bottom:150px}.hero-container{max-width:var(--content-max-width);width:100%;margin:0 auto;display:flex;flex-direction:column;gap:40px;position:relative;z-index:2}.hero-content{display:flex;flex-direction:column;gap:24px;max-width:100%}.hero-content h1{color:var(--color-white);text-shadow:2px 2px 8px rgba(0,0,0,.5)}.hero-content p{color:var(--color-white);text-shadow:1px 1px 4px rgba(0,0,0,.5);max-width:600px}.hero-buttons{display:flex;flex-direction:column;gap:16px;margin-top:16px}.hero-button{width:100%}.hero-button .cta-button-layer1{border-radius:22px;border:.1px solid #E6A121;background:radial-gradient(60.71% 50% at 50% 50%,#d27d08 71.13%,#ffcb3cd9);padding:2px;cursor:pointer;transition:transform .2s ease;width:100%}.hero-button .cta-button-layer1:hover{transform:translateY(-2px)}.hero-button .cta-button-layer2{border-radius:22px;border:1.5px solid rgba(242,213,107,.59);background:linear-gradient(95deg,#da8207 -.22%,#dd9318 10.66%,#ffcb3c 26.65%,#ffcb3c 78.95%,#e39c1e 93%,#fbc63a 97.24%);padding:2px}.hero-button .cta-button-layer3{border-radius:29px;border:1px solid #FDC83A;background:transparent}.hero-button .cta-button-layer3 button{background:transparent;color:var(--color-add-3);padding:14px 32px;text-transform:uppercase;white-space:nowrap;width:100%}.hero-image{display:none}.hero-wave{position:absolute;bottom:-1px;left:0;right:0;width:100%;z-index:1}.hero-wave svg{width:100%;height:100%;display:block}@media(min-width:720px){.hero{padding-bottom:120px}.hero-container{gap:60px}.hero-content{gap:28px}.hero-buttons{flex-direction:row;gap:20px;margin-top:20px}.hero-button{width:auto}.hero-button .cta-button-layer3 button{padding:14px 40px;width:auto}.hero-image{display:block;position:absolute;right:0;bottom:-350px;width:300px;height:auto;z-index:3}.hero-image img{width:100%;height:auto;filter:drop-shadow(4px 4px 12px rgba(0,0,0,.4))}.hero-wave{height:100px}}@media(min-width:1024px){.hero{padding-bottom:150px}.hero-container{flex-direction:row;justify-content:space-between;align-items:center;gap:80px}.hero-content{gap:32px;max-width:700px;flex-shrink:0}.hero-buttons{gap:24px;margin-top:24px}.hero-button .cta-button-layer3 button{padding:16px 48px}.hero-image{position:relative;right:200px;bottom:-200px;width:380px;flex-shrink:0}.hero-wave{height:150px}}@media(min-width:1280px){.hero-image{width:450px}}.legends{background-color:#efe1c3;padding:60px 0}.legends-container{max-width:var(--content-max-width);margin:0 auto}.legends-container>h1{color:#d6a867;text-align:center;margin-bottom:24px}.legends-container>p{color:#3a2a1a;text-align:center;max-width:900px;margin:0 auto 48px}.legends-grid{display:grid;grid-template-columns:1fr;gap:24px}.legend-card{position:relative;border-radius:24px;border-top:1px solid var(--color-add-3);border-right:2px solid var(--color-add-3);border-bottom:2px solid var(--color-add-3);border-left:1px solid var(--color-add-3);background-image:url(/assets/cardback-Yr-Kc579.png);background-size:cover;background-position:center;padding:24px;min-height:200px;overflow:visible}.legend-content{position:relative;z-index:2;max-width:100%}.legend-content h2{color:#3a2a1a;margin-bottom:16px}.legend-quote{color:#18181a;margin-bottom:32px}.legend-description{color:#18181a}.legend-image{display:none}@media(min-width:720px){.legends{padding:80px 0}.legends-container>h1{margin-bottom:28px}.legends-container>p{margin-bottom:56px}.legends-grid{grid-template-columns:1fr;gap:100px}.legend-card{padding:28px;min-height:240px}.legend-image{display:block;position:absolute;right:10px;bottom:-60px;z-index:3}.legend-image img{width:auto;height:auto;display:block}.legend-content{max-width:60%}}@media(min-width:1024px){.legends{padding:100px 0}.legends-container>h1{margin-bottom:32px}.legends-container>p{margin-bottom:64px}.legends-grid{grid-template-columns:repeat(2,1fr);gap:40px}.legend-card{padding:32px;min-height:280px}.legend-image{right:-60px;bottom:-50px}.legend-image img{width:auto;height:auto}.legend-content{max-width:55%}}@media(min-width:1280px){.legend-card{min-height:300px}.legend-image{right:-30px;bottom:-60px}.legend-image img{width:auto;height:auto}.legend-content{max-width:55%}}.events{background-color:var(--color-background);padding:30px 0}.events-wrapper{border-radius:300px;border-top:18px solid var(--color-add-3);border-bottom:18px solid var(--color-add-3);background:#3a2a1a;padding:120px 0 50px}.events-container>h1{color:#d6a867;text-align:center;margin-bottom:16px}.events-container>p{color:#efe1c3;text-align:center;max-width:900px;margin:0 auto 32px}.events-grid{display:grid;grid-template-columns:1fr;gap:12px;margin-bottom:32px}.event-item{display:flex;flex-direction:column;gap:8px}.event-item h2{color:#d6a867;-webkit-text-stroke-width:.5px;-webkit-text-stroke-color:var(--color-add-3);margin:0;text-align:center}.event-card{background-image:url(/assets/Paper-BlOdawOB.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center;display:flex;align-items:center;justify-content:center;width:100%;padding:40px 30px;min-height:400px}.event-card-inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:16px;width:100%;max-width:100%}.event-description{color:#000;margin:0}.event-image{margin-top:12px;width:100%;max-width:75%}.event-image img{width:100%;height:auto;display:block;border-radius:12px}.events-button{display:flex;justify-content:center;margin-top:32px}.events-button .cta-button-layer1{border-radius:22px;border:.1px solid #E6A121;background:radial-gradient(60.71% 50% at 50% 50%,#d27d08 71.13%,#ffcb3cd9);padding:2px;cursor:pointer;transition:transform .2s ease;width:100%;max-width:280px}.events-button .cta-button-layer1:hover{transform:translateY(-2px)}.events-button .cta-button-layer2{border-radius:22px;border:1.5px solid rgba(242,213,107,.59);background:linear-gradient(95deg,#da8207 -.22%,#dd9318 10.66%,#ffcb3c 26.65%,#ffcb3c 78.95%,#e39c1e 93%,#fbc63a 97.24%);padding:2px}.events-button .cta-button-layer3{border-radius:29px;border:1px solid #FDC83A;background:transparent}.events-button .cta-button-layer3 button{background:transparent;color:var(--color-add-3);padding:12px 24px;text-transform:uppercase;white-space:nowrap;width:100%}@media(min-width:720px){.events,.events-wrapper{padding:60px 0}.events-container>h1{margin-bottom:24px}.events-container>p{margin-bottom:48px}.events-grid{grid-template-columns:1fr;gap:20px;margin-bottom:48px}.event-item{gap:24px}.event-card{padding:80px;min-height:500px;background-size:contain}.event-card-inner{gap:24px;width:399px;max-width:80%}.event-description,.event-image{max-width:350px}.events-button{margin-top:48px}.events-button .cta-button-layer1{max-width:350px}.events-button .cta-button-layer3 button{padding:14px 40px}}@media(min-width:1300px){.events,.events-wrapper{padding:100px 0}.events-container>h1{margin-bottom:32px}.events-container>p{margin-bottom:64px}.events-grid{grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:64px}.event-item{gap:32px}.event-card{padding:100px;min-height:600px;background-size:contain}.event-card-inner{gap:0px;width:399px;max-width:80%}.event-description{max-width:350px}.event-image{margin-top:56px}.events-button{margin-top:64px}.events-button .cta-button-layer1{max-width:400px}.events-button .cta-button-layer3 button{padding:16px 48px}}.how-to{background:#efe1c3;padding:80px 20px}.how-to-container{max-width:1200px;margin:0 auto}.how-to-title{text-align:center;color:#7a4f2a;margin-bottom:20px;-webkit-text-stroke-width:.5px;-webkit-text-stroke-color:#B8403E}.how-to-subtitle{color:#7a4f2a;text-align:center;max-width:800px;margin:0 auto 60px;background:#efe1c3;padding:20px;border-radius:12px}.how-to-steps{display:flex;flex-direction:column;gap:27px}.how-to-step{display:inline-flex;align-items:center;gap:27px}.step-number{position:relative;flex-shrink:0;width:101px;height:101px}.step-number svg{width:101px;height:101px}.step-number-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;font-family:Stardos Stencil,sans-serif;font-size:48px;font-weight:700;color:#efe1c3}.step-content{flex:1;border-radius:22px;border-top:1px solid #B8403E;border-right:2px solid #B8403E;border-bottom:2px solid #B8403E;border-left:1px solid #B8403E;background-color:#d6a867;background-image:url(/assets/bac-CAdMpNaz.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:30px 40px;text-align:left}.step-content h3{color:#3a2a1a;margin:0 0 15px}.step-content p{color:#18181a;margin:0}@media(max-width:768px){.how-to{padding:60px 20px}.how-to-subtitle{padding:15px}.how-to-step{flex-direction:column;align-items:flex-start;gap:20px}.step-number{width:80px;height:80px;margin:0 auto}.step-number svg{width:80px;height:80px}.step-number-text{font-size:36px}.step-content{width:100%;padding:25px}}.contact{background:#3a2a1a;padding:80px 20px}.contact-light{background:#efe1c3}.contact-container{max-width:1400px;margin:0 auto}.contact-title{text-align:center;color:#d6a867;margin:0 0 20px;-webkit-text-stroke-width:.5px;-webkit-text-stroke-color:#B8403E}.contact-subtitle{text-align:center;color:#efe1c3;max-width:800px;margin:0 auto 60px}.contact-light .contact-title,.contact-light .contact-subtitle{color:#7a4f2a}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.contact-image{width:100%;max-width:682px;margin:0 auto}.contact-image img{width:100%;height:auto;object-fit:contain;border-radius:22px}.contact-form-wrapper{width:100%}.contact-success-message{background:#4caf50;color:#fff;padding:15px 20px;border-radius:8px;margin-bottom:20px;animation:slideDown .3s ease-out;text-align:center}.contact-success-message p{margin:0;color:#fff}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.contact-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-weight:500;color:#efe1c3}.contact-light .form-group label{color:#7a4f2a}.form-group input{height:29.63px;padding:0 16px;border-radius:4.741px;border:1px solid #D6A867;background:#d6a8673d;color:#3a2a1a;transition:all .3s ease;outline:none}.form-group textarea{padding:12px 16px;border-radius:4.741px;border:1px solid #D6A867;background:#d6a8673d;color:#3a2a1a;transition:all .3s ease;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#3a2a1a80}.form-group input:focus,.form-group textarea:focus{border-color:#b8403e;background:#d6a86759}.form-group input.error,.form-group textarea.error{border-color:#b8403e;background:#d6a8673d}.form-group textarea{resize:vertical;min-height:100px}.error-message{color:#b8403e;margin-top:-4px}.form-group-checkbox{margin-top:10px}.checkbox-label{display:flex;align-items:flex-start;gap:10px;cursor:pointer}.checkbox-label input[type=checkbox]{margin-top:4px;width:18px;height:18px;cursor:pointer;flex-shrink:0}.checkbox-label span{line-height:1.5}.checkbox-label a{color:#d6a867;text-decoration:underline}.checkbox-label a:hover{color:#b8403e}.contact-light .checkbox-label a{color:#7a4f2a}.contact-light .checkbox-label a:hover{color:#b8403e}.cta-button-layer1{border-radius:22px;border:.1px solid #E6A121;background:radial-gradient(60.71% 50% at 50% 50%,#d27d08 71.13%,#ffcb3cd9);padding:2px;cursor:pointer;transition:transform .2s ease;margin-top:10px}.cta-button-layer1:hover{transform:translateY(-2px)}.cta-button-layer2{border-radius:22px;border:1.5px solid rgba(242,213,107,.59);background:linear-gradient(95deg,#da8207 -.22%,#dd9318 10.66%,#ffcb3c 26.65%,#ffcb3c 78.95%,#e39c1e 93%,#fbc63a 97.24%);padding:2px}.cta-button-layer3{border-radius:29px;border:1px solid #FDC83A;background:transparent}.submit-button{background:transparent;color:#b8403e;padding:12px 32px;text-transform:uppercase;white-space:nowrap;border:none;cursor:pointer;width:100%}@media(max-width:1024px){.contact-content{gap:30px}.contact-image img{max-height:400px}}@media(max-width:768px){.contact{padding:60px 20px}.contact-subtitle{margin-bottom:40px}.contact-content{grid-template-columns:1fr;gap:40px}.contact-image{max-width:100%}.contact-image img{max-height:350px}.form-group input{height:29.63px;padding:0 14px}.form-group textarea{padding:10px 14px}.cta-button-layer1{width:100%}.submit-button{padding:10px 28px}}@media(max-width:480px){.contact{padding:40px 15px}.contact-image img{max-height:300px}}.main-page{width:100%}.events-page{min-height:100vh;background:#3a2a1a}.events-hero{position:relative;width:100%;height:400px;display:flex;align-items:center;justify-content:center;overflow:hidden}.events-hero-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.events-hero-background img{width:100%;height:100%;object-fit:cover;object-position:center}.events-hero-content{position:relative;z-index:1;text-align:center;padding:40px 20px;margin-top:40px}.events-hero-content h1{color:#fff;margin:0 0 20px;text-shadow:2px 2px 8px rgba(0,0,0,.5)}.events-hero-content p{color:#fff;max-width:800px;margin:0 auto;text-shadow:1px 1px 4px rgba(0,0,0,.5)}@media(min-width:720px){.events-hero{height:450px}.events-hero-content{margin-top:50px}}@media(min-width:1024px){.events-hero{height:532px}.events-hero-content{margin-top:60px}}.events-list{padding:80px 0;background:#3a2a1a}.events-list-container{max-width:1200px;margin:0 auto}.events-list-title{color:#d6a867;text-align:center;margin:0 0 20px;-webkit-text-stroke-width:.5px;-webkit-text-stroke-color:#B8403E}.events-list-subtitle{color:#efe1c3;text-align:center;max-width:800px;margin:0 auto 60px}.events-items{display:flex;flex-direction:column;gap:0}.event-detail{display:flex;align-items:center;gap:40px;padding:40px 0;border-bottom:1px solid #D6A867}.event-detail.image-left{flex-direction:row}.event-detail.image-right{flex-direction:row-reverse}.event-detail-image{flex:1;max-width:400px}.event-detail-image img{width:100%;height:auto;border-radius:12px;border:1px solid #D6A867}.event-detail-content{flex:1;display:flex;flex-direction:column;gap:20px}.event-detail-content h2{color:#d6a867;margin:0;-webkit-text-stroke-width:.5px;-webkit-text-stroke-color:#B8403E}.event-detail-content p{color:#efe1c3;margin:0}.event-book-button{text-decoration:none;align-self:flex-start}.event-book-button .cta-button-layer1{border-radius:22px;border:.1px solid #E6A121;background:radial-gradient(60.71% 50% at 50% 50%,#d27d08 71.13%,#ffcb3cd9);padding:2px;cursor:pointer;transition:transform .2s ease}.event-book-button .cta-button-layer1:hover{transform:translateY(-2px)}.event-book-button .cta-button-layer2{border-radius:22px;border:1.5px solid rgba(242,213,107,.59);background:linear-gradient(95deg,#da8207 -.22%,#dd9318 10.66%,#ffcb3c 26.65%,#ffcb3c 78.95%,#e39c1e 93%,#fbc63a 97.24%);padding:2px}.event-book-button .cta-button-layer3{border-radius:29px;border:1px solid #FDC83A;background:transparent}.event-book-button .cta-button-layer3 button{background:transparent;color:#b8403e;padding:12px 32px;text-transform:uppercase;white-space:nowrap;border:none;cursor:pointer}@media(max-width:1024px){.events-list{padding:60px 0}.event-detail{flex-direction:column!important;gap:24px;padding:32px 0}.event-detail-image{max-width:100%}.event-detail-content{text-align:center}.event-book-button{align-self:center}}@media(max-width:768px){.events-list{padding:40px 0}.events-list-subtitle{margin-bottom:40px}.event-detail{padding:24px 0}.event-detail-content{gap:16px}}.privacy-page{background:#efe1c3;min-height:100vh;padding:60px 0 80px}.privacy-page .page-title{color:#d6a867;text-align:left;margin-bottom:20px}.privacy-page .last-updated{color:#7a4f2a;margin-bottom:40px;font-weight:600}.privacy-page section{margin-bottom:40px}.privacy-page h2{color:#7a4f2a;margin-bottom:20px;text-align:left}.privacy-page p{color:#3a2a1a;margin-bottom:16px;text-align:left}@media(max-width:768px){.privacy-page{padding:40px 0 60px}.privacy-page section{margin-bottom:32px}.privacy-page h2{margin-bottom:16px}}.cookie-page{background:#efe1c3;min-height:100vh;padding:60px 0 80px}.cookie-page .page-title{color:#d6a867;text-align:left;margin-bottom:20px}.cookie-page .last-updated{color:#7a4f2a;margin-bottom:40px;font-weight:600}.cookie-page section{margin-bottom:40px}.cookie-page h2{color:#7a4f2a;margin-bottom:20px;text-align:left}.cookie-page p{color:#3a2a1a;margin-bottom:16px;text-align:left}.cookie-page ul{color:#3a2a1a;margin:16px 0;padding-left:40px}.cookie-page li{margin-bottom:12px;line-height:1.6}@media(max-width:768px){.cookie-page{padding:40px 0 60px}.cookie-page section{margin-bottom:32px}.cookie-page h2{margin-bottom:16px}.cookie-page ul{padding-left:24px}.cookie-page li{margin-bottom:10px}}.not-found-page{background:#efe1c3;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:60px 0}.not-found-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}.not-found-title{color:#d6a867;text-align:center;margin:0}.not-found-text{color:#3a2a1a;max-width:700px;margin:0;text-align:center;line-height:1.6}.not-found-image{width:100%;max-width:900px;margin-top:20px}.not-found-image img{width:100%;height:auto;border-radius:22px;box-shadow:0 4px 20px #0000001a}@media(max-width:1024px){.not-found-page{padding:40px 0}.not-found-container{gap:20px}.not-found-image{max-width:700px}}@media(max-width:768px){.not-found-page{padding:30px 0}.not-found-container{gap:16px}.not-found-text{max-width:100%}.not-found-image{margin-top:16px}}.error-page{background:#efe1c3;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:60px 0}.error-container{display:flex;flex-direction:column;align-items:center;text-align:center;gap:24px}.error-title{color:#d6a867;text-align:center;margin:0}.error-text{color:#3a2a1a;max-width:700px;margin:0;text-align:center;line-height:1.6}.error-image{width:100%;max-width:900px;margin-top:20px}.error-image img{width:100%;height:auto;border-radius:22px;box-shadow:0 4px 20px #0000001a}@media(max-width:1024px){.error-page{padding:40px 0}.error-container{gap:20px}.error-image{max-width:700px}}@media(max-width:768px){.error-page{padding:30px 0}.error-container{gap:16px}.error-text{max-width:100%}.error-image{margin-top:16px}}.cookie-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-modal{background:#efe1c3;border-radius:22px;max-width:800px;width:100%;padding:40px 30px 30px;position:relative;animation:scaleIn .3s ease-out;box-shadow:0 10px 40px #0000004d}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.cookie-close{position:absolute;top:20px;right:20px;background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease}.cookie-close:hover{transform:rotate(90deg)}.cookie-close svg{width:24px;height:24px}.cookie-modal-content{display:flex;flex-direction:column;gap:24px}.cookie-title,.cookie-text{color:#3a2a1a;margin:0;text-align:left}.cookie-modal-buttons{display:flex;flex-direction:column;gap:16px;margin-top:8px}.cookie-accept-button{width:100%}.cookie-button-layer1{border-radius:22px;border:.1px solid #E6A121;background:radial-gradient(60.71% 50% at 50% 50%,#d27d08 71.13%,#ffcb3cd9);padding:2px;cursor:pointer;transition:transform .2s ease}.cookie-button-layer1:hover{transform:translateY(-2px)}.cookie-button-layer2{border-radius:22px;border:1.5px solid rgba(242,213,107,.59);background:linear-gradient(95deg,#da8207 -.22%,#dd9318 10.66%,#ffcb3c 26.65%,#ffcb3c 78.95%,#e39c1e 93%,#fbc63a 97.24%);padding:2px}.cookie-button-layer3{border-radius:29px;border:1px solid #FDC83A;background:transparent}.cookie-button-layer3 button{background:transparent;color:#b8403e;padding:12px 32px;text-transform:uppercase;white-space:nowrap;border:none;cursor:pointer;width:100%}.cookie-read-more{text-decoration:none;width:100%}.cookie-read-layer1{border-radius:22px;border:.1px solid #F83A3A;background:radial-gradient(60.71% 50% at 50% 50%,#f83a3a 71.13%,#f83a3a82);padding:2px;cursor:pointer;transition:transform .2s ease}.cookie-read-layer1:hover{transform:translateY(-2px)}.cookie-read-layer2{border-radius:22px;border:1.5px solid rgba(248,58,58,.59);background:linear-gradient(95deg,#f83a3a -.22%,#f83a3a 10.66%,#f83a3a 26.65%,#ff8c8c 78.95%,#ff6a6a 93%,#ff5858 97.24%);padding:2px}.cookie-read-layer3{border-radius:29px;border:1px solid #F83A3A;background:transparent}.cookie-read-layer3 button{background:transparent;color:#fff;padding:12px 32px;text-transform:uppercase;white-space:nowrap;border:none;cursor:pointer;width:100%}@media(min-width:720px){.cookie-modal{padding:50px 40px 40px}.cookie-modal-buttons{flex-direction:row;gap:20px}.cookie-accept-button,.cookie-read-more{flex:1}}@media(min-width:1024px){.cookie-modal{padding:60px 50px 50px}.cookie-modal-content{gap:28px}}.app{min-height:100vh;width:100%}@font-face{font-family:Stardos Stencil;src:url(/StardosStencil-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Stardos Stencil;src:url(/StardosStencil-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Roboto Slab;src:url(/RobotoSlab-VariableFont_wght.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:swap}:root{--color-background: #EFE1C3;--color-background-2: #7A4F2A;--color-black: #1B1B1A;--color-white: #F4F4F4;--color-add-1: #D6A867;--color-add-2: #3A2A1A;--color-add-3: #B8403E;--color-add-4: #7A8D98;--mobile-max: 720px;--tablet-max: 1024px;--content-max-width: 1440px}*{margin:0;padding:0;box-sizing:border-box}html{font-size:16px}body{margin:0;font-family:Roboto Slab,serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-background);color:var(--color-black)}h1{font-family:Stardos Stencil,cursive;font-size:32px;font-style:normal;font-weight:700;line-height:40px;text-transform:uppercase}h2{font-family:Stardos Stencil,cursive;font-size:24px;font-style:normal;font-weight:400;line-height:32px;text-transform:uppercase}h3{font-family:Stardos Stencil,cursive;font-size:16px;font-style:normal;font-weight:400;line-height:20px;text-transform:capitalize}p{font-family:Roboto Slab,serif;font-size:14px;font-style:normal;font-weight:400;line-height:20px}button{font-family:Stardos Stencil,cursive;font-size:14px;font-style:normal;font-weight:700;line-height:20px;cursor:pointer;border:none;background:none}@media(min-width:720px){h1{font-size:32px;line-height:44px}h2{font-size:30px;line-height:40px}h3{font-size:22px;line-height:24px;text-transform:uppercase}p{font-size:15px;line-height:160%}button{font-size:14px;line-height:20px}}@media(min-width:1024px){h1{font-size:64px;font-weight:400;line-height:56px}h2{font-size:48px;font-weight:700;line-height:40px}h3{font-size:24px;line-height:24px}p{font-size:16px;font-weight:600;line-height:24px}button{font-size:16px;line-height:24px}}.container{width:100%;max-width:var(--content-max-width);margin:0 auto;padding:0 20px}@media(min-width:720px){.container{padding:0 40px}}@media(min-width:1024px){.container{padding:0 60px}}body{padding-top:82px}@media(min-width:720px){body{padding-top:100px}}@media(min-width:1024px){body{padding-top:110px}}
