#cookies-backdrop{width:100%;height:100%;position:fixed;top:0;left:0;background-color:rgba(0,0,0,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:100;justify-content:center;align-items:center;overflow-y:scroll;display:flex;flex-wrap:wrap}#cookies-backdrop #cookies-consent-box{width:80%;position:relative;top:auto;display:block;overflow-y:scroll;padding:40px;max-width:700px;background-color:#fff;box-shadow:0 0 20px rgba(0,0,0,.3);margin-top:20px;margin-bottom:20px}#cookies-backdrop #cookies-consent-box .title{font-size:20px;font-weight:600;margin-bottom:10px}#cookies-backdrop #cookies-consent-box .description{font-size:16px;line-height:25px}#cookies-backdrop #cookie-consent-settings{display:flex;flex-direction:column;margin-top:30px;border:1px solid #f2f2f2}#cookies-backdrop #cookie-consent-settings .cookie-item{display:flex;flex-direction:row;flex-wrap:wrap;border-bottom:1px solid #f2f2f2;padding:10px;justify-content:space-between;align-items:center}#cookies-backdrop #cookie-consent-settings .cookie-item:last-of-type{border-bottom:none}#cookies-backdrop #cookie-consent-settings .cookie-item .item{display:flex;align-items:center;column-gap:10px;font-size:16px;font-weight:800;cursor:pointer}#cookies-backdrop #cookie-consent-settings .cookie-item .item .icon{font-size:20px}#cookies-backdrop #cookie-consent-settings .cookie-item .always-active{color:#45a049;font-weight:500}#cookies-backdrop #cookie-consent-settings .cookie-item .cookie-description{font-size:14px;display:block;width:100%;padding:10px 25px}#cookies-backdrop #cookie-consent-settings .cookie-item .cookie-description .show-cookies-list{display:flex;margin-top:10px;text-decoration:underline;cursor:pointer}#cookies-backdrop #cookie-consent-settings .cookie-item .cookie-description .show-cookies-list:hover{text-decoration:none}#cookies-backdrop #cookie-consent-settings .cookie-item .cookie-description .cookies-preview{display:flex;flex-direction:column;gap:10px;margin-top:10px}#cookies-backdrop #cookie-consent-settings .cookie-item .cookie-description .cookies-preview .cookies-preview-item{background-color:#f2f2f2;padding:10px}#cookies-backdrop #cookie-consent-settings .cookie-item .switch{display:block;position:relative;width:50px;height:20px}#cookies-backdrop #cookie-consent-settings .cookie-item .switch.disabled{opacity:.4}#cookies-backdrop #cookie-consent-settings .cookie-item .switch input{opacity:0;width:0;height:0}#cookies-backdrop #cookie-consent-settings .cookie-item .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;width:40px;padding:4px}#cookies-backdrop #cookie-consent-settings .cookie-item .slider:before{position:absolute;content:"";height:20px;width:20px;left:0;bottom:0;background-color:#d90000;transition:.4s}#cookies-backdrop #cookie-consent-settings .cookie-item input:checked+.slider{background-color:#ccc}#cookies-backdrop #cookie-consent-settings .cookie-item input:focus+.slider{box-shadow:0 0 1px #e1e1e1}#cookies-backdrop #cookie-consent-settings .cookie-item input:checked+.slider:before{background-color:#4eb509;transform:translateX(20px)}#cookies-backdrop #cookie-consent-settings .cookie-item .slider.round{border-radius:25px;width:40px}#cookies-backdrop #cookie-consent-settings .cookie-item .slider.round:before{border-radius:100%}#cookies-backdrop #cookie-consent-settings .sub-select-container{display:block;margin-top:10px}#cookies-backdrop #cookie-consent-settings .sub-select-container .sub-select{padding-top:10px;padding-bottom:10px;display:flex;align-items:center;gap:10px}#cookies-backdrop #cookie-consent-settings .sub-select-container .sub-select>span{width:calc(100% - 100px)}#cookies-backdrop #cookies-consent-buttons{display:flex;flex-wrap:wrap-reverse;justify-content:center;margin-top:40px;column-gap:20px;row-gap:20px}#cookies-backdrop #cookies-consent-buttons button{border:none;box-shadow:none;padding:10px 25px;color:#fff;width:clamp(160px,180px,250px);transition:all .12s linear;font-weight:300}#cookies-backdrop #cookies-consent-buttons button#deny-all,#cookies-backdrop #cookies-consent-buttons button#selected{color:#333;border:2px solid #ccc;background-color:transparent}#cookies-backdrop #cookies-consent-buttons button#deny-all:hover,#cookies-backdrop #cookies-consent-buttons button#selected:hover{background-color:#ccc}#cookies-backdrop #cookies-consent-buttons button#select-all{background-color:#000}#cookies-backdrop #cookies-consent-buttons button#select-all:hover{box-shadow:inset 0 0 10px rgba(0,0,0,.4)}#cookie-bar{position:fixed;left:0;bottom:0;width:100%;padding:20px;background-color:#fff;box-shadow:0 -5px 10px rgba(0,0,0,.2);z-index:100}#cookie-bar .container{width:100%;max-width:1600px;display:flex;justify-content:space-between;align-items:center;gap:10px}#cookie-bar .container .description{font-size:14px;line-height:20px;max-width:60%}#cookie-bar .container .buttons{max-width:40%;display:flex;flex-wrap:wrap-reverse;justify-content:center;column-gap:10px;row-gap:10px}#cookie-bar .container .buttons button{border:none;box-shadow:none;padding:5px 15px;color:#fff;transition:all .12s linear;font-weight:400}#cookie-bar .container .buttons button.onlyFunctional{background-color:#45a049}#cookie-bar .container .buttons button.onlyFunctional:hover{box-shadow:inset 0 0 10px rgba(0,0,0,.4)}#cookie-bar .container .buttons button#deny-all:not(.onlyFunctional),#cookie-bar .container .buttons button#edit-cookies{color:#333;border:2px solid transparent;background-color:transparent;text-decoration:underline}#cookie-bar .container .buttons button#deny-all:not(.onlyFunctional):hover,#cookie-bar .container .buttons button#edit-cookies:hover{text-decoration:none}#cookie-bar .container .buttons button#select-all{background-color:#000}#cookie-bar .container .buttons button#select-all:hover{box-shadow:inset 0 0 10px rgba(0,0,0,.4)}@media screen and (max-width:480px){#cookies-backdrop #cookies-consent-box{width:95%;padding:30px 20px;margin-top:2.5%;margin-bottom:2.5%}#cookies-backdrop #cookies-consent-box .title{font-size:16px}#cookies-backdrop #cookies-consent-box .description{font-size:14px;line-height:20px}#cookies-backdrop #cookie-consent-settings .cookie-item .item{font-size:14px}#cookies-backdrop #cookie-consent-settings .cookie-item .item .icon{font-size:20px}#cookies-backdrop #cookie-consent-settings .cookie-item .cookie-description{font-size:13px}#cookies-backdrop #cookie-consent-settings .sub-select-container .sub-select{padding-top:10px;flex-direction:column;align-items:flex-start}#cookies-backdrop #cookie-consent-settings .sub-select-container .sub-select>span{width:100%}#cookie-bar .container .description{font-size:13px;line-height:18px;max-width:55%}}@media screen and (max-width:414px){#cookie-bar .container{flex-direction:column-reverse;row-gap:20px;width:100%;padding-left:0;padding-right:0}#cookie-bar .container .description{font-size:13px;line-height:18px;max-width:100%;text-align:center}#cookie-bar .container .buttons{max-width:100%;flex-direction:row}}.wrapper{background-color:#313638}.parallax-section{width:100%;background-image:url(/assets/home-image-parallax.jpg);background-attachment:fixed;background-position:50%;background-repeat:no-repeat;padding:0;margin:0;background-size:cover;color:#fff;--bs-gutter-x:0!important}.parallax-section#footer-contacts>.container-fluid{-webkit-backdrop-filter:brightness(30%);backdrop-filter:brightness(30%);padding:15vh 0;overflow-x:hidden!important}.parallax-section#footer-contacts>.container-fluid .flex-container{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:flex-start;overflow-y:hidden}.parallax-section#footer-contacts>.container-fluid .flex-container .item{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 1;flex-basis:400px;gap:20px;font-size:20px;text-align:center}.parallax-section#footer-contacts>.container-fluid .flex-container .item h3{margin-bottom:10vh;background-color:#fff;color:#313638;padding:10px;-webkit-clip-path:polygon(0 0,30% 3%,60% 0,81% 3%,100% 0,100% 100%,80% 97%,55% 99%,28% 95%,0 99%);clip-path:polygon(0 0,30% 3%,60% 0,81% 3%,100% 0,100% 100%,80% 97%,55% 99%,28% 95%,0 99%)}.parallax-section#footer-contacts>.container-fluid .flex-container .item:first-of-type{gap:0}.parallax-section#footer-contacts>.container-fluid .flex-container .item:first-of-type .item-row{display:flex;align-items:center;gap:10px;margin-bottom:20px}.parallax-section#footer-contacts>.container-fluid .flex-container .item:first-of-type .item-row .icon{width:40px;text-align:center}.parallax-section#footer-contacts>.container-fluid .flex-container .item:first-of-type .item-row svg{height:30px}.parallax-section#footer-contacts>.container-fluid .flex-container .item:first-of-type .item-row:not(:first-of-type) span{flex:1 1;white-space:nowrap}.parallax-section#footer-contacts>.container-fluid .flex-container .item:first-of-type .item-row:not(:first-of-type) span a{color:inherit;text-decoration:none}.parallax-section#footer-contacts>.container-fluid .flex-container .item:first-of-type .item-row:not(:first-of-type) span:first-of-type{background-color:#fff;color:#313638;padding:5px;width:170px;-webkit-clip-path:polygon(0 0,30% 3%,60% 0,81% 3%,100% 0,100% 100%,80% 97%,55% 99%,28% 95%,0 99%);clip-path:polygon(0 0,30% 3%,60% 0,81% 3%,100% 0,100% 100%,80% 97%,55% 99%,28% 95%,0 99%)}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(2){gap:0;justify-content:center;align-content:center;align-items:center}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(2) .day{display:flex;justify-content:center;text-align:center}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(2) .day span{flex:1 1;flex-basis:200px;padding:5px 0}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(2) .day span:first-of-type{background:#fff;width:200px;color:#313638;margin-right:0}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(3) .social-icons{list-style:none;padding:0;margin:0;display:flex;justify-content:center;color:#fff}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(3) .social-icons li{width:70px;aspect-ratio:1/1;border-radius:100%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;transition:all .2s linear}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(3) .social-icons li a{color:inherit}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(3) .social-icons li svg{transition:all .5s ease-in-out;height:35px;scale:.9}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(3) .social-icons li:hover svg{scale:1.3;color:#fff;transition-delay:.2s}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(3) .social-icons li:hover{border-color:transparent}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(3) .social-icons li:hover:before{scale:1 1}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(3) .social-icons li:before{content:"";width:100%;height:100%;position:absolute;z-index:0;scale:0 0;inset:0;transform-origin:center;transition:scale .2s ease-in-out;border-radius:100%;transition-delay:.2s}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(3) .social-icons li.facebook:before{background:#1877f2}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(3) .social-icons li.instagram:before{background:linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d)}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(3) .social-icons li.youtube:before{background:red}#map{width:100%;height:0;border:none;margin:0;padding:0}#footer{background-color:#fff;padding-top:1vh;padding-bottom:1vh;color:#313638;font-size:16px;font-weight:300}#footer .container{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;overflow:hidden}#footer .container a{color:inherit;text-decoration:none}#footer .container a:hover{text-decoration:underline}#footer #cookies{cursor:pointer}#footer #cookies:hover{text-decoration:underline}#footer .devider{margin-left:10px;margin-right:10px;font-weight:300}#footer h2{text-align:center;color:#466200;padding:10px 20px}@media screen and (max-width:1200px){.parallax-section#footer-contacts>.container-fluid{padding-top:8vh;padding-bottom:4vh;width:100%!important}.parallax-section#footer-contacts>.container-fluid .flex-container{align-items:center;flex-direction:column;row-gap:40px}.parallax-section#footer-contacts>.container-fluid .flex-container .item{display:flex;flex-direction:column;justify-content:center;align-items:center;flex:unset;flex-basis:unset;gap:20px;font-size:20px;text-align:center}.parallax-section#footer-contacts>.container-fluid .flex-container .item h3{margin-bottom:30px}.parallax-section#footer-contacts>.container-fluid .flex-container .item:nth-of-type(3){justify-content:flex-start}}body{overflow-x:hidden!important;background-color:#fff!important}.border{border:1px solid red}.container{max-width:1600px;overflow-y:hidden!important}.flex-content{display:flex;justify-content:space-between;flex-wrap:wrap;align-items:center;padding:15vh 3%;overflow-x:hidden!important;position:relative;z-index:2}.flex-content:nth-of-type(odd){flex-direction:row-reverse;justify-content:center}.flex-content h2{background-color:#000;display:inline-block;color:#fff;padding:10px 20px;position:relative;-webkit-clip-path:polygon(0 0,30% 3%,60% 0,81% 3%,100% 0,100% 100%,80% 97%,55% 99%,28% 95%,0 99%);clip-path:polygon(0 0,30% 3%,60% 0,81% 3%,100% 0,100% 100%,80% 97%,55% 99%,28% 95%,0 99%)}.flex-content p{margin-top:30px;font-size:24px}.flex-content .item{flex:1 1}.flex-content .image-wrapper{display:flex;justify-content:center;width:100%;overflow-y:visible!important}.flex-content .image-wrapper .image-item{width:100%}.flex-content .image-wrapper .image-item img{width:100%;aspect-ratio:3/4;object-fit:cover}.flex-content .image-wrapper .image-item:first-of-type{transform:translateX(30%)}.flex-content .image-wrapper .image-item:nth-of-type(2){position:relative;z-index:2}.flex-content .image-wrapper .image-item:nth-of-type(2) img{scale:1.2}.flex-content .image-wrapper .image-item:nth-of-type(3){transform:translateX(-30%);position:relative;z-index:1}.offer{padding-top:15vh;padding-bottom:15vh}.offer p{display:block;width:100%;max-width:800px;margin-left:auto;margin-right:auto;line-height:200%;font-size:20px;margin-bottom:40px}.offer h2{background-color:#000;color:#fff;padding:10px 20px;-webkit-clip-path:polygon(0 0,30% 3%,60% 0,81% 3%,100% 0,100% 100%,80% 97%,55% 99%,28% 95%,0 99%);clip-path:polygon(0 0,30% 3%,60% 0,81% 3%,100% 0,100% 100%,80% 97%,55% 99%,28% 95%,0 99%);display:inline-flex;margin-bottom:40px}.offer ul.offer-section{display:flex;flex-direction:column;width:100%;max-width:800px;margin-left:auto;margin-right:auto;padding:0;gap:20px;margin-bottom:10vh}.offer ul.offer-section.catering>li{display:flex;width:100%;align-content:center;justify-content:space-between;padding-top:0;border-bottom:2px solid #000;flex-direction:column;gap:20px}.offer ul.offer-section.catering>li .header{display:flex;width:100%;justify-content:space-between;align-content:center;gap:10px;transition:all .12s linear;padding-bottom:20px}.offer ul.offer-section.catering>li .header.active,.offer ul.offer-section.catering>li .header:hover{color:green}.offer ul.offer-section.catering>li .header .item-title{display:flex;gap:10px;align-items:center;cursor:pointer;font-size:18px}.offer ul.offer-section.catering>li .header .item-price{display:flex;flex-direction:column;text-align:right}.offer ul.offer-section.catering>li .header .item-price span{font-size:14px}.offer ul.offer-section.catering>li .item-content{font-size:14px;width:100%;padding:20px;background-color:#f2f2f2;display:none}.offer ul.offer-section.catering>li .item-content.active{display:inline}.offer ul.offer-section.catering>li .item-content .content{padding-top:10px;padding-bottom:10px}.offer ul.offer-section.catering>li .item-content .items-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.offer ul.offer-section.catering>li .item-content ul{flex:1 1;display:flex;flex-direction:column;border:none;list-style-type:disc!important;margin-top:15px;margin-bottom:15px;padding-top:0}.offer ul.offer-section.catering>li .item-content ul li::marker{color:green}.offer ul.offer-section.catering>li .item-content .preview{flex:1 1;box-shadow:0 10px 10px rgba(0,0,0,.3);aspect-ratio:4/3;max-width:300px;border:2px solid #fff}.offer ul.offer-section.catering>li .item-content .preview a img{width:100%;height:100%;object-fit:cover}.offer ul.offer-section.catering>li:first-of-type{padding-top:30px;border-top:2px solid #000}.offer ul.offer-section.offer>li{display:flex;align-content:center;justify-content:space-between;gap:10px;padding-top:10px;padding-bottom:30px;border-bottom:2px solid #000}.offer ul.offer-section.offer>li .item-text{display:flex;flex:1 1;font-weight:300;padding-top:5px}.offer ul.offer-section.offer>li .item-price{white-space:nowrap}.offer ul.offer-section.offer>li:first-of-type{padding-top:30px;border-top:2px solid #000}.gallery-items{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.gallery-items .item{flex:1 1;flex-basis:calc(250px - 20px);max-width:calc(250px - 20px);aspect-ratio:1}.gallery-items .item img{width:100%;height:100%;object-fit:cover}#preloader{position:fixed;inset:0;width:100vw;height:100vh;background:rgba(0,0,0,.6);z-index:1000;display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff;text-align:center}.page-button{display:inline-flex;padding:10px 20px;background-color:transparent;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:2px solid #313638;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;color:#313638;-webkit-clip-path:polygon(0 0,30% 3%,60% 0,81% 3%,100% 0,100% 100%,80% 97%,55% 99%,28% 95%,0 99%);clip-path:polygon(0 0,30% 3%,60% 0,81% 3%,100% 0,100% 100%,80% 97%,55% 99%,28% 95%,0 99%);white-space:nowrap;opacity:0}.page-button:hover{background-color:#313638;color:#fff}#overlay{background-color:rgba(0,0,0,.8);position:fixed;inset:0;width:100vw;height:100vh;opacity:0;z-index:-1;transition:all .2s linear}#overlay.active{z-index:100;opacity:1}#home-info{padding-top:4%;padding-bottom:10%;background:linear-gradient(180deg,#fff 10%,#f2f2f2 90%);-webkit-clip-path:polygon(1% 0,100% 0,100% 100%,81% 94%,63% 100%,48% 96%,26% 99%,10% 94%,0 100%);clip-path:polygon(1% 0,100% 0,100% 100%,81% 94%,63% 100%,48% 96%,26% 99%,10% 94%,0 100%);display:flex;justify-content:center;flex-wrap:wrap;flex-direction:column;gap:30px}#home-info h2{background-color:#000;display:inline-block;margin:auto;color:#fff;text-transform:uppercase;padding:10px 20px;position:relative;-webkit-clip-path:polygon(0 0,30% 3%,60% 0,81% 3%,100% 0,100% 100%,80% 97%,55% 99%,28% 95%,0 99%);clip-path:polygon(0 0,30% 3%,60% 0,81% 3%,100% 0,100% 100%,80% 97%,55% 99%,28% 95%,0 99%)}#home-info>p{text-align:center;font-size:28px}#home-info .container{display:flex;justify-content:center;flex-direction:column}#home-info .container .items{display:flex;flex-wrap:wrap;max-width:800px;margin:auto;height:100%;justify-content:stretch;row-gap:40px}#home-info .container .items .item{width:50%;padding:20px;display:flex;flex-direction:column;align-items:center;gap:15px}#home-info .container .items .item h3{font-size:23px}#home-info .container .items .item h3:after{display:block;content:"";width:100%;height:2px;background-color:#000}#home-info .container .items .item p{text-align:center}#home-info .container .items .item .price{font-weight:700;margin-top:auto;font-size:18px}#content-page{padding-top:5vh;padding-bottom:5vh}#content-page h2{margin-top:2rem;margin-bottom:2rem}@media screen and (max-width:1024px){.flex-content{display:flex;justify-content:center;flex-wrap:wrap;align-items:center;padding:5vh 5% 8vh;gap:40px}.flex-content,.flex-content:nth-of-type(odd){flex-direction:column-reverse}.flex-content h2{display:inline-flex}.flex-content p{margin-top:30px;font-size:20px}.flex-content .item{flex:unset;display:flex;align-items:center;flex-direction:column}.flex-content .image-wrapper{display:flex;justify-content:center;width:100%}.flex-content .image-wrapper .image-item{width:100%;aspect-ratio:3/4}.flex-content .image-wrapper .image-item img{width:100%;height:100%;aspect-ratio:3/4;object-fit:cover}.flex-content .image-wrapper .image-item:first-of-type,.flex-content .image-wrapper .image-item:nth-of-type(3){transform:translateX(0)!important}.offer{padding-top:5vh;padding-bottom:5vh}}@media screen and (max-width:576px){.gallery-items{justify-content:center;gap:10px}.gallery-items .item{flex:1 1;max-width:calc(150px - 10px);min-width:calc(150px - 10px);aspect-ratio:1}.gallery-items .item img{width:100%;height:100%;object-fit:cover}}@media screen and (max-width:480px){.gallery-items .item{max-width:calc(100% / 3 - 10px);min-width:calc(100% / 3 - 10px)}#home-info{gap:20px;padding-bottom:20%}#home-info>p{font-size:23px}#home-info .container{display:flex;justify-content:center;flex-direction:column}#home-info .container .items,#home-info .container .items .item{flex-direction:column;align-items:center}#home-info .container .items .item{width:100%;gap:15px}}#header{padding:30px 15px;color:#fff;position:fixed;z-index:10;transition:all .4s linear}#header.scrolled{padding:10px 15px;background-color:rgba(0,0,0,.8);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);box-shadow:0 10px 10px rgba(0,0,0,.3)}#header.scrolled #logo{width:80px;text-align:center;margin-left:auto;margin-right:auto}#header.scrolled #logo img{width:100%;height:100%;object-fit:cover}#header.scrolled .header-button-group .header-button{-webkit-backdrop-filter:none;backdrop-filter:none}#header .container{max-width:95%;display:flex;justify-content:space-between;align-items:center}#header .container>.item{flex:1 1}#header.active{position:fixed;inset:0;width:100vw;height:100vh;z-index:10000}#header #logo{width:80px;text-align:center;margin-left:auto;margin-right:auto}#header #logo img{width:100%;height:100%;object-fit:cover}#header #navibutton{width:50px;display:flex;flex-direction:column;gap:10px;cursor:pointer;transition:.12s linear}#header #navibutton .line{width:100%;height:5px;background-color:#fff;border-radius:10px}#header #navibutton .line:nth-of-type(2){width:70%}#header #navibutton:hover .line:nth-of-type(2){width:100%;animation:menuButton .5s ease-in infinite alternate}#header .header-button-group{display:flex;justify-content:flex-end;gap:10px}#header .header-button-group #other-buttons,#header .header-button-group #social-icons{display:flex;gap:10px}#header .header-button-group .header-button{display:inline-flex;padding:10px 20px;background-color:transparent;color:#fff;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:2px solid #fff;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:.12s linear;-webkit-clip-path:polygon(0 0,30% 3%,60% 0,81% 3%,100% 0,100% 100%,80% 97%,55% 99%,28% 95%,0 99%);clip-path:polygon(0 0,30% 3%,60% 0,81% 3%,100% 0,100% 100%,80% 97%,55% 99%,28% 95%,0 99%);white-space:nowrap;text-align:center!important;justify-content:center}#header .header-button-group .header-button.social{color:#fff;height:unset;letter-spacing:0!important;text-align:center;width:auto!important}#header .header-button-group .header-button.social svg{height:25px}#header .header-button-group .header-button.social:hover{color:#000}#header .header-button-group .header-button:hover{background-color:#fff;color:#313638}#sidebar{width:100vw;min-height:100vh;position:fixed;z-index:-10;display:flex;align-items:center;align-content:center;visibility:hidden}#sidebar.active{inset:0;visibility:visible;z-index:100}#sidebar.active #navbar{will-change:transform;transform:translateX(0)}#sidebar #close-button{width:50px;height:50px;position:relative;margin-bottom:50px;cursor:pointer}#sidebar #close-button .line{width:100%;height:3px;background-color:#466200;border-radius:10px;position:absolute;top:20px;transform:rotate(45deg);transition:all .21s linear}#sidebar #close-button .line:nth-of-type(2){transform:rotate(-45deg)}#sidebar #close-button:hover .line{background-color:#586874;transform:rotate(134deg)}#sidebar #close-button:hover .line:nth-of-type(2){transform:rotate(45deg)}#sidebar #navbar{width:70%;max-width:31rem;height:100%;padding:2.2rem 4.2rem;background-color:#fff;transform:translateX(-100%);transition:all .2s linear;overflow-y:scroll;transition-delay:0s}#sidebar #navbar::-webkit-scrollbar{width:10px}#sidebar #navbar::-webkit-scrollbar-track{background:#fff}#sidebar #navbar::-webkit-scrollbar-thumb,#sidebar #navbar::-webkit-scrollbar-thumb:hover{background:#586874}#sidebar #navbar p{margin-top:20px}#sidebar #navbar ul:not(.social-icons){list-style:none;display:flex;flex-direction:column;padding:0;margin-bottom:50px}#sidebar #navbar ul:not(.social-icons) li{font-size:25px;border-top:2px solid #466200;padding:15px 10px;font-weight:600;transition:padding-left .2s linear}#sidebar #navbar ul:not(.social-icons) li.active,#sidebar #navbar ul:not(.social-icons) li:hover{padding-left:20px}#sidebar #navbar ul:not(.social-icons) li.active a,#sidebar #navbar ul:not(.social-icons) li:hover a{color:#466200}#sidebar #navbar ul:not(.social-icons) li:last-of-type{border-bottom:2px solid #466200}#sidebar #navbar ul:not(.social-icons) li a{color:#000;text-decoration:none}#sidebar #navbar .social-icons{list-style:none;padding:0;display:flex;justify-content:flex-start;gap:10px;color:#313638;margin:1rem 0 0}#sidebar #navbar .social-icons li{width:70px;aspect-ratio:1/1;border-radius:100%;display:flex;justify-content:center;align-items:center;position:relative;overflow:hidden;transition:all .2s linear}#sidebar #navbar .social-icons li a{color:inherit}#sidebar #navbar .social-icons li svg{transition:all .5s ease-in-out;height:35px;scale:.9}#sidebar #navbar .social-icons li:hover svg{scale:1.3;color:#fff;transition-delay:.2s}#sidebar #navbar .social-icons li:hover{border-color:transparent}#sidebar #navbar .social-icons li:hover:before{scale:1 1}#sidebar #navbar .social-icons li:before{content:"";width:100%;height:100%;position:absolute;z-index:0;scale:0 0;inset:0;transform-origin:center;transition:scale .2s ease-in-out;border-radius:100%;transition-delay:.2s}#sidebar #navbar .social-icons li.facebook:before{background:#1877f2}#sidebar #navbar .social-icons li.instagram:before{background:linear-gradient(45deg,#405de6,#5851db,#833ab4,#c13584,#e1306c,#fd1d1d)}#sidebar #navbar .social-icons li.youtube:before{background:red}@keyframes menuButton{0%{width:70%}to{width:100%}}@media screen and (max-width:1024px){#header{padding:20px 10px}#header .header-button-group{flex-direction:column;align-items:flex-end;gap:10px}#header .header-button-group .header-button{width:120px;text-align:center;font-size:14px;padding:8px 10px}}@media screen and (max-width:768px){#header{padding:10px 0}#header .container{align-items:center;max-width:98%}#header .container>.item{flex:unset}#header .container>.item:nth-of-type(3){margin-bottom:20px;order:2}#header .container>.item:first-of-type{order:3}#header .container>.item:nth-of-type(2){order:1}#header .header-button-group{flex-direction:row;justify-content:center;gap:20px;margin-top:10px;height:100%;align-items:center}#header .header-button-group #social-icons{align-items:center;gap:20px}#header .header-button-group #social-icons a{display:flex}#header .header-button-group .header-button{padding:0;border:none;width:auto}#header #logo{width:60px}#header #navibutton{width:40px;align-items:flex-end;gap:10px}#header #navibutton .line{height:3px;border-radius:5px}#header.scrolled{padding:10px 0}#header.scrolled #logo{width:60px}#header.scrolled .header-button-group .header-button{-webkit-backdrop-filter:none;backdrop-filter:none}}@media screen and (max-width:576px){#header,#header.scrolled{padding:0 10px}#header .container{padding-left:0;padding-right:0}#header .header-button-group{flex-direction:column;justify-content:center;justify-items:flex-start;gap:10px}#header .header-button-group #social-icons{width:100%;justify-content:center;gap:40px}#sidebar{background-color:transparent}#sidebar #close-button{margin-bottom:30px}#sidebar #navbar{width:100%;max-width:100%;height:100%;padding:4rem 2rem;background-color:#fff;transform:translateX(-100%);transition:all .2s linear;overflow-y:scroll}#sidebar #navbar ul:not(.social-icons){list-style:none;display:flex;flex-direction:column;padding:0;margin:0}#sidebar #navbar ul:not(.social-icons) li{font-size:20px;border-top:2px solid #466200}#sidebar #navbar ul:not(.social-icons) li:hover{padding-left:10px}}@media screen and (max-width:375px){#header #logo{width:50px}}@font-face{font-family:lg;src:url(/_next/static/media/lg.955a4bcf.woff2) format("woff2"),url(/_next/static/media/lg.dc565ab5.ttf) format("truetype"),url(/_next/static/media/lg.c950f0b5.woff) format("woff"),url(/_next/static/media/lg.a5ca0178.svg#lg) format("svg");font-weight:400;font-style:normal;font-display:block}.lg-icon{font-family:lg!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-container{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.lg-next,.lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1084;outline:none;border:none}.lg-next.disabled,.lg-prev.disabled{opacity:0!important;cursor:default}.lg-next:hover:not(.disabled),.lg-prev:hover:not(.disabled){color:#fff}.lg-single-item
.lg-prev,.lg-single-item .lg-next{display:none}.lg-next{right:20px}.lg-next:before{content:"\e095"}.lg-prev{left:20px}.lg-prev:after{content:"\e094"}@keyframes lg-right-end{0%{left:0}50%{left:-30px}to{left:0}}@keyframes lg-left-end{0%{left:0}50%{left:30px}to{left:0}}.lg-outer.lg-right-end .lg-object{animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-media-overlap .lg-toolbar{background-image:linear-gradient(0deg,transparent,rgba(0,0,0,.4))}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:medium none;will-change:color;transition:color .2s linear;background:none;border:none;box-shadow:none}.lg-toolbar .lg-icon.lg-icon-18{font-size:18px}.lg-toolbar .lg-icon:hover{color:#fff}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-maximize{font-size:22px}.lg-toolbar .lg-maximize:after{content:"\e90a"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{color:#eee;font-size:16px;padding:10px 40px;text-align:center;z-index:1080;opacity:0;transition:opacity .2s ease-out 0s}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}.lg-sub-html a{color:inherit}.lg-sub-html a:hover{text-decoration:underline}.lg-media-overlap .lg-sub-html{background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.6))}.lg-item .lg-sub-html{position:absolute;bottom:0;right:0;left:0}.lg-error-msg{font-size:14px;color:#999}.lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;height:47px;vertical-align:middle}.lg-closing .lg-next,.lg-closing .lg-prev,.lg-closing .lg-sub-html,.lg-closing .lg-toolbar{opacity:0;transition:transform .08 cubic-bezier(0,0,.25,1) 0s,opacity .08 cubic-bezier(0,0,.25,1) 0s,color .08 linear}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont{opacity:0;transform:scale3d(.5,.5,.5);will-change:transform,opacity;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1)!important}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont{opacity:1;transform:scaleX(1)}.lg-icon:focus-visible{color:#fff;border-radius:3px;outline:1px dashed hsla(0,0%,100%,.6)}.lg-toolbar .lg-icon:focus-visible{border-radius:8px;outline-offset:-5px}.lg-group:after{content:"";display:table;clear:both}.lg-container{outline:none}.lg-on{scroll-behavior:unset}.lg-overlay-open{overflow:hidden}.lg-hide-sub-html .lg-sub-html,.lg-next,.lg-pager-outer,.lg-prev,.lg-toolbar{opacity:0;will-change:transform,opacity;transition:transform .25s cubic-bezier(0,0,.25,1) 0s,opacity .25s cubic-bezier(0,0,.25,1) 0s}.lg-show-in .lg-next,.lg-show-in .lg-pager-outer,.lg-show-in .lg-prev,.lg-show-in .lg-toolbar,.lg-show-in.lg-hide-sub-html .lg-sub-html{opacity:1}.lg-show-in .lg-hide-items .lg-prev{opacity:0;transform:translate3d(-10px,0,0)}.lg-show-in .lg-hide-items .lg-next{opacity:0;transform:translate3d(10px,0,0)}.lg-show-in .lg-hide-items .lg-toolbar{opacity:0;transform:translate3d(0,-10px,0)}.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html{opacity:0;transform:translate3d(0,20px,0)}.lg-outer{width:100%;height:100%;position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:.001;outline:none;will-change:auto;overflow:hidden;transition:opacity .15s ease 0s}.lg-outer *{box-sizing:border-box}.lg-outer.lg-visible,.lg-outer.lg-zoom-from-image{opacity:1}.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide,.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide{transition-duration:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-content{position:absolute;top:0;left:0;right:0;bottom:0}.lg-outer .lg-inner{width:100%;position:absolute;left:0;top:0;bottom:0;transition:opacity 0s;white-space:nowrap}.lg-outer .lg-item{display:none!important}.lg-outer .lg-item:not(.lg-start-end-progress){background:url(/_next/static/media/loading.49ca460c.gif) no-repeat scroll 50% transparent}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:100%;vertical-align:middle}.lg-outer .lg-img-wrap{position:absolute;left:0;right:0;top:0;bottom:0;white-space:nowrap;font-size:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-object{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;position:relative}.lg-outer .lg-empty-html .lg-sub-html,.lg-outer .lg-empty-html.lg-sub-html{display:none}.lg-outer.lg-hide-download .lg-download{opacity:.75;pointer-events:none}.lg-outer .lg-first-slide .lg-dummy-img{position:absolute;top:50%;left:50%}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components{transform:translateZ(0);opacity:1}.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html{opacity:1;transition:opacity .2s ease-out .15s}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;will-change:auto;transition:opacity 333ms ease-in 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item{-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{transition:opacity .1s ease 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-progress{transition:transform 1s cubic-bezier(.175,.885,.32,1.275) 0s}.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress{transition:transform 1s cubic-bezier(0,0,.25,1) 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{transform:translateZ(0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-container{display:none}.lg-container.lg-show{display:block}.lg-container.lg-dragging-vertical .lg-backdrop{transition-duration:0s!important}.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current{transition-duration:0s!important;opacity:1}.lg-inline .lg-backdrop,.lg-inline .lg-outer{position:absolute}.lg-inline .lg-backdrop{z-index:1}.lg-inline .lg-outer{z-index:2}.lg-inline .lg-maximize:after{content:"\e909"}.lg-components{transform:translate3d(0,100%,0);will-change:transform;transition:transform .35s ease-out 0s;z-index:1080;position:absolute;bottom:0;right:0;left:0}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transition-duration:0ms!important}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s}.lg-outer.lg-use-transition-for-zoom.lg-zoom-drag-transition .lg-item.lg-complete.lg-zoomable .lg-img-wrap{will-change:transform;transition:transform .8s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{transform:scaleX(1);transition:transform .5s cubic-bezier(.12,.415,.01,1.19) 0s,opacity .15s!important;-webkit-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.no-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.no-transition{transition:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition{transform:scaleX(1) translate3d(-50%,-50%,0)!important;max-width:none!important;max-height:none!important;top:50%!important;left:50%!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-x,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-x{transform:scaleX(1) translate3d(-50%,0,0)!important;top:0!important;left:50%!important;max-width:none!important;max-height:none!important}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-dummy-img.reset-transition-y,.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image.reset-transition-y{transform:scaleX(1) translate3d(0,-50%,0)!important;top:50%!important;left:0!important;max-width:none!important;max-height:none!important}.lg-icon.lg-zoom-in:after{content:"\e311"}.lg-actual-size .lg-icon.lg-zoom-in{opacity:.5;pointer-events:none}.lg-icon.lg-actual-size{font-size:20px}.lg-icon.lg-actual-size:after{content:"\e033"}.lg-icon.lg-zoom-out{opacity:.5;pointer-events:none}.lg-icon.lg-zoom-out:after{content:"\e312"}.lg-zoomed .lg-icon.lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer.lg-first-slide-loading .lg-actual-size,.lg-outer.lg-first-slide-loading .lg-zoom-in,.lg-outer.lg-first-slide-loading .lg-zoom-out,.lg-outer[data-lg-slide-type=iframe] .lg-actual-size,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-in,.lg-outer[data-lg-slide-type=iframe] .lg-zoom-out,.lg-outer[data-lg-slide-type=video] .lg-actual-size,.lg-outer[data-lg-slide-type=video] .lg-zoom-in,.lg-outer[data-lg-slide-type=video] .lg-zoom-out{opacity:.75;pointer-events:none}.lg-outer .lg-thumb-outer{background-color:#0d0a0a;width:100%;max-height:350px;overflow:hidden;float:left}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb,.lg-outer .lg-thumb-outer.lg-rebuilding-thumbnails .lg-thumb{transition-duration:0s!important}.lg-outer .lg-thumb-outer.lg-thumb-align-middle{text-align:center}.lg-outer .lg-thumb-outer.lg-thumb-align-left{text-align:left}.lg-outer .lg-thumb-outer.lg-thumb-align-right{text-align:right}.lg-outer.lg-single-item .lg-thumb-outer{display:none}.lg-outer .lg-thumb{padding:5px 0;height:100%;margin-bottom:-5px;display:inline-block;vertical-align:middle}@media (min-width:768px){.lg-outer .lg-thumb{padding:10px 0}}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border-radius:2px;margin-bottom:5px;will-change:border-color}@media (min-width:768px){.lg-outer .lg-thumb-item{border-radius:4px;border:2px solid #fff;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover;display:block}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer .lg-toggle-thumb:after{content:"\e1ff"}.lg-outer.lg-animate-thumb .lg-thumb{transition-timing-function:cubic-bezier(.215,.61,.355,1)}@font-face{font-family:__Oswald_68a28d;font-style:normal;font-weight:200 700;font-display:swap;src:url(/_next/static/media/1858f5543ad95bc8-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Oswald_68a28d;font-style:normal;font-weight:200 700;font-display:swap;src:url(/_next/static/media/2fdf32117e1b234b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Oswald_68a28d;font-style:normal;font-weight:200 700;font-display:swap;src:url(/_next/static/media/7d6c8ae62d4e6c58-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Oswald_68a28d;font-style:normal;font-weight:200 700;font-display:swap;src:url(/_next/static/media/79b29073e89274c9-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Oswald_68a28d;font-style:normal;font-weight:200 700;font-display:swap;src:url(/_next/static/media/53890c8af469a830-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Oswald_Fallback_68a28d;src:local("Arial");ascent-override:145.07%;descent-override:35.14%;line-gap-override:0.00%;size-adjust:82.24%}.__className_68a28d{font-family:__Oswald_68a28d,__Oswald_Fallback_68a28d;font-style:normal}body{padding:0;margin:0;overflow-x:hidden;background-color:#313638}