:root {
--snSHsfRPVUUr:  #FDFBFC;
--BuaGvIbHFZBM: #080817;
--JkEzuilZdIJD: #E01E1E;
--WIqPhCJeCimk: #2D385E;
--uVXpAQAPDpRH:  #161A2D;
--dRDzYEHymXvB:  #020413;
--tNEaIHsGZQkA:  #1CAF0A;
}

* {
box-sizing: border-box;
}

.WgbOIVFdvzyO a,
.OqPwGYmdRTAX a{
color: var(--snSHsfRPVUUr);
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(--snSHsfRPVUUr);
color: var(--BuaGvIbHFZBM);
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;
}



.SyKZMvLYmlCO{
padding-inline:24px;

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

}

.EfrSCmmxjlQS,
.efssnhjIMVtv,
.NLMeXrrQHSpc {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.WgbOIVFdvzyO {
padding: 10px 24px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--uVXpAQAPDpRH);
}
.sJSlqcEFxhFb img,
.rOvbqoOnUNoP{
width: 70px;
border-radius:10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.tBXTICCpbzLB {
display: flex;
align-items: center;
justify-content: center;
}

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

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

}


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

}
.BGjiGgXbRGnU {
cursor: pointer;

}

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

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

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

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

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


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

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

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


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

.VmTDdMzgoCxy {
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(--snSHsfRPVUUr);
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;
}

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


.wzOGlRorAhXZ{
background-color: var(--JkEzuilZdIJD);
color: var(--snSHsfRPVUUr);
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);
}
}


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

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

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

.BidGWRfuIIFW:hover {

transform: translateY(-3px);
}

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

.tlQvLGRUpwKI {
margin: 40px 0;
}

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

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

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

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

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

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

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

.lBUdJflimrpk .gwcvgqCeEFkf:last-child {
background-color: var(--tNEaIHsGZQkA);
}

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

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

.eFZeEnsWEdoQ:hover .lBUdJflimrpk,
.eFZeEnsWEdoQ:focus-within .lBUdJflimrpk {
opacity: 1;
visibility: visible;
}

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


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

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

table thead th {
color: var(--snSHsfRPVUUr);
font-size: 18px;
font-weight: 600;
text-align: center;
padding: 10px;
background-color: var(--uVXpAQAPDpRH);
}
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(--WIqPhCJeCimk);
}


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

}

table tbody td {
padding: 10px;

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

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

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

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

.jmCxLgbdfgmC h3 {
margin: 0;
}

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

.qaPgqXLVtKQJ {
padding-top: 12px;
}

.qaPgqXLVtKQJ p {
margin: 0;
}

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


.lryIvJFWANWQ {
width: 50%;
}

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


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

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

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

.nMrnEUwkmbdw:hover {
text-decoration: underline;
color: var(--bNVNPsWIsfRO);
}

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

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

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

.NLMeXrrQHSpc {
text-align: center;
}

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

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

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

}

.kJMASoUrrgqt {
display: none;
}

.jvlvgwJTToNj {
display: none;
}

.TgNexfssiQfM {
display: none;
}

.jPjiBoRxKpbt {
display: flex;
}

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

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

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

@media (hover: hover) and (pointer: fine) {
.BGjiGgXbRGnU:hover > .alRFXfKfmhhp {
display: block;
text-align: center;
width: 100%;
}
}
.FRqIdEhlUZyI{
position:relative;
}

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

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

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

.JvVpjInrLdQW {
padding:5px;
}

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

.OqPwGYmdRTAX{
background-color: var(--dRDzYEHymXvB);
color: var(--snSHsfRPVUUr);
}

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

.bosupXOycXzM {
display: flex;
}

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

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

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

#OlwiqsgqJDOA:checked + .oSrLzawzpjIl::after {
transform: rotate(180deg);
}

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

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

.HRvPXlqAyyEh .jjXNwUcWBmTv {
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(--BuaGvIbHFZBM);
}
.HRvPXlqAyyEh .jjXNwUcWBmTv:hover {
background-color: var(--JkEzuilZdIJD);
color: var(--BuaGvIbHFZBM);
}
.HRvPXlqAyyEh .jjXNwUcWBmTv.is-active {
color: var(--snSHsfRPVUUr);
font-weight: 600;
background: var(--bNVNPsWIsfRO);
border-radius: 8px;
}
.OqPwGYmdRTAX{
padding:2rem;
}
.XAUwQvNMGZFZ{
display: flex;
gap: 30px;
justify-content: center;
text-align: center;
max-width: 800px;
flex-wrap: wrap;
margin: 0 auto;
list-style: none;
padding:0;
}

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

.xnnAKZKlDLLR{
width: 200px;
height: auto;
}
.iTBXvAIGFnhd{
width: 150px;
height: auto;
}
.bkYdXtqNLzXm{
width: 45px;
height: auto;
}


.JbnJBHkuPZlq {
display: flex;
justify-content: space-between;
border-radius: 18px;
padding: 20px;
color: var(--BuaGvIbHFZBM);
background-color: var(--ekzRmLzaAHeF);
}
.JbnJBHkuPZlq .ZOBRiKuTOXlF ul,
.JbnJBHkuPZlq .ZOBRiKuTOXlF ol {
list-style: none;
padding: 0;
margin: 0;
}

.JbnJBHkuPZlq .ZOBRiKuTOXlF li {
list-style: none;
margin-bottom: 10px;
}
.yCxopSpYJypN,
.zyQhwMJDYbFW{
width: 50%;
}
.yCxopSpYJypN .ZOBRiKuTOXlF ol li::before,
.yCxopSpYJypN .ZOBRiKuTOXlF ul li::before {
content: "✅";
margin-right: 6px;
display: inline-block;
}

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

.JbnJBHkuPZlq h3{
text-align:center;
color: var(--AuOERHOFeALa);
}

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

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

.yjSuBVDgUfwF .TNERgTPMHCrP {
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){
.WgbOIVFdvzyO .OgpsgOcGAELc{
margin-right:0;
}

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

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

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

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

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

}

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

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

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

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

#xgPNkqzYeJCc .thIhkKIXjhmJ {
flex-direction: column;
}

#xgPNkqzYeJCc .thIhkKIXjhmJ a {
min-width: 100%;
}

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

.jvlvgwJTToNj {
display: flex;
}

.jPjiBoRxKpbt {
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(--uVXpAQAPDpRH);
}

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

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

.yjSuBVDgUfwF .TNERgTPMHCrP {
min-width: 260px;
}
nav.tBXTICCpbzLB li {
width:100%;
text-align:left;
padding: 10px 0;
}
.tBXTICCpbzLB li span{
position:relative;
display:inline-flex;
align-items: center;
padding-right: 24px;
}
.FRqIdEhlUZyI.is-active > a::after,
.FRqIdEhlUZyI.is-active > span::after {
transform: translateY(-50%) rotate(180deg);
}
.BGjiGgXbRGnU.is-active > a,
.BGjiGgXbRGnU.is-active > span {
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.EfrSCmmxjlQS {
padding: 20px;
}
.alRFXfKfmhhp {
display: none;
position: static;
box-shadow: none;
transform: translate(0);
min-width: 100%;
padding: 12px 0 0 12px;
border: 0;
}
.alRFXfKfmhhp li{
padding: 5px 0;

}

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

.lryIvJFWANWQ {
width: 100%;
}

.uqEvKMCKfAZn{
flex-direction: column;
gap:20px;
}
.OqPwGYmdRTAX{
margin-bottom: 70px;
}

.WiJGSOfUVWah{
flex-direction: column;
}

}

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

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

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

.JbnJBHkuPZlq {
flex-wrap: wrap;
}
.JbnJBHkuPZlq .lryIvJFWANWQ {
width: 100%;
}

.qNEnIZVTaDjo {
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;
}
.jdtOmUziQLHS,
.XAUwQvNMGZFZ{
flex-direction:column;
gap:15px;
align-items: center;
}

}
