:root {
--TpTRgmiwqitK:  #0D0716;
--XeYAljzlaEyG: #F8FCF8;
--xIQsrzFmsXpA: #208E08;
--wpzBkrYpRFlw: #252842;
--JfUUqdddhpXH:  #383838;
--ZQGQZemgamLF:  #070612;
--vnqbRMzKcdEE:  #E41E26;
}

* {
box-sizing: border-box;
}

.YdxtZgKrKJoM a,
.pSASNIqWNRLw a{
color: var(--XeYAljzlaEyG);
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(--TpTRgmiwqitK);
color: var(--XeYAljzlaEyG);
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;
}



.HpAoVzZHpOHJ{
padding-inline:24px;

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

}

.uJlqQIVnXOgh,
.RxUBlqhbzPwH,
.WYaABbYrjFLz {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.YdxtZgKrKJoM {
padding: 10px 24px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--JfUUqdddhpXH);
}
.qLJtBZYaTJyk img,
.yzibWtGRDwYx{
width: 70px;
border-radius:10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.DlqrJgYSXgIm {
display: flex;
align-items: center;
justify-content: center;
}

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

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

}


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

}
.ePABnzYErIZJ {
cursor: pointer;

}

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


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

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

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

.hIGAscnTtSmW a:nth-child(2):hover {
box-shadow: 0 12px 24px rgba(42, 155, 32, 0.3);
transform: translateY(-3px);
}


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

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

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


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

.FXwwaFGplIXG {
position: absolute;
transform: translate(-50%, -50%);
left: 50%;
top: 50%;
padding: 32px 21px;
z-index: 2;
border-radius: 30px;
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;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
font-size: 24px;
gap: 28px;

}

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


.VVFtHJMzXGLr{
background-color: var(--xIQsrzFmsXpA);
color: var(--XeYAljzlaEyG);
border: none;
cursor: pointer;
z-index: 2;
font-size: 24px;
line-height: 1;
border-radius: 20px;
padding: 20px;
transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, background-color 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);
}
}


.VVFtHJMzXGLr:hover {
box-shadow: 0 14px 30px rgba(42, 155, 32, 0.35);
text-decoration: none;
transform: translateY(-3px);
}

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

.AOczkYdxPZsa {
background-color: var(--xIQsrzFmsXpA);
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;
}

.AOczkYdxPZsa:hover {
box-shadow: 0 12px 24px rgba(42, 155, 32, 0.3);
transform: translateY(-3px);
}

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

.ErOoBAiUQKaD {
margin: 40px 0;
}

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

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

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

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

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

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

.oyTQKuVDxWqD {
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:var(--XeYAljzlaEyG);
background: var(--xIQsrzFmsXpA);
box-shadow: 0 8px 20px rgba(0, 0, 0, 0.22);
transition: transform 0.2s ease, background-color 0.2s ease;
}

.yIhvVryJxECu .oyTQKuVDxWqD:last-child {
background-color: var(--vnqbRMzKcdEE);
}

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

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

.otZAJTfNQasR:hover .yIhvVryJxECu,
.otZAJTfNQasR:focus-within .yIhvVryJxECu {
opacity: 1;
visibility: visible;
}

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


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

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

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

table tbody tr {
border-bottom: 1px solid var(--wpzBkrYpRFlw);
}

table thead th:first-child {
border-top-left-radius: 15px;
}

table thead th:last-child {
border-top-right-radius: 15px;
}

table tbody td {
padding: 10px;

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

.MgiyiufySaHi {
padding: 18px 16px 16px;
border-radius: 18px;
margin-bottom: 0;
border: 1px solid rgba(255, 255, 255, 0.06);
background: var(--wpzBkrYpRFlw);

}

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

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

.MgiyiufySaHi h3 {
margin: 0;
}

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

.XmArnXcVsGkZ {
padding-top: 12px;
}

.XmArnXcVsGkZ p {
margin: 0;
}

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


.srxtjYsITAzG {
width: 50%;
}

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


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

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

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

.aVsxvCcFJpfw:hover {
text-decoration: underline;
color: var(--HKBYJCcNzXTl);
}

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

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

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

.WYaABbYrjFLz {
text-align: center;
}

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

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

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

}

.eaSJHpBKjbOU {
display: none;
}

.fZtdyPiXGLbt {
display: none;
}

.zmfvBaxfWFgo {
display: none;
}

.SmYOhXibEQUq {
display: flex;
}

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

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

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

@media (hover: hover) and (pointer: fine) {
.ePABnzYErIZJ:hover > .NvelTocmFYMO {
display: block;
text-align: center;
width: 100%;
}
}
@media (hover: hover) and (pointer: fine) {
.RYcGSXUpjkvv:hover > .NvelTocmFYMO {
display: block;
}
.NvelTocmFYMO .NvelTocmFYMO {
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;
}
}
.omcWaYiHSLYw {
display: none;
}
.omcWaYiHSLYw::before {
content: "\f107";
font-family: "Font Awesome";
font-weight: 900;
font-size: 14px;
line-height: 1;
transition: transform 0.3s ease;
}
.baygABHTDllU{
position:relative;
}
.RYcGSXUpjkvv a{
overflow-wrap: break-word;
white-space: normal;
}

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

.baygABHTDllU > a::after,
.baygABHTDllU > 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;
}

.RYcGSXUpjkvv {
margin: 0;
}

.wlHLzkvlESGM {
padding:5px;
}

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

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

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

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

.rSYsZjaqQYaU a:hover {
color: var(--vnqbRMzKcdEE);
}

.pSASNIqWNRLw{
background-color: var(--ZQGQZemgamLF);
}

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

.DdycztnkSedY {
display: flex;
}

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

.odxGrWaEtpzH {
color: var(--XeYAljzlaEyG);
border: 1px solid var(--XeYAljzlaEyG);
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;
}

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

#AQbHSJEzprrk:checked + .odxGrWaEtpzH::after {
transform: rotate(180deg);
}

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

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

.ePRpmpngKNuw .FAUZOSeIlUuQ {
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(--XeYAljzlaEyG);
}
.ePRpmpngKNuw .FAUZOSeIlUuQ:hover {
background-color: var(--xIQsrzFmsXpA);
color: var(--XeYAljzlaEyG);
}
.ePRpmpngKNuw .FAUZOSeIlUuQ.is-active {
color: var(--TpTRgmiwqitK);
font-weight: 600;
background: var(--HKBYJCcNzXTl);
border-radius: 8px;
}
.pSASNIqWNRLw{
padding:2rem;
}
.TtEBDBfgMvIg{
display: flex;
gap: 30px;
justify-content: center;
text-align: center;
max-width: 800px;
flex-wrap: wrap;
margin: 0 auto;
list-style: none;
padding:0;
}

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

.eouvkeKJpWyH{
width: 200px;
height: auto;
}
.kPbFUeyXxLdg{
width: 150px;
height: auto;
}
.lgDVUfnELuEa{
width: 45px;
height: auto;
}


.OsGNIldJWhUj {
display: flex;
justify-content: space-between;
border-radius: 18px;
padding: 20px;
color: var(--XeYAljzlaEyG);
background-color: var(--GSFVaabvVXKm);
}
.OsGNIldJWhUj .PguDIaClkOmP ul,
.OsGNIldJWhUj .PguDIaClkOmP ol {
list-style: none;
padding: 0;
margin: 0;
}

.OsGNIldJWhUj .PguDIaClkOmP li {
list-style: none;
margin-bottom: 10px;
}
.ZjFEPQbVMwaC,
.bRERajnoOdBd{
width: 50%;
}
.ZjFEPQbVMwaC .PguDIaClkOmP ol li::before,
.ZjFEPQbVMwaC .PguDIaClkOmP ul li::before {
content: "✅";
margin-right: 6px;
display: inline-block;
}

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

.OsGNIldJWhUj h3{
text-align:center;
color: var(--ACXzvoMPAROI);
}

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

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

.kvhhLHTXIVxx .VmAfhnBFzHpN {
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){
.YdxtZgKrKJoM .FBLfRoflammk{
margin-right:0;
}

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

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

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

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

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

}

.VVFtHJMzXGLr {
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;
}
.XQkzwNlOInEG {
display: block;
color: var(--XeYAljzlaEyG);
order:2;
padding-right: 0;
margin-left: 0;
position: relative;
z-index: 1002;
}

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

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

#ZBBaClxGoFEz {
width: min(75vw, 360px);
max-width: 100%;
height: 100dvh;
overflow-y: auto;
transform: translateX(-100%);
position: fixed;
left:0;
bottom: 0;
background-color: var(--TpTRgmiwqitK);
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;
}
.EbsKfIJpmqnC:checked ~ #ZBBaClxGoFEz {
transform: translateX(0);
}
.EbsKfIJpmqnC:checked ~ .eaSJHpBKjbOU {
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;
}
.sqPddyGEohJA {
flex-direction: column;
gap: 0px;
padding: 0;
}

#ZBBaClxGoFEz .hIGAscnTtSmW {
flex-direction: column;
}

#ZBBaClxGoFEz .hIGAscnTtSmW a {
min-width: 100%;
}

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

.fZtdyPiXGLbt {
display: flex;
}

.SmYOhXibEQUq {
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(--JfUUqdddhpXH);
}

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

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

.kvhhLHTXIVxx .VmAfhnBFzHpN {
min-width: 260px;
}
nav.DlqrJgYSXgIm li {
width:100%;
text-align:left;
padding: 10px 0;
display: flex;
flex-wrap: wrap;
align-items: center;
}
nav.DlqrJgYSXgIm li > a,
nav.DlqrJgYSXgIm li > span {
flex: 1 1 auto;
}
.baygABHTDllU > a::after,
.baygABHTDllU > span::after {
display: none;
}
.omcWaYiHSLYw {
display: flex;
flex: 0 0 44px;
align-items: center;
justify-content: center;
min-height: 44px;
margin-left: auto;
cursor: pointer;
}
.NxASAlWjHegB:checked ~ .omcWaYiHSLYw::before {
transform: rotate(180deg);
}
.NxASAlWjHegB:checked ~ .NvelTocmFYMO {
display: block;
}
.DlqrJgYSXgIm li span{
position:relative;
display:inline-flex;
align-items: center;
padding-right: 24px;
}
.baygABHTDllU.is-active > a::after,
.baygABHTDllU.is-active > span::after {
transform: translateY(-50%) rotate(180deg);
}
.ePABnzYErIZJ.is-active > a,
.ePABnzYErIZJ.is-active > span {
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.uJlqQIVnXOgh {
padding: 20px;
}
.NvelTocmFYMO {
display: none;
position: static;
box-shadow: none;
transform: translate(0);
min-width: 100%;
flex-basis: 100%;
padding: 12px 0 0 12px;
border: 0;
}
.NvelTocmFYMO li{
padding: 5px 0;

}

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

.srxtjYsITAzG {
width: 100%;
}

.ZAhozNWGumGM{
flex-direction: column;
gap:20px;
}
.eTjkVuQOUSHC{
flex-direction: column;
}
.pSASNIqWNRLw{
margin-bottom: 70px;
}

}

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

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

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

.OsGNIldJWhUj {
flex-wrap: wrap;
}
.OsGNIldJWhUj .srxtjYsITAzG {
width: 100%;
}

.SwepqysInGuQ {
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;
}
.iNuwsJGAgiKg,
.TtEBDBfgMvIg{
flex-direction:column;
gap:15px;
align-items: center;
}

}
