:root {
--rBOYBjvQCLVT:  #F8FAF8;
--IcrtZHQElVNE: #0C0816;
--NwFEwzCbKTKG: #D72638;
--ZgFgIECcwmXU: #4F7C65;
--BSXZkdKTGLvR:  #1F2D35;
--DDHPGzJGIjQk:  #050410;
--ORJWFYeIQGib:  #1D8A0D;
}

* {
box-sizing: border-box;
}

.thzxEXhKsdTx a,
.rECDWIqiOJhc a{
color: var(--rBOYBjvQCLVT);
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(--rBOYBjvQCLVT);
color: var(--IcrtZHQElVNE);
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;
}



.fagmkrtfKoGc{
padding-inline:24px;

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

}

.XzVmieXwxJfg,
.jPXxiKatdiQm,
.LfibBAsiMBRj {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.thzxEXhKsdTx {
padding: 10px 24px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--BSXZkdKTGLvR);
}
.HoMZsooBWBRT img,
.SxSTDHEDeInI{
width: 70px;
border-radius:10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.ylVRhoQhLXKX {
display: flex;
align-items: center;
justify-content: center;
}

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

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

}


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

}
.LaGGEOhovmsY {
cursor: pointer;

}

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

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

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

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

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


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

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

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


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

.FaAsNKxolDHN {
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(--rBOYBjvQCLVT);
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;
}

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


.iGuUiAQOowQm{
background-color: var(--NwFEwzCbKTKG);
color: var(--rBOYBjvQCLVT);
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);
}
}


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

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

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

.qBiclNkvDurA:hover {

transform: translateY(-3px);
}

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

.JSgpbmuKJLjf {
margin: 40px 0;
}

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

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

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

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

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

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

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

.ZVQTkGYmlNLU .qWkzQXjVlPzE:last-child {
background-color: var(--ORJWFYeIQGib);
}

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

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

.mnTFmVlLEgCr:hover .ZVQTkGYmlNLU,
.mnTFmVlLEgCr:focus-within .ZVQTkGYmlNLU {
opacity: 1;
visibility: visible;
}

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


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

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

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


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

}

table tbody td {
padding: 10px;

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

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

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

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

.ntTqiDkKXMFA h3 {
margin: 0;
}

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

.BjUeVRRGSZNC {
padding-top: 12px;
}

.BjUeVRRGSZNC p {
margin: 0;
}

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


.HiPbeSaMlsub {
width: 50%;
}

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


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

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

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

.TvAMJZFcCnlK:hover {
text-decoration: underline;
color: var(--EiiJxkuAFrdZ);
}

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

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

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

.LfibBAsiMBRj {
text-align: center;
}

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

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

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

}

.JnEHElbhjJOA {
display: none;
}

.AwqJjLoLkeku {
display: none;
}

.uvzONwFafMtn {
display: none;
}

.nludXDlxWUVb {
display: flex;
}

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

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

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

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

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

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

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

.mrVMLJbZfXDG {
padding:5px;
}

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

.rECDWIqiOJhc{
background-color: var(--DDHPGzJGIjQk);
color: var(--rBOYBjvQCLVT);
}

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

.vUtfOjxRuElQ {
display: flex;
}

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

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

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

#sWgAHtJKjOoc:checked + .OwpyKocFkBsr::after {
transform: rotate(180deg);
}

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

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

.fJqMyBummODV .ejPRcFkAOFLI {
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(--IcrtZHQElVNE);
}
.fJqMyBummODV .ejPRcFkAOFLI:hover {
background-color: var(--NwFEwzCbKTKG);
color: var(--IcrtZHQElVNE);
}
.fJqMyBummODV .ejPRcFkAOFLI.is-active {
color: var(--rBOYBjvQCLVT);
font-weight: 600;
background: var(--EiiJxkuAFrdZ);
border-radius: 8px;
}
.rECDWIqiOJhc{
padding:2rem;
}
.BjJhfgAixryq{
display: flex;
gap: 30px;
justify-content: center;
text-align: center;
max-width: 800px;
flex-wrap: wrap;
margin: 0 auto;
list-style: none;
padding:0;
}

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

.AjfJitqptqWF{
width: 200px;
height: auto;
}
.yivlfJFhYJdK{
width: 150px;
height: auto;
}
.bJzloQQhjVMY{
width: 45px;
height: auto;
}


.BfCLMyMBpriC {
display: flex;
justify-content: space-between;
border-radius: 18px;
padding: 20px;
color: var(--IcrtZHQElVNE);
background-color: var(--EPMXZPPMyIsQ);
}
.BfCLMyMBpriC .urjfRkdQkXjV ul,
.BfCLMyMBpriC .urjfRkdQkXjV ol {
list-style: none;
padding: 0;
margin: 0;
}

.BfCLMyMBpriC .urjfRkdQkXjV li {
list-style: none;
margin-bottom: 10px;
}
.GwRumZnwPNnj,
.VbjrmcwpMgdM{
width: 50%;
}
.GwRumZnwPNnj .urjfRkdQkXjV ol li::before,
.GwRumZnwPNnj .urjfRkdQkXjV ul li::before {
content: "✅";
margin-right: 6px;
display: inline-block;
}

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

.BfCLMyMBpriC h3{
text-align:center;
color: var(--KAGaROSqnsfS);
}

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

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

.msyyGaSEtwKr .tHkIoLlKvZSM {
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){
.thzxEXhKsdTx .OaFZDywfmwhT{
margin-right:0;
}

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

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

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

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

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

}

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

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

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

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

#crpgjfWQUWIg .AVYWgurmXzfh {
flex-direction: column;
}

#crpgjfWQUWIg .AVYWgurmXzfh a {
min-width: 100%;
}

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

.AwqJjLoLkeku {
display: flex;
}

.nludXDlxWUVb {
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(--BSXZkdKTGLvR);
}

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


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

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

}

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

.HiPbeSaMlsub {
width: 100%;
}

.pclzMvLtSRwd{
flex-direction: column;
gap:20px;
}
.rECDWIqiOJhc{
margin-bottom: 70px;
}

.VRrHZGgbePMm{
flex-direction: column;
}

}

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

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

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

.BfCLMyMBpriC {
flex-wrap: wrap;
}
.BfCLMyMBpriC .HiPbeSaMlsub {
width: 100%;
}

.qUBZJaOAAUlk {
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;
}
.DWjAlSrsCPpG,
.BjJhfgAixryq{
flex-direction:column;
gap:15px;
align-items: center;
}

}
