﻿:root{--header-background-color: white;--header-container-width: 1350px;--header-container-height: 94px;--header-logo-width: 258px;--header-logo-height: 28px}.app>header{grid-area:nav;align-self:start}.app>header .wrapper{position:fixed;top:0;width:100%;z-index:999;background-color:var(--header-background-color)}.app>header .admin{background-color:#333;padding:1rem;color:#fff;padding-left:20px;padding-right:20px}.app>header .admin .btn-group-sm>.btn,.app>header .admin .btn-sm{padding:.25rem .5rem;padding-right:1rem;padding-left:1rem;border-radius:0 .5rem .5rem 0}.app>header .menu{-moz-user-select:none;-webkit-user-select:none;user-select:none;border-bottom:1px solid #dedede}.app>header .menu .header-logo{text-indent:-9999px;background-size:var(--header-logo-width);background-repeat:no-repeat;background-position:center;display:block;width:var(--header-logo-width);height:var(--header-logo-height);background-image:url("/img/2.0/logo/LOGO-HEADER.webp");margin:0px 20px}.app>header .menu .icon{display:block}.app>header .menu nav ul{list-style-type:none;margin:0;padding:0}.app>header .menu nav>ul{display:flex;align-items:center}.app>header .menu nav>ul li.menu-button a{margin:0 25px}.app>header .menu nav>ul li.menu-button.game{text-align:center}.app>header .menu nav>ul li.menu-button.game>a:hover{margin:0 10px}.app>header .menu nav>ul li.menu-item>a{padding:25px 30px 25px;display:block;color:#094975;text-transform:uppercase;font-family:var(--global-font-family02);font-size:14px;font-weight:600;line-height:16px;text-align:center;text-decoration:none;box-sizing:initial;transition:all .15s ease-in-out}.app>header .menu nav>ul li.menu-item>a.active{color:#fff;background-color:#0f98e6;text-decoration:underline}.app>header .menu nav>ul li.menu-item:hover>a{color:#fff;background-color:#094975;text-decoration:none}.app>header .menu nav>ul li.menu-item.dropdown{position:relative}.app>header .menu nav>ul li.menu-item.dropdown .dropdown-button{display:flex;align-items:center;gap:.3rem}.app>header .menu nav>ul li.menu-item.dropdown .dropdown-button::after{content:"";width:0;height:0;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-top:6px solid #333;margin-left:.25rem;transition:all .15s ease-in-out}.app>header .menu nav>ul li.menu-item.dropdown .dropdown-content{display:block;opacity:0;position:absolute;min-width:100%;border:1px solid #dedede;background-color:#fff;padding-top:11px;padding-bottom:11px;z-index:999;transition:all .15s ease-in-out;user-select:none;right:-1.5rem;pointer-events:none}.app>header .menu nav>ul li.menu-item.dropdown .dropdown-content .dropdown-item{display:flex;white-space:nowrap;align-items:center;gap:.5rem;padding:12px 40px 12px 20px;font-size:14px;font-weight:400;line-height:16px;text-decoration:none;transition:all .15s ease-in-out;color:var(--global-color-main-base)}.app>header .menu nav>ul li.menu-item.dropdown .dropdown-content .dropdown-item .material-icons{font-size:16px;color:rgba(9,73,117,.6)}.app>header .menu nav>ul li.menu-item.dropdown .dropdown-content .dropdown-item:hover{background-color:rgba(9,73,117,.1);text-decoration:none}.app>header .menu nav>ul li.menu-item.dropdown .dropdown-content .dropdown-item.flag{margin-right:1rem}.app>header .menu nav>ul li.menu-item.dropdown .dropdown-content .dropdown-item.active,.app>header .menu nav>ul li.menu-item.dropdown .dropdown-content .dropdown-item:focus,.app>header .menu nav>ul li.menu-item.dropdown .dropdown-content .dropdown-item:visited,.app>header .menu nav>ul li.menu-item.dropdown .dropdown-content .dropdown-item:active{color:var(--global-color-main-base)}.app>header .menu nav>ul li.menu-item.dropdown .dropdown-content:last-child .dropdown-content{right:-0.75rem}.app>header .menu nav>ul li.menu-item.dropdown:last-child .dropdown-content{right:-0.75rem;width:auto}.app>header .menu nav>ul li.menu-item.dropdown:hover{z-index:9991}.app>header .menu nav>ul li.menu-item.dropdown:hover .dropdown-button::after{border-top-color:#fff;transform:rotate(180deg)}.app>header .menu nav>ul li.menu-item.dropdown:hover .dropdown-content{opacity:100;transition:all .15s ease-in-out;right:-0.75rem;width:auto;pointer-events:auto}.app>header .menu nav>ul li.menu-item.dropdown:hover .dropdown-content a.dropdown-button::after{border-top-color:#fff}.app>header .menu nav>ul li.menu-item.dropdown:hover:last-child .dropdown-content{right:0rem;width:auto}.app>header .menu nav>ul li.menu-item.resources>a{padding:26px 30px;border-left:1px solid #dedede;border-right:1px solid #dedede}.app>header .menu nav>ul li.menu-item.forum>a{padding:18px 20px 17px}.app>header .menu nav>ul li.menu-item.forum>a .icon{width:33px;height:33px}.app>header .menu nav>ul li.menu-item.forum>a .label{display:none}.app>header .menu nav>ul li.menu-item.forum .dropdown-content li .dropdown-item:has(.material-icons){justify-content:space-between}.app>header .menu nav>ul li.menu-item.forum .dropdown-content li .dropdown-item::before{content:"└";display:block;color:#dedede;padding-left:.5rem}.app>header .menu nav>ul li.menu-item.forum .dropdown-content li:hover .dropdown-item::before{color:rgba(9,73,117,.3)}.app>header .menu nav>ul li.menu-item.forum .dropdown-content li:first-child .dropdown-item::before{padding-left:0;content:none}.app>header .menu nav>ul li.menu-item.forum:hover .icon{background-color:#fff}.app>header .menu nav>ul li.menu-item.help>a{padding:18px 20px 17px}.app>header .menu nav>ul li.menu-item.help>a .icon{width:33px;height:33px}.app>header .menu nav>ul li.menu-item.help>a .label{display:none}.app>header .menu nav>ul li.menu-item.help>a::after{display:none}.app>header .menu nav>ul li.menu-item.help .dropdown-content li .dropdown-item{justify-content:space-between}.app>header .menu nav>ul li.menu-item.help:hover .icon{background-color:#fff}.app>header .menu nav>ul li.menu-item.flags>a{padding:19px 20px 19px 20px;font-weight:500;text-transform:inherit}.app>header .menu nav>ul li.menu-item.flags .fi{width:26px;aspect-ratio:4/3;border:1px solid #fff}.app>header .menu nav>ul li.menu-item.flags .dropdown-content{padding:16px 0}.app>header .menu nav>ul li.menu-item.flags .dropdown-content ul{overflow-y:auto;max-height:400px}.app>header .menu nav>ul li.menu-item.flags .dropdown-content ul .dropdown-item.selected{font-weight:600}.app>header .menu nav>ul li.menu-item.account>a{font-weight:500;padding:26px 30px 26px;text-transform:capitalize;display:flex}.app>header .menu nav>ul li.menu-item.account .avatar{position:relative;width:35px;height:35px;display:block;background-image:radial-gradient(50% 50% at 50% 50%, #FFF8BD 0%, #FFCD1B 100%);background-repeat:no-repeat;background-position:center;background-size:contain;border-radius:50px;margin-right:.5rem;margin-top:-10px;margin-bottom:-10px}.app>header .menu nav>ul li.menu-item.account .avatar::before{content:"";position:absolute;top:0px;left:0px;width:100%;height:100%;z-index:5;background-image:var(--backgroundImage, url("/img/2.0/avatar/AVATAR_00.svg"));background-repeat:no-repeat;background-position:center;background-size:contain;border-radius:50px}.app>header .menu nav>ul li.menu-item.account .dropdown-content .icon{width:32px;height:32px}.app>header .menu nav>ul li.menu-item.account .dropdown-content li:last-child::before{content:"";display:block;height:0px;border-top:1px solid #dedede;margin:10px 20px}.app>footer{grid-area:footer;align-self:end;background-color:var(--global-color-main-base);transition:all 150ms}.app>footer .content ul{list-style:none;padding:0;margin:0}.app>footer .content section{align-items:center}.app>footer .content section p{color:#fff;font-size:.815rem;line-height:1.25em;font-weight:300}.app>footer .content section a{color:#fff;text-decoration:none;font-size:.815rem}.app>footer .content section.links{justify-content:space-between;align-items:start;font-family:var(--global-font-family02);font-weight:200;margin:auto;padding:16px 20px;max-width:1240px}.app>footer .content section.links p{padding:0;margin:0}.app>footer .content section.links a{color:#fff}.app>footer .content section.links ul{font-size:.815rem}.app>footer .content section.links .company{text-align:left}.app>footer .content section.links .company .producer{user-select:none}.app>footer .content section.links .company .logo{margin-top:15px;margin-bottom:5px}.app>footer .content section.links .company .logo a{display:block;width:200px;height:43px;background-image:url(/img/2.0/logo/LOGO_7SHAPES_FOOTER.webp?v=20230412);background-repeat:no-repeat;background-position:center;background-size:contain}.app>footer .content section.links .company nav.langs{display:none;text-transform:uppercase;font-weight:400}.app>footer .content section.links .company nav.langs p{margin-top:20px}.app>footer .content section.links .company nav.langs>ul{display:table}.app>footer .content section.links .company nav.langs>ul>li{display:table-cell}.app>footer .content section.links .company nav.langs>ul>li a{margin-right:10px;opacity:.65;text-decoration:none}.app>footer .content section.links .company nav.langs>ul>li a:hover{text-decoration:underline}.app>footer .content section.links .company nav.langs>ul>li a.disabled{opacity:1;text-decoration:none}.app>footer .content section.links .company nav.langs>ul>li a.disabled:hover{text-decoration:none}.app>footer .content section.links .sitemap{display:flex;justify-content:center;line-height:15px}.app>footer .content section.links .sitemap a{font-family:var(--global-font-family02)}.app>footer .content section.links .sitemap a:hover{color:#ffec52}.app>footer .content section.links .sitemap nav>ul{display:flex;gap:50px;margin-left:auto}.app>footer .content section.links .sitemap nav>ul>li{text-align:left}.app>footer .content section.links .sitemap nav>ul>li a{font-weight:300;text-decoration:none;white-space:nowrap}.app>footer .content section.links .sitemap nav>ul>li>a{font-weight:500;margin-bottom:10px;display:block;text-decoration:underline;white-space:nowrap}.app>footer .content section.copyright{font-family:var(--global-font-family02);font-weight:400;background-color:#ffd11b;color:#094875;padding:12px 20px;font-size:12px;line-height:15px}.app>footer .content section.copyright nav{text-align:center}.app>footer .content section.copyright nav a{font-family:var(--global-font-family02);font-weight:400;color:#094875;text-decoration:none;font-size:12px}.app>footer .content section.copyright nav a:hover{text-decoration:underline}.app>footer .content section.copyright nav>ul{display:table;margin:auto}.app>footer .content section.copyright nav>ul>li{display:table-cell;padding:0 .5rem;border-left:1px solid #094875}.app>footer .content section.copyright nav>ul>li:first-child{border-left:0;padding-left:0}.app>footer .modal-tos .modal .modal-content>div:last-child{background-color:#fff;border-radius:0 0 1.95rem 1.95rem}#app-cgv h3{font-size:1.5em;line-height:2rem}#app-cgv h4{margin-top:2rem;margin-bottom:1rem}