:root {
--lMvGSkWCldEH: #F6F9FC;
--WxhhjgwzQBHK: #E0E7F0;
--RgjqiupAGDOR: #C51F37;
--BTZcgzETfKLR: #ECF2F8;
--GdxgheocZwsl: #F9FBFD;
--AVDiUkwNVSXY: #141D28;
--SjqcpVoHBlyF: #6E45CB;
--OjxqHqwKepru: #15212D;
--YccfRArToibB: #901430;
--lzXsOqPVpDCm: #A21430;
--LbXjGPfnIqmd: #F4F7FB;
--LLXtiiFKyKUC: linear-gradient(135deg, #8E1228 0%, #C81E37 60%, #E84258 100%);
--GoijGVNZEUTS: #F9FBFD;
--SPJmHyJANkUz: #FAFCFE;
--uQHKQnrDTMEt: #15212D;
--cvmXINpibbrF: #141D28;
--znHmGSYruiUy: #F4F7FB;
--xQaTKXjpiqBx: #15212D;
--tkZFxIksWkRz: #C51F37;
--mJoMvFRXEkwt: #E0E7F0;
--LsPuAwDUYNlF: rgba(30,50,80,0.07);
--zBoHccnAMIUJ: #6E45CB;
--LhkzOXmUHahV: #E58217;
--pFIZlIbEsrVt: #F5A038;
--xDetBztQeEuh: 'DM Sans', sans-serif;
--dnKEJTBsDnLF: 'Montserrat', sans-serif;
--WEEQWmSgzbfk: #FFF2F4;
--YNwTmIQKAMKx: linear-gradient(180deg, color-mix(in srgb, var(--RgjqiupAGDOR) 84%, #000) 0%, color-mix(in srgb, var(--RgjqiupAGDOR) 60%, #000) 100%);
--header-h: 64px;
--sidebar-w: 300px;

}

* {
box-sizing: border-box;
}

.YJkLQGwQyNDU a,
.WIUBUYsNQwdY a {
color: var(--LbXjGPfnIqmd);
font-weight: 600;
text-decoration: none;
font-size: 16px;
}

a:hover {
text-decoration: underline;
}

body {
font-family: var(--xDetBztQeEuh);
font-weight: 400;
font-size: 18px;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: var(--lMvGSkWCldEH);
color: var(--OjxqHqwKepru);
scroll-behavior: smooth;
}

h1, h2, h3, h4 {
font-family: var(--dnKEJTBsDnLF);
}

h1, h2 {
font-weight: 700;
}

h3, h4 {
font-weight: 600;
}

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

h1 {
font-size: 34px;
line-height: 41px;
color: var(--OjxqHqwKepru);
}

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;
}

.smOZlnXlLKbw {
margin-left: var(--sidebar-w);
margin-top: 20px;
}

.WSEMfTfWQxeB,
.YaXAorzcIHVT,
.inside-yRKJaqeLICMJ {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.WSEMfTfWQxeB {
padding: 2rem;

}

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

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

@media (max-width: 992px) {
.smOZlnXlLKbw {
margin-left: 0;
}
}

@media (max-width: 767px) {
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;
}

.WSEMfTfWQxeB {
padding: 20px;
}
}

@media (max-width: 576px) {
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;
}
}
.rwqUlfBqrSNL {
max-width: 1200px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
min-height: 56px;
padding-inline: 2rem;

}

.YJkLQGwQyNDU {
padding-block: 10px;
display: flex;
justify-content: center;
align-items: center;
background-color: var(--SPJmHyJANkUz);
box-shadow: inset 0 -1px 0 var(--mJoMvFRXEkwt);
position: sticky;
top: 0;
z-index: 40;
padding-left: var(--sidebar-w);

}

.DFaetmocjapy {
width: 44px;
border-radius: 12px;
display: block;
}

.urCflGcoqnYi {
position: absolute;
opacity: 0;
pointer-events: none;
}

.yxCGEThxoLVu {
display: none;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
border-radius: 10px;
border: 1px solid var(--mJoMvFRXEkwt);
background-color: var(--BTZcgzETfKLR);
cursor: pointer;
color: var(--OjxqHqwKepru);
flex-shrink: 0;
}

.yxCGEThxoLVu::before {
content: '☰';
font-size: 22px;
line-height: 1;
}

.urCflGcoqnYi:checked ~ .yxCGEThxoLVu::before {
content: '✕';
}

.JZgTdPYRHOZX {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 10px;
margin-left: auto;
}

.JZgTdPYRHOZX a,
.QCqVAeRTRfCV {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 42px;
padding: 10px 20px;
border-radius: 10px;
font-size: 14px;
font-weight: 600;
line-height: 1;
white-space: nowrap;
text-decoration: none;
border: 1px solid transparent;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease, filter 0.2s ease;
}

.JZgTdPYRHOZX a:first-child {
background-color: transparent;
border-color: var(--mJoMvFRXEkwt);
color: var(--OjxqHqwKepru);
}

.JZgTdPYRHOZX a:first-child:hover {
background-color: var(--BTZcgzETfKLR);
text-decoration: none;
}

.JZgTdPYRHOZX a:nth-child(2),
.QCqVAeRTRfCV {
background: var(--YNwTmIQKAMKx);
color: var(--WEEQWmSgzbfk);
animation: XycOFeGnxfNN 3.2s ease-in-out infinite;
}

.JZgTdPYRHOZX a:nth-child(2):hover,
.QCqVAeRTRfCV:hover {
text-decoration: none;
transform: translateY(-1px);
filter: brightness(1.06);
animation: none;
}

@keyframes XycOFeGnxfNN {
0%, 100% {
box-shadow: 0 4px 14px color-mix(in srgb, var(--RgjqiupAGDOR) 26%, transparent);
}
50% {
box-shadow: 0 6px 22px color-mix(in srgb, var(--RgjqiupAGDOR) 52%, transparent);
}
}

@media (prefers-reduced-motion: reduce) {
.JZgTdPYRHOZX a:nth-child(2),
.QCqVAeRTRfCV {
animation: none;
}
}

.QCqVAeRTRfCV {
display: none;
}

.BFAplsLrCDtR {
display: none;
}

@media (max-width: 992px) {
.YJkLQGwQyNDU {
padding-inline: 0;
padding: 9px 20px;
}
.rwqUlfBqrSNL {
min-height: 52px;
padding: 0;
}

.yxCGEThxoLVu {
display: inline-flex;
position: fixed;
top: 14px;
left: 18px;
z-index: 70;
transition: top 0.25s ease, right 0.25s ease, left 0.25s ease, background-color 0.2s ease;
}

.JZgTdPYRHOZX {
display: none;
}

.QCqVAeRTRfCV {
display: inline-flex;
order: 3;
}

.rwqUlfBqrSNL > a:not(.QCqVAeRTRfCV),
.rwqUlfBqrSNL > img {
margin-left: auto;
}

.BFAplsLrCDtR {
display: block;
position: fixed;
inset: 0;
background: rgba(7, 12, 20, 0.5);
backdrop-filter: blur(4px);
-webkit-backdrop-filter: blur(4px);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.25s ease, visibility 0.25s ease;
z-index: 55;
cursor: pointer;
}

.urCflGcoqnYi:checked ~ .BFAplsLrCDtR {
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.urCflGcoqnYi:checked ~ .yxCGEThxoLVu {
top: 14px;
right: 14px;
left: auto;
}
}

@media (max-width: 576px) {

.rwqUlfBqrSNL {
gap: 12px;
}

.DFaetmocjapy {
width: 40px;
}

.yxCGEThxoLVu {
top: 11px;
left: 14px;
}

.urCflGcoqnYi:checked ~ .yxCGEThxoLVu {
top: 11px;
right: 11px;
}
}
.kniwRmfHJMAx {
position: fixed;
display: flex;
flex-direction: column;
gap: 14px;
width: var(--sidebar-w);
min-height: calc(100dvh - var(--header-h) - 24px);
max-height: calc(100dvh - var(--header-h) - 24px);
padding: 20px;
box-sizing: border-box;
border-top-right-radius: 16px;
border-bottom-right-radius: 16px;
border: 1px solid var(--mJoMvFRXEkwt);
border-left: 0;
background-color: var(--GoijGVNZEUTS);
box-shadow: 0 10px 30px var(--LsPuAwDUYNlF);
overflow-y: auto;
z-index: 20;
}

.JNYLMjQIKuiD {
display: block;
}

.NfLekCGxIqLk {
font-size: 12px;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: color-mix(in srgb, var(--OjxqHqwKepru) 55%, transparent);
margin: 2px 0 2px 2px;
}

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

.MPCynlfJPqNQ {
margin: 0;
}

.EsOKThGsBDbz {
display: block;
padding: 11px 13px;
border-radius: 10px;
color: var(--OjxqHqwKepru);
font-size: 15px;
font-weight: 600;
line-height: 1.35;
text-decoration: none;
border: 1px solid transparent;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.MPCynlfJPqNQ.active .EsOKThGsBDbz {
background-color: var(--BTZcgzETfKLR);
border-color: var(--mJoMvFRXEkwt);
color: var(--tkZFxIksWkRz);
box-shadow: inset 3px 0 0 0 var(--RgjqiupAGDOR);
}

.EsOKThGsBDbz:hover {
background-color: var(--GdxgheocZwsl);
border-color: var(--mJoMvFRXEkwt);
color: var(--tkZFxIksWkRz);
text-decoration: none;
}

.DsTFRdkIaXqK {
display: flex;
align-items: stretch;
gap: 0;
border-left: 1px solid var(--mJoMvFRXEkwt);
overflow: hidden;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.DsTFRdkIaXqK > .EsOKThGsBDbz,
.DsTFRdkIaXqK > .CxEmZLxQkgji {
flex: 1 1 auto;
border: 0;
border-radius: 0;
background-color: transparent;
}

.DsTFRdkIaXqK > .EsOKThGsBDbz:hover,
.DsTFRdkIaXqK > .CxEmZLxQkgji:hover {
background-color: transparent;
border-color: transparent;
transform: none;
}

.DsTFRdkIaXqK:hover {
background-color: var(--GdxgheocZwsl);
border-color: var(--mJoMvFRXEkwt);
}

.MPCynlfJPqNQ.active > .DsTFRdkIaXqK,
.okJsbyMzJJGl.active > .DsTFRdkIaXqK {
background-color: var(--BTZcgzETfKLR);
border-color: var(--mJoMvFRXEkwt);
}

.MPCynlfJPqNQ.active > .DsTFRdkIaXqK > .EsOKThGsBDbz,
.okJsbyMzJJGl.active > .DsTFRdkIaXqK > .CxEmZLxQkgji {
background-color: transparent;
border-color: transparent;
color: var(--tkZFxIksWkRz);
}


.gjdWRaWzfqTg {
list-style: none;
margin: 5px 0px 0px 16px;
padding: 0;
display: none;
flex-direction: column;
gap: 6px;

}

.okJsbyMzJJGl {
margin: 0;
}

.CxEmZLxQkgji {
display: block;
padding: 10px 12px;
border-radius: 10px;
color: var(--OjxqHqwKepru);
font-size: 14px;
font-weight: 500;
line-height: 1.35;
text-decoration: none;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.okJsbyMzJJGl.active > .CxEmZLxQkgji {
background-color: var(--BTZcgzETfKLR);
border-color: var(--mJoMvFRXEkwt);
color: var(--tkZFxIksWkRz);
}

.CxEmZLxQkgji:hover {
background-color: var(--GdxgheocZwsl);
border-color: var(--mJoMvFRXEkwt);
color: var(--tkZFxIksWkRz);
text-decoration: none;
}

.wSKKQcutyZiJ {
flex: 0 0 44px;
width: 44px;
min-width: 44px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
border: 0;
border-radius: 0;
background-color: transparent;
color: inherit;
cursor: pointer;
transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.wSKKQcutyZiJ::before {
content: "\f107";
font-family: "Font Awesome";
font-weight: 900;
font-size: 14px;
line-height: 1;
transition: transform 0.2s ease;
}

.wSKKQcutyZiJ:hover {
background-color: transparent;
border-color: var(--mJoMvFRXEkwt);
color: var(--tkZFxIksWkRz);
transform: none;
}

.ipjqEpOngNrd:checked ~ .DsTFRdkIaXqK .wSKKQcutyZiJ::before {
transform: rotate(180deg);
}

.ipjqEpOngNrd:checked ~ .gjdWRaWzfqTg {
display: flex;
}

.PqmOUfRVWAyK {
height: 1px;
background-color: var(--mJoMvFRXEkwt);
}

.wQniGPuDoMLs {
margin-top: auto;
display: flex;
flex-direction: column;
gap: 12px;
padding-top: 14px;
border-top: 1px solid var(--mJoMvFRXEkwt);
}

.TzUYQVnLjIRn {
display: none;
}


@media (max-width: 992px) {
.kniwRmfHJMAx {
position: fixed;
top: auto;
left: 0;
right: 0;
bottom: 0;
width: 100%;
max-width: 100%;
height: auto;
min-height: 0;
max-height: 88dvh;
border-radius: 22px 22px 0 0;
border: 1px solid var(--mJoMvFRXEkwt);
border-bottom: 0;
padding: 8px 18px calc(20px + env(safe-area-inset-bottom));
overflow-y: auto;
transform: translateY(100%);
transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1);
box-shadow: 0 -18px 44px var(--LsPuAwDUYNlF);
z-index: 60;
}

.kniwRmfHJMAx::before {
content: "";
display: block;
flex: 0 0 auto;
width: 40px;
height: 4px;
margin: 4px auto 12px;
border-radius: 999px;
background: color-mix(in srgb, var(--OjxqHqwKepru) 22%, transparent);
}

.urCflGcoqnYi:checked ~ .kniwRmfHJMAx {
transform: translateY(0);
}

.jUhukpBGNxZL {
display: flex;
}

.EsOKThGsBDbz {
font-size: 16px;
padding: 14px 12px;
}

.TzUYQVnLjIRn {
display: flex;
flex-direction: column;
gap: 10px;
}

.QhzOKgBZrDfY {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
border-radius: 12px;
background: var(--YNwTmIQKAMKx);
color: var(--WEEQWmSgzbfk);
font-size: 16px;
font-weight: 700;
text-decoration: none;
}

.DYTXqGvDLTaM {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
border-radius: 12px;
border: 1px solid var(--mJoMvFRXEkwt);
color: var(--OjxqHqwKepru);
font-size: 14px;
font-weight: 600;
text-decoration: none;
}
}

@media (max-width: 576px) {
.kniwRmfHJMAx {
padding: 8px 14px calc(18px + env(safe-area-inset-bottom));
max-height: 90dvh;
}
}
.mBkQfvJeBoAJ {
position: absolute;
opacity: 0;
pointer-events: none;
}

.KwJJHfLLOXNI {
display: none;
}

@media (max-width: 992px) {
.KwJJHfLLOXNI {
position: fixed;
left: 12px;
right: 12px;
bottom: calc(12px + env(safe-area-inset-bottom));
display: flex;
align-items: stretch;
gap: 12px;
padding: 14px;
border-radius: 16px;
background-color: var(--GdxgheocZwsl);
border: 1px solid var(--mJoMvFRXEkwt);
box-shadow: 0 12px 30px var(--LsPuAwDUYNlF);
z-index: 45;
transition: transform 0.3s ease, opacity 0.3s ease;
}

.mBkQfvJeBoAJ:checked ~ .KwJJHfLLOXNI {
transform: translateY(160%);
opacity: 0;
pointer-events: none;
}

.ESCLxsjvAIkG {
font-size: 15px;
line-height: 1.35;
font-weight: 600;
color: var(--OjxqHqwKepru);
padding-right: 30px;
}

.lMmUhYPgZAre {
width: 100%;
max-width: 300px;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
border-radius: 12px;
background: var(--YNwTmIQKAMKx);
color: var(--WEEQWmSgzbfk);
font-size: 15px;
font-weight: 700;
text-decoration: none;
}

.wZfDWeMSPkhj {
position: absolute;
top: 8px;
right: 8px;
width: 30px;
height: 30px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
color: var(--OjxqHqwKepru);
opacity: 0.55;
cursor: pointer;
}

.wZfDWeMSPkhj::before {
content: "\2715";
font-size: 15px;
line-height: 1;
}

.wZfDWeMSPkhj:hover {
opacity: 1;
}
}
@media (max-width: 576px) {
.KwJJHfLLOXNI {
flex-direction: column;
}
}
.JxCLWzeyZMtS {
display: grid;
grid-template-columns: 1.5fr 1fr;
gap: 28px;
align-items: center;
margin-bottom: 40px;
}

.zsAfPGHljynF {
display: inline-block;
font-size: 13px;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--tkZFxIksWkRz);
margin-bottom: 14px;
}

.biubaqutKmmq {
overflow-wrap: anywhere;
text-wrap: balance;
font-size: 40px;
line-height: 1.15;
font-weight: 700;
color: var(--OjxqHqwKepru);
margin: 0 0 14px;
}

.nCEAagccuIpg {
display: flex;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 24px;
}

.fIbQPPbDGySY {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px;
padding: 14px 26px;
border-radius: 10px;
font-size: 15px;
font-weight: 700;
text-decoration: none;
background: var(--YNwTmIQKAMKx);
color: var(--WEEQWmSgzbfk);
border: 1px solid transparent;
transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.25s ease;
}

.fIbQPPbDGySY:hover {
transform: translateY(-2px);
filter: brightness(1.08);
text-decoration: none;
box-shadow: 0 12px 26px var(--LsPuAwDUYNlF);
}

.ilxbIzbMyafb {
background: transparent;
color: var(--OjxqHqwKepru);
border: 1px solid var(--mJoMvFRXEkwt);
}

.ilxbIzbMyafb:hover {
background: var(--BTZcgzETfKLR);
filter: none;
box-shadow: none;
}

.pxbTcKInGvLO {
display: flex;
flex-direction: column;
gap: 12px;
padding: 24px;
border-radius: 16px;
background-color: var(--GdxgheocZwsl);
border: 1px solid var(--mJoMvFRXEkwt);
border-top: 3px solid var(--RgjqiupAGDOR);
box-shadow: 0 12px 32px var(--LsPuAwDUYNlF);
}

.cedjwrWMNEgW {
display: inline-flex;
align-items: center;
gap: 6px;
align-self: flex-start;
padding: 5px 12px;
border-radius: 999px;
font-size: 11px;
font-weight: 700;
letter-spacing: 0.06em;
text-transform: uppercase;
color: var(--LhkzOXmUHahV);
background: color-mix(in srgb, var(--LhkzOXmUHahV) 16%, transparent);
border: 1px solid color-mix(in srgb, var(--LhkzOXmUHahV) 34%, transparent);
}

.cKNheHqQGurb::before {
content: "\f017";
font-family: "Font Awesome";
font-weight: 900;
font-size: 11px;
line-height: 1;
}

.PbOvdRBUFDTF {
font-size: 24px;
line-height: 1.3;
font-weight: 700;
color: var(--OjxqHqwKepru);
}

.zHKUMOMjJLtC {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
margin-top: 4px;
padding: 13px 22px;
border-radius: 10px;
font-size: 15px;
font-weight: 700;
text-decoration: none;
background: var(--YNwTmIQKAMKx);
color: var(--WEEQWmSgzbfk);
transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
animation: AYTEqZqiNoJk 3.2s ease-in-out infinite;
}

.zHKUMOMjJLtC:hover {
transform: translateY(-2px);
filter: brightness(1.08);
text-decoration: none;
animation: none;
box-shadow: 0 10px 26px color-mix(in srgb, var(--RgjqiupAGDOR) 50%, transparent);
}

@keyframes AYTEqZqiNoJk {
0%, 100% { box-shadow: 0 6px 16px color-mix(in srgb, var(--RgjqiupAGDOR) 26%, transparent); }
50% { box-shadow: 0 8px 26px color-mix(in srgb, var(--RgjqiupAGDOR) 52%, transparent); }
}

.jPNHpkZoLopA {
font-size: 12px;
color: color-mix(in srgb, var(--OjxqHqwKepru) 55%, transparent);
}

@media (max-width: 900px) {
.JxCLWzeyZMtS {
grid-template-columns: 1fr;
gap: 20px;
}

.biubaqutKmmq {
font-size: 32px;
}

.nCEAagccuIpg .fIbQPPbDGySY:not(.ilxbIzbMyafb) {
display: none;
}

.nCEAagccuIpg {
margin-bottom: 0;
}
}

@media (max-width: 576px) {
.biubaqutKmmq {
font-size: 28px;
}

.fIbQPPbDGySY {
width: 100%;
}
}

@keyframes UhWsAyfmeqaA {
from { opacity: 0; transform: translateY(14px); }
to { opacity: 1; transform: none; }
}

.NbrwbKjdPexn > *,
.pxbTcKInGvLO {
animation: UhWsAyfmeqaA 0.5s ease both;
}

.zsAfPGHljynF { animation-delay: 0.02s; }
.biubaqutKmmq { animation-delay: 0.08s; }
.nCEAagccuIpg { animation-delay: 0.16s; }
.pxbTcKInGvLO { animation-delay: 0.22s; }

@media (prefers-reduced-motion: reduce) {
.NbrwbKjdPexn > *,
.pxbTcKInGvLO,
.zHKUMOMjJLtC {
animation: none;
}
.fIbQPPbDGySY,
.zHKUMOMjJLtC {
transition: none;
}
.fIbQPPbDGySY:hover,
.zHKUMOMjJLtC:hover {
transform: none;
}
}
.wdKXctOrVSwO {
display: grid;
grid-template-columns: 0.62fr 1fr;
max-width: 620px;
margin: 40px auto;
border-radius: 16px;
overflow: hidden;
border: 1px solid var(--mJoMvFRXEkwt);
background-color: var(--GdxgheocZwsl);
box-shadow: 0 12px 30px var(--LsPuAwDUYNlF);
}

.LDYZxmbsHzgD {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
padding: 28px 20px;
text-align: center;
border-right: 1px solid var(--mJoMvFRXEkwt);
background: linear-gradient(160deg, color-mix(in srgb, var(--SjqcpVoHBlyF) 22%, transparent), color-mix(in srgb, var(--SjqcpVoHBlyF) 6%, transparent));
}

.YpEnNRFulInU {
width: 56px;
height: 56px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 16px;
background-color: color-mix(in srgb, var(--SjqcpVoHBlyF) 18%, transparent);
color: var(--SjqcpVoHBlyF);
}

.YpEnNRFulInU::before {
content: "\f06b";
font-family: "Font Awesome";
font-weight: 900;
font-size: 26px;
line-height: 1;
}

.moqUlLdQtktF {
font-size: 12px;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
line-height: 1.3;
color: var(--SjqcpVoHBlyF);
}

.IcdWOGXIRIwg {
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
gap: 16px;
padding: 28px 26px;
}

.dCLXPUcskQIQ {
font-size: 24px;
font-weight: 700;
line-height: 1.25;
color: var(--OjxqHqwKepru);
}

.WjXYjhgSnnit {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 50px;
padding: 14px 32px;
border-radius: 12px;
background: var(--YNwTmIQKAMKx);
color: var(--WEEQWmSgzbfk);
font-size: 16px;
font-weight: 700;
text-decoration: none;
transition: transform 0.2s ease, filter 0.2s ease;
}

.WjXYjhgSnnit:hover {
transform: translateY(-2px);
filter: brightness(1.06);
text-decoration: none;
}

@media (max-width: 576px) {
.wdKXctOrVSwO {
grid-template-columns: 1fr;
}

.LDYZxmbsHzgD {
flex-direction: row;
justify-content: flex-start;
padding: 18px;
border-right: 0;
border-bottom: 1px solid var(--mJoMvFRXEkwt);
}

.IcdWOGXIRIwg {
align-items: stretch;
text-align: center;
}

.WjXYjhgSnnit {
width: 100%;
}
}
.qjKyPcLmZoPP {
margin-block: 48px;
}

.csnYQPnmQUZv {
font-size: 28px;
font-weight: 700;
line-height: 1.2;
color: var(--OjxqHqwKepru);
margin: 0 0 20px;
}

.QRDyJOVgRxxp {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}

.WNvpPSlhyHix {
margin: 24px 0;
font-size: 16px;
line-height: 1.7;
color: color-mix(in srgb, var(--OjxqHqwKepru) 80%, transparent);
}

.fhPcgGQfxdpl {
position: relative;
display: flex;
flex-direction: column;
gap: 12px;
padding: 12px;
border-radius: 16px;
border: 1px solid var(--mJoMvFRXEkwt);
background-color: var(--GdxgheocZwsl);
text-decoration: none;
transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.fhPcgGQfxdpl:hover {
transform: translateY(-3px);
border-color: color-mix(in srgb, var(--RgjqiupAGDOR) 45%, var(--mJoMvFRXEkwt));
box-shadow: 0 12px 26px var(--LsPuAwDUYNlF);
}

.qXdmYelNLOQS {
display: block;
border-radius: 12px;
overflow: hidden;
aspect-ratio: 4 / 3;
}

.qXdmYelNLOQS img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.jhvVKxnKvDDi {
position: absolute;
top: 20px;
left: 20px;
padding: 5px 12px;
border-radius: 999px;
font-size: 11px;
font-weight: 800;
letter-spacing: 0.06em;
border: 1px solid transparent;
}

.RKyynoPrUkWp {
color: var(--LhkzOXmUHahV);
background: color-mix(in srgb, var(--LhkzOXmUHahV) 22%, var(--GdxgheocZwsl));
border-color: color-mix(in srgb, var(--LhkzOXmUHahV) 38%, transparent);
}

.zLWjXdwJyagF {
color: var(--tkZFxIksWkRz);
background: color-mix(in srgb, var(--RgjqiupAGDOR) 18%, var(--GdxgheocZwsl));
border-color: color-mix(in srgb, var(--RgjqiupAGDOR) 34%, transparent);
}

.PInPbXWWiXwk {
color: var(--SjqcpVoHBlyF);
background: color-mix(in srgb, var(--SjqcpVoHBlyF) 20%, var(--GdxgheocZwsl));
border-color: color-mix(in srgb, var(--SjqcpVoHBlyF) 36%, transparent);
}

.CwukMMxLePhO {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
border-radius: 10px;
background: var(--YNwTmIQKAMKx);
color: var(--WEEQWmSgzbfk);
font-size: 15px;
font-weight: 700;
text-decoration: none;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

@media (max-width: 768px) {
.QRDyJOVgRxxp {
grid-template-columns: repeat(2, 1fr);
}
}
.LHbjxNrgwOyt {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 14px;
margin-block: 40px;
}

.rNZPPWLDlEJE {
display: inline-flex;
align-items: center;
justify-content: center;
min-width: 240px;
min-height: 54px;
padding: 15px 34px;
border-radius: 12px;
border: 1px solid transparent;
background: var(--YNwTmIQKAMKx);
color: var(--WEEQWmSgzbfk);
font-size: 17px;
font-weight: 700;
text-align: center;
text-decoration: none;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.rNZPPWLDlEJE:hover {
transform: translateY(-2px);
filter: brightness(1.08);
text-decoration: none;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 12px 28px color-mix(in srgb, var(--RgjqiupAGDOR) 35%, transparent);
}

.jyBKygaAikEp {
background: transparent;
color: var(--OjxqHqwKepru);
border-color: var(--mJoMvFRXEkwt);
box-shadow: none;
}

.jyBKygaAikEp:hover {
background: var(--BTZcgzETfKLR);
filter: none;
box-shadow: none;
}
.gJgSOZPDAYNY {
margin-top: 24px;
margin-bottom: 24px;
font-size: 14px;
}

.IjJibebeCCxY {
list-style: none;
margin: 0;
padding: 8px 16px;
display: inline-flex;
flex-wrap: wrap;
align-items: center;
gap: 4px;
width: fit-content;
max-width: 100%;
border-radius: 14px;
background: color-mix(in srgb, var(--GdxgheocZwsl) 70%, transparent);
border: 1px solid var(--mJoMvFRXEkwt);
border-left: 3px solid var(--tkZFxIksWkRz);
}

.jMjLTAlfkMVP {
display: inline-flex;
align-items: center;
min-width: 0;
}

.LluJqSMnUrkS {
display: inline-flex;
align-items: center;
gap: 6px;
color: color-mix(in srgb, var(--OjxqHqwKepru) 62%, transparent);
text-decoration: none;
font-weight: 500;
padding: 2px 4px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
transition: color 0.2s ease;
}

a.LluJqSMnUrkS:hover {
color: var(--tkZFxIksWkRz);
text-decoration: none;
}

.jMjLTAlfkMVP:first-child .LluJqSMnUrkS::before {
content: "\f015";
font-family: "Font Awesome";
font-weight: 900;
font-size: 13px;
line-height: 1;
color: var(--tkZFxIksWkRz);
}

.LluJqSMnUrkS[aria-current="page"] {
color: var(--OjxqHqwKepru);
font-weight: 700;
cursor: default;
}

.SrnpPcAZSAfi {
display: inline-flex;
margin: 0 2px;
}

.SrnpPcAZSAfi::before {
content: "\f105";
font-family: "Font Awesome";
font-weight: 900;
font-size: 12px;
line-height: 1;
color: color-mix(in srgb, var(--OjxqHqwKepru) 32%, transparent);
}

@media (max-width: 576px) {
.gJgSOZPDAYNY {
font-size: 13px;
}

.IjJibebeCCxY {
padding: 7px 13px;
}
}
.KNHAKheQEeyX {
margin-block: 48px;
}

.ZIRIIXOLaTqL {
font-size: 28px;
font-weight: 700;
line-height: 1.2;
color: var(--OjxqHqwKepru);
margin: 0 0 20px;
}

.iuKqZZahVrZQ {
display: flex;
flex-direction: column;
gap: 14px;
}

.clGtxHYWDbJz {
list-style: none;
cursor: pointer;
display: flex;
align-items: center;
gap: 12px;
padding: 14px 16px;
border-radius: 14px;
background: var(--GdxgheocZwsl);
border: 1px solid var(--mJoMvFRXEkwt);
font-size: 16px;
font-weight: 600;
line-height: 1.4;
color: var(--OjxqHqwKepru);
transition: border-color 0.2s ease, background 0.2s ease;
}

.clGtxHYWDbJz::-webkit-details-marker {
display: none;
}

.clGtxHYWDbJz:hover {
border-color: color-mix(in srgb, var(--RgjqiupAGDOR) 45%, transparent);
}

.oUvjSTicLqFi {
flex: 0 0 auto;
width: 28px;
height: 28px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
font-size: 13px;
font-weight: 800;
color: var(--WEEQWmSgzbfk);
background: var(--YNwTmIQKAMKx);
}

.PdyAKWqtHZKe {
flex: 1 1 auto;
}

.TQOlwcyJCysv {
flex: 0 0 auto;
color: var(--tkZFxIksWkRz);
}

.TQOlwcyJCysv::before {
content: "\f107";
font-family: "Font Awesome";
font-weight: 900;
font-size: 13px;
line-height: 1;
display: inline-block;
transition: transform 0.25s ease;
}

.oTjrXeDcTGaJ[open] .TQOlwcyJCysv::before {
transform: rotate(180deg);
}

.oTjrXeDcTGaJ[open] .clGtxHYWDbJz {
border-color: color-mix(in srgb, var(--RgjqiupAGDOR) 55%, transparent);
}

.COzhoAOKdNqi {
margin: 8px 0 0 40px;
padding: 14px 16px;
border-radius: 14px;
border-left: 3px solid var(--RgjqiupAGDOR);
background: color-mix(in srgb, var(--RgjqiupAGDOR) 8%, var(--GdxgheocZwsl));
font-size: 15px;
line-height: 1.7;
color: color-mix(in srgb, var(--OjxqHqwKepru) 85%, transparent);
}

.oTjrXeDcTGaJ[open] .COzhoAOKdNqi {
animation: IXdNuKBPDKDV 0.3s ease both;
}

@keyframes IXdNuKBPDKDV {
from { opacity: 0; transform: translateY(-4px); }
to { opacity: 1; transform: none; }
}

@media (max-width: 576px) {
.COzhoAOKdNqi {
margin-left: 16px;
}
}

@media (prefers-reduced-motion: reduce) {
.TQOlwcyJCysv::before {
transition: none;
}
.oTjrXeDcTGaJ[open] .COzhoAOKdNqi {
animation: none;
}
}
.rNbeJGFswCJE {
width: 100%;
margin-block: 48px;
}

.uYTkeTyrKOKa {
font-size: 28px;
font-weight: 700;
line-height: 1.2;
color: var(--OjxqHqwKepru);
margin: 0 0 24px;
}

.LTJbMfryiiqq {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 20px;
}

.TKyiBgThNvwR {
border: none;
border-radius: 20px;
padding: 30px 28px;
transition: box-shadow 0.28s ease;
}

.shIkAwoFkVlN {
background: color-mix(in srgb, var(--RgjqiupAGDOR) 8%, var(--GdxgheocZwsl));
}

.UbCFPTyiaefo {
background: color-mix(in srgb, var(--LhkzOXmUHahV) 8%, var(--GdxgheocZwsl));
}

.TKyiBgThNvwR:hover {
box-shadow: 0 10px 28px var(--LsPuAwDUYNlF);
}

.NyBVuJSrfOLG {
position: relative;
font-size: 18px;
font-weight: 600;
line-height: 1.3;
margin: 0 0 20px;
padding-bottom: 14px;
}

.NyBVuJSrfOLG::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 40px;
height: 2px;
border-radius: 2px;
}

.shIkAwoFkVlN .NyBVuJSrfOLG {
color: var(--RgjqiupAGDOR);
}

.shIkAwoFkVlN .NyBVuJSrfOLG::after {
background: var(--RgjqiupAGDOR);
}

.UbCFPTyiaefo .NyBVuJSrfOLG {
color: var(--LhkzOXmUHahV);
}

.UbCFPTyiaefo .NyBVuJSrfOLG::after {
background: var(--LhkzOXmUHahV);
}

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

.TEtkqtmPYMbg {
position: relative;
padding-left: 34px;
font-size: 15px;
line-height: 1.6;
color: color-mix(in srgb, var(--OjxqHqwKepru) 88%, transparent);
}

.TEtkqtmPYMbg::before {
position: absolute;
left: 0;
top: 0;
display: inline-flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
border-radius: 7px;
font-size: 11px;
font-weight: 700;
line-height: 1;
}

.shIkAwoFkVlN .TEtkqtmPYMbg::before {
content: '\2713';
color: var(--RgjqiupAGDOR);
background: color-mix(in srgb, var(--RgjqiupAGDOR) 15%, transparent);
}

.UbCFPTyiaefo .TEtkqtmPYMbg::before {
content: '\2715';
color: var(--LhkzOXmUHahV);
background: color-mix(in srgb, var(--LhkzOXmUHahV) 15%, transparent);
}

@media (max-width: 767px) {
.uYTkeTyrKOKa {
font-size: 24px;
margin-bottom: 18px;
}

.LTJbMfryiiqq {
grid-template-columns: 1fr;
gap: 14px;
}

.TKyiBgThNvwR {
padding: 24px 20px;
}

.NyBVuJSrfOLG {
font-size: 17px;
}

.TEtkqtmPYMbg {
font-size: 14px;
}
}
.WInmoiykXkPx {
width: 100%;
margin-block: 48px;
}

.kKcAlUGHHOkf {
font-size: 28px;
font-weight: 700;
line-height: 1.2;
color: var(--OjxqHqwKepru);
margin: 0 0 24px;
text-align: center;
}

.dJqGVskuGzpe {
max-width: 720px;
margin: 0 auto;
border-radius: 16px;
border: 1px solid var(--mJoMvFRXEkwt);
background: var(--GdxgheocZwsl);
padding: 12px 32px;
box-shadow: 0 8px 24px var(--LsPuAwDUYNlF);
}

.ybiaUsoEtOWf {
list-style: none;
margin: 0;
padding: 0;
}

.wgeqJWuydWfD {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
padding: 16px 0;
font-size: 15px;
line-height: 1.5;
color: color-mix(in srgb, var(--OjxqHqwKepru) 90%, transparent);
text-align: center;
}

.wgeqJWuydWfD + .wgeqJWuydWfD {
border-top: 1px solid color-mix(in srgb, var(--mJoMvFRXEkwt) 60%, transparent);
}

.wgeqJWuydWfD::before {
content: '\2014';
flex: 0 0 auto;
color: color-mix(in srgb, var(--RgjqiupAGDOR) 75%, transparent);
font-size: 16px;
font-weight: 400;
line-height: 1;
}

@media (max-width: 767px) {
.kKcAlUGHHOkf {
font-size: 24px;
margin-bottom: 18px;
}

.dJqGVskuGzpe {
padding: 6px 20px;
}

.wgeqJWuydWfD {
font-size: 14px;
}
}
.rshBRUaOTlZN {
position: fixed;
bottom: 40px;
right: 40px;
width: 52px;
height: 52px;
cursor: pointer;
border-radius: 50%;
display: none;
align-items: center;
justify-content: center;
background-color: var(--GdxgheocZwsl);
border: 1.5px solid color-mix(in srgb, var(--RgjqiupAGDOR) 50%, var(--mJoMvFRXEkwt));
box-shadow: 0 8px 20px var(--LsPuAwDUYNlF);
transition: transform 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}

.rshBRUaOTlZN::after {
content: "\f062";
font-family: "Font Awesome";
font-weight: 900;
font-size: 20px;
line-height: 1;
color: var(--tkZFxIksWkRz);
transition: color 0.25s ease;
}

.rshBRUaOTlZN:hover {
transform: translateY(-3px);
background: var(--YNwTmIQKAMKx);
border-color: transparent;
}

.rshBRUaOTlZN:hover::after {
color: var(--WEEQWmSgzbfk);
}

@media (max-width: 767px) {
.rshBRUaOTlZN {
bottom: 75px;
right: 20px;
}
}

@media (prefers-reduced-motion: reduce) {
.rshBRUaOTlZN,
.rshBRUaOTlZN:hover {
transition: none;
transform: none;
}
}
.NAQITjKNTaxH {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 0 0 24px;
border: 1px solid var(--WxhhjgwzQBHK);
border-radius: 14px;
box-shadow: 0 10px 30px var(--LsPuAwDUYNlF);
background-color: var(--GoijGVNZEUTS);
}

table {
width: 100%;
border-collapse: collapse;
background-color: var(--GoijGVNZEUTS);
color: var(--OjxqHqwKepru);
font-size: 16px;
line-height: 1.55;
}

table thead th {
background:
linear-gradient(90deg, var(--RgjqiupAGDOR) 0%, var(--SjqcpVoHBlyF) 100%) bottom / 100% 3px no-repeat,
var(--AVDiUkwNVSXY);
color: var(--znHmGSYruiUy);
font-size: 13px;
font-weight: 700;
letter-spacing: 0.07em;
text-transform: uppercase;
text-align: left;
padding: 16px 18px;
white-space: nowrap;
}

table tbody td {
padding: 14px 18px;
vertical-align: top;
border-top: 1px solid var(--WxhhjgwzQBHK);
transition: background-color 0.18s ease, box-shadow 0.18s ease;
}

table tbody tr:first-child td {
border-top: none;
}

table tbody tr:nth-child(even) td {
background-color: color-mix(in srgb, var(--BTZcgzETfKLR) 55%, transparent);
}

table tbody tr:hover td {
background-color: color-mix(in srgb, var(--RgjqiupAGDOR) 11%, transparent);
}

table tbody tr:hover td:first-child {
box-shadow: inset 3px 0 0 0 var(--RgjqiupAGDOR);
}

table tbody td:first-child {
font-weight: 600;
color: var(--OjxqHqwKepru);
}

@media (max-width: 1100px) {
.NAQITjKNTaxH > table {
width: max-content;
min-width: 100%;
}
}

@media (max-width: 767px) {
table {
font-size: 15px;
}

table thead th,
table tbody td {
padding: 12px 14px;
}

.NAQITjKNTaxH.khLnhomGBwfe {
overflow: visible;
border: none;
border-radius: 0;
box-shadow: none;
background: transparent;
}

.khLnhomGBwfe > table,
.khLnhomGBwfe tbody,
.khLnhomGBwfe tr,
.khLnhomGBwfe td {
display: block;
width: 100%;
}

.khLnhomGBwfe thead {
display: none;
}

.khLnhomGBwfe > table {
width: 100%;
min-width: 0;
}

.khLnhomGBwfe tbody tr {
margin-bottom: 16px;
border: 1px solid var(--WxhhjgwzQBHK);
border-radius: 14px;
overflow: hidden;
background-color: var(--GoijGVNZEUTS);
box-shadow: 0 6px 20px var(--LsPuAwDUYNlF);
transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.khLnhomGBwfe tbody tr:last-child {
margin-bottom: 0;
}

.khLnhomGBwfe tbody tr:active {
transform: scale(0.99);
box-shadow: 0 3px 12px var(--LsPuAwDUYNlF);
}

.khLnhomGBwfe tbody tr:nth-child(even) td {
background-color: transparent;
}

.khLnhomGBwfe tbody tr:hover td {
background-color: transparent;
}

.khLnhomGBwfe tbody tr:hover td:first-child {
box-shadow: none;
}

.khLnhomGBwfe td {
position: relative;
display: flex;
flex-direction: column;
gap: 10px;
border: none;
border-top: 1px solid var(--WxhhjgwzQBHK);
padding: 0 16px 14px;
}

.khLnhomGBwfe td::before {
content: attr(data-label);
display: block;
margin: 0 -16px;
padding: 10px 16px;
text-align: center;
background: color-mix(in srgb, var(--RgjqiupAGDOR) 12%, var(--GoijGVNZEUTS));
border-bottom: 2px solid color-mix(in srgb, var(--RgjqiupAGDOR) 40%, transparent);
color: var(--RgjqiupAGDOR);
font-size: 12px;
font-weight: 700;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.khLnhomGBwfe td:not([data-label])::before {
display: none;
}

.khLnhomGBwfe tbody tr td:first-child {
border-top: none;
font-family: var(--dnKEJTBsDnLF);
font-size: 18px;
font-weight: 700;
line-height: 1.3;
color: var(--OjxqHqwKepru);
}
}
.JHOETjZiWHGU {
display: flex;
}

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

.pvCGvGdpOWOy {
color: var(--znHmGSYruiUy);
border: 1px solid color-mix(in srgb, var(--znHmGSYruiUy) 26%, transparent);
background: color-mix(in srgb, var(--znHmGSYruiUy) 7%, transparent);
font-size: 16px;
font-weight: 600;
border-radius: 15px;
padding: 7px 22px;
transition: border-color 0.18s, color 0.18s, background 0.18s;
cursor: pointer;
user-select: none;
display: flex;
align-items: center;
gap: 8px;
}

.pvCGvGdpOWOy:hover {
border-color: color-mix(in srgb, var(--RgjqiupAGDOR) 70%, transparent);
background: color-mix(in srgb, var(--znHmGSYruiUy) 12%, transparent);
}

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

#lang-dropdown-toggle:checked + .pvCGvGdpOWOy::after {
transform: rotate(180deg);
}

#lang-dropdown-toggle:checked + .pvCGvGdpOWOy {
border-color: color-mix(in srgb, var(--RgjqiupAGDOR) 70%, transparent);
}

.eINPrEPQJhpT {
display: none;
position: absolute;
bottom: calc(100% + 8px);
left: 0;
min-width: 100%;
color: var(--znHmGSYruiUy);
background: color-mix(in srgb, var(--cvmXINpibbrF) 90%, #fff 10%);
border-radius: 15px;
box-shadow: 0 10px 28px rgba(0, 0, 0, 0.4);
border: 1px solid color-mix(in srgb, var(--RgjqiupAGDOR) 30%, transparent);
z-index: 99;
padding: 6px;
}

#lang-dropdown-toggle:checked ~ .eINPrEPQJhpT {
display: flex;
flex-direction: column;
animation: fadeInLangList 0.18s;
}

@keyframes fadeInLangList {
from {
opacity: 0;
transform: translateY(10px);
}
to {
opacity: 1;
transform: translateY(0);
}
}

.eINPrEPQJhpT .bqyjCHUWOBZQ {
white-space: nowrap;
border-radius: 9px;
padding: 8px 18px;
font-weight: 500;
transition: background 0.18s, color 0.18s;
text-align: left;
display: block;
color: var(--znHmGSYruiUy);
}

.eINPrEPQJhpT .bqyjCHUWOBZQ:hover {
background: color-mix(in srgb, var(--RgjqiupAGDOR) 18%, transparent);
color: var(--RgjqiupAGDOR);
}

.eINPrEPQJhpT .bqyjCHUWOBZQ.is-active {
color: var(--cvmXINpibbrF);
font-weight: 600;
background: var(--RgjqiupAGDOR);
}

.kniwRmfHJMAx .JHOETjZiWHGU,
.kniwRmfHJMAx .pIQlsBiUoMpH {
display: block;
}

.kniwRmfHJMAx .pvCGvGdpOWOy {
width: 100%;
justify-content: space-between;
gap: 8px;
font-size: 15px;
font-weight: 600;
border-radius: 10px;
padding: 11px 14px;
color: var(--OjxqHqwKepru);
border: 1px solid var(--mJoMvFRXEkwt);
background: var(--BTZcgzETfKLR);
}

.kniwRmfHJMAx .pvCGvGdpOWOy:hover {
border-color: color-mix(in srgb, var(--RgjqiupAGDOR) 70%, transparent);
background: var(--GdxgheocZwsl);
}

.kniwRmfHJMAx .pvCGvGdpOWOy::after {
margin-left: auto;
}

.kniwRmfHJMAx .eINPrEPQJhpT {
left: 0;
right: 0;
min-width: 0;
color: var(--OjxqHqwKepru);
background: var(--GoijGVNZEUTS);
border: 1px solid var(--mJoMvFRXEkwt);
box-shadow: 0 10px 28px var(--LsPuAwDUYNlF);
}

.kniwRmfHJMAx .eINPrEPQJhpT .bqyjCHUWOBZQ {
color: var(--OjxqHqwKepru);
}

.kniwRmfHJMAx .eINPrEPQJhpT .bqyjCHUWOBZQ:hover {
background: var(--GdxgheocZwsl);
color: var(--tkZFxIksWkRz);
}

.ZbKFASKjUrHq {
display: none;
position: fixed;
inset: 0;
z-index: 90;
cursor: default;
}

#lang-dropdown-toggle:checked ~ .ZbKFASKjUrHq {
display: block;
}
.WpuaPPnzFAkK {
margin-left: var(--sidebar-w);
padding: 20px 15px 40px;
}

.MTTSUiqMghLw {
list-style: none;
max-width: 1200px;
width: 100%;
margin: 0 auto;
padding: 0;
display: flex;
flex-direction: column;
gap: 12px;
}

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

.ceZompzptayx a:hover {
color: var(--SjqcpVoHBlyF);
}

@media (max-width: 992px) {
.WpuaPPnzFAkK {
margin-left: 0;
}
}
.WIUBUYsNQwdY {
position: relative;
--pnfsnjcjQUbh: color-mix(in srgb, var(--RgjqiupAGDOR) 64%, #fff);
--IhRDGJAMvegC: color-mix(in srgb, var(--SjqcpVoHBlyF) 70%, #fff);
background: var(--cvmXINpibbrF);
color: var(--znHmGSYruiUy);
padding-block: 48px 28px;
padding-inline: 2rem;
isolation: isolate;
margin-left: var(--sidebar-w);
}

.WIUBUYsNQwdY::before {
content: "";
position: absolute;
inset: 0 0 auto 0;
height: 3px;
background: linear-gradient(90deg,
var(--pnfsnjcjQUbh) 0%,
var(--IhRDGJAMvegC) 100%);
pointer-events: none;
z-index: 1;
}

.YzJtCYiJalLi {
max-width: 1200px;
width: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
gap: 36px;
}

.oWeFyEtOvalj {
display: grid;
grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr) minmax(0, 1.2fr);
gap: 48px;
align-items: start;
}

.JCjuqaRBPpnx {
font-size: 11px;
font-weight: 800;
letter-spacing: 0.2em;
text-transform: uppercase;
color: var(--pnfsnjcjQUbh);
margin-bottom: 18px;
}

.yzDfprgdvssk {
display: flex;
align-items: center;
gap: 16px;
}

.hYXijvSAtaQO {
display: inline-flex;
align-items: center;
gap: 14px;
text-decoration: none;
color: inherit;
width: fit-content;
}

.qgNTxobtmYtq {
width: 48px;
height: 48px;
border-radius: 12px;
object-fit: cover;
}

.UQQytPSPTYPP {
font-family: var(--dnKEJTBsDnLF);
font-size: 20px;
font-weight: 800;
letter-spacing: 0.01em;
color: var(--znHmGSYruiUy);
}

.WmuEUlGASeta {
margin: 0;
font-size: 14px;
line-height: 1.65;
color: color-mix(in srgb, var(--znHmGSYruiUy) 65%, transparent);
max-width: 420px;
}

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

.YKRQetProamY {
display: inline-flex;
align-items: center;
gap: 8px;
color: color-mix(in srgb, var(--znHmGSYruiUy) 78%, transparent);
font-size: 15px;
font-weight: 500;
text-decoration: none;
transition: color 0.2s ease, gap 0.2s ease;
}

.YKRQetProamY::before {
content: "";
width: 6px;
height: 6px;
border-radius: 2px;
background: color-mix(in srgb, var(--pnfsnjcjQUbh) 55%, transparent);
transition: background 0.2s ease, transform 0.2s ease;
}

.YKRQetProamY:hover {
color: var(--pnfsnjcjQUbh);
gap: 12px;
text-decoration: none;
}

.YKRQetProamY:hover::before {
background: var(--pnfsnjcjQUbh);
transform: scale(1.25);
}

.wCSFeEwARfGO {
display: flex;
flex-direction: column;
gap: 16px;
}

.YDcqKNTmizcT {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 16px;
}

.oHMjcQmUfNjz {
width: 44px;
height: 44px;
object-fit: contain;
border-radius: 50%;
border: 2px solid color-mix(in srgb, var(--pnfsnjcjQUbh) 60%, transparent);
padding: 3px;
}

.wsrTdICpNyNx {
height: 32px;
width: auto;
max-width: 150px;
object-fit: contain;
opacity: 0.78;
filter: grayscale(1);
transition: opacity 0.2s ease, filter 0.2s ease;
}

.wsrTdICpNyNx:hover {
opacity: 1;
filter: grayscale(0);
}

.rAjVriFmCviT {
margin: 0;
font-size: 12px;
font-style: italic;
line-height: 1.6;
color: color-mix(in srgb, var(--znHmGSYruiUy) 50%, transparent);
}

.BXWLHRNgdaJe {
display: flex;
align-items: center;
gap: 24px;
flex-wrap: wrap;
padding: 22px 0;
border-block: 1px solid color-mix(in srgb, var(--znHmGSYruiUy) 10%, transparent);
}

.WJQptGQxCDsI {
flex-shrink: 0;
font-size: 11px;
font-weight: 800;
letter-spacing: 0.2em;
text-transform: uppercase;
color: color-mix(in srgb, var(--znHmGSYruiUy) 55%, transparent);
}

.ysAreGMlKVHv {
display: flex;
flex-wrap: wrap;
gap: 12px;
align-items: center;
}

.sxXwgDoRPLeh {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 8px 14px;
height: 42px;
border-radius: 10px;
background: #fff;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.sxXwgDoRPLeh:hover {
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0, 0, 0, 0.38);
}

.sxXwgDoRPLeh img {
display: block;
height: 24px;
width: auto;
max-width: 80px;
object-fit: contain;
}

.kTTWVqDpUEVN {
display: flex;
justify-content: center;
align-items: center;
}

.RJCKBiAsQCBQ {
font-size: 13px;
color: color-mix(in srgb, var(--znHmGSYruiUy) 60%, transparent);
text-align: center;
}

.RJCKBiAsQCBQ span {
color: var(--pnfsnjcjQUbh);
font-weight: 700;
}

@media (max-width: 992px) {
.WIUBUYsNQwdY {
margin-left: 0;
padding: 24px 20px;
}
.oWeFyEtOvalj {
grid-template-columns: 1fr 1fr;
gap: 36px 32px;
}
.wCSFeEwARfGO {
grid-column: 1 / -1;
}
}

@media (max-width: 767px) {

.YzJtCYiJalLi {
gap: 28px;
}
.oWeFyEtOvalj {
grid-template-columns: 1fr;
gap: 28px;
text-align: center;
}
.yzDfprgdvssk {
justify-content: center;
}
.OtTiMBAXPdMf {
align-items: center;
}
.wCSFeEwARfGO {
align-items: center;
}
.YDcqKNTmizcT {
justify-content: center;
}
.rAjVriFmCviT {
text-align: center;
}
.BXWLHRNgdaJe {
flex-direction: column;
gap: 14px;
text-align: center;
}
.ysAreGMlKVHv {
justify-content: center;
}
}

@media (max-width: 576px) {
.sxXwgDoRPLeh {
height: 32px;
padding: 5px 9px;
}
.sxXwgDoRPLeh img {
height: 18px;
}
.wsrTdICpNyNx {
height: 26px;
}
}
.mdKJvQzvEhHn {
min-height: 100dvh;
display: flex;
flex-direction: column;
}

.mdKJvQzvEhHn .smOZlnXlLKbw {
flex: 1 0 auto;
margin-left: 0;
display: flex;
flex-direction: column;
}

.mdKJvQzvEhHn .WIUBUYsNQwdY {
flex-shrink: 0;
margin-top: auto;
margin-left: 0;
padding-block: 22px;
}

.mdKJvQzvEhHn .YJkLQGwQyNDU {
padding-left: 0;
}

.fUDOsBeEsPDX {
flex: 1 0 auto;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
padding: 48px 20px 64px;
}

.oZPtlptUmShS {
max-width: 560px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 14px;
}

.HCNakNQbVBIn {
font-family: var(--dnKEJTBsDnLF);
font-size: clamp(96px, 24vw, 180px);
font-weight: 800;
line-height: 0.9;
letter-spacing: -0.03em;
margin-bottom: 4px;
color: var(--RgjqiupAGDOR);
}

@supports ((-webkit-background-clip: text) or (background-clip: text)) {
.HCNakNQbVBIn {
background: linear-gradient(135deg, var(--RgjqiupAGDOR) 0%, var(--SjqcpVoHBlyF) 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
}

.NlcrRxSWmhkV {
font-size: 28px;
line-height: 1.25;
font-weight: 700;
color: var(--OjxqHqwKepru);
margin: 0;
}

.sqaYlXTZVbDI {
font-size: 16px;
line-height: 1.6;
color: color-mix(in srgb, var(--OjxqHqwKepru) 65%, transparent);
margin: 0;
max-width: 44ch;
}

.fndZegNuvpyE {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 52px;
margin-top: 12px;
padding: 14px 30px;
border-radius: 12px;
font-size: 16px;
font-weight: 700;
text-decoration: none;
background: var(--YNwTmIQKAMKx);
color: var(--WEEQWmSgzbfk);
transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.fndZegNuvpyE:hover {
transform: translateY(-2px);
filter: brightness(1.08);
box-shadow: 0 12px 28px color-mix(in srgb, var(--RgjqiupAGDOR) 35%, transparent);
text-decoration: none;
}

@media (max-width: 576px) {
.NlcrRxSWmhkV {
font-size: 24px;
}
.fndZegNuvpyE {
width: 100%;
}
}

@media (prefers-reduced-motion: reduce) {
.fndZegNuvpyE {
transition: none;
}
.fndZegNuvpyE:hover {
transform: none;
}
}
