:root {
--IZWKtcaOAxTD: #E03812;
--IHUbMWFWvaCj: #0F040F;
--UJsshetrafwd: #eae8e7;
--xYuhqeeqHwvg: #000;
--QDNUbHgmOgvX: rgba(242, 185, 185, 0.5);
--mIPBKHRonuwY: #030F2C;
--CUZFWPCZIrQI: #b20000;
--psGdsaKBFeHd: #fff;
--CHdzyXcaNbBV: #0F040F;
--iyAuDNzrKHwG: #171315;
--MNjCUpBAvotJ: #fff;
--IlDUXQLJBtPD: #000000;
--ucnDiAOPolLo: #4618fc;
--xCXKTbvdAPJz: #250c91;
--HUIxSUWcTAoK: #ddd;
}


* {
box-sizing: border-box;
}

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

a:hover {
color: var(--xCXKTbvdAPJz);
}

body {
font-family: 'Poppins', sans-serif;
font-size: 16px;
line-height: 1.5;
margin: 0;
padding: 0;
background-color: var(--CHdzyXcaNbBV);
color: var(--MNjCUpBAvotJ);
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;
}

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

.sYJWAMEjJZtc {
gap: 30px;
max-width: 1200px;
width: 100%;
margin: 0 auto;
display: flex;
align-items: center;
justify-content: space-between;
}

.kIUYrlJylOkx {
display: flex;
align-items: center;
gap: 10px;
}

.fLxFZbPRPPYm {
cursor: pointer;
pointer-events: auto;
}

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

.PskoxfjLUYAg {
font-size: 20px;
font-weight: bold;
color: var(--psGdsaKBFeHd);
white-space: nowrap;
}
.ZKZolCTkeZkK .PskoxfjLUYAg{
white-space: normal;
}
.WgbAfDrhykMu {
display: flex;
gap: 12px;
align-items: center;
}

.WgbAfDrhykMu a{
border-radius: 3px;
font-size: 24px;
font-weight: 600;
text-decoration: none;
transition: 0.15s;
padding: 10px;
display: flex;
align-items: center;
justify-content: center;
text-transform: uppercase;
}

.WgbAfDrhykMu a:first-child {
background: var(--IZWKtcaOAxTD);
border: none;
width: auto;
}

.WgbAfDrhykMu a:nth-child(2) {
background: transparent;
outline: 2px solid var(--IZWKtcaOAxTD);
animation: pulse 2s infinite;
}

.WgbAfDrhykMu a:hover {
background: var(--IZWKtcaOAxTD);
color: var(--psGdsaKBFeHd);
}


.xTktSqxpnPTF {
background-color: var(--CHdzyXcaNbBV);
padding: 0 15px;
}
.NEDFALhgujBG {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
margin-left: auto;
color: var(--psGdsaKBFeHd);
}

.wAduXgkCKxqS {
margin-left: 5px;
font-weight: 800;
}

.IIZltBJFymYo {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin: 15px 0;
}


.pZIcCKtLvNXI {
list-style: none;
display: flex;
align-items: flex-start;
gap: 30px;
font-family: Inter, sans-serif;
font-weight: 700;
font-size: 20px;
}

.pZIcCKtLvNXI {
display: flex;
align-items: center;
gap: 10px;
width: 100%;
list-style: none;
padding: 0;
margin: 0;
justify-content: space-evenly;
text-transform: uppercase;
}


.IPRZmTAUTXgo a {
color: var(--psGdsaKBFeHd);
}

.IPRZmTAUTXgo.active a {
color: var(--IZWKtcaOAxTD);
font-weight: bold;
}


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

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


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

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

.ClIOsnbeXJeK a:hover {
color: var(--psGdsaKBFeHd);
}

.DJMsdjfdPDzb{
background-color: var(--IZWKtcaOAxTD);
color: var(--psGdsaKBFeHd);
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);
}
}

.DJMsdjfdPDzb:hover {
background-color: var(--CUZFWPCZIrQI);
}

.qShSgIwWvWIx,
.sYJWAMEjJZtc{
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
}


.OOvrzPFHczfO,
.naAlqcBssHMJ {
display: flex;
gap: 12px;
}

.NaQSmpBZMoEl,
.HEmcFVMPRmbb {
display: flex;
flex-direction:column;
gap: 12px;
}

.WKqIPIDgeWiA {
position: relative;
flex: 1;
overflow: hidden;
}
.CRVYtuFSPjBC  {
margin: 0;
}
.ZJKfETFYgwwV {
width: 154px;
height: 70px;
opacity: 1;
position: absolute;
display: flex;
align-items: center;
justify-content: center;
background: var(--IZWKtcaOAxTD);
color: var(--psGdsaKBFeHd);
font-weight: bold;
font-size: 20px;
letter-spacing: 1px;
text-decoration: none;
opacity: 0;
transition: opacity 0.2s;
z-index: 1;
border-radius: 6px;
}
.WKqIPIDgeWiA:hover .ZJKfETFYgwwV {
opacity: 1;
color: var(--psGdsaKBFeHd);
}
.WKqIPIDgeWiA img {
display: block;
width: 100%;
height: auto;
border-radius: 6px;
}

.CRVYtuFSPjBC {
position: relative;
width:100%;
}

.CRVYtuFSPjBC::after {
content: "";
position: absolute;
inset: 0;
border-radius: 6px;
background: rgba(0, 0, 0, 0.55);
opacity: 0;
pointer-events: none;
transition: opacity 0.2s;
z-index: 1;
}

.WKqIPIDgeWiA:hover .CRVYtuFSPjBC::after {
opacity: 1;
}
.WKqIPIDgeWiA:focus .CRVYtuFSPjBC::after {
opacity: 1;
}

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

.oiGWqzrhoSqY {
background-color: var(--IZWKtcaOAxTD);
color: var(--psGdsaKBFeHd);
padding: 15px;
cursor: pointer;
min-width:350px;
text-align:center;
text-transform: uppercase;
transition: background-color 0.7s ease;
}

.qTrOhNKbnKDz {
background-color: var(--mIPBKHRonuwY);
}

.qTrOhNKbnKDz:hover{
background-color: var(--IZWKtcaOAxTD);
}

.oiGWqzrhoSqY:hover {
background-color: var(--CUZFWPCZIrQI);
}

.HyzMnLsdEaMQ {
color: var(--psGdsaKBFeHd);
font-weight: 700;
font-size: 24px;
letter-spacing: 0%;
text-align: center;
text-transform: uppercase;
}



/*FAQ*/
.xejpyaQSyZlZ {
background-color: var(--IHUbMWFWvaCj);
padding: 20px;
border-radius: 16px;
margin-bottom: 24px;
border: 1px solid var(--HUIxSUWcTAoK);
color: var(--psGdsaKBFeHd);
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
}
.MLynGpbxdpXD h3 {
font-size: 20px;

}
.jVhwgesradRW {
text-align: left;
}

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

.xejpyaQSyZlZ h3 {
margin: 10px 0;
}

.MDfDaQdqFWkT {
margin-top:40px;
}
.WwzcYuONeoUM ul,
.YyYXVnBIPlUv{
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0 15px;
}

.WwzcYuONeoUM{
width: 100%;
background: var(--iyAuDNzrKHwG);
}

.WwzcYuONeoUM ul {
display: flex;
list-style: none;
align-items: center;
justify-content: space-evenly;
gap: 40px;
text-transform: uppercase;
padding:15px;
}
.WwzcYuONeoUM ul li a {
color: var(--psGdsaKBFeHd);
}
.WwzcYuONeoUM ul li a:hover {
color: var(--xCXKTbvdAPJz);
}
.YyYXVnBIPlUv {
display: flex;
align-items: center;
justify-content: center;
gap: 32px;
flex-wrap: nowrap;
margin-top: 40px;
margin-bottom: 16px;
}
.XbxBCfYZDyUf {
margin-top: 35px;
display: flex;
align-items: center;
justify-content: center;
gap: 30px;
width: auto;
}
.XbxBCfYZDyUf .hAoEyQpXkPQb:first-child:first-child {
width: 48px;
}
.SDOnuzGvDcNX {
text-align:center;
color: var(--psGdsaKBFeHd);
}

.sTQPwLedCNAI {
padding: 30px 0;
}
.ZYOZcmbpRxhG {
display: flex;
gap: 28px;
justify-content: center;
flex-wrap: wrap;
}

.zhyeedurNTnF {
display: flex;
align-items: center;
background: var(--psGdsaKBFeHd);
border-radius: 12px;
padding: 7px 22px;
box-shadow: 0 2px 8px rgba(0,0,0,0.07);
font-family: Inter, sans-serif;
font-size: 18px;
color: var(--xYuhqeeqHwvg);
font-weight: 500;
text-decoration: none;
border: 2px solid transparent;
transition: border 0.18s, color 0.18s, background 0.18s;
}


.zhyeedurNTnF:hover,
.zhyeedurNTnF.is-active {
color: var(--psGdsaKBFeHd);
background: var(--CUZFWPCZIrQI);
}

.ZYOZcmbpRxhG {
display: flex;
margin-top: 20px;
}

.YAvQJYnOSFFn {
position: relative;
display: inline-block;
margin-top: 10px;
}

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


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

#GFwXdQsuEChV:checked + .weBbIbawGXbA .TRNyVsfofkmb {
transform: rotate(180deg);
}

.ccqsfdXJwHSE {
display: none;
position: absolute;
min-width: 145px;
background: var(--psGdsaKBFeHd);
border-radius: 12px;
box-shadow: 0 2px 10px rgba(0,0,0,0.10);
z-index: 99;
padding: 6px 0;
}
.oADWYlwlACGx{
left: 0;
bottom: 110%;
}
.icmMnrpQyBhO{
right: 0;
top: 110%;
}
#GFwXdQsuEChV:checked ~ .ccqsfdXJwHSE {
display: flex;
flex-direction: column;
animation: fadeInLangList 0.18s;
}
@keyframes fadeInLangList {
from { opacity: 0; transform: translateY(10px);}
to { opacity: 1; transform: translateY(0);}
}

.ccqsfdXJwHSE .zhyeedurNTnF {
white-space: nowrap;
border-radius: 8px;
padding: 8px 22px;
margin: 0 8px;
font-size: 17px;
background: transparent;
color: var(--xYuhqeeqHwvg);
border: none;
box-shadow: none;
font-weight: 500;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
}
.ccqsfdXJwHSE .zhyeedurNTnF:hover {
background: var(--CUZFWPCZIrQI);
}
.ccqsfdXJwHSE .zhyeedurNTnF.is-active {
font-weight: 600;
background: var(--CUZFWPCZIrQI);
border-radius: 8px;
}


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

.uDuwWbVjyfIl:hover {
opacity: 1;
}

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

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

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


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

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

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

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

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

.sfHOuNLakzHq:hover {
text-decoration: underline;
color: var(--CUZFWPCZIrQI);
}

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

.SaZqcNGvWKgI {
margin: 0 0.5em;
color: #999;
font-size: 1.2em;
line-height: 1;
}
.PoDYMbLmUKJU {
display: flex;
justify-content: space-between;
align-items: center;
margin: 40px 0;
padding: 0 40px;
}

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

.ZaCoZdWSEfmw:hover {
background-color: var(--CUZFWPCZIrQI);
color: var(--psGdsaKBFeHd);
}

.XiShDViWqDlB {
font-weight: 400;
}

.XiShDViWqDlB a {
font-weight: 400;
}

.ZKZolCTkeZkK {
margin-top: 30px;
background-color: var(--IZWKtcaOAxTD);
width: 100%;
border: 1px solid var(--HUIxSUWcTAoK);
padding: 15px;
box-sizing: border-box;
border-radius: 15px;
}

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

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

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

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

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

.ICjVbCthEcZu {
width: 150px;
}

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

.KKSDAiprVCyX {
margin-left: 24px;
}

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

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

.HRlZkAMDpKeg:hover {
background-color: var(--CUZFWPCZIrQI);
color: var(--psGdsaKBFeHd);
}



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


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

table thead {
background-color: var(--psGdsaKBFeHd);
height: 50px;
border-radius: 16px 16px 0 0;
border: none;

}

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

table thead th:first-child {
border-radius: 16px 0 0 0;
color: var(--xYuhqeeqHwvg);
}

table thead th:last-child {
border-radius: 0 16px 0 0;
color: var(--xYuhqeeqHwvg);
}

table tbody tr:first-child th {
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 10px;
color: var(--xYuhqeeqHwvg);
background-color: var(--psGdsaKBFeHd);
}

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


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

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(--psGdsaKBFeHd);
}

@media(max-width: 1200px){
.sYJWAMEjJZtc,
.qShSgIwWvWIx,
.WwzcYuONeoUM ul,
.YyYXVnBIPlUv{
padding: 0 30px;
}

.IPRZmTAUTXgo a{
font-size: 16px;
}
.sTQPwLedCNAI{
padding: 30px 15px;
text-align: center;
padding-bottom:70px;
}
.YyYXVnBIPlUv {
flex-direction: column;
}

.uDuwWbVjyfIl {
bottom: 75px;
}

}

@media(max-width: 992px){
.sYJWAMEjJZtc {
gap: 10px;
align-items: center;
justify-content: space-between;
}

.CzwEzXhLTUcf {
width: 50px;
}
.UusqSAdomPqF:nth-child(1),
.UusqSAdomPqF:nth-child(2),
.UusqSAdomPqF:nth-child(3){
width: 33%;
}

.IPRZmTAUTXgo:nth-last-child(2) {
margin-left: 0;
}

.yOfjmOrPoVnv{
text-align: center;
padding: 0 10px;
}
.KKSDAiprVCyX {
margin-left: 10px;
}
}

@media(max-width: 768px){
.sYJWAMEjJZtc,
.qShSgIwWvWIx,
.WwzcYuONeoUM ul,
.YyYXVnBIPlUv{
padding: 0 15px;
}
.WgbAfDrhykMu{
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(--CHdzyXcaNbBV);
border-top: 1px solid var(--HUIxSUWcTAoK);
}
.WgbAfDrhykMu a:first-child{
border: 1px solid var(--IZWKtcaOAxTD);
}

.NEDFALhgujBG {
display: block;
color: var(--psGdsaKBFeHd);
position: absolute;
top: 10px;
right: 0;
}

#LBQikVvqyfSs {
display: none;
}

#LBQikVvqyfSs.active {
display: block;
position: absolute;
z-index: 9999;
background-color: var( --CHdzyXcaNbBV);
top: 80px;
left: 0;
padding-bottom: 20px;
margin: 0;
}
.IPRZmTAUTXgo a{
font-size: 16px;
}

.pZIcCKtLvNXI{
flex-direction:column;
gap:0;
}
.evHLJJDIQfMx{
margin-top:20px;
}
.ClIOsnbeXJeK {
font-size: 26px;
width: 70%;
left: 50%;
height: unset;
}

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

.WwzcYuONeoUM ul {
display: flex;
flex-direction: column;
gap: 10px;
padding: 15px;
}
.gGOxSSibMcGE {
width: 100%;
}
.XbxBCfYZDyUf {
justify-content: center;
flex-wrap: wrap;
gap: 15px;
}

.YvUXSxWdXyuP{
flex-direction: column;
gap: 30px;
}
.UusqSAdomPqF:nth-child(1){
width: 100%;
justify-content: center;
}
.UusqSAdomPqF:nth-child(2){
width: 50%;
border: none;
}
.UusqSAdomPqF:nth-child(3) {
width: 50%;
}
.PoDYMbLmUKJU{
padding: 0;
}

.NaQSmpBZMoEl,
.HEmcFVMPRmbb {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 36px;
max-width: 560px;
margin-inline: auto;
}
.OOvrzPFHczfO,
.naAlqcBssHMJ {
display: contents;
}
.HEmcFVMPRmbb .naAlqcBssHMJ:last-child .WKqIPIDgeWiA:last-child {
grid-column: 1 / -1;
justify-self: center;
width: calc(50% - 18px);
}
}

@media(max-width: 576px){

.CzwEzXhLTUcf {
width: 50px;
margin-left: 5px;
}

.WgbAfDrhykMu {
margin: 0 auto;
}
.ClIOsnbeXJeK {
font-size: 20px;
width: 100%;
}

.DJMsdjfdPDzb {
font-size: 20px;
}
.oiGWqzrhoSqY {
min-width:250px;
}
.oiGWqzrhoSqY a{
font-size: 18px;
}
}

@media(max-width: 480px){
.NaQSmpBZMoEl,
.HEmcFVMPRmbb {
gap: 20px;
}
.HEmcFVMPRmbb .naAlqcBssHMJ:last-child .WKqIPIDgeWiA:last-child {
width: calc(50% - 10px);
}
.UusqSAdomPqF:nth-child(1) {
flex-direction: column;
}

.UusqSAdomPqF:nth-child(2),
.UusqSAdomPqF:nth-child(3) {
width: 100%;
}
.KKSDAiprVCyX {
margin-left: 0px;
}

.HRlZkAMDpKeg{
padding: 10px 20px;
}
table thead th {
font-size: 14px;
}
table tbody td {
font-size: 14px;
}
.uDuwWbVjyfIl {
position: fixed;
bottom: 30px;
right: 30px;
width: 30px;
height: 30px;
}
.uDuwWbVjyfIl::after, .btn-up::before {
width: 14px;
}
.ICjVbCthEcZu {
width: 100px;
}
.yOfjmOrPoVnv{
font-size: 14px;
}

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

.PoDYMbLmUKJU {
flex-direction: column;
margin: 20px 0 20px 0;
}
.XiShDViWqDlB{
margin-top: 15px;
}
}

@media (max-width: 360px) {
.gLzSdtOUXxIO{
font-size:16px;
}
}


.IPRZmTAUTXgo {
position: relative;
}

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

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

.IPRZmTAUTXgo:hover > .RlHciFMllPAl {
display: block;
}

.bzCqVivREeoC {
margin: 0;
}

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

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



/*popup*/
.kuvfStBlavwL {
background: var(--hrAiVOqHEvXW);
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;
}
.HNWqSejTbUVv {
display: flex;
}
.ABifAWHnLHIR {
margin-left: 15px;
}
.CYAnlKWZLXij {
width: 130px;
height: 100%;
border-radius: 16px;
}
.qKZGOUZCdmib {
font-size: 24px;
font-weight: 600;
}
.zHhBWwzSWNET {
margin-top: 10px;
color: var(--xYuhqeeqHwvg);
}
.BhgBysFCFvgZ {
width: 240px;
height: 50px;
margin: 10px auto 0 auto;
background: var(--mIPBKHRonuwY);
color: #fff;
text-decoration: none;
display: flex;
align-items: center;
justify-content: center;
border-radius: 8px;
transition: all 0.7s ease-in-out;
color: var(--psGdsaKBFeHd);
}
.BhgBysFCFvgZ:hover{
background: var(--CUZFWPCZIrQI);
transition: all 0.7s ease-in-out;
color: var(--psGdsaKBFeHd);
}
.VQRNBXViruph {
width: 30px;
height: 30px;
background-color: #eee;
position: absolute;
left: -15px;
top: -15px;
border-radius: 15px;
border: 1px solid #1e232f;
cursor: pointer;
}
.CnDxtKWeRYzn {
position: relative;
}
.CnDxtKWeRYzn::after {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(-45deg);
top: 12px;
left: 3px;
}
.CnDxtKWeRYzn::before {
content: "";
position: absolute;
display: block;
width: 22px;
height: 3px;
background-color: #1e232f;
transform: rotate(45deg);
top: 12px;
left: 3px;
}
.lVaxdUHktlCc {
opacity: 1;
left: 40px;
transition: all 0.3s ease-in-out;
visibility: visible;
background-color: var(--YFPgXPnSiGmq);
}
@media(max-width: 576px){
.kuvfStBlavwL{
max-width: 93%;
left: 20px;
padding-right: 15px;
}
.CYAnlKWZLXij {
width: 70px;
}
.zHhBWwzSWNET {
margin-right: 15px;
}
.BhgBysFCFvgZ{
width: 220px;
}
}
@media(max-width: 480px){

.HNWqSejTbUVv {
display: flex;
flex-direction: column;
align-items: center;
}
.BhgBysFCFvgZ {
width: 200px;
margin-top: 0;
height: 40px;
}
.zHhBWwzSWNET {
margin-right: 0;
text-align: center;
}
.ABifAWHnLHIR {
margin-left: 0;
}
}
