:root {
--uVyLslKEAAtk:  #131F3B;;
--EoGDyRTtkgIb: #fff;;
--ppDIorTWbHQf: #fff;
--UjaIwXdwqfYA: #00B7F2;
--OLoYobkeCZzA: #F1F3F5;
--vpNZXbvujXxq: #9A9A9A;
--aSwHjrBgAaJA: #121F3A;
--mahzwsMchFuh: #0D1223;
--TwIEjkAkeGQe:#071d2a;
--cbWNpgeIGdec: #B80000;

--header-h: 96px;
--sidebar-w: 260px;
}

* {
box-sizing: border-box;
}
html,body{
height: 100%;
}
a {
color: var(--pLDOYivGknTZ);
text-decoration: none;
}
.IZbneHRUJOFy{
border-color:var(--vpNZXbvujXxq);
}

body {
font-family: 'Poppins', sans-serif;
font-size: 14px;
line-height: 1.5;
margin: 0;
padding: 0;
background-color: var(--mahzwsMchFuh);
color: var(--OLoYobkeCZzA);
scroll-behavior: smooth;
display: flex;
flex-direction: column;
min-height: 100vh;
height: auto;
}

main{
flex: 1;
}

img {
width: 100%;
}

figure {
margin: 0;
}

h1 {
font-size: 42px;
font-weight: 600;
line-height: 1.2;
font-family: Poppins, sans-serif;
}

h2 {
font-size: 34px;
line-height: 1.2;
margin-top: 40px;
font-family: Poppins, sans-serif;
text-align: left;
}

h3 {
font-size: 28px;
line-height: 1.2;
margin-top: 30px;
font-family: Poppins, sans-serif;
text-align: left;
}

.DlMjeeyuAItt {
gap: 20px;
max-width: 1200px;
width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
}
.kcDoBaMxKixJ,
.oDKXgGaHDDcT,
.inside-XqhpKIcIMWSD {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.XUshoZvsEOni {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
height: 100%;

}

.XUshoZvsEOni a {
cursor: pointer;
pointer-events: auto;
height:100%;
}


.XUshoZvsEOni img {
width: 70px;
border-radius:16px;
height: auto;
}
.igVwFYIxkrgH {
font-size: 20px;
font-weight: bold;
margin-left: auto;
color: var(--OLoYobkeCZzA);
white-space: nowrap;
}
.CrfkjkNUOZQp {
display: flex;
padding: 10px 40px;
margin-left: var(--sidebar-w);
position: sticky;
position: sticky;
top: 0;
z-index: 4;
height:var(--header-h);
background-color: var(--aSwHjrBgAaJA);
box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
}


.cUZRvbHjiysT,
.crTkVYqRGLEB{
display: flex;
justify-content: end;
align-items: center;
gap: 10px;
flex-grow: 2;
font-weight: 700;
font-size: 18px;

}

.cUZRvbHjiysT a,
.crTkVYqRGLEB a{
background:var(--vpNZXbvujXxq);
color: var(--OLoYobkeCZzA);
border-radius: 8px;
font-size: 16px;
font-weight: 700;
padding: 10px 20px;
white-space: nowrap;
word-break: keep-all;
padding: 10px 20px;
text-align: center;
max-width: 200px;
transition: background 0.2s;
}

.cUZRvbHjiysT a:nth-child(2),
.crTkVYqRGLEB a:nth-child(2) {
background:var(--UjaIwXdwqfYA);
}


.cUZRvbHjiysT a:nth-child(1):hover,
.crTkVYqRGLEB a:nth-child(1):hover {
background: #b1bad3;
}
.cUZRvbHjiysT a:nth-child(2):hover,
.crTkVYqRGLEB a:nth-child(2):hover {
background: #72aced;
}
.cUZRvbHjiysT{
position: sticky;
z-index: 3;
bottom: 0;
left: 0;
transition: transform .3s ease;
height: 10vh;
height: 10dvh;
width: 100%;
padding:0 20px;
display:none;
align-items: center;
gap: 10px;
flex-grow: 2;
justify-content: center;
background-color: var( --mahzwsMchFuh);
box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
}


.SeMYOXByNTGi{
background-color: rgba(14, 18, 36, .7);
position: fixed;
inset: 0;
opacity: 0;
visibility: hidden;
transition: opacity .3s ease, visibility .3s ease;
z-index: 3;
}
.xsKRFzJLrZIr:checked + label + .HudkBbJDtVMt + .SeMYOXByNTGi{
opacity: 1;
visibility: visible;
}

.GKfUqaPPtXQZ {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
z-index: 999;
}

.GKfUqaPPtXQZ::before {
content: '☰';
display: block;
transition: 0.3s;
position: relative;
left: 15%;
z-index: 5;
}

.xsKRFzJLrZIr:checked + label::before {
content: '✕';

}

.HZcNFzNBrvwr {
position: fixed;
top: 0;
left: 0;
z-index: 4;
}


.GySuSRflMvgR {
position: fixed;
width: var(--sidebar-w);
top: 0;
left: 0;
bottom: 0;
padding: 0 16px;
padding-bottom: 20px;
overflow-y: scroll;
scrollbar-width: none;
background-color: var(--aSwHjrBgAaJA);

}

.FFhVVAucUMSh {
display: flex;
flex-direction: column;
padding: 25px 15px;
margin: 0;
margin-top: var(--header-h);
list-style: none;
width: 100%;
border-radius: 8px;
overflow-y: scroll;
scrollbar-width: none;
background-color: var(--mahzwsMchFuh);
}


.xwsXzmeosLdr  {
padding:12px 10px;
width: 100%;
border-radius:8px;
cursor:pointer;
position: relative;
}


.AAmzsgjLfBkQ {
font-weight: 600;
width: 100%;
font-weight: 600;
display: flex;
align-items: center;
width: 100%;
position: relative;
}

.AAmzsgjLfBkQ::before {
font-weight: 400;
margin-right: 10px;
font-family: "Font Awesome 6 Free";
}



.TdrdoCNhtFWg{
display: inline-block;
position: absolute;
width: 45px;
height: 24px;
right: 10px;
top: 10px;
}
.TdrdoCNhtFWg::after,
.AAmzsgjLfBkQ::after {
content: "❯";
position: absolute;
right: 0;
top: 50%;
width: 24px;
height: 24px;
font-size: 12px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 5px;
background-color: var(--mahzwsMchFuh);
transform: translateY(-50%) rotate(90deg);
}

.has-children .sJJpKDHBnikj{
display: none;
}

.has-children.is-open > .sJJpKDHBnikj {
display: flex;
gap: 10px;
padding: 0;
margin-top: 10px;
list-style-type: none;
flex-direction: column;
}
.dkfBzapAmYGx{
padding: 10px 10px;
}
.dkfBzapAmYGx:hover{
background: rgba(255, 255, 255, 0.06);
border-radius: 5px;
}
.dkfBzapAmYGx.active{
background: rgba(255, 255, 255, 0.06);
border-radius: 5px;
}
.xwsXzmeosLdr.has-children.is-open > .AAmzsgjLfBkQ::after {
transform: translateY(-50%) rotate(-90deg);
}
.xwsXzmeosLdr.has-children.is-open > .TdrdoCNhtFWg::after {
transform: translateY(-50%) rotate(-90deg);
}
.xwsXzmeosLdr.has-children.is-open  {
background: linear-gradient(90deg, #c3015433, #c3015400), rgba(255, 255, 255, .05);
}
.xwsXzmeosLdr.has-children.is-open > a:hover {
text-decoration:underline;
}
.xwsXzmeosLdr .UzXmPQZJUvQQ::after{
display:none;
}
.AAmzsgjLfBkQ-casino::before {
content: "\f521";
}

.AAmzsgjLfBkQ-live-casino::before {
content: "\f11b";
}

.AAmzsgjLfBkQ-betting::before {
content: "\f44e";
}

.AAmzsgjLfBkQ-lottery::before {
content: "\f522";
}

/* slugs */
.AAmzsgjLfBkQ-bonuses::before {
content: "\f06b";
}

.AAmzsgjLfBkQ-vip-club::before {
content: "\f005";
}

.AAmzsgjLfBkQ-app::before {
content: "\f3ce";
}

.AAmzsgjLfBkQ-blog::before {
content: "\f781";
}

.AAmzsgjLfBkQ-forum::before {
content: "\f086";
}

.AAmzsgjLfBkQ-affiliates::before {
content: "\f0c0";
}

.AAmzsgjLfBkQ-payments::before {
content: "\f09d";
}

.AAmzsgjLfBkQ-live-support::before {
content: "\f4ad";
}

.AAmzsgjLfBkQ-about-us::before {
content: "\f05a";
}

.AAmzsgjLfBkQ-responsible-gambling::before {
content: "\f132";
}
.xwsXzmeosLdr:hover {
background: linear-gradient(90deg, #c3015433, #c3015400), rgba(255, 255, 255, .05);
}

.xwsXzmeosLdr.active  {
background: linear-gradient(90deg, #c3015433, #c3015400), rgba(255, 255, 255, .05);
}


.kcDoBaMxKixJ {

margin-bottom: 30px;
padding-top: 12px;
}
.mWptqokWqFSx {
margin-left: var(--sidebar-w);
padding: 0 40px;
padding-top: 12px;

}

.wemAvZkrrkbo {
width: 100%;
margin: 16px 0;
overflow: hidden;
}

.VYRnUATnIENg {
display: grid;
grid-auto-flow: column;
grid-auto-columns: 260px;
gap: 14px;
overflow-x: auto;
overflow-y: hidden;
scrollbar-width: none;
--ms-overflow-style: none;
}

.VYRnUATnIENg::-webkit-scrollbar {
display: none;
}

.eLjeQBYBQIzw {
background: linear-gradient(
180deg,
rgba(40, 36, 55, 0.95),
rgba(30, 27, 42, 0.95)
);
border-radius: 14px;
padding: 14px 16px;
display: flex;
flex-direction: column;
justify-content: space-between;
min-height: 78px;

box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}

.iJVSNVRlcQPA {
display: flex;
justify-content: space-between;
align-items: center;
gap: 12px;
}

.ZVAxYyjLoSBT {
font-size: 14px;
font-weight: 600;
color:var(--OLoYobkeCZzA);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.KFkazSzkBtza {
font-size: 14px;
font-weight: 700;
color: #7CFF9B;
white-space: nowrap;
}

.LQkPYIRJHBLi {
font-size: 13px;
font-weight: 500;
opacity: .8;
margin-left: 2px;
}

.ImCjybiMDoVi {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 8px;
gap: 12px;
}

.iijtfGdyliei {
font-size: 13px;
color:var(--vpNZXbvujXxq);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.ImCjybiMDoVi::after {
content: "\f555";
font-family: "Font Awesome 6 Free";
font-weight: 900;
margin-left: 10px;
display: inline-block;
opacity: 0.7;

}
.zyiTrtiRKDWu {
font-size: 16px;
color: rgba(255,255,255,.5);
flex-shrink: 0;
}


.gMeFSMgdfaNS {
text-align: left;
margin-bottom: 30px;
}

/*demo-placeholder*/
.OzJzqHaxrynp {
box-shadow: 3px 3px 15px #000;
border-radius: 22px;
position: relative;
overflow: hidden;
display: inline-block;
width: 100%;
display:flex;
justify-content:center;
gap: 20px;
max-height: 500px;
}

.OzJzqHaxrynp__wrap::after {
content: "";
position: absolute;
top: 0;
left: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.5);
width: 100%;
}

.OzJzqHaxrynp__iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
z-index: 100;
}

.OzJzqHaxrynp img {
border-radius: 22px;
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
display: block;
}

.DhkScazPdtoD {
position: absolute;
max-width: 600px;
transform: translateY(-50%);
left: 0;
top: 50%;
color: var(--OLoYobkeCZzA);
border: none;
z-index: 2;
font-size: 26px;
border-radius: 15px;
transition: background-color 0.7s ease;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
gap: 20px;
}

.eLgWfNnUArEc {
background-color: var(--cbWNpgeIGdec);
color: var(--OLoYobkeCZzA);
font-weight: bold;
border: none;
cursor: pointer;
z-index: 2;
font-size: 24px;
border-radius: 15px;
padding: 20px 70px;
transition: background-color 0.7s ease;
font-family: Poppins, sans-serif;
animation: pulse 2s infinite;
}
@keyframes pulse {
0% {
transform: scale(0.9);
}
50% {
transform: scale(1);
}
100% {
transform: scale(0.9);
}
}
.eLgWfNnUArEc:hover {
background-color: var(--uVyLslKEAAtk);
}
.DhkScazPdtoD strong p{
margin: 0;
}

#kTRkZqDloGxP {
width: 100%;
height: 100%;
border: none;
overflow: hidden;
}

ol {
counter-reset: step;
list-style: none;
padding-left: 0;
margin-top: 1em;
margin-bottom: 1em;
}

ol li {
counter-increment: step;
position: relative;
padding-left: 3em;
margin-bottom: 1em;
color: white;
font-size: 16px;
}

ol li::before {
content: counter(step);
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
line-height: 20px;
text-align: center;
border: 2px solid #3780B6;
border-radius: 50%;
color: #3780B6;
font-weight: bold;
font-size: 1em;
}


/*IMG*/
.SWJOIYowWzmX {
display: flex;
align-items: center;
aspect-ratio: 143 / 200;
width: 100%;
transition: filter 0.3s ease, transform 0.3s ease;
}

.SWJOIYowWzmX:hover {
transform: scale(1.04);
filter: brightness(70%);
}
.AmGzZgAkZQGz {
width: 100%;
}

.xOjguragpter {
width: 100%;
height: 100%;
object-fit: cover;
object-position: center;
box-shadow: 3px 3px 15px #000;

}

.GLXWBmeOOVsU {
display: flex;
flex-direction: column;
background: var(--button-base);
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 24px 0;
}

.CDBzxdibOdmU {
display: grid;
grid-auto-flow: column;
grid-auto-columns: 143px;
column-gap:8px;
scrollbar-width: none;
overflow-x: auto;
overflow-y: hidden;
align-items: center;

}
.CDBzxdibOdmU figure{
position:relative;
height: 100%;
width: 100%;
}
.CDBzxdibOdmU figure span{
position: absolute;
top: 5px;
right: 5px;
display: flex;
align-items: center;
gap: 5px;
padding: 4px 8px;
font-size: 12px;
font-weight: 600;
var(--OLoYobkeCZzA);
background: rgba(0,0,0,.6);
border-radius: 12px;
}
.CDBzxdibOdmU figure span::before{
content: "\f007";
font-family: "Font Awesome 6 Free";
font-weight: 900;
}

.GLXWBmeOOVsU span {
margin: 0;
font-size: 20px;
font-weight: bold;
text-align:left;
margin-bottom: 6px;
}
.CnIETexCeqPE{
display:flex;
align-items:center;
justify-content:space-between;
gap:12px;
padding: 14px 14px 6px;
font-size: 28px;
font-weight: 600;
}
.KEniXYRVulGB{
font-size: 28px;
font-weight: 600;
padding: 14px 14px 6px;
}

.TwfLlYqgpGDE{
display:flex;
align-items:center;
height:40px;
border-radius:20px;
background: rgba(255,255,255,.06);
border: 1px solid rgba(255,255,255,.10);
backdrop-filter: blur(10px);
--webkit-backdrop-filter: blur(10px);
overflow:hidden;
}

.OUzfbliqTgbH{
width:1px;
height:60%;
background: rgba(255,255,255,.10);
}


.feZksVhAvRxI{
width:46px;
height:40px;
border:0;
background: transparent;
color: rgba(255,255,255,.75);
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
line-height:1;
transition: background .15s, color .15s, opacity .15s;
}

.feZksVhAvRxI:hover{
background: rgba(255,255,255,.06);
color:#fff;
}

.feZksVhAvRxI:active{
background: rgba(255,255,255,.10);
}

.feZksVhAvRxI:disabled{
opacity:.35;
cursor: default;
}

.qkLdvyaPZhhG {
display: flex;
}

.eXkjoRdJQLDR {
position: relative;
display: inline-block;
}

.jkvXWYvokzxG {
font-weight: 600;
border-radius: 12px;
padding: 7px 22px;
box-shadow: 0 2px 8px rgba(0,0,0,0.07);
cursor: pointer;
user-select: none;
display: flex;
align-items: center;
gap: 8px;
transition: border 0.18s, color 0.18s, background 0.18s;
background: var(--mahzwsMchFuh);
border: 2px solid  var(--vpNZXbvujXxq);
}


.OVkJDMfwCAKC {
font-size: 15px;
margin-left: 6px;
transition: transform 0.22s;
}

#lang-dropdown-toggle:checked + .jkvXWYvokzxG .OVkJDMfwCAKC {
transform: rotate(180deg);
}

.ZPuUKJRIdzvl {
display: none;
position: absolute;
min-width: 145px;
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,0.10);
z-index: 99;
padding: 6px 0;
background: var(--mahzwsMchFuh);
border: 1.5px solid var(--vpNZXbvujXxq);
}
.wNtrvDQBvPEU{
left: 0;
bottom: 110%;
}
.RLwRXsHrhTjG{
right: 0;
top: 110%;
}
#lang-dropdown-toggle:checked ~ .ZPuUKJRIdzvl {
display: flex;
flex-direction: column;
animation: fadeInLangList 0.18s;
}
@keyframes fadeInLangList {
from { opacity: 0; transform: translateY(10px);}
to { opacity: 1; transform: translateY(0);}
}

.ZPuUKJRIdzvl .giPFwPetjaMh {
white-space: nowrap;
border-radius: 8px;
padding: 8px 22px;
margin: 0 8px;
font-size: 17px;
background: transparent;
color: var(--OLoYobkeCZzA);
border: none;
box-shadow: none;
font-weight: 500;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
}
.ZPuUKJRIdzvl .giPFwPetjaMh:hover {
background: var(--OLoYobkeCZzA);
color: var(--uVyLslKEAAtk);
}

.cteOaeNOOKKJ{
padding: 21px;

border: 1px solid #222;
background-color: var(--aSwHjrBgAaJA);
border-radius: 8px;
}

.UQBRXtJNRJpM{
overflow-x:auto;
}

table {
display:block;
overflow-x: auto;
max-width: max-content;
margin: 0 auto;
filter: brightness(0.8);
border-collapse: collapse;
border-radius: 16px;
text-align: left;
--webkit-overflow-scrolling: touch;
font-size: 14px;
}

td {
border-bottom: 1px solid var(--vpNZXbvujXxq);
border-radius: 6px;
padding: 10px;
color: var(--vpNZXbvujXxq);
white-space: normal;
}

table thead {
background-color: var(--mahzwsMchFuh);
height: 50px;
border-radius: 20px;
border: none;
}

table thead th {
font-size: 16px;
text-align: left;
padding: 10px;
border-bottom: 1px solid var(--UjaIwXdwqfYA);
color: var(--OLoYobkeCZzA);
}
table tr:nth-child(even) {
background-color: var(--mahzwsMchFuh);
}
table tr:nth-child(odd) {
background-color: var(--uVyLslKEAAtk);
}

.quobsGrQQgwb {
display: grid;
grid-auto-flow: column;
gap: 14px;
overflow-x: auto;
overflow-y: hidden;
grid-auto-columns: 150px;
scrollbar-width: none;
justify-content: space-between;
}
.quobsGrQQgwb figure{
cursor:pointer;
}
.aJPSdORkDwYg {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 24px;
}
.aJPSdORkDwYg div {
border-radius: 14px;
padding: 20px;
box-shadow: 0 10px 30px rgba(0, 0, 0, .35);
transition: transform .2s ease, box-shadow .2s ease;
background-color: var(--aSwHjrBgAaJA);
}
.aJPSdORkDwYg div:hover {
transform: translateY(-4px);
box-shadow: 0 16px 40px rgba(0,0,0,.45);

}
.aJPSdORkDwYg h3 {
color: #f5c451;
margin: 0;
margin-bottom: 12px;
font-size: 18px;
}

.CCtYwFqpEXaU{
display: grid;
gap: 20px;
color:var(--OLoYobkeCZzA);
}

.CCtYwFqpEXaU-item  {
box-shadow:0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 2px 0 rgba(0, 0, 0, .12), inset 0 1px rgba(255, 255, 255, .04);
background-color: var(--aSwHjrBgAaJA);
border-radius: 8px;
}
.CCtYwFqpEXaU-item h3 {
padding: 25px;
position: relative;
font-size: 16px;
text-align: left;
cursor:pointer;
margin: 0;
}
.CCtYwFqpEXaU-item h3::after {
content: "❯";
position: absolute;
right: 25px;
top: 50%;
transform: translateY(-50%) rotate(90deg);
transition: transform 0.25s ease;
}
.xIJfWLZhqyIL{
padding: 0 25px 25px;
display: none;
text-align: left;

}
.xIJfWLZhqyIL p{
margin:0;
}
input[type="checkbox"]:checked ~ .CCtYwFqpEXaU-item h3::after {
transform: translateY(-50%) rotate(-90deg);
}
input[type="checkbox"]:checked ~ .xIJfWLZhqyIL{
display:block;

}

.XqhpKIcIMWSD {
color: var(--OLoYobkeCZzA) ;
margin-left: var(--sidebar-w);
padding:32px 40px;
}


.iVcPQhbolFRX {
display: flex;
align-items: center;
justify-content: space-around;
gap: 24px;
width: auto;
flex-wrap: wrap;
padding: 16px;
}
.iVcPQhbolFRX .wPBtXqmWLNpP:first-child:first-child {
width: 48px;
}

.jYfFVpZUeTat {
width: 100%;
padding: 24px 0;
text-align: center;
}


.ykzQiZLldGZd {
width: 100%;
}

.ACbgIyvehSOd {
max-width: 1200px;
margin: 0 auto;
padding: 0 24px;
display: grid;
grid-template-columns: repeat(4, minmax(200px, 1fr));
gap: 56px;
align-items: start;
}

.UBDrfZkZdZat {
min-width: 0;
}

.NqwcoNxLDluZ {
margin: 0 0 4px;
font-size: 16px;
font-weight: 600;
letter-spacing: -0.02em;
}

.FcvoiBOQBdgw {
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: 4px;
}

.tMAxMESpyutS {
margin: 0;
padding: 0;
}

.kSMCtEwcAYgv {
display: inline-flex;
align-items: center;
gap: 4px;
text-decoration: none;
font-size: 14px;
font-weight: 400;
color: var(--vpNZXbvujXxq);
transition: color .15s ease, opacity .15s ease;
}

.kSMCtEwcAYgv:hover {
text-decoration: underline;
}

.YQmeubxhJlHp{
display:flex;
justify-content: space-between;
align-items: center;
padding-inline: 16px;
}

.xlvHcaNMgEtq{
display: flex;
gap: 40px;
list-style: none;
padding-left:0;
}
.UpXhlJUGeWcz::before {
font-family: "Font Awesome 6 Brands";
font-weight: 400;
content: '';
}

.oZQthIOnpOnI::before {
content: "\f39e";
}
.GXnOApltSPSi::before {
content: "\f167";
}
.TPBvmYqWJhGg::before {
content: "\f2c6";
}
.RsWSwsqaQiko::before {
content: "\e61b";
}
.ybCaSwocKDBQ::before {
content: "\f16d";
}

.PSvzSwpacMjS{
display: flex;
justify-content: center;
}

.cJfYgXyRAQWh {
position: fixed;
bottom: 40px;
right: 40px;
width: 40px;
height: 40px;
z-index:2;
background-color: var(--aSwHjrBgAaJA);
border:1 px solid var(--vpNZXbvujXxq);
border-radius: 8px;
cursor: pointer;
opacity: 0.5;
transition: opacity 0.3s ease;
}

.cJfYgXyRAQWh:hover {
opacity: 1;
}

.cJfYgXyRAQWh::after,
.cJfYgXyRAQWh::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 20px;
height: 2px;
background-color: var(--ppDIorTWbHQf);
}

.cJfYgXyRAQWh::after {
transform: translate(-12%, -50%) rotate(40deg);
}

.cJfYgXyRAQWh::before {
transform: translate(-88%, -50%) rotate(-40deg);
}

.fQqgryATXgit {
font-size: 0.9em;
color: #666;
padding: 0.75em 0;
}

.mhafmXyOBGZQ {
max-width: 1200px;
margin: 0 auto;
padding: 0 1em;
}

.BTeHngrQXInP {
list-style: none;
margin: 0;
padding: 0;
display: flex;
align-items: center;
}

.nbZJikxmQjiq {
display: flex;
align-items: center;
}

.GCyWXHZdRpPj {
color: var(--ppDIorTWbHQf);
text-decoration: none;
transition: color .2s;
}

.GCyWXHZdRpPj:hover {
text-decoration: underline;
color: var(--TpTSarxkSHNq);
}

.GCyWXHZdRpPj[aria-current="page"] {
color: #939090;
font-weight: bold;
cursor: default;
text-decoration: none;
}

.HrVnGgdWUkiz {
margin: 0 0.5em;
color: #999;
font-size: 1.2em;
line-height: 1;
}


@media(max-width: 1100px){

.ACbgIyvehSOd {
grid-template-columns: repeat(2, minmax(220px, 1fr));
gap: 42px;
}

.kSMCtEwcAYgv {
font-size: 18px;
}
.aJPSdORkDwYg {
grid-template-columns: repeat(2, 1fr);
}
}

@media(max-width: 768px){
.mWptqokWqFSx,
.XqhpKIcIMWSD,
.CrfkjkNUOZQp {
margin-left:0;
}
.FFhVVAucUMSh{
opacity:0;
}
.GKfUqaPPtXQZ {
display:block;
margin-left:0;
padding-right: 0;
padding-top: 10px;
height: 96px;
display: flex;
align-items: center;
}
.GySuSRflMvgR {
display:none;
}

.HudkBbJDtVMt {
position: fixed;
display:block;
top: 0;
left: 0;
bottom: 0;
z-index: 4;
padding:16px;
width: var(--sidebar-w);
transform: translateX(-100%);
overflow-y: scroll;
scrollbar-width: none;
background-color: var( --aSwHjrBgAaJA);
box-shadow: #0003 0 4px 6px -1px, #0000001f 0 2px 4px -1px;
}
.xsKRFzJLrZIr:checked + label + .HudkBbJDtVMt {
display: flex;
transform: translateX(0);
opacity: 1;
z-index: 4;
}

.xsKRFzJLrZIr:checked + label + .HudkBbJDtVMt .FFhVVAucUMSh{
opacity:1;
}

.DhkScazPdtoD {
font-size: 26px;
padding: 10px;
width: 100%;
left: 50%;
transform: translate(-50%, -50%);
}
.DhkScazPdtoD h1{
margin:0;
}
.ZLLShCquoies{
flex-wrap: wrap;
}
.uCIVdbamNytQ:nth-child(1){
width: 100%;
justify-content: center;
}
.uCIVdbamNytQ:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.uCIVdbamNytQ:nth-child(3) {
width: 50%;
}

.OzJzqHaxrynp{
min-height: 300px;
}

.qkLdvyaPZhhG {
gap: 12px;
justify-content: center;
}
.giPFwPetjaMh {
font-size: 15px;
padding: 7px 14px;
}
}

@media(max-width: 576px){
.CrfkjkNUOZQp{
margin-left: 0;
}
.DlMjeeyuAItt {
justify-content: end;
}
.XUshoZvsEOni{
order: 2;
}
.mWptqokWqFSx,
.XqhpKIcIMWSD,
.CrfkjkNUOZQp {
padding: 8px 15px;
}
.GKfUqaPPtXQZ {
padding-top: 8px;
height: 80px;
}
.XUshoZvsEOni img {
width: 50px;
}

.DhkScazPdtoD {
font-size: 20px;
gap: 10px;
}
.DhkScazPdtoD div{
font-size: 16px;
}
h1{
margin: 0;
font-size: 21px;
}
.cUZRvbHjiysT{
display:flex;
}
.crTkVYqRGLEB{
display:none;
}

.aJPSdORkDwYg {
grid-template-columns: repeat(1, 1fr);
}


.jYfFVpZUeTat {
padding: 40px 0;
}
.ACbgIyvehSOd {
grid-template-columns: 1fr;
gap: 32px;
padding: 0 16px;
}

.YQmeubxhJlHp{
flex-direction: column;
align-items: center;
}

.sICoIOVWbNgO {
padding-left: 10px;
}


h2 {
font-size: 26px;
line-height: 1.2;
margin-top: 30px;
}
h3 {
font-size: 22px;
margin: 20px auto;
}

.eLgWfNnUArEc {
font-size: 20px;
padding: 10px 20px;
}

}
