html{scroll-behavior:smooth;font-family:Montserrat,Poppins,Lucida Sans,Lucida Sans Regular}:root{--dark-blue:#1b1c37;--white:#fff;--accent-yellow:#f2af0d;--passive-grey:#d9d9d9;--black:#000;--montserrat:"Montserrat";--poppins:"Poppins";background:var(--white);--lightningcss-light:initial;--lightningcss-dark: ;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scrollbar-width:none;background:#000;padding:0;font-family:Montserrat;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}html,body{width:100%;margin:0;padding:0;overflow-x:hidden}a{color:inherit;text-decoration:none}body{background:var(--white)}body,div,html{vertical-align:baseline;scrollbar-width:none;border:0;outline:0;margin:0;padding:0}h1{font-family:var(--poppins);margin:40px 0 30px;font-size:64px;font-weight:600}h2{font-family:var(--montserrat);margin:50px 0 0;font-size:32px;font-weight:600}p{font-family:var(--montserrat);font-size:24px;font-weight:400}.no-select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}@media (max-width:1024px){p{font-size:20px}h1{font-size:48px}h2{font-size:24px}}@media (max-width:767px){p{font-size:16px}h1{font-size:32px}h2{font-size:20px}}@media (prefers-color-scheme:light){:root{color:#213547;background-color:var(--white)}}.sections-container{flex-direction:column;width:100%;display:flex}.sections-container.loaded{opacity:1}.content-section{box-sizing:border-box;min-height:50dvh;overflow-x:hidden}#home{background:url(../images/hero/hero-image.png) 50% 60%/cover no-repeat}#game-page{background:var(--white);align-items:center;height:100vh}#games,#aboutUs,#advantages,#partnerships,#contactUs{background-color:var(--white);justify-content:center;display:flex}#bad-url{background:var(--white);justify-content:center;align-items:center;height:100vh}#bad-url h1{color:#000;margin:100px 100px 20px}#bad-url button{margin:20px}#news{display:none}#aboutUs{background:url(../images/background/desktop/web_page_background_desktop_top.png) top no-repeat,var(--dark-blue)bottom;background-repeat:no-repeat;background-size:100% 90%,100% 10%}#advantages{background:url(../images/background/desktop/web_page_background_desktop_bottom.png) no-repeat center 85%,linear-gradient(to bottom,var(--dark-blue)50%,var(--white)50%);background-repeat:no-repeat;background-size:100% 100%,100% 100%;padding-bottom:20vh;position:relative}#partnerships{position:relative}.container-spacing{width:100%;max-width:1400px;margin:0 100px}.loader{border:5px solid transparent;border-bottom-color:var(--accent-yellow);box-sizing:border-box;border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-container{opacity:1;justify-content:center;align-items:center;width:100px;height:100px;transition:opacity 3s ease-out;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.loading-container.loaded{opacity:0}@media (max-width:1024px){.container-spacing{max-width:none;margin:0 40px}#aboutUs{background:url(../images/background/tablet/web_page_background_ipad_top.png) top no-repeat,var(--dark-blue)bottom;background-repeat:no-repeat;background-size:100% 90%,100% 10%}#advantages{background:url(../images/background/tablet/web_page_background_ipad_bottom.png) no-repeat center 50%,linear-gradient(to bottom,var(--dark-blue)50%,var(--white)50%);background-repeat:no-repeat;background-size:100% 100%,100% 100%;height:100%;padding:0}#partnerships{margin:0;padding:0}}@media (max-width:767px){.container-spacing{max-width:none;margin:0}#aboutUs{background:url(../images/background/phone/web_page_background_iphone_top.png) top no-repeat,var(--dark-blue)bottom;background-repeat:no-repeat;background-size:100% 90%,100% 10%}#advantages{background:url(../images/background/phone/web_page_background_iphone_bottom.png) no-repeat center 50%,linear-gradient(to bottom,var(--dark-blue)50%,var(--white)50%);background-repeat:no-repeat;background-size:100% 100%,100% 100%;height:100%}#game-page{height:100%}}.navigation-container{background:var(--dark-blue);z-index:50;flex-direction:row;justify-content:space-between;align-items:center;width:100%;height:100px;transition:height .3s,background .3s,box-shadow .3s;display:flex;position:fixed;top:0}.scrolled{-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:rgba(41,24,90,.65);border-bottom:1px solid rgba(87,87,87,.32);height:65px;box-shadow:0 4px 8px 2px rgba(0,0,0,.45)}.scrolled:before{content:"";background:inherit;-webkit-filter:blur(30px);filter:blur(30px);z-index:-1;position:absolute;top:0;bottom:0;left:0;right:0}.scrolled .navigation-logo{width:120px}.mobileOpen{z-index:50;background:rgba(41,24,90,.45);box-shadow:0 4px 8px 2px rgba(0,0,0,.4)}.navigation-logo{cursor:pointer;margin-left:50px;transition:width .25s ease-in}.menu-layout{display:flex}.menu-container{align-items:center;gap:20px;padding:30px 40px 30px 0;display:none}.menu-container .menu-item{color:var(--white);font-size:small;font-weight:600}.menu-container .menu-item.active{color:var(--accent-yellow)}.menu-hamburger-container{cursor:pointer;flex-direction:column;justify-content:space-between;width:30px;height:25px;display:flex;position:relative}.menu-hamburger-container div{background-color:var(--passive-grey);width:100%;height:3px;transition:all .3s}.menu-hamburger-container.active div:first-child{position:absolute;top:50%;transform:rotate(45deg)}.menu-hamburger-container.active div:nth-child(2){opacity:0}.menu-hamburger-container.active div:nth-child(3){position:absolute;top:50%;transform:rotate(-45deg)}html:has(.backdrop.open){overflow:hidden}.backdrop{opacity:0;pointer-events:none;background:rgba(0,0,0,.3);width:100%;height:100%;transition:opacity .3s;position:fixed;top:0;left:0}.backdrop.open{opacity:1;pointer-events:auto}.mobile-menu-container{background:var(--dark-blue);z-index:50;scrollbar-width:none;flex-direction:column;justify-content:space-evenly;align-items:center;width:40%;height:100vh;transition:transform .3s;display:flex;position:absolute;top:0;left:0;overflow:hidden;transform:translate(-100%)}.mobile-menu-container.open{overflow:auto;transform:translate(0)}.mobile-menu{color:var(--white);flex-direction:column;justify-content:space-evenly;align-items:start;height:50%;display:flex}.mobile-menu-item{color:var(--white);font-size:x-large;font-weight:600}.mobile-footer{text-align:center;justify-content:space-evenly;align-items:center;width:100%;margin-bottom:50px;display:flex}.mobile-footer a{justify-content:center;align-items:center;display:flex}.mobile-footer a img{width:30px;height:30px}body .backdrop{overflow-y:hidden}@media (min-width:1024px){.menu-container{display:flex}.menu-hamburger-container{display:none}.navigation-logo{width:180px}}@media (min-width:768px) and (max-width:1023px){.navigation-container{height:85px}.navigation-logo{width:150px;padding-bottom:0}.menu-hamburger-container,.menu-hamburger-container.active{margin-right:30px}}@media (max-width:767px){.navigation-container{align-items:center;height:75px;display:flex}.navigation-logo{width:130px;margin-left:20px}.menu-container{flex-direction:column;gap:20px;padding-right:0}.menu-hamburger-container,.menu-hamburger-container.active{margin-right:30px}.mobile-menu-container.open{width:70%}}@media (max-height:812px){.mobile-menu{gap:30px}.navigation-container{height:80px}.navigation-container.scrolled{height:70px}.menu-hamburger-container,.menu-hamburger-container.active{margin-right:30px}}.button{background:var(--accent-yellow);color:#fff;cursor:pointer;border:none;border-radius:10px;width:170px;height:45px;font-family:Montserrat;font-size:small;font-weight:600}.button:hover{background-color:#d98c00}.button:disabled{color:var(--dark-blue);background-color:var(--passive-grey)}.scroll-arrow-container{cursor:pointer;z-index:10;background:var(--accent-yellow);border:1px solid transparent;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:fixed;bottom:50px;right:10px}.news-item-container{border-radius:40px;flex-direction:column;justify-content:end;align-items:start;width:520px;height:275px;display:flex;box-shadow:0 3px 6px rgba(0,0,0,.2)}.news-item-img{border-radius:20px;position:absolute;transform:translate(45px,-110px);box-shadow:0 5px 8px rgba(0,0,0,.4)}.news-text-wrapper{margin:0 50px 20px}.news-item-title{color:var(--accent-yellow);font-family:Poppins,sans-serif;font-size:24px;font-weight:600}.news-item-subtitle{color:#5f6073;font-family:Poppins,sans-serif;font-size:14px;font-weight:400}.hero-container{box-sizing:border-box;height:90dvh;display:flex;position:relative}.hero-container:before{content:"";z-index:1;pointer-events:none;background:rgba(41,24,90,.66);width:100%;height:100%;position:absolute;top:0;left:0}.hero-text-wrapper{z-index:2;pointer-events:none;flex-direction:column;width:100%;height:190px;display:flex;position:relative;top:15%;left:5%}.hero-title,.hero-subtitle{color:var(--white);margin:0}@media (max-width:767px){.hero-container{height:50vh}.hero-text-wrapper{top:25%}}.games-container{background:var(--white);flex-direction:column;justify-content:center;align-items:center;gap:30px;display:flex}.games-title{color:var(--dark-blue);margin-bottom:0}.games-collection{grid-template-rows:repeat(1,1fr);grid-template-columns:repeat(3,1fr);justify-items:center;gap:30px;display:grid}.game-img{cursor:pointer;border:1px solid transparent;border-radius:40px;width:100%;height:auto;transition:transform .3s ease-in-out}.game-img:hover{transform:scale(1.05)}.games-subtitle{color:var(--dark-blue);text-align:center}.more-games-btn{margin-bottom:50px}@media (max-width:1080px){.games-collection{grid-template-rows:repeat(1,1fr);grid-template-columns:repeat(3,1fr);gap:30px}.game-img{zoom:.5;width:-webkit-min-content;width:-moz-min-content;width:min-content;height:-webkit-min-content;height:-moz-min-content;height:min-content}}@media (max-width:767px){.games-collection{grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(1,1fr);gap:30px}.game-img{zoom:.6;width:-webkit-min-content;width:-moz-min-content;width:min-content;height:-webkit-min-content;height:-moz-min-content;height:min-content}}.modal-container{background:var(--white);height:100%;margin:50px 100px 20px}.modal-title{text-align:center;color:var(--accent-yellow)}.modal-content{justify-content:center;align-items:flex-start;gap:100px;display:flex}.modal-image-gallery-container{background:var(--dark-blue);border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:30px;display:flex;box-shadow:0 2px 10px rgba(0,0,0,.7)}.modal-image-gallery-container img{object-fit:contain;cursor:pointer;width:590px;height:450px}.modal-image-gallery{justify-content:space-evenly;width:100%;display:flex}.modal-image-gallery img{cursor:pointer;object-fit:cover;object-position:center;border:1px solid gray;border-radius:10px;width:100px;height:100px;box-shadow:0 2px 10px rgba(255,255,255,.12)}.modal-image-gallery .active-img{border:2px solid var(--white)}.modal-text-content{flex-direction:column;justify-content:center;align-items:flex-start;display:flex}.modal-text-top{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.modal-subtitle{color:var(--accent-yellow);margin:0}.modal-description{color:var(--dark-blue);width:100%}.game-hr{color:var(--passive-grey);border:1px solid;width:100%}.modal-features{flex-direction:column;display:flex}.modal-features p{color:var(--dark-blue);margin:0;font-size:18px;font-weight:600;display:flex}.modal-features span svg{margin-right:10px}@media (max-width:1400px){.modal-content{margin:0 40px}.modal-image-gallery-container img{width:300px;height:300px}.modal-image-gallery img{width:60px;height:60px}.game-modal-btn{width:40%}}@media (max-width:1024px){.modal-container{gap:20px;width:90%;height:100%}.modal-content{gap:30px;margin:20px 0 0}.modal-text-content{flex-direction:column;width:100%;display:flex}.modal-subtitle{margin:0}.modal-features{margin-bottom:20px}}@media (max-width:767px){.modal-container{width:90%;max-height:100%}.modal-content{flex-direction:column;align-items:center;gap:0}.modal-image-gallery-container{min-width:320px;padding:20px}.modal-image-gallery-container img{width:200px;height:250px}.modal-image-gallery img{width:60px;height:60px}.modal-subtitle{align-self:center;margin-top:20px}.modal-features p{font-size:16px}}.full-screen-overlay{z-index:1000;background:rgba(0,0,0,.8);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.full-screen-overlay .close-image-btn{cursor:pointer;width:15px;height:auto;position:fixed;top:10px;right:10px}.full-screen-image{object-fit:contain;max-width:85%;max-height:85%}.left-chevron-container,.right-chevron-container{color:#fff;cursor:pointer;background:rgba(255,255,255,0);border-radius:20px;transition:all .3s ease-in-out;position:fixed;top:50%}.left-chevron-container{left:6px}.left-chevron-container:hover,.right-chevron-container:hover{color:#232323;background:rgba(255,255,255,.8)}.chevron-left{box-sizing:border-box;transform:scale(var(--ggs,1));border:2px solid transparent;border-radius:100px;width:22px;height:22px;display:block;position:relative}.chevron-left:after{content:"";box-sizing:border-box;border-bottom:2px solid;border-left:2px solid;width:10px;height:10px;display:block;position:absolute;top:4px;left:6px;transform:rotate(45deg)}.right-chevron-container{right:6px}.chevron-right{box-sizing:border-box;transform:scale(var(--ggs,1));border:2px solid transparent;border-radius:100px;width:22px;height:22px;display:block;position:relative}.chevron-right:after{content:"";box-sizing:border-box;border-bottom:2px solid;border-right:2px solid;width:10px;height:10px;display:block;position:absolute;top:4px;right:6px;transform:rotate(-45deg)}.about-container{text-align:center}.about-title{color:var(--accent-yellow)}.about-subtitle{color:var(--white)}.about-text{text-align:center;color:var(--white);width:100%}@media (max-width:767px){.about-container{gap:50px}}.advantages-container{height:100%}.advantages-title{color:var(--accent-yellow);text-align:center}.adv-icons-container{grid-template-rows:repeat(1,1fr);grid-template-columns:repeat(3,1fr);gap:50px;display:grid}.adv-icon-wrapper{flex-direction:column;align-items:center;gap:10px;display:flex}.adv-icon-wrapper img{width:150px;height:130px}.adv-icon-wrapper p{color:var(--white);text-align:center;margin:0;font-weight:600}@media (max-width:1024px){.advantages-container{gap:50px;margin:0 20px;padding-bottom:150px}.adv-icons-container{grid-template-rows:repeat(1,1fr);grid-template-columns:repeat(2,1fr);gap:30px;display:grid}}@media (max-width:767px){.advantages-container{gap:50px;margin:0 20px}.adv-icon-wrapper img{width:100px;height:90px}}.partnerships-container{background:var(--white);flex-direction:column;justify-content:space-evenly;align-items:center;height:100%;display:flex}.partnerships-title{color:var(--accent-yellow)}.partnerships-text{color:var(--dark-blue);flex-direction:column;justify-content:center;align-items:center;display:flex}.partnerships-text .partnerships-subtitle{text-align:center;color:var(--accent-yellow);margin-top:20px;margin-bottom:20px}.partnerships-text p{text-align:center;margin:0}.partnerships-linked{color:var(--accent-yellow)}@media (max-width:1024px){.partnerships-container{height:100%;margin:0 30px}}@media (max-width:767px){.partnerships-container{height:100%;margin:0 30px}}.news-container{flex-direction:column;gap:20px;width:100%;height:80vh;display:flex}.news-title{font-family:var(--poppins);color:var(--accent-yellow);text-align:center;font-size:64px;font-weight:600}.news-hr{text-align:left;color:var(--passive-grey);border:1px solid;width:80%;margin-left:5%}.news-item-carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;overflow:inherit;justify-content:space-between;align-items:center;width:1300px;height:65%;margin:20px 10px;display:flex}.news-item-wrapper{align-items:center;margin-left:5%;display:flex;position:relative}.news-bottom-hr{text-align:left;color:var(--passive-grey);border:1px solid;width:90%}.news-chevron-container{cursor:pointer;z-index:1;background:#fff;border:1px solid transparent;border-radius:20px;justify-content:center;align-items:center;height:100%;transition:all .3s ease-in-out;display:flex}.news-chevron-container img{background:#fff;border:1px solid transparent;border-radius:50px}.news-chevron-container:hover{opacity:.7;box-shadow:0 4px 8px rgba(0,0,0,.5)}.right-chv{position:-webkit-sticky;position:sticky;bottom:1%;right:2%}.news-chevron{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:30px;height:30px}@media (max-width:1024px){.news-title{margin-bottom:30px}.news-item-carousel{overflow:inherit;gap:50px;height:55%}.right-chv{position:-webkit-sticky;position:sticky;right:5%}}@media (max-width:767px){.news-container{height:50vh}.news-item-carousel{gap:10px}.news-title{font-size:32px}.news-item-wrapper{zoom:.5}.right-chv{position:-webkit-sticky;position:sticky;right:5%}}@media (min-width:2560px){.news-item-carousel{height:70%}.right-chv{position:-webkit-sticky;position:sticky;left:95%}.news-item-container{zoom:1.5;margin-top:20%}.news-chevron-container{margin-left:1%}.news-item-carousel{gap:100px}}.contact-container{flex-direction:column;align-items:center;height:auto;display:flex}.contact-title-wrapper{flex-direction:column;justify-content:center;align-items:center;margin-bottom:20px;display:flex}.contact-title{color:var(--accent-yellow);margin-bottom:10px}.contact-subtitle{color:var(--black);text-align:center;margin:0}.contact-form{flex-direction:column;justify-content:center;align-items:center;width:100%;height:400px;display:flex}.contact-inputs-wrapper{gap:20px;width:100%;display:flex}.contact-form-left,.contact-form-right{flex-direction:column;width:50%;padding:0 20px;display:flex}.contact-input-container{flex-direction:column;align-items:center;margin-bottom:20px;display:flex}.contact-input-container label{font-family:var(--montserrat);color:var(--dark-blue);font-size:24px;font-weight:400}.contact-input-container input{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;color:#000;font-size:14px;font-family:var(--poppins);background:#d9d9d9;border:1px solid transparent;border-radius:10px;width:100%;height:40px;padding:5px 10px}.contact-input-container input::-webkit-input-placeholder{visibility:hidden}.contact-form-message{flex-direction:column;align-items:center;height:85%;margin-bottom:2%;display:flex}.contact-form-message label{font-family:var(--montserrat);color:var(--dark-blue);font-size:24px;font-weight:400}.contact-form-message textarea{resize:none;color:#000;font-size:14px;font-family:var(--poppins);background:#d9d9d9;border:1px solid transparent;border-radius:10px;width:100%;height:270px;padding:10px}.contact-submit{margin-top:2%}.form-submitted-container{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;height:400px;display:flex}@media (max-width:1024px){.contact-form{width:80%;height:100%}.contact-inputs-wrapper{flex-direction:column;width:100%}.contact-form-left,.contact-form-right{width:100%;padding:0}.contact-form-right{flex-direction:column;display:flex}.contact-form-message{margin-bottom:20px}.checkbox-wrapper{font-size:14px}.contact-form-message label,.contact-input-container label{font-size:20px}}@media (max-width:767px){.contact-container{margin:0 20px}.contact-form{width:100%}.contact-form-right{flex-direction:column;display:flex}.contact-form-message{margin-bottom:20px}.checkbox-wrapper{font-size:14px}.contact-form-message label,.contact-input-container label{font-size:16px}}.loading-spinner{border-radius:50%;width:48px;height:48px;animation:1s linear infinite rotate;position:relative}.loading-spinner:before{content:"";box-sizing:border-box;border:5px solid var(--accent-yellow);border-radius:50%;animation:2s linear infinite prixClipFix;position:absolute;top:0;bottom:0;left:0;right:0}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes prixClipFix{0%{-webkit-clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0);clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}25%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}50%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}75%{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 100%)}to{-webkit-clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0);clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,0 100%,0 0)}}footer{background:url(../images/background/footer-image.png) top/cover no-repeat;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100%;padding:20px 0;display:flex}.footer-social-icon{width:40px;height:auto}footer span{font-family:var(--poppins);color:#5f6073;text-align:center;font-size:18px;font-weight:400}.footer-socials{align-items:center;gap:50px;display:flex}.footer-socials a{justify-content:center;align-items:center;display:flex}.footer-socials a img{width:30px;height:30px}
