:root {
--IIsiYlfPrDLS:  #090616;
--wZLsPSFRsOag: #FBFCFA;
--PIYufaIlWKWR: #1D8A0D;
--ZOfLEQjetzCw: #212034;
--DGReqBfhdssh:  #1E2938;
--PLZnpaLyAEZR:  #000104;
--DEldkMxcmXYB:  #E53935;

}

* {
box-sizing: border-box;
}

.sAGBLcKEbEQN a,
.ZwKlxHNDGVID a{
color: var(--wZLsPSFRsOag);
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(--IIsiYlfPrDLS);
color: var(--wZLsPSFRsOag);
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;
}



.DzkJdocXEYkH{
padding-inline:24px;

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

}

.TIcGwNioQeHb,
.DxlIMiEfMvBy,
.uVnBQchbJoyR {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.sAGBLcKEbEQN {
padding: 10px 24px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--DGReqBfhdssh);
}
.DVTLWpjvqIeu img,
.NDRApztCTgBV{
width: 70px;
border-radius:10px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.rgPbWcRjfaUD {
display: flex;
align-items: center;
justify-content: center;
}

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

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

}


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

}
.rlElIQxhwdTj {
cursor: pointer;

}

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

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

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

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

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


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

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

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


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

.aWqQcGoaBROU {
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;

}

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


.hbKhekwgPVHs{
background-color: var(--PIYufaIlWKWR);
color: var(--wZLsPSFRsOag);
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);
}
}


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

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

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

.fcNlTgdsDMcW:hover {
transform: translateY(-3px);
}

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

.qDmESXuGXnEY {
margin: 40px 0;
}

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

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

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

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

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

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

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

.TgfqWzSeiaro .wBvboUIafzTd:last-child {
background-color: var(--DEldkMxcmXYB);
}

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

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

.eGOCUYSXyTbL:hover .TgfqWzSeiaro,
.eGOCUYSXyTbL:focus-within .TgfqWzSeiaro {
opacity: 1;
visibility: visible;
}

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


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

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

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


table tbody td {
padding: 10px;

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

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

}

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

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

.vPkJWeDTgjwN h3 {
margin: 0;
}

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

.wdGQdEmKgkSN {
padding-top: 12px;
}

.wdGQdEmKgkSN p {
margin: 0;
}

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


.IWxUuTzwUvJl {
width: 50%;
}

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


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

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

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

.AyghBReuUdLe:hover {
text-decoration: underline;
color: var(--SlxsxUGxvWNg);
}

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

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

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

.uVnBQchbJoyR {
text-align: center;
}

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

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

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

}

.EGqzomGLVHUR {
display: none;
}

.iQdCBIsJoOHx {
display: none;
}

.pqnvlNcFUPkF {
display: none;
}

.EYezRuRJuQCV {
display: flex;
}

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

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

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

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

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

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

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

.BZBfscSofrfS {
padding:5px;
}

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

.ZwKlxHNDGVID{
background-color: var(--PLZnpaLyAEZR);
}

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

.GzXaoTSQctBQ {
display: flex;
}

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

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

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

#SAouRZOdpcRy:checked + .fkCQsSBVINhx::after {
transform: rotate(180deg);
}

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

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

.nNJgJwSgZHNN .cVgLSzyCErms {
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(--wZLsPSFRsOag);
}
.nNJgJwSgZHNN .cVgLSzyCErms:hover {
background-color: var(--PIYufaIlWKWR);
color: var(--wZLsPSFRsOag);
}
.nNJgJwSgZHNN .cVgLSzyCErms.is-active {
color: var(--IIsiYlfPrDLS);
font-weight: 600;
background: var(--SlxsxUGxvWNg);
border-radius: 8px;
}
.ZwKlxHNDGVID{
padding:2rem;
}
.ULgrwgydITGD{
display: flex;
gap: 30px;
justify-content: center;
text-align: center;
max-width: 800px;
flex-wrap: wrap;
margin: 0 auto;
list-style: none;
padding:0;
}

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

.RkdJgDXrNeMN{
width: 200px;
height: auto;
}
.JQeVJvlWaKFb{
width: 150px;
height: auto;
}
.OEJNlPatOXzb{
width: 45px;
height: auto;
}


.YbgOSVlBOhcl {
display: flex;
justify-content: space-between;
border-radius: 18px;
padding: 20px;
color: var(--wZLsPSFRsOag);
background-color: var(--oOYCdnTZeGxC);
}
.YbgOSVlBOhcl .kVYiPhSveHpN ul,
.YbgOSVlBOhcl .kVYiPhSveHpN ol {
list-style: none;
padding: 0;
margin: 0;
}

.YbgOSVlBOhcl .kVYiPhSveHpN li {
list-style: none;
margin-bottom: 10px;
}
.DrYAsigBKzoT,
.MvhKrJboJlPt{
width: 50%;
}
.DrYAsigBKzoT .kVYiPhSveHpN ol li::before,
.DrYAsigBKzoT .kVYiPhSveHpN ul li::before {
content: "✅";
margin-right: 6px;
display: inline-block;
}

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

.YbgOSVlBOhcl h3{
text-align:center;
color: var(--TtNaHVoJSuFY);
}

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

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

.cSfqvJHPAubc .wDSsrHMcDjeG {
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){
.sAGBLcKEbEQN .dJOUyYQEJjYM{
margin-right:0;
}

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

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

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

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

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

}

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

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

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

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

#ORwclyZuJGgE .hHJtoQizLWyw {
flex-direction: column;
}

#ORwclyZuJGgE .hHJtoQizLWyw a {
min-width: 100%;
}

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

.iQdCBIsJoOHx {
display: flex;
}

.EYezRuRJuQCV {
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(--DGReqBfhdssh);
}

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

.NzRzXbUHRZdG {
position: fixed;
bottom: 75px;
right: 20px;
}
.cSfqvJHPAubc .wDSsrHMcDjeG {
min-width: 260px;
}
nav.rgPbWcRjfaUD li {
width:100%;
text-align:left;
padding: 10px 0;
}
.rgPbWcRjfaUD li span{
position:relative;
display:inline-flex;
align-items: center;
padding-right: 24px;
}
.GtjQKuCzlRbJ.is-active > a::after,
.GtjQKuCzlRbJ.is-active > span::after {
transform: translateY(-50%) rotate(180deg);
}
.rlElIQxhwdTj.is-active > a,
.rlElIQxhwdTj.is-active > span {
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.08);
}
.TIcGwNioQeHb {
padding: 20px;
}
.QVapVKsiPdKe {
display: none;
position: static;
box-shadow: none;
transform: translate(0);
min-width: 100%;
padding: 12px 0 0 12px;
border: 0;
}
.QVapVKsiPdKe li{
padding: 5px 0;

}

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

.IWxUuTzwUvJl {
width: 100%;
}

.iyOAXszREyMv{
flex-direction: column;
gap:20px;
}
.ZwKlxHNDGVID{
margin-bottom: 70px;
}

.uJTFIdZMmTAB{
flex-direction: column;
}

}

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

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

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

.YbgOSVlBOhcl {
flex-wrap: wrap;
}
.YbgOSVlBOhcl .IWxUuTzwUvJl {
width: 100%;
}

.iWtlnuwolpqU {
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;
}
.utFnuWtOeCsg,
.ULgrwgydITGD{
flex-direction:column;
gap:15px;
align-items: center;
}

}
