:root {
--ySfziHQIMXwr: #1C4C78;
--jkVPuiPxyzkY: #002784;
--EUrHpSBmgOGD: #ffc107;
--YpopDvMSKTHy: #F44336;
--tjNcDJjPMkzR: #eae8e8;
--TLWadPSIuTZm: #000;
--uuilarkclsnH: rgba(255, 210, 210, 0.5);
--TDUSZpFYCIWI: #e84871;
--oeUdGbwQjyAh: #b60000;
--eYQXUiOCLfWN: #fff;
--DYssYOgsXnRs: #002784;
--HnGwGlfWtiae: #e8e6e6;
--rcjyKrPALFHg: #fff;
--SJqhmZAavFRX: #d6cece;
--mSgUoVobPBId: #000000;
--cjbNIASGmPuQ: #3e14f8;
--VUPUZHhnJDAk: #270d96;
--BxgjHFtdljGn: #ddd;
}


* {
box-sizing: border-box;
}

a {
color: var(--eYQXUiOCLfWN);
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(--DYssYOgsXnRs);
color: var(--TLWadPSIuTZm);
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;
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;
}


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

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

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

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

.nCiaxdUabMMp a,
.LkzzOiNzEsDA {
cursor: pointer;
pointer-events: auto;
}

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

.jXwvTXhHnHCc {
font-size: 20px;
font-weight: bold;
color: var(--rcjyKrPALFHg);
white-space: nowrap;
}
.kBKsNjpcYcIM .jXwvTXhHnHCc{
white-space: normal;
}

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

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

.gYDreQptsoje {
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;
}

.RRLuiADJFisA {
position: relative;
}

.RRLuiADJFisA a {
color: var(--eYQXUiOCLfWN);
}

.RRLuiADJFisA.active a {
color: var(--YpopDvMSKTHy);
font-weight: bold;
}

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

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

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

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

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

.pxUIPwxuseDt {
display: none;
position: absolute;
top: 100%;
left: 0;
background: var(--DYssYOgsXnRs);
border: 1px solid var(--rcjyKrPALFHg);
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;
}

.RRLuiADJFisA:hover > .pxUIPwxuseDt {
display: block;
}

.mSOfLRhpxKcC {
margin: 0;
}

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

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

.KACZTSrtPBsj {
color: var(--eYQXUiOCLfWN);
}

.MaYpiDMlZMgc,
.ZJSJMVpljwaJ,
.booZrklzOtzV{
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
}

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

.TvBOuhBNLqXr {
background-color: var(--DYssYOgsXnRs);
padding: 0 15px;
}

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

.KACZTSrtPBsj > .jXwvTXhHnHCc {
display: none;
}

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

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


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

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

.FyYDqZLniiRS a:hover {
color: var(--eYQXUiOCLfWN);
}

.KavYbiAZUjHe{
background-color: var(--ySfziHQIMXwr);
color: var(--eYQXUiOCLfWN);
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);
}
}


.KavYbiAZUjHe:hover {
background-color: var(--oeUdGbwQjyAh);
}

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

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

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

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

.vzOaMMttWcqE {
width: 120px;
height: 30px;
opacity: 1;
top: 40%;
left: 15%;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: var(--oeUdGbwQjyAh);
color: var(--eYQXUiOCLfWN);
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;
}

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

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

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

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

.rUXAZJHTapej {
margin-top: 40px;
}

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

.NRjUiSqqIJvf {
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(--eYQXUiOCLfWN);
align-items: center;
justify-content: center;
font-size: 32px;
overflow: hidden;
transition: transform 0.2s ease;
}
.NRjUiSqqIJvf:first-child {
background: linear-gradient(180deg, #305907 0%, #072230 100%);
color: --eYQXUiOCLfWN;
}

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

.NRjUiSqqIJvf a {
color: --eYQXUiOCLfWN;
}

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

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

.KtuZKHkwNenk:hover {
background-color: var(--oeUdGbwQjyAh);
}

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


/* Footer */
.booZrklzOtzV {
background-color: var(--DYssYOgsXnRs);
color: var(--eYQXUiOCLfWN);
padding: 30px 0;
}

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

.asyKTUVkIybK {
width: 100%;
position: absolute;
left: 0;
margin: 0 auto;
border: 0;
border-top: 1px solid rgba(255, 255, 255, 0.7);
}

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

.dbRgUaXEsauR .TyqVFVBRbyLc:first-child:first-child {
width: 48px;
}

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

.yJlpteuucfzn {
display: flex;
}

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

.yKgwgkDhfnup {
background: var(--DYssYOgsXnRs);
color: var(--rcjyKrPALFHg);
font-weight: 600;
border: 2px solid var(--rcjyKrPALFHg);
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;
}

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

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

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

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

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

#lang-dropdown-toggle:checked ~ .OiGdpAzHHOYa {
display: flex;
flex-direction: column;
animation: fadeInLangList 0.18s;
}

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

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

.OiGdpAzHHOYa .iINwyCiCVAIF:hover {
background: var(--oeUdGbwQjyAh);
color: var(--EUrHpSBmgOGD);
}

.OiGdpAzHHOYa .iINwyCiCVAIF.is-active {
color: var(--EUrHpSBmgOGD);
font-weight: 600;
background: var(--oeUdGbwQjyAh);
border-radius: 8px;
}

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

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

.bbmMsarWxlNy ul li a:hover {
color: var(--VUPUZHhnJDAk);
}

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

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

.PmifwkVlqQfI:hover {
opacity: 1;
}

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

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

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


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


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

.OQmnFXOgSsaS__btn:hover {
background-color: var(--oeUdGbwQjyAh);
color: var(--eYQXUiOCLfWN);
}

.OQmnFXOgSsaS__text {
font-weight: 400;
}

.OQmnFXOgSsaS__text a {
font-weight: 400;
}

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

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

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

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

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

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

.KoTDuyrVrDRQ {
width: 150px;
}

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

.NIOabWzZCsXC {
margin-left: 24px;
}

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

.VyPmCYPtUxZR {
color: var(--EUrHpSBmgOGD);
font-size: 24px;
}

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

.iYNwUtagaBmU:hover {
background-color: var(--oeUdGbwQjyAh);
color: var(--eYQXUiOCLfWN);
}

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


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

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

}

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

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

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

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

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(--jkVPuiPxyzkY);
}
.gjmHawSdyXyv {
border-radius: 20px;
}

.gjmHawSdyXyv, .gjmHawSdyXyv table {

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

.gjmHawSdyXyv, .gjmHawSdyXyv table {

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

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

.dNugCLoeoLIY-item {
background-color: var(--jkVPuiPxyzkY);
padding: 20px;
border-radius: 16px;
margin-bottom: 24px;
border: 1px solid var(--BxgjHFtdljGn);
color: var(--eYQXUiOCLfWN);
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.dNugCLoeoLIY h3 {
font-size: 20px;

}
.wrWwMBihVEXu {
text-align: left;
}

.dNugCLoeoLIY-item:last-child {
margin-bottom: 0;
}

.dNugCLoeoLIY-item h3 {
margin: 10px 0;
}

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

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

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

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

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

.MJwzLtxwNcmV:hover {
text-decoration: underline;
color: var(--oeUdGbwQjyAh);
}

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

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

/* Responsive */
@media (max-width: 1200px) {
/* Header */
/* Footer */
}

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

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

.bvMiCSNiHVYw {
display: block;
color: var(--eYQXUiOCLfWN);
order: 2;
padding-left: 0;
padding-right: 0;
}

#main-nav {
display: none;
}

.ggMgfVeTYUKr {
margin-right: 0;
}

#main-nav.active {
display: flex;
order: 3;
}

.nCiaxdUabMMp {
width: auto;
}

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

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

.EJzfKTqJOlLj {
flex-direction: column;
}

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

.aqHgHCymmkjg{
text-align: center;
padding: 0 10px;
}
.NIOabWzZCsXC {
margin-left: 10px;
}

}

@media (max-width: 756px) {
.ggMgfVeTYUKr {
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(--DYssYOgsXnRs);
border-top: 1px solid var(--BxgjHFtdljGn);
}

.ggMgfVeTYUKr a:first-child {
border: 1px solid #fff;
}

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

.nCiaxdUabMMp > .jXwvTXhHnHCc {
display: none;
}

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

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

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

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

.booZrklzOtzV{
margin-bottom: 70px;
}
}

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

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

.KavYbiAZUjHe {
font-size: 20px;
}
.FNZpEHUdJcCU {
max-width: 250px;
}

.uEldvfipaUUl{
flex-wrap:wrap;
}

.OZZPkktSytju {
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;
}
.JGpkWTmkKRCj{
flex-wrap: wrap;
}
.xOUsYvuoVFDj:nth-child(1){
width: 100%;
justify-content: center;
}
.xOUsYvuoVFDj:nth-child(2){
width: 100%;
border: none;
height: 70px;
}
.xOUsYvuoVFDj:nth-child(3) {
width: 100%;
}
.OQmnFXOgSsaS__box {
flex-direction: column;
gap: 20px;
align-items: center;
}
}

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

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

.xOUsYvuoVFDj:nth-child(1) {
flex-direction: column;
}

.NIOabWzZCsXC {
margin-left: 0px;
}

.iYNwUtagaBmU{
padding: 10px 20px;
}

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


/*popup*/
.KDzfbDuMcTNJ {
background: var(--YpopDvMSKTHy);
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;
}
.KDzfbDuMcTNJ__info {
display: flex;
}
.KDzfbDuMcTNJ__box {
margin-left: 15px;
}
.KDzfbDuMcTNJ__img {
width: 130px;
height: 100%;
border-radius: 16px;
}
.KDzfbDuMcTNJ__title {
font-size: 24px;
font-weight: 600;
}
.KDzfbDuMcTNJ__sub-title {
margin-top: 10px;
color: var(--TLWadPSIuTZm);
}
.KDzfbDuMcTNJ__btn {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--ySfziHQIMXwr);
color: var(--eYQXUiOCLfWN);
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
transition: all 0.7s ease-in-out;
color: var(--eYQXUiOCLfWN);
}
.KDzfbDuMcTNJ__btn:hover{
background: var(--oeUdGbwQjyAh);
transition: all 0.7s ease-in-out;
color: var(--eYQXUiOCLfWN);
}
.KDzfbDuMcTNJ__close {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.KDzfbDuMcTNJ__close-wrap {
position: relative;
}
.KDzfbDuMcTNJ__close-wrap::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.KDzfbDuMcTNJ__close-wrap::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.KDzfbDuMcTNJ__show {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--HnGwGlfWtiae);
}

@media(max-width: 576px){
.KDzfbDuMcTNJ{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.KDzfbDuMcTNJ__img {
width: 70px;
}
.KDzfbDuMcTNJ__sub-title {
margin-right: 15px;
}
.KDzfbDuMcTNJ__btn{
width: 220px;
}
}
@media(max-width: 480px){

.KDzfbDuMcTNJ__info {
display: flex;
flex-direction: column;
align-items: center;
}
.KDzfbDuMcTNJ__btn {
width: 200px;
margin-top: 0;
height: 40px;
}
.KDzfbDuMcTNJ__sub-title {
margin-right: 0;
text-align: center;
}
.KDzfbDuMcTNJ__box {
margin-left: 0;
}
}
