:root {
--mxnkhpozNaTo:  #FFFCFF;
--bAcJMOJnROOY: #090917;
--MeVXUXwjUkCC: #ED2E2E;
--RQqhxOccTwhx: #24263F;
--FAvkrhufxsCw:  #192225;
--WzRBqhTfKzdu:  #060A13;
--umYiQSBBjWPY:  #1DA609;
}

* {
box-sizing: border-box;
}

.EhVgSrwBhYgc a,
.KhQaVwEBdRWu a{
color: var(--mxnkhpozNaTo);
font-weight:600;
text-decoration: none;
font-size:16px;
}

a:hover {
text-decoration: underline;
}

body {
font-family: "Inter", sans-serif;
font-weight: 400;
font-size: 18px;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: var(--mxnkhpozNaTo);
color: var(--bAcJMOJnROOY);
scroll-behavior: smooth;
}

p {
font-size: 18px;
line-height: 21px;
}



h1 {
font-size: 34px;
line-height: 41px;
}

h2 {
font-size: 30px;
line-height: 36px;
}

h3 {
font-size: 24px;
line-height: 29px;
}

h4 {
font-size: 20px;
line-height: 24px;
}

img {
width: 100%;
}

figure {
margin: 0 0 24px;
}



.wqgHUnUxWCAn{
padding-inline:24px;

}
.QQQxNBKFEURe {
max-width: 1200px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
position: relative;

}

.UiezOGkJCTHl,
.bsUlcRMadYQd,
.anqaAKaHvsAo {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.EhVgSrwBhYgc {
padding: 10px 24px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--FAvkrhufxsCw);
}
.QQQxNBKFEURe img,
.UnwEBLohraAq{
width: 70px;
border-radius:10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.enBLwTDkRJyv {
display: flex;
align-items: center;
justify-content: center;
}

.eRNTDrkVOWjv {
list-style: none;
display: flex;
align-items: flex-start;
gap: 20px;
font-weight: 700;
font-size: 18px;
}

.eRNTDrkVOWjv {
white-space: nowrap;
display: flex;
align-items: center;
gap: 20px;
width: 100%;
list-style: none;
padding: 25px;
margin: 0;

}


.wgUWlCArEvQh.active a {
font-weight: bold;
text-decoration: underline;

}
.wgUWlCArEvQh {
cursor: pointer;

}

.UiezOGkJCTHl {
padding: 2rem;
border-radius: 0.25rem;
}

.JoNkgFvKpxRr {
display: flex;
justify-content: end;
align-items: center;
gap: 10px;
}

.JoNkgFvKpxRr a {
font-size: 16px;
white-space: nowrap;
word-break: keep-all;
padding: 10px 20px;
text-align: center;
border-radius: 15px;
background-color: var(--bAcJMOJnROOY);
color: var(--mxnkhpozNaTo);
}

.JoNkgFvKpxRr a:nth-child(2) {
background-color: var(--MeVXUXwjUkCC);
border-radius: 16px;
padding: 10px 20px;
font-weight: 700;
transition: background 0.2s;
animation: pulse 2s infinite;
}

.JoNkgFvKpxRr a:nth-child(2):hover {
transform: translateY(-3px);
}


.qHwJLhrmOsZF {
box-shadow: 3px 3px 15px #000;
border-radius: 22px;
position: relative;
overflow: hidden;
display: block;
width: 100%;
max-height: 400px;
aspect-ratio: 16 / 7;
background-color: rgba(0, 0, 0, 0.18);
}

.COGbOpjoJGAu {
position: relative;
width: 100%;
height: 100%;
}

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


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

.PRTNOhZxGWdN {
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
padding: 32px 21px;
z-index: 2;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
font-size: 24px;
gap: 28px;
border-radius: 30px;
color: var(--mxnkhpozNaTo);
background: rgba(22, 14, 12, 0.7);
box-shadow: 0 18px 45px rgba(0, 0, 0, 0.35);
backdrop-filter: blur(6px);
-webkit-backdrop-filter: blur(6px);
transition: background-color 0.7s ease, box-shadow 0.3s ease;
}

.PRTNOhZxGWdN > div {
max-width: 100%;
}


.rsclNEvvfCyW{
background-color: var(--MeVXUXwjUkCC);
color: var(--mxnkhpozNaTo);
border: none;
cursor: pointer;
z-index: 2;
font-size: 24px;
line-height: 1;
border-radius: 20px;
padding: 20px;
transition: all 0.25s ease;
animation: pulse 2s infinite;
text-decoration: none;
text-transform: uppercase;
}

@keyframes pulse {
0% {
transform: scale(0.9);
}
50% {
transform: scale(1);
}
100% {
transform: scale(0.9);
}
}


.rsclNEvvfCyW:hover {
text-decoration: none;
transform: translateY(-3px);
}

.DecfBvoGjKih {
display: flex;
justify-content: space-evenly;
gap: 20px;
margin-block: 40px;
flex-wrap: wrap;
}

.gPONOGtBDXKC {
background-color: var(--MeVXUXwjUkCC);
padding: 15px;
border: none;
border-radius: 20px;
cursor: pointer;
min-width:250px;
text-align:center;
text-transform: uppercase;
transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, background-color 0.25s ease;
}

.gPONOGtBDXKC:hover {

transform: translateY(-3px);
}

.veAjmMWTCgqy {
color: var(--mxnkhpozNaTo);
font-weight: 700;
font-size: 24px;
letter-spacing: 0%;
text-align: center;
text-decoration:none;
}

.UWholQTNEsAM {
margin: 40px 0;
}

.ifkClLBEwQVb {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 20px;
}

.NiKELIDKmktO {
position: relative;
min-width: 0;
}

.NiKELIDKmktO figure,
.UlsrpcLtJocb.NiKELIDKmktO figure {
position: relative;
margin: 0;
overflow: hidden;
border-radius: 10px;
aspect-ratio: 385 / 500;
background: rgba(0, 0, 0, 0.12);
}

.NiKELIDKmktO img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.35s ease;
}

.NiKELIDKmktO figure::after {
content: "";
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
transition: opacity 0.25s ease;
pointer-events: none;
}

.LoouKScGEjnc {
position: absolute;
inset: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 14px;
padding: 20px;
opacity: 0;
visibility: hidden;
transition: opacity 0.25s ease, visibility 0.25s ease;
z-index: 1;
}

.DPuuRdIhqAHe {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 124px;
padding: 12px 24px;
border-radius: 14px;
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
font-weight: 700;
line-height: 1;
color: color:var(--mxnkhpozNaTo);
background: var(--MeVXUXwjUkCC);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
transition: transform 0.2s ease, background-color 0.2s ease;
}

.LoouKScGEjnc .DPuuRdIhqAHe:last-child {
background-color: var(--umYiQSBBjWPY);
}

.NiKELIDKmktO:hover img,
.NiKELIDKmktO:focus-within img {
transform: scale(1.03);
}

.NiKELIDKmktO:hover figure::after,
.NiKELIDKmktO:focus-within figure::after {
opacity: 1;
}

.NiKELIDKmktO:hover .LoouKScGEjnc,
.NiKELIDKmktO:focus-within .LoouKScGEjnc {
opacity: 1;
visibility: visible;
}

.DPuuRdIhqAHe:hover,
.DPuuRdIhqAHe:focus-visible {
transform: translateY(-1px);
text-decoration: none;
filter: brightness(1.05);
}


table {
border-radius:15px;
border: 1px solid var(--RQqhxOccTwhx);
overflow-x: auto;
overflow-y: hidden;
border: none;
border-collapse: collapse;
-webkit-overflow-scrolling: touch;
color: var(--bAcJMOJnROOY);
width:100%;
}

td {
padding: 10px;
white-space: normal;
border: 1px solid var(--PPqMcrLYqECY);
}

table thead th {
color: var(--mxnkhpozNaTo);
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 10px;
background-color: var(--FAvkrhufxsCw);
}
table thead th:first-child {
border-top-left-radius: 15px;
}

table thead th:last-child {
border-top-right-radius: 15px;
}
table tbody tr {
border-bottom: 1px solid var(--RQqhxOccTwhx);
}


table tbody {
outline: 1px solid var(--bAcJMOJnROOY);
outline-offset: -1px;

}

table tbody td {
padding: 10px;

}
.HjnzzPAUGWWt {
display: flex;
flex-direction: column;
gap: 32px;
margin: 32px 0 40px;
}

.YHuInzAwpYPz {
padding: 18px 16px 16px;
border-radius: 18px;
margin-bottom: 0;
border: 1px solid rgba(255, 255, 255, 0.06);
background: var(--RQqhxOccTwhx);
color: var(--mxnkhpozNaTo);
}

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

.YHuInzAwpYPz label {
display: block;
cursor: pointer;
}

.YHuInzAwpYPz h3 {
margin: 0;
}

.esPNpOrsEubr {
font-size: 20px;
font-weight: 700;
line-height: 1.35;
padding-bottom: 14px;
border-bottom: 1px solid var(--FAvkrhufxsCw);
}

.uHkUaYjRlmpR {
padding-top: 12px;
}

.uHkUaYjRlmpR p {
margin: 0;
}

.DGLvbnjovgNF:first-child {
margin-top: 0;
margin-bottom: 12px;
}


.DGLvbnjovgNF {
width: 50%;
}

.iXHjkTFcwpSN {
font-size: 0.9em;
color: #666;
}


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

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

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

.XSwkoKDLmYID:hover {
text-decoration: underline;
color: var(--DmEugHvePvjD);
}

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

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

.zZEjMCWzeuTl {
background-color: var(--mxnkhpozNaTo);
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding-inline:2rem;
}

.anqaAKaHvsAo {
text-align: center;
}

.HDKgAajriHVD {
position: fixed;
bottom: 40px;
right: 40px;
width: 55px;
height: 55px;
cursor: pointer;
border-radius:15px;
background-color: var(--bAcJMOJnROOY);
transition: opacity 0.3s ease;
display: flex;
align-items: center;
justify-content: center;
}

.HDKgAajriHVD::after {
content: "\f062";
font-family: "Font Awesome";
font-size: 24px;
color: var(--mxnkhpozNaTo);
}

.GNrwdPWPpaYl {
display: none;
background: none;
border: none;
font-size: 2rem;
cursor: pointer;
z-index: 1001;
}
.GNrwdPWPpaYl::before {
content: '☰';
display: block;
transition: 0.3s;

}

.vlgJTmraQRtN {
display: none;
}

.liGtbPIaNlMv {
display: none;
}

.YKNMlHOyBOju {
display: none;
}

.WJVWKqiPwSBH {
display: flex;
}

.KcBQDPoXtzaj {
display: none;
}
.lLHRoiVSoiUt:checked {
opacity: 1;
visibility: visible;
}
.lLHRoiVSoiUt:checked + label::before {
content: '✕';
}

.DkKbuHwftIqr {
display: block;
text-decoration: none;
color: inherit;
position: relative;
}

.CWrerTZQAKjP {
display: none;
position: absolute;
border-radius: 15px;
background-color: var(--FAvkrhufxsCw);
border: 1px solid var(--RQqhxOccTwhx);
list-style: none;
margin: 0;
padding: 20px;
min-width: 180px;
z-index: 100;
left: 50%;
transform: translate(-50%);
}

@media (hover: hover) and (pointer: fine) {
.wgUWlCArEvQh:hover > .CWrerTZQAKjP {
display: block;
text-align: center;
width: 100%;
}
}
@media (hover: hover) and (pointer: fine) {
.mDQJOKJilafG:hover > .CWrerTZQAKjP {
display: block;
}
.CWrerTZQAKjP .CWrerTZQAKjP {
position: static;
transform: none;
min-width: 0;
margin: 8px 0 0;
padding: 0 0 0 12px;
border: 0;
background: transparent;
border-radius: 0;
text-align: left;
}
}
.IxajfeGiGQTG {
display: none;
}
.IxajfeGiGQTG::before {
content: "\f107";
font-family: "Font Awesome";
font-weight: 900;
font-size: 14px;
line-height: 1;
transition: transform 0.3s ease;
}
.FVvXcMwAIJHG{
position:relative;
}

.FVvXcMwAIJHG > a,
.FVvXcMwAIJHG > span {
position: relative;
display: inline-flex;
align-items: center;
padding-right: 24px;
}

.FVvXcMwAIJHG > a::after,
.FVvXcMwAIJHG > span::after{
content: "\f107";
font-family: "Font Awesome";
font-weight: 900;
font-size: 14px;
line-height: 1;
position: absolute;
top: 50%;
right:0;
transform: translateY(-50%);
transition: transform 0.3s ease;
pointer-events: none;
}

.mDQJOKJilafG {
margin: 0;
}
.mDQJOKJilafG a{
overflow-wrap: break-word;
white-space: normal;
}

.eUjPjRJicWIK {
padding:5px;
}

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

.KhQaVwEBdRWu{
background-color: var(--WzRBqhTfKzdu);
color: var(--mxnkhpozNaTo);
}

.fEXmKQdRFvuu {
display: flex;
align-items: center;
justify-content: center;
gap: 25px;
flex-wrap: nowrap;
margin: 0 auto 60px;
}

.mAnuHANgbFbU {
display: flex;
}

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

.IXGJmJrQCgpR {
color: var(--mxnkhpozNaTo);
border: 1px solid var(--mxnkhpozNaTo);
font-size: 16px;
font-weight: 600;
border-radius: 15px;
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;
}

.IXGJmJrQCgpR::after {
content: "\f107";
font-family: "Font Awesome";
font-weight: 900;
font-size: 16px;
line-height: 1;
margin-left: 6px;
transition: transform 0.22s;
}

#zKzMENyxsIjo:checked + .IXGJmJrQCgpR::after {
transform: rotate(180deg);
}

.qXVGYUvFQRfl {
display: none;
position: absolute;
min-width: 145px;
color: var(--bAcJMOJnROOY);
background-color: var(--mxnkhpozNaTo);
border-radius: 15px;
box-shadow: 0 2px 10px rgba(0,0,0,0.10);
border: 1px solid var(--bAcJMOJnROOY);
z-index: 99;
padding: 6px 0;
}

#zKzMENyxsIjo:checked ~ .qXVGYUvFQRfl {
display: flex;
flex-direction: column;
animation: fadeInLangList 0.18s;
}
@keyframes fadeInLangList {
from { opacity: 0; transform: translateY(10px);}
to { opacity: 1; transform: translateY(0);}
}

.qXVGYUvFQRfl .dKjPeTBvjDhn {
white-space: nowrap;
border-radius: 8px;
padding: 8px 22px;
font-weight: 500;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
color: var(--bAcJMOJnROOY);
}
.qXVGYUvFQRfl .dKjPeTBvjDhn:hover {
background-color: var(--MeVXUXwjUkCC);
color: var(--bAcJMOJnROOY);
}
.qXVGYUvFQRfl .dKjPeTBvjDhn.is-active {
color: var(--mxnkhpozNaTo);
font-weight: 600;
background: var(--DmEugHvePvjD);
border-radius: 8px;
}
.KhQaVwEBdRWu{
padding:2rem;
}
.YUEOrAXYZqkQ{
display: flex;
gap: 30px;
justify-content: center;
text-align: center;
max-width: 800px;
flex-wrap: wrap;
margin: 0 auto;
list-style: none;
padding:0;
}

.ZpLEWKyLsTVN{
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 20px;
margin-bottom:20px;
}

.TMdOHUhctRaw{
width: 200px;
height: auto;
}
.KDXkiyepxJgY{
width: 150px;
height: auto;
}
.ezefQrBrbmAX{
width: 45px;
height: auto;
}


.FBEchopGHgPk {
display: flex;
justify-content: space-between;
border-radius: 18px;
padding: 20px;
color: var(--bAcJMOJnROOY);
background-color: var(--JANqCYNtKhXx);
}
.FBEchopGHgPk .dGOfBSsQupvh ul,
.FBEchopGHgPk .dGOfBSsQupvh ol {
list-style: none;
padding: 0;
margin: 0;
}

.FBEchopGHgPk .dGOfBSsQupvh li {
list-style: none;
margin-bottom: 10px;
}
.QHXvAEkicSWq,
.UaxABgiPmUvK{
width: 50%;
}
.QHXvAEkicSWq .dGOfBSsQupvh ol li::before,
.QHXvAEkicSWq .dGOfBSsQupvh ul li::before {
content: "✅";
margin-right: 6px;
display: inline-block;
}

.UaxABgiPmUvK .dGOfBSsQupvh ol li::before,
.UaxABgiPmUvK .dGOfBSsQupvh ul li::before {
content: "❌";
margin-right: 6px;
display: inline-block;
}

.FBEchopGHgPk h3{
text-align:center;
color: var(--cmcQklRnXoNt);
}

@media(max-width: 1100px){
.wqgHUnUxWCAn{
padding-inline:0px;
}

.ifkClLBEwQVb {
grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tmQuxTJKhhJX .kMOCAlIxawAJ {
min-width: 180px;
}
table{
display: block;
width: max-content;
max-width: 100%;
margin: 0 auto;
}
table:has(tr:first-child > td:nth-child(2):last-child),
table:has(tr:first-child > th:nth-child(2):last-child){
display: table;
width: 100%;
min-width: 0;
table-layout: fixed;
white-space: normal;
}

table:has(tr:first-child > td:nth-child(2):last-child) td,
table:has(tr:first-child > th:nth-child(2):last-child) th,
table:has(tr:first-child > th:nth-child(2):last-child) td {
width: 50%;
}
table:has(tr:first-child > th:nth-child(2):last-child) thead th:first-child {
border-top-left-radius: 15px;
}

table:has(tr:first-child > th:nth-child(2):last-child) thead th:last-child {
border-top-right-radius: 15px;
}
}

@media(max-width: 992px){
.EhVgSrwBhYgc .ajkLWLxRCGiS{
margin-right:0;
}

.ifkClLBEwQVb {
grid-template-columns: repeat(3, minmax(0, 1fr));
}
}

@media(max-width: 767px){
.EhVgSrwBhYgc {
padding: 10px 20px;
}
.QQQxNBKFEURe{
padding: 0;
justify-content: space-between;
flex-wrap: wrap;
}

.ifkClLBEwQVb {
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 16px;
}

.DPuuRdIhqAHe {
min-width: 108px;
padding: 10px 18px;
font-size: 14px;
}

.PRTNOhZxGWdN {
padding: 20px;
gap: 20px;
font-size:18px;

}

.rsclNEvvfCyW {
font-size: 18px;
padding: 16px 28px;
}

h1{
font-size: 32px;
line-height: 38px;
}
h2{
font-size: 28px;
line-height: 34px;
}
h3{
font-size: 22px;
line-height: 27px;
}
h4{
font-size: 18px;
line-height: 22px;
}
.GNrwdPWPpaYl {
display: block;
color: var(--mxnkhpozNaTo);
order:2;
padding-right: 0;
margin-left: 0;
position: relative;
z-index: 1002;
}

.YKNMlHOyBOju {
display: inline-flex;
align-items: center;
justify-content: center;
order: 1;
padding:16px;
min-width:150px;
border-radius: 16px;
background-color: var(--MeVXUXwjUkCC);
color: var(--bAcJMOJnROOY);
font-size: 14px;
font-weight: 700;
line-height: 1;
white-space: nowrap;
text-decoration: none;
animation: pulse 2s infinite;
}

.YKNMlHOyBOju:hover {
text-decoration: none;
transform: translateY(-3px);
}

#sgPkiMJeIYFl {
width: min(75vw, 360px);
max-width: 100%;
height: 100dvh;
overflow-y: auto;
transform: translateX(-100%);
position: fixed;
left:0;
bottom: 0;
background-color: var(--FAvkrhufxsCw);
top:0;
opacity: 1;
z-index: 1001;
padding:25px;
transition: transform .3s ease;
flex-direction: column;
align-items: stretch;
justify-content: flex-start;
gap: 20px;
}
.lLHRoiVSoiUt:checked ~ #sgPkiMJeIYFl {
transform: translateX(0);
}
.lLHRoiVSoiUt:checked ~ .vlgJTmraQRtN {
display: block;
position: fixed;
inset: 0;
background: rgba(32, 32, 32, 0.45);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
z-index: 1000;
}
.eRNTDrkVOWjv {
flex-direction: column;
gap: 0px;
padding: 0;
}

#sgPkiMJeIYFl .JoNkgFvKpxRr {
flex-direction: column;
}

#sgPkiMJeIYFl .JoNkgFvKpxRr a {
min-width: 100%;
}

.KcBQDPoXtzaj {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
padding-bottom: 4px;
}

.liGtbPIaNlMv {
display: flex;
}

.WJVWKqiPwSBH {
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(--FAvkrhufxsCw);
}

.WJVWKqiPwSBH a {
max-width: none;
width: 100%;
}


.HDKgAajriHVD {
position: fixed;
bottom: 75px;
right: 20px;
}

.tmQuxTJKhhJX .kMOCAlIxawAJ {
min-width: 260px;
}
nav.enBLwTDkRJyv li {
width:100%;
text-align:left;
padding: 10px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
nav.enBLwTDkRJyv li > a,
nav.enBLwTDkRJyv li > span {
flex: 1 1 auto;
}
.FVvXcMwAIJHG > a::after,
.FVvXcMwAIJHG > span::after {
display: none;
}
.IxajfeGiGQTG {
display: flex;
flex: 0 0 44px;
align-items: center;
justify-content: center;
min-height: 44px;
margin-left: auto;
cursor: pointer;
}
.GMIuyzmIeuLc:checked ~ .IxajfeGiGQTG::before {
transform: rotate(180deg);
}
.GMIuyzmIeuLc:checked ~ .CWrerTZQAKjP {
display: block;
}
.enBLwTDkRJyv li span{
position:relative;
display:inline-flex;
align-items: center;
padding-right: 24px;
}
.FVvXcMwAIJHG.is-active > a::after,
.FVvXcMwAIJHG.is-active > span::after {
transform: translateY(-50%) rotate(180deg);
}
.wgUWlCArEvQh.is-active > a,
.wgUWlCArEvQh.is-active > span {
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.UiezOGkJCTHl {
padding: 20px;
}
.CWrerTZQAKjP {
display: none;
position: static;
box-shadow: none;
transform: translate(0);
min-width: 100%;
flex-basis: 100%;
padding: 12px 0 0 12px;
border: 0;
}
.CWrerTZQAKjP li{
padding: 5px 0;

}

.wgUWlCArEvQh.is-active > .CWrerTZQAKjP {
display: block;
}
.wgUWlCArEvQh.is-active {
box-shadow:
inset 0 1px 0 rgba(0,0,0,0.06),
0 4px 10px rgba(0,0,0,0.08);
}
.wgUWlCArEvQh{
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.FwsQhUiluquV{
flex-direction:column;
}

.DGLvbnjovgNF {
width: 100%;
}

.PYJaxTjpIXQY{
flex-direction: column;
gap:20px;
}
.KhQaVwEBdRWu{
margin-bottom: 70px;
}

.fEXmKQdRFvuu{
flex-direction: column;
}

}

@media(max-width: 576px){
.WJVWKqiPwSBH {
gap: 12px;
}

.qHwJLhrmOsZF {
aspect-ratio: 4 / 3;
max-height: none;
}

.PRTNOhZxGWdN {
width: 90%;
}
.rsclNEvvfCyW {
width: auto;
max-width: 100%;
font-size: 16px;
padding: 14px 20px;
}

.FBEchopGHgPk {
flex-wrap: wrap;
}
.FBEchopGHgPk .DGLvbnjovgNF {
width: 100%;
}

.iXHjkTFcwpSN {
font-size: 14px;
}
h1{
font-size: 28px;
line-height: 34px;
}
h2{
font-size: 24px;
line-height: 29px;
}
h3{
font-size: 20px;
line-height: 24px;
}
h4{
font-size: 18px;
line-height: 22px;
}
.ZpLEWKyLsTVN,
.YUEOrAXYZqkQ{
flex-direction:column;
gap:15px;
align-items: center;
}

}
