:root {
--XouaauDsMPej: #2B669D;
--JWosiyxMDvdq: #F0F0F0;
--mHUAZXPIvqrR: #ffc107;
--dUTaxryeIFDV: #F53636;
--KIRaNhgpGhMm: #eae8e7;
--ZLXqNArfgcwZ: #000;
--JIGOTEtEzyjn: rgba(255, 255, 255, 0.6);
--lJDRkLBGsGdw: #eb4d76;
--iskAnFsUmKUg: #a50000;
--vzDCVjJfjLUM: #fff;
--qhrnvNljuPEF: #F0F0F0;
--nVlGFXIwUKKP: #e7e6e6;
--RLWQELObkHSG: #fff;
--nZCTwJhsRdAn: #d8cece;
--OkDxbDYMhvXs: #000000;
--oJVWgcUBTRvP: #3a12e0;
--NyKfACoQUFdB: #230b8e;
--vpNCEsYvezOi: #ddd;
}


* {
box-sizing: border-box;
}

a {
color: var(--ZLXqNArfgcwZ);
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

body {
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 1.5;
margin: 0;
padding: 0;
background-color: var(--qhrnvNljuPEF);
color: var(--ZLXqNArfgcwZ);
scroll-behavior: smooth;
}

img {
width: 100%;
}

figure {
margin: 0;
}

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

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

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

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;
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;
}


.VIdBRlGseGXI {
background-color: var(--qhrnvNljuPEF);
padding: 10px 0;
display: flex;
}

.blvzayXaPmoN {
gap: 30px;
display: flex;
align-items: center;
}

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

.QUfpxIzsUKrl {
display: flex;
flex-direction: row;
align-items: center;
gap: 10px;
}

.QUfpxIzsUKrl a,
.ycKZIaQNeXSe {
cursor: pointer;
pointer-events: auto;
}

.QUfpxIzsUKrl img {
width: 70px;
border-radius: 16px;
}

.fGQvMioKbAOw {
font-size: 20px;
font-weight: bold;
white-space: nowrap;
}
.QTwACrIRIFNC .fGQvMioKbAOw{
white-space: normal;
}
.ABtcVEKYlquF {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
z-index: 1001;
}

.SuZieppUZfKJ {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
}

.VewVZzIknBwa {
white-space: nowrap;
display: flex;
align-items: center;
gap: 30px;
width: 100%;
list-style: none;
padding: 0;
margin: 0;
font-family: Inter, sans-serif;
font-weight: 700;
font-size: 18px;
}

.ZdUGNSQKeEjF {
position: relative;
}

.ZdUGNSQKeEjF.active a {
color: var(--XouaauDsMPej);
font-weight: bold;
}

.cmJsIEckVONz {
display: flex;
justify-content: end;
align-items: center;
gap: 10px;
flex-grow: 2;
margin-right: 20px;
font-weight: 700;
font-size: 18px;
}

.cmJsIEckVONz a {
font-size: 16px;
white-space: nowrap;
word-break: keep-all;
padding: 10px 20px;
text-align: center;
max-width: 200px;
border-radius: 16px;
}

.cmJsIEckVONz a:nth-child(2) {
background: #289507;
color: #fff !important;
border-radius: 16px;
padding: 10px 20px;
font-weight: 700;
transition: background 0.2s;
animation: pulse 2s infinite;
}

.cmJsIEckVONz a:nth-child(2):hover {
background: #1f7d04;
}

.VdOctbZHtWhI {
display: block;
padding: 0.5em 1em;
cursor: pointer;
text-decoration: none;
color: inherit;
}

.rUMfhCfkCrkk {
display: none;
position: absolute;
top: 100%;
left: 0;
background: var(--qhrnvNljuPEF);
border: 1px solid var(--RLWQELObkHSG);
border-radius: 4px;
box-shadow: 0 4px 8px rgba(0,0,0,0.1);
list-style: none;
margin: 0;
padding: 0.5em 0;
min-width: 180px;
z-index: 100;
}

.ZdUGNSQKeEjF:hover > .rUMfhCfkCrkk {
display: block;
}

.sVbnriwLOSwm {
margin: 0;
}

.ZXitWHjijJde {
display: block;
padding: 0.5em 1em;
white-space: nowrap;
text-decoration: none;
transition: background 0.2s;
}

.ZXitWHjijJde:hover {
background: rgba(0,0,0,0.05);
}

.WSGwHPkqxtyF {
color: var(--ZLXqNArfgcwZ);
}

.zssbQspexPac,
.blvzayXaPmoN,
.fokmOwJyUYNT{
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
}

.zssbQspexPac {
background-color: var(--qhrnvNljuPEF);
margin-bottom: 30px;
border-radius: 0 0 16px 16px;
}

.HzxbUvnMGXPN {
background-color: var(--qhrnvNljuPEF);
padding: 0 15px;
}

.QSIqbFftzrUF {
font-size: 32px;
font-weight: 600;
line-height: 30px;
padding-top: 15px;
}

.WSGwHPkqxtyF > .fGQvMioKbAOw {
display: none;
}

.rXBaFvYHWpfu {
box-shadow: 3px 3px 15px #000;
border-radius: 22px;
position: relative;
overflow: hidden;
display: inline-block;
width: 100%;
}

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


.rXBaFvYHWpfu img {
border-radius: 22px;
height: auto;
display: block;
}

.ODgQBKvgtPNI {
position: absolute;
max-width: 600px;
transform: translate(-50%, -50%);
left: 30%;
top: 50%;
color: var(--vzDCVjJfjLUM);
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;
}

.ODgQBKvgtPNI a:hover {
color: var(--vzDCVjJfjLUM);
}

.tpDloBqiiWUZ{
background-color: var(--dUTaxryeIFDV);
color: var(--vzDCVjJfjLUM);
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);
}
}


.tpDloBqiiWUZ:hover {
background-color: var(--iskAnFsUmKUg);
}

.AnVLWJYLjHmy {
display: flex;
flex-direction: column;
gap: 12px;
padding: 20px;
border-radius: 8px;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
overflow: hidden;
position: relative;
margin: 20px auto;
}

.AnVLWJYLjHmy span {
margin: 0;
font-size: 20px;
font-weight: bold;
text-align: center;
}

.AnVLWJYLjHmy p {
color: var(--vzDCVjJfjLUM);
font-size: 34px;
text-align: start;
}

.MzBTEnQwNLsu {
border-radius:6px;
overflow: hidden;
}

.xmYQNRLHYLBX {
width: 120px;
height: 30px;
opacity: 1;
top: 40%;
left: 15%;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: var(--iskAnFsUmKUg);
color: var(--vzDCVjJfjLUM);
font-weight: bold;
font-size: 17px;
text-align: center;
letter-spacing: 1px;
text-decoration: none;
opacity: 0;
transition: opacity 0.2s;
z-index: 1;
border-radius: 6px;
}

.tXOEYmAyRGqk {
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 16px;
}

.YwoaOOYtMuOn {
gap: 30px;
width: 100%;
display: flex;
justify-content: center;
margin-top:40px;
}

.OZHbwJSfdKvt {
transition: filter 0.3s ease, transform 0.3s ease;
}

.OZHbwJSfdKvt:hover {
transform: scale(1.04);
filter: brightness(70%);
}

.hHDPMTEqfmZE {
margin-top: 40px;
}

.VUZZoRlyvouL {
display: flex;
gap: 20px;
justify-content: center;
flex-wrap: nowrap;
}

.JmqyivJASIdy {
background: linear-gradient(180deg, #744F1B 0%, #707306 100%);
border: 1px solid;
border-radius: 10px;
text-align: center;
display: flex;
flex-direction: column;
max-width: 380px;
width: 100%;
height: 195px;
color: var(--vzDCVjJfjLUM);
align-items: center;
justify-content: center;
font-size: 32px;
overflow: hidden;
transition: transform 0.2s ease;
}
.JmqyivJASIdy:first-child {
background: linear-gradient(180deg, #305907 0%, #072230 100%);
color: var(--vzDCVjJfjLUM);
}

.JmqyivJASIdy:last-child {
background: linear-gradient(180deg, #2564AC 0%, #2B1D69 100%);
}

.JmqyivJASIdy a {
color: var(--vzDCVjJfjLUM);
}

.JGfbfchwYITU {
display: flex;
justify-content: space-evenly;
gap: 20px;
margin-top: 30px;
flex-wrap: wrap;
}

.vmBLIfDfQujC {
background-color: var(--dUTaxryeIFDV);
color: var(--vzDCVjJfjLUM);
padding: 15px 30px;
border: none;
border-radius: 12px;
cursor: pointer;
min-width:250px;
text-align: center;
transition: background-color 0.7s ease;
}

.vmBLIfDfQujC:hover {
background-color: var(--iskAnFsUmKUg);
}

.bgopuEuqlKMc {
color: var(--vzDCVjJfjLUM);
font-family: Poppins;
font-weight: 700;
font-size: 24px;
letter-spacing: 0%;
text-align: center;
}

.kWFHIHpiWmsr {
max-width: 1200px;
width: 100%;
margin: 40px auto;
padding: 0 15px;
}

.PiDJojCxtyms {
list-style: none;
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
gap: 12px;
}

.TvpJyMAGESgI a {
color: var(--lJDRkLBGsGdw);
text-decoration: underline;
text-underline-offset: 3px;
text-decoration-color: var(--lJDRkLBGsGdw);
transition: color 0.2s ease;
}

.TvpJyMAGESgI a:hover {
color: var(--iskAnFsUmKUg);
}


.fokmOwJyUYNT {
background-color: var(--qhrnvNljuPEF);
color: var(--ZLXqNArfgcwZ);
padding: 30px 0;
}

.tauuBwtTVLwk {
display: flex;
align-items: center;
justify-content: center;
gap: 32px;
flex-wrap: nowrap;
margin: 0 auto 28px;
}

.ronZdRHFMwtS {
width: 100%;
position: absolute;
left: 0;
margin: 0 auto;
border: 0;
border-top: 1px solid var(--dUTaxryeIFDV);
}

.OcpRyrGRiYdR {
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
width: auto;
flex-wrap: wrap;
}

.OcpRyrGRiYdR .wYOLhVuqEvsQ:first-child:first-child {
width: 48px;
}

.mFohyLSxjTHv {
width: 100%;
padding: 0 20px;
box-sizing: border-box;
max-width: 1200px;
}

.EbPcLSSlDuKO {
display: flex;
}

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

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

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

#HdifIhSFnpRd:checked + .pWsGFXMotdRV .ZTvNwQqKmmIg {
transform: rotate(180deg);
}

.CfwpmxIuljbA {
display: none;
position: absolute;
min-width: 145px;
background: var(--vzDCVjJfjLUM);
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,0.10);
border: 1.5px solid var(--mHUAZXPIvqrR);
z-index: 99;
padding: 6px 0;
}

.CXfZWMwalsZB {
left: 0;
bottom: 110%;
}

.ZCwYpfUVamnZ {
right: 0;
top: 110%;
}

#HdifIhSFnpRd:checked ~ .CfwpmxIuljbA {
display: flex;
flex-direction: column;
animation: fadeInLangList 0.18s;
}

@keyframes fadeInLangList {
from { opacity: 0; transform: translateY(10px);}
to { opacity: 1; transform: translateY(0);}
}

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

.CfwpmxIuljbA .GkFENMNiyCmj:hover {
background: var(--iskAnFsUmKUg);
color: var(--mHUAZXPIvqrR);
}

.CfwpmxIuljbA .GkFENMNiyCmj.is-active {
color: var(--mHUAZXPIvqrR);
font-weight: 600;
background: var(--iskAnFsUmKUg);
border-radius: 8px;
}

.aWZWUDEQRfqC ul {
display: flex;
list-style: none;
justify-content: space-evenly;
padding: 0;
margin: 0 auto;
text-transform: uppercase;
}

.aWZWUDEQRfqC {
padding: 28px 0;
font-weight: 600;
text-align:center;
}

.aWZWUDEQRfqC ul li a:hover {
color: var(--NyKfACoQUFdB);
}

.nWPvEyqSZOJK {
padding-top: 28px;
text-align: center;
}

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

.RjTEjlwFdcuz:hover {
opacity: 1;
}

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

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

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


.TXAskAvQqama {
display: flex;
justify-content: space-between;
align-items: center;
margin: 40px 0;
padding: 0 40px;
}

.fSTSvvZQzevT {
background-color: var(--XouaauDsMPej);
color: var(--vzDCVjJfjLUM);
font-size: 21px;
padding: 15px 30px;
border-radius: 12px;
cursor: pointer;
text-decoration: none;
transition: background-color 0.7s ease;
}

.fSTSvvZQzevT:hover {
background-color: var(--iskAnFsUmKUg);
color: var(--vzDCVjJfjLUM);
}

.FzAfIbHWKsQR {
font-weight: 400;
}

.FzAfIbHWKsQR a {
font-weight: 400;
}

/*casinos-list*/
.QTwACrIRIFNC {
margin-top: 30px;
background-color: var(--dUTaxryeIFDV);
width: 100%;
border: 1px solid var(--vpNCEsYvezOi);
padding: 15px;
box-sizing: border-box;
border-radius: 15px;
}

.RNoqriegQurf {
display: flex;
justify-content: space-between;
align-items: center;
}

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

.YOWSJvDwPCgf:nth-child(1) {
width: 30%;
}

.YOWSJvDwPCgf:nth-child(2) {
width: 50%;
justify-content: center;
border-right: 1px solid var(--vpNCEsYvezOi);
border-left: 1px solid var(--vpNCEsYvezOi);
height: 100px;
}

.YOWSJvDwPCgf:nth-child(3) {
width: 20%;
justify-content: center;
}
.YOWSJvDwPCgf strong{
font-size: 18px;
}

.jaVPNcLWUmla {
width: 150px;
}

.jaVPNcLWUmla img{
border-radius: 16px;
}

.NZUXShFsaFxK {
margin-left: 24px;
}

.tZKvBexCvCUf {
display: flex;
align-items: center;
margin: 0 auto 10px auto;
justify-content: center;
border: 1px solid var(--vpNCEsYvezOi);
border-radius: 15px;
width: 130px;
}

.msAPkxYQlHeR {
color: var(--mHUAZXPIvqrR);
font-size: 24px;
}

.OcSexHdNUezY {
padding: 15px 45px;
border-radius: 15px;
font-size: 21px;
background-color: var(--XouaauDsMPej);
color: var(--vzDCVjJfjLUM);
transition: background-color 0.7s ease;
}

.OcSexHdNUezY:hover {
background-color: var(--iskAnFsUmKUg);
color: var(--vzDCVjJfjLUM);
}

table {
width: 100%;
border: 1px solid var(--JWosiyxMDvdq);
border-radius: 16px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
color: var(--JWosiyxMDvdq);
max-width: 100%;
}


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

table thead {
background-color: var(--vzDCVjJfjLUM);
height: 50px;
border: none;

}

table thead th {
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 10px;
color: var(--ZLXqNArfgcwZ);
border: 1px solid var(--ZLXqNArfgcwZ);
}

table thead th:first-child {
border-radius: 16px 0 0 0;
}

table thead th:last-child {
border-radius: 0 16px 0 0;
}

table tbody tr {
border-bottom: 1px solid var(--ZLXqNArfgcwZ);
background-color: var(--RLWQELObkHSG);
}

table tbody tr:last-child td:first-child {
border-radius: 0 0 0 16px;
}

table tbody tr:last-child td:last-child {
border-radius: 0 0 16px 0;
}

table tbody td {
padding: 10px;
color: var(--ZLXqNArfgcwZ);
}

table tbody tr:first-child th {
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 10px;
color: var(--ZLXqNArfgcwZ);
background-color: var(--vzDCVjJfjLUM);
border: 1px solid var(--ZLXqNArfgcwZ);
}

table tbody tr:first-child th:first-child {
border-radius: 16px 0 0 0;
}

table tbody tr:first-child th:last-child {
border-radius: 0 16px 0 0;
}
.VHknBqySUbQZ {
border-radius: 20px;
}

.VHknBqySUbQZ, .VHknBqySUbQZ table {

width: 100%;
max-width: 100%;
overflow-x: auto;
}

.VHknBqySUbQZ, .VHknBqySUbQZ table {

overflow-x: auto;
-webkit-overflow-scrolling: touch;
}

.VHknBqySUbQZ table {
width: max-content;
width: 100%;
}

.JsakkXSDTXCl {
background-color: var(--JWosiyxMDvdq);
padding: 20px;
border-radius: 16px;
margin-bottom: 24px;
border: 1px solid var(--vpNCEsYvezOi);
color: var(--ZLXqNArfgcwZ);
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.dbUxlwJfeMfm h3 {
font-size: 20px;

}
.cSwwBUOMkNRi {
text-align: left;
}

.JsakkXSDTXCl:last-child {
margin-bottom: 0;
}

.JsakkXSDTXCl h3 {
margin: 10px 0;
}

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

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

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

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

.TSWRrhtZNmqc {
text-decoration: none;
transition: color .2s;
}

.TSWRrhtZNmqc:hover {
text-decoration: underline;
color: var(--iskAnFsUmKUg);
}

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

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


@media (max-width: 1200px) {
table{
display: block;
margin: 0 auto;
width: max-content;
}
}

@media (max-width: 992px) {
/* Header */
.VewVZzIknBwa {
flex-direction: column;
gap: 20px;
}

.blvzayXaPmoN {
padding: 0 15px;
flex-wrap: wrap;
}

.ABtcVEKYlquF {
display: block;
order: 2;
padding-left: 0;
padding-right: 0;
}

#AsPlOOsXyquV {
display: none;
}

.cmJsIEckVONz {
margin-right: 0;
}

#AsPlOOsXyquV.active {
display: flex;
order: 3;
}

.QUfpxIzsUKrl {
width: auto;
}

.QUfpxIzsUKrl img {
width: 50px;
margin-left: 0;
}

.VUZZoRlyvouL {
flex-direction: column;
align-items: center;
}
/* Footer */
.tauuBwtTVLwk {
flex-direction: column;
}

.aWZWUDEQRfqC ul {
flex-direction: column;
gap: 20px;
}
.VHknBqySUbQZ table {
width: max-content;
width: 100%;
}
.YOWSJvDwPCgf:nth-child(1),
.YOWSJvDwPCgf:nth-child(2),
.YOWSJvDwPCgf:nth-child(3){
width: 33%;
}

.aQiEwJfYgwDS{
text-align: center;
padding: 0 10px;
}
.NZUXShFsaFxK {
margin-left: 10px;
}

}

@media (max-width: 756px) {
/* Header */
.cmJsIEckVONz {
position: fixed;
z-index: 1;
bottom: 0;
left: 0;
height: 70px;
font-weight: 600;
font-size: 16px;
width: 100%;
gap: 15px;
padding-left: 20px;
padding-right: 20px;
justify-content: center;
background-color: var(--qhrnvNljuPEF);
border-top: 1px solid var(--vpNCEsYvezOi);
}

.cmJsIEckVONz a:first-child {
border: 1px solid var(--vpNCEsYvezOi);
}

.cmJsIEckVONz a {
width: 100%;
border-radius: 40px;
padding: 12px 20px;
}

.QUfpxIzsUKrl > .fGQvMioKbAOw {
display: none;
}

.WSGwHPkqxtyF > .fGQvMioKbAOw {
display: flex;
justify-content: center;
font-size: 16px;
padding: 10px 0;
margin-bottom: 10px;
}

.ODgQBKvgtPNI {
font-size: 26px;
width: 70%;
left: 50%;
height: unset;
}

.tpDloBqiiWUZ {
padding: 10px 25px;
font-size: 28px;
font-weight: bold;
}

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

.fokmOwJyUYNT{
margin-bottom: 70px;
}

}

@media (max-width: 576px) {
.OcpRyrGRiYdR {
justify-content: center;
width: auto;
flex-wrap: wrap;
}

.ODgQBKvgtPNI {
font-size: 20px;
width: 100%;
}

.tpDloBqiiWUZ {
font-size: 20px;
}
.OZHbwJSfdKvt {
max-width: 250px;
}

.YwoaOOYtMuOn{
flex-wrap:wrap;
}

.bgopuEuqlKMc {
font-size: 24px;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
h1 {
font-size: 32px;
margin-top: 30px;
}
h2 {
font-size: 26px;
line-height: 1.2;
margin-top: 30px;
}
h3 {
font-size: 22px;
margin: 20px auto;
}
.RNoqriegQurf{
flex-wrap: wrap;
}
.YOWSJvDwPCgf:nth-child(1){
width: 100%;
justify-content: center;
}
.YOWSJvDwPCgf:nth-child(2){
width: 50%;
border: none;
height: 70px;
}
.YOWSJvDwPCgf:nth-child(3) {
width: 50%;
}

}

@media (max-width: 480px) {
.vmBLIfDfQujC{
max-width: 280px;
}
.RjTEjlwFdcuz {
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}

.RjTEjlwFdcuz::after,
.RjTEjlwFdcuz::before {
width: 14px;
}

.YOWSJvDwPCgf:nth-child(1) {
flex-direction: column;
}
.YOWSJvDwPCgf:nth-child(2),
.YOWSJvDwPCgf:nth-child(3) {
width: 100%;
}
.NZUXShFsaFxK {
margin-left: 0px;
}

.OcSexHdNUezY{
padding: 10px 20px;
}

table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.jaVPNcLWUmla {
width: 100px;
}
.aQiEwJfYgwDS{
font-size: 14px;
}
}


/*popup*/
.aRpRRucqQCvS {
background: var(--dUTaxryeIFDV);
border: 1px solid #717785;
border-radius: 8px;
bottom: 40px;
display: flex;
flex-direction: column;
min-height: 136px;
opacity: 0;
padding: 12px;
position: fixed;
left: -100%;
transition: all 0.3s ease-in-out;
visibility: hidden;
max-width: 460px;
width: 100%;
z-index: 10000;
}
.YADHIfyfsxYo {
display: flex;
}
.LQkXHUpYrvpJ {
margin-left: 15px;
}
.AFpyZToDiuSI {
width: 130px;
height: 100%;
border-radius: 16px;
}
.fQmFrPihMRKA {
font-size: 24px;
font-weight: 600;
}
.JuRZzDYGoJYN {
margin-top: 10px;
color: var(--ZLXqNArfgcwZ);
}
.RAWSkjVGwPuh {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--XouaauDsMPej);
color: var(--vzDCVjJfjLUM);
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
transition: all 0.7s ease-in-out;
color: var(--vzDCVjJfjLUM);
}
.RAWSkjVGwPuh:hover{
background: var(--iskAnFsUmKUg);
transition: all 0.7s ease-in-out;
color: var(--vzDCVjJfjLUM);
}
.FkFIWijSqTBx {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.XcPQganbAMhI {
position: relative;
}
.XcPQganbAMhI::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.XcPQganbAMhI::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.MLfUnnvWfkWf {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--nVlGFXIwUKKP);
}

@media(max-width: 576px){
.aRpRRucqQCvS{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.AFpyZToDiuSI {
width: 70px;
}
.JuRZzDYGoJYN {
margin-right: 15px;
}
.RAWSkjVGwPuh{
width: 220px;
}
}
@media(max-width: 480px){

.YADHIfyfsxYo {
display: flex;
flex-direction: column;
align-items: center;
}
.RAWSkjVGwPuh {
width: 200px;
margin-top: 0;
height: 40px;
}
.JuRZzDYGoJYN {
margin-right: 0;
text-align: center;
}
.LQkXHUpYrvpJ {
margin-left: 0;
}
}
