:root {
--UdYaqrRNhBYc: #F6F9FC;
--AqrKBNpqXcXU: #DCE4EE;
--iFvbdYXTRvQk: #C81E37;
--xCTQmgslYTAw: #ECF2F8;
--mvsqZGLqXkkr: #FAFCFE;
--mEDJBWCVqgdR: #18222E;
--GNwYCnXzOSgW: #7A4FD6;
--gludvltOzngV: #1A2532;
--UoVoaKwBzcvL: #901430;
--pSghLQhWOFVj: #A11430;
--kHsTscaBSvhz: #F4F7FB;
--wYpfrluEZvbd: linear-gradient(135deg, #94142C 0%, #C01B33 60%, #E33F54 100%);
--bfKJdNurqlHi: #FAFCFE;
--gVIpHOgKsvpa: #FFFFFF;
--nXcDtZmoYzBt: #1A2532;
--VbzkXHOEFqsI: #18222E;
--KWRENgCsthtu: #F4F7FB;
--WrBkUYZsAODu: #1A2532;
--LIJjDBVedQIL: #C81E37;
--JybnOrEQlqOM: #DCE4EE;
--MRwbSLMQltdr: rgba(15,35,65,0.10);
--PLXZKvNgpaqa: #7A4FD6;
--VWHYzurClZZy: #DD7A14;
--MNgbpKIwdZVd: #F7A847;
--CthYDvfYCTYt: 'Inter', sans-serif;
--YgZbQUeZdeqi: 'Raleway', sans-serif;
--VheyzYAOIarp: #FFFFFF;
--MkniFEvqcTdT: linear-gradient(180deg, color-mix(in srgb, var(--iFvbdYXTRvQk) 84%, #000) 0%, color-mix(in srgb, var(--iFvbdYXTRvQk) 60%, #000) 100%);
--header-h: 64px;
--sidebar-w: 300px;

}

* {
box-sizing: border-box;
}

.ZiNAgCRjsJgR a,
.KWqBzMQnhDoC a {
color: var(--kHsTscaBSvhz);
font-weight: 600;
text-decoration: none;
font-size: 16px;
}

a:hover {
text-decoration: underline;
}

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

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

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(--gludvltOzngV);
}

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

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

.XMAFkOQEyuNp,
.nIZmMpByqAVX,
.inside-LpxjgptIMgWb {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.XMAFkOQEyuNp {
padding: 2rem;

}

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

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

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

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

}

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

}

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

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

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

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

.fxlkGWvaMMxH:checked ~ .RHmcakKcbwxK::before {
content: '✕';
}

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

.cuIylGAMfxVK a,
.pjuBTgcEsMXS {
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;
}

.cuIylGAMfxVK a:first-child {
background-color: transparent;
border-color: var(--JybnOrEQlqOM);
color: var(--gludvltOzngV);
}

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

.cuIylGAMfxVK a:nth-child(2),
.pjuBTgcEsMXS {
background: var(--MkniFEvqcTdT);
color: var(--VheyzYAOIarp);
animation: WqSFzTzlyiep 3.2s ease-in-out infinite;
}

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

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

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

.pjuBTgcEsMXS {
display: none;
}

.SWueiJiqJzeE {
display: none;
}

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

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

.cuIylGAMfxVK {
display: none;
}

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

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

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

.fxlkGWvaMMxH:checked ~ .SWueiJiqJzeE {
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.fxlkGWvaMMxH:checked ~ .RHmcakKcbwxK {
top: 14px;
right: 14px;
left: auto;
}
}

@media (max-width: 576px) {

.JNADLmPpshrX {
gap: 12px;
}

.wPyFwQFGuIQc {
width: 40px;
}

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

.fxlkGWvaMMxH:checked ~ .RHmcakKcbwxK {
top: 11px;
right: 11px;
}
}
.DhMsfAUuzoHJ {
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(--JybnOrEQlqOM);
border-left: 0;
background-color: var(--bfKJdNurqlHi);
box-shadow: 0 10px 30px var(--MRwbSLMQltdr);
overflow-y: auto;
z-index: 20;
}

.UJRydJOYxDdL {
display: block;
}

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

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

.lYZKkskkHqyq {
margin: 0;
}

.baFzMUoIFaAZ {
display: block;
padding: 11px 13px;
border-radius: 10px;
color: var(--gludvltOzngV);
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;
}

.lYZKkskkHqyq.active .baFzMUoIFaAZ {
background-color: var(--xCTQmgslYTAw);
border-color: var(--JybnOrEQlqOM);
color: var(--LIJjDBVedQIL);
box-shadow: inset 3px 0 0 0 var(--iFvbdYXTRvQk);
}

.baFzMUoIFaAZ:hover {
background-color: var(--mvsqZGLqXkkr);
border-color: var(--JybnOrEQlqOM);
color: var(--LIJjDBVedQIL);
text-decoration: none;
}

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

.OkZYafNDauPd > .baFzMUoIFaAZ,
.OkZYafNDauPd > .gAilDlFcOqrv {
flex: 1 1 auto;
border: 0;
border-radius: 0;
background-color: transparent;
}

.OkZYafNDauPd > .baFzMUoIFaAZ:hover,
.OkZYafNDauPd > .gAilDlFcOqrv:hover {
background-color: transparent;
border-color: transparent;
transform: none;
}

.OkZYafNDauPd:hover {
background-color: var(--mvsqZGLqXkkr);
border-color: var(--JybnOrEQlqOM);
}

.lYZKkskkHqyq.active > .OkZYafNDauPd,
.NyUJMlPJeEEo.active > .OkZYafNDauPd {
background-color: var(--xCTQmgslYTAw);
border-color: var(--JybnOrEQlqOM);
}

.lYZKkskkHqyq.active > .OkZYafNDauPd > .baFzMUoIFaAZ,
.NyUJMlPJeEEo.active > .OkZYafNDauPd > .gAilDlFcOqrv {
background-color: transparent;
border-color: transparent;
color: var(--LIJjDBVedQIL);
}


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

}

.NyUJMlPJeEEo {
margin: 0;
}

.gAilDlFcOqrv {
display: block;
padding: 10px 12px;
border-radius: 10px;
color: var(--gludvltOzngV);
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;
}

.NyUJMlPJeEEo.active > .gAilDlFcOqrv {
background-color: var(--xCTQmgslYTAw);
border-color: var(--JybnOrEQlqOM);
color: var(--LIJjDBVedQIL);
}

.gAilDlFcOqrv:hover {
background-color: var(--mvsqZGLqXkkr);
border-color: var(--JybnOrEQlqOM);
color: var(--LIJjDBVedQIL);
text-decoration: none;
}

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

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

.BwMkpxumxNPR:hover {
background-color: transparent;
border-color: var(--JybnOrEQlqOM);
color: var(--LIJjDBVedQIL);
transform: none;
}

.ZPvLJOFCGVSd:checked ~ .OkZYafNDauPd .BwMkpxumxNPR::before {
transform: rotate(180deg);
}

.ZPvLJOFCGVSd:checked ~ .epRlaVHyufKc {
display: flex;
}

.zTdqEtqSACXV {
height: 1px;
background-color: var(--JybnOrEQlqOM);
}

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

.ZDWfFeODAtwm {
display: none;
}


@media (max-width: 992px) {
.DhMsfAUuzoHJ {
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(--JybnOrEQlqOM);
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(--MRwbSLMQltdr);
z-index: 60;
}

.DhMsfAUuzoHJ::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(--gludvltOzngV) 22%, transparent);
}

.fxlkGWvaMMxH:checked ~ .DhMsfAUuzoHJ {
transform: translateY(0);
}

.utSPZXYjXaui {
display: flex;
}

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

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

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

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

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

.aibZxDeKuNTm {
display: none;
}

@media (max-width: 992px) {
.aibZxDeKuNTm {
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(--mvsqZGLqXkkr);
border: 1px solid var(--JybnOrEQlqOM);
box-shadow: 0 12px 30px var(--MRwbSLMQltdr);
z-index: 45;
transition: transform 0.3s ease, opacity 0.3s ease;
}

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

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

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

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

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

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

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

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

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

.ytWAaMEgdnLH {
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(--MkniFEvqcTdT);
color: var(--VheyzYAOIarp);
border: 1px solid transparent;
transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.25s ease;
}

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

.yDdsXmuRWnej {
background: transparent;
color: var(--gludvltOzngV);
border: 1px solid var(--JybnOrEQlqOM);
}

.yDdsXmuRWnej:hover {
background: var(--xCTQmgslYTAw);
filter: none;
box-shadow: none;
}

.FRvZDzIJnDfL {
display: flex;
flex-direction: column;
gap: 12px;
padding: 24px;
border-radius: 16px;
background-color: var(--mvsqZGLqXkkr);
border: 1px solid var(--JybnOrEQlqOM);
border-top: 3px solid var(--iFvbdYXTRvQk);
box-shadow: 0 12px 32px var(--MRwbSLMQltdr);
}

.AheKbxAbdgTo {
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(--VWHYzurClZZy);
background: color-mix(in srgb, var(--VWHYzurClZZy) 16%, transparent);
border: 1px solid color-mix(in srgb, var(--VWHYzurClZZy) 34%, transparent);
}

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

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

.cWUwRzFyYldC {
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(--MkniFEvqcTdT);
color: var(--VheyzYAOIarp);
transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
animation: QMoUFALbVdLl 3.2s ease-in-out infinite;
}

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

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

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

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

.GyYxzAVIktqh {
font-size: 32px;
}

.NRCYbXkYcMQO .ytWAaMEgdnLH:not(.yDdsXmuRWnej) {
display: none;
}

.NRCYbXkYcMQO {
margin-bottom: 0;
}
}

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

.ytWAaMEgdnLH {
width: 100%;
}
}

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

.uZKmaoeFDAoM > *,
.FRvZDzIJnDfL {
animation: liwZQCTwEUse 0.5s ease both;
}

.NHDPpNitZkyf { animation-delay: 0.02s; }
.GyYxzAVIktqh { animation-delay: 0.08s; }
.NRCYbXkYcMQO { animation-delay: 0.16s; }
.FRvZDzIJnDfL { animation-delay: 0.22s; }

@media (prefers-reduced-motion: reduce) {
.uZKmaoeFDAoM > *,
.FRvZDzIJnDfL,
.cWUwRzFyYldC {
animation: none;
}
.ytWAaMEgdnLH,
.cWUwRzFyYldC {
transition: none;
}
.ytWAaMEgdnLH:hover,
.cWUwRzFyYldC:hover {
transform: none;
}
}
.KNSHEOzcERYj {
display: grid;
grid-template-columns: 0.62fr 1fr;
max-width: 620px;
margin: 40px auto;
border-radius: 16px;
overflow: hidden;
border: 1px solid var(--JybnOrEQlqOM);
background-color: var(--mvsqZGLqXkkr);
box-shadow: 0 12px 30px var(--MRwbSLMQltdr);
}

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

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

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

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

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

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

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

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

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

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

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

.vBYlXWovlJeO {
width: 100%;
}
}
.QWnHeugCvLdU {
margin-block: 48px;
}

.KuLAzoUKyxdy {
margin-bottom: 22px;
}

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

.lhBcWmadaaQH {
display: grid;
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
gap: 24px;
align-items: start;
}

.TdXHrkzCRnRH {
display: flex;
flex-direction: column;
gap: 20px;
min-width: 0;
container-type: inline-size;
}

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

.qvXfItpuCOBj {
display: grid;
grid-template-columns: repeat(2, 1fr);
align-self: stretch;
align-content: space-between;
gap: 12px;
}

.aOXaEgBjZbcl {
position: relative;
display: flex;
flex-direction: column;
border-radius: 12px;
overflow: hidden;
border: 1px solid var(--JybnOrEQlqOM);
background: var(--bfKJdNurqlHi);
transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.aOXaEgBjZbcl img {
width: 100%;
display: block;
transform-origin: center;
transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), filter 0.28s ease;
}

.aOXaEgBjZbcl::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
pointer-events: none;
background: linear-gradient(115deg,
transparent 30%,
color-mix(in srgb, #fff 28%, transparent) 48%,
transparent 66%);
transform: translateX(-120%);
opacity: 0;
transition: transform 0.6s ease, opacity 0.3s ease;
}

.OGkZNaEHzxqI {
position: relative;
z-index: 2;
margin-top: auto;
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
min-height: 40px;

font-size: 15px;
font-weight: 700;
border-radius: 0;
color: var(--VheyzYAOIarp);
background: var(--MkniFEvqcTdT);
transition: filter 0.28s ease, letter-spacing 0.28s ease;
}

.OGkZNaEHzxqI::after {
content: "\f061";
font-family: "Font Awesome";
font-weight: 900;
font-size: 12px;
max-width: 0;
opacity: 0;
overflow: hidden;
transform: translateX(-6px);
transition: max-width 0.28s ease, opacity 0.28s ease, transform 0.28s ease;
}

.aOXaEgBjZbcl:hover {
transform: translateY(-6px);
border-color: color-mix(in srgb, var(--iFvbdYXTRvQk) 70%, transparent);
box-shadow:
0 14px 30px var(--MRwbSLMQltdr),
0 0 0 1px color-mix(in srgb, var(--iFvbdYXTRvQk) 35%, transparent),
0 10px 26px color-mix(in srgb, var(--iFvbdYXTRvQk) 30%, transparent);
}

.aOXaEgBjZbcl:hover img {
transform: scale(1.08);
filter: brightness(1.06) saturate(1.08);
}

.aOXaEgBjZbcl:hover::before {
opacity: 1;
transform: translateX(120%);
}

.aOXaEgBjZbcl:hover .OGkZNaEHzxqI {
filter: brightness(1.08);
letter-spacing: 0.04em;
}

.aOXaEgBjZbcl:hover .OGkZNaEHzxqI::after {
max-width: 20px;
opacity: 1;
transform: translateX(0);
}

.aOXaEgBjZbcl:focus-visible {
outline: 2px solid var(--iFvbdYXTRvQk);
outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
.aOXaEgBjZbcl,
.aOXaEgBjZbcl img,
.aOXaEgBjZbcl::before,
.OGkZNaEHzxqI,
.OGkZNaEHzxqI::after {
transition: none;
}
.aOXaEgBjZbcl:hover {
transform: none;
}
.aOXaEgBjZbcl:hover img {
transform: none;
}
.aOXaEgBjZbcl:hover::before {
opacity: 0;
}
}

@media (max-width: 1100px) {
.lhBcWmadaaQH {
grid-template-columns: minmax(0, 1fr);
}

.mbXbQisXOyTs {
grid-template-columns: repeat(2, minmax(0, 385px));
}

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

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

.QXERpyuxyZlJ {
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(--MkniFEvqcTdT);
color: var(--VheyzYAOIarp);
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;
}

.QXERpyuxyZlJ: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(--iFvbdYXTRvQk) 35%, transparent);
}

.PXsKzIqbBwCo {
background: transparent;
color: var(--gludvltOzngV);
border-color: var(--JybnOrEQlqOM);
box-shadow: none;
}

.PXsKzIqbBwCo:hover {
background: var(--xCTQmgslYTAw);
filter: none;
box-shadow: none;
}
.aTnkttMafjVb {
margin-top: 24px;
margin-bottom: 24px;
font-size: 14px;
}

.XFzFYMUiLOWl {
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(--mvsqZGLqXkkr) 70%, transparent);
border: 1px solid var(--JybnOrEQlqOM);
border-left: 3px solid var(--LIJjDBVedQIL);
}

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

.TKNzLGyHZNFY {
display: inline-flex;
align-items: center;
gap: 6px;
color: color-mix(in srgb, var(--gludvltOzngV) 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.TKNzLGyHZNFY:hover {
color: var(--LIJjDBVedQIL);
text-decoration: none;
}

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

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

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

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

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

.XFzFYMUiLOWl {
padding: 7px 13px;
}
}
.TNFjigqrucDQ {
margin-block: 48px;
}

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

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

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

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

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

.mpBgYXdueXxE {
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(--VheyzYAOIarp);
background: var(--MkniFEvqcTdT);
}

.uTzSVRNObqrA {
flex: 1 1 auto;
}

.aYMXxOhOjzfb {
flex: 0 0 auto;
color: var(--LIJjDBVedQIL);
}

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

.TAuiaicYLivk[open] .aYMXxOhOjzfb::before {
transform: rotate(180deg);
}

.TAuiaicYLivk[open] .oiKReitAxmrA {
border-color: color-mix(in srgb, var(--iFvbdYXTRvQk) 55%, transparent);
}

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

.TAuiaicYLivk[open] .InDDuQnWwRhV {
animation: cjstJcEwQEdy 0.3s ease both;
}

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

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

@media (prefers-reduced-motion: reduce) {
.aYMXxOhOjzfb::before {
transition: none;
}
.TAuiaicYLivk[open] .InDDuQnWwRhV {
animation: none;
}
}
.FUxyEYkKRdBk {
width: 100%;
margin-block: 48px;
}

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

.rjMzHPTeiUzn {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
background: none;
border: none;
box-shadow: none;
}

.pIjzVJCXKsTe {
padding: 4px 0;
}

.bZdXbRzehPNn {
padding-right: 44px;
}

.OmGgZHYsAMsN {
padding-left: 44px;
border-left: 1px solid var(--JybnOrEQlqOM);
}

.wQvbKImypziV {
position: relative;
display: inline-block;
margin: 0 0 18px;
padding: 0 0 10px;
font-size: 13px;
font-weight: 700;
line-height: 1.2;
letter-spacing: 0.08em;
text-transform: uppercase;
}

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

.bZdXbRzehPNn .wQvbKImypziV {
color: var(--iFvbdYXTRvQk);
}

.bZdXbRzehPNn .wQvbKImypziV::after {
background: var(--iFvbdYXTRvQk);
}

.OmGgZHYsAMsN .wQvbKImypziV {
color: var(--VWHYzurClZZy);
}

.OmGgZHYsAMsN .wQvbKImypziV::after {
background: var(--VWHYzurClZZy);
}

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

.FOdnZQEOavlo {
position: relative;
padding: 12px 0 12px 26px;
font-size: 15px;
line-height: 1.6;
color: color-mix(in srgb, var(--gludvltOzngV) 88%, transparent);
}

.FOdnZQEOavlo + .FOdnZQEOavlo {
border-top: 1px solid color-mix(in srgb, var(--JybnOrEQlqOM) 55%, transparent);
}

.FOdnZQEOavlo::before {
position: absolute;
left: 0;
top: 12px;
font-size: 17px;
font-weight: 700;
line-height: 1.55;
}

.bZdXbRzehPNn .FOdnZQEOavlo::before {
content: '+';
color: var(--iFvbdYXTRvQk);
}

.OmGgZHYsAMsN .FOdnZQEOavlo::before {
content: '\2212';
color: var(--VWHYzurClZZy);
}

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

.rjMzHPTeiUzn {
grid-template-columns: 1fr;
}

.bZdXbRzehPNn {
padding-right: 0;
padding-bottom: 8px;
}

.OmGgZHYsAMsN {
padding-left: 0;
padding-top: 20px;
margin-top: 12px;
border-left: none;
border-top: 1px solid var(--JybnOrEQlqOM);
}

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

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

.eqJDfXGLVnjh {
list-style: none;
margin: 0;
padding: 0;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
column-gap: 32px;
row-gap: 2px;
}

.AWDetwgIGSxn {
position: relative;
display: flex;
align-items: baseline;
gap: 14px;
padding: 15px 0;
font-size: 15px;
line-height: 1.6;
color: color-mix(in srgb, var(--gludvltOzngV) 90%, transparent);
border-bottom: 1px solid color-mix(in srgb, var(--JybnOrEQlqOM) 60%, transparent);
}

.FwrwaZtvbDrO {
flex: 0 0 auto;
font-size: 15px;
font-weight: 700;
font-variant-numeric: tabular-nums;
line-height: 1.6;
color: var(--iFvbdYXTRvQk);
}

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

.eqJDfXGLVnjh {
grid-template-columns: 1fr;
}

.AWDetwgIGSxn {
font-size: 14px;
}
}
.PflawFzGlAbN {
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-mix(in srgb, var(--iFvbdYXTRvQk) 16%, var(--mvsqZGLqXkkr));
border: 1px solid color-mix(in srgb, var(--iFvbdYXTRvQk) 30%, transparent);
box-shadow: 0 8px 20px var(--MRwbSLMQltdr);
transition: transform 0.25s ease, filter 0.25s ease;
}

.PflawFzGlAbN:hover {
transform: translateY(-3px);
filter: brightness(1.06);
}

.PflawFzGlAbN::after {
content: "\f062";
font-family: "Font Awesome";
font-weight: 900;
font-size: 20px;
line-height: 1;
color: var(--LIJjDBVedQIL);
}

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

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

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

table thead th {
background:
linear-gradient(90deg, var(--iFvbdYXTRvQk) 0%, var(--GNwYCnXzOSgW) 100%) bottom / 100% 3px no-repeat,
var(--mEDJBWCVqgdR);
color: var(--KWRENgCsthtu);
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(--AqrKBNpqXcXU);
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(--xCTQmgslYTAw) 55%, transparent);
}

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

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

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

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

@container (max-width: 900px) {
.asFVlbDafCzd > table {
width: max-content;
min-width: 100%;
}
}

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

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

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

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

.bagteCvGJVsf thead {
display: none;
}

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

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

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

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

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

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

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

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

.bagteCvGJVsf td::before {
content: attr(data-label);
display: block;
margin: 0 -16px;
padding: 12px 16px;
text-align: center;
background:
linear-gradient(90deg, var(--iFvbdYXTRvQk) 0%, var(--GNwYCnXzOSgW) 100%) bottom / 100% 3px no-repeat,
var(--mEDJBWCVqgdR);
color: var(--KWRENgCsthtu);
font-size: 13px;
font-weight: 700;
letter-spacing: 0.07em;
text-transform: uppercase;
}

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

.bagteCvGJVsf tbody tr td:first-child {
border-top: none;
font-family: var(--YgZbQUeZdeqi);
font-size: 18px;
font-weight: 700;
line-height: 1.3;
color: var(--gludvltOzngV);
}
}
.pSCVvKHSbBId {
display: flex;
}

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

.HycNhyVUqIwJ {
color: var(--KWRENgCsthtu);
border: 1px solid color-mix(in srgb, var(--KWRENgCsthtu) 26%, transparent);
background: color-mix(in srgb, var(--KWRENgCsthtu) 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;
}

.HycNhyVUqIwJ:hover {
border-color: color-mix(in srgb, var(--iFvbdYXTRvQk) 70%, transparent);
background: color-mix(in srgb, var(--KWRENgCsthtu) 12%, transparent);
}

.HycNhyVUqIwJ::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 + .HycNhyVUqIwJ::after {
transform: rotate(180deg);
}

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

.ktCTbqyakzKq {
display: none;
position: absolute;
bottom: calc(100% + 8px);
left: 0;
min-width: 100%;
color: var(--KWRENgCsthtu);
background: color-mix(in srgb, var(--VbzkXHOEFqsI) 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(--iFvbdYXTRvQk) 30%, transparent);
z-index: 99;
padding: 6px;
}

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

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

.ktCTbqyakzKq .HkLidNLByReX {
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(--KWRENgCsthtu);
}

.ktCTbqyakzKq .HkLidNLByReX:hover {
background: color-mix(in srgb, var(--iFvbdYXTRvQk) 18%, transparent);
color: var(--iFvbdYXTRvQk);
}

.ktCTbqyakzKq .HkLidNLByReX.is-active {
color: var(--VbzkXHOEFqsI);
font-weight: 600;
background: var(--iFvbdYXTRvQk);
}

.DhMsfAUuzoHJ .pSCVvKHSbBId,
.DhMsfAUuzoHJ .WjDeWqTfycCl {
display: block;
}

.DhMsfAUuzoHJ .HycNhyVUqIwJ {
width: 100%;
justify-content: space-between;
gap: 8px;
font-size: 15px;
font-weight: 600;
border-radius: 10px;
padding: 11px 14px;
color: var(--gludvltOzngV);
border: 1px solid var(--JybnOrEQlqOM);
background: var(--xCTQmgslYTAw);
}

.DhMsfAUuzoHJ .HycNhyVUqIwJ:hover {
border-color: color-mix(in srgb, var(--iFvbdYXTRvQk) 70%, transparent);
background: var(--mvsqZGLqXkkr);
}

.DhMsfAUuzoHJ .HycNhyVUqIwJ::after {
margin-left: auto;
}

.DhMsfAUuzoHJ .ktCTbqyakzKq {
left: 0;
right: 0;
min-width: 0;
color: var(--gludvltOzngV);
background: var(--bfKJdNurqlHi);
border: 1px solid var(--JybnOrEQlqOM);
box-shadow: 0 10px 28px var(--MRwbSLMQltdr);
}

.DhMsfAUuzoHJ .ktCTbqyakzKq .HkLidNLByReX {
color: var(--gludvltOzngV);
}

.DhMsfAUuzoHJ .ktCTbqyakzKq .HkLidNLByReX:hover {
background: var(--mvsqZGLqXkkr);
color: var(--LIJjDBVedQIL);
}

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

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

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

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

.RVGfeiSkuSfK a:hover {
color: var(--GNwYCnXzOSgW);
}

@media (max-width: 992px) {
.JWbAGEmNtAsP {
margin-left: 0;
}
}
.KWqBzMQnhDoC {
position: relative;
--UcuKahSPqNdF: color-mix(in srgb, var(--iFvbdYXTRvQk) 64%, #fff);
--otLTHSXYSsuk: color-mix(in srgb, var(--GNwYCnXzOSgW) 70%, #fff);
background: var(--VbzkXHOEFqsI);
color: var(--KWRENgCsthtu);
padding-block: 48px 28px;
padding-inline: 2rem;
isolation: isolate;
margin-left: var(--sidebar-w);
}

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

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

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

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

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

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

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

.uMkVrHGrrtHd {
font-family: var(--YgZbQUeZdeqi);
font-size: 20px;
font-weight: 800;
letter-spacing: 0.01em;
color: var(--KWRENgCsthtu);
}

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

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

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

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

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

.zqojBTNuBEHD:hover::before {
background: var(--UcuKahSPqNdF);
transform: scale(1.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.VZZpEVIMSJiU span {
color: var(--UcuKahSPqNdF);
font-weight: 700;
}

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

@media (max-width: 767px) {

.PUprCQcelZMp {
gap: 28px;
}
.TWqlvHMeOqsj {
grid-template-columns: 1fr;
gap: 28px;
text-align: center;
}
.HvswMZZIuuAu {
justify-content: center;
}
.mWUMUqqKhFkh {
align-items: center;
}
.illSEmiFBKNQ {
align-items: center;
}
.ITbCZTrZVJGB {
justify-content: center;
}
.ufzyAxaSWkmi {
text-align: center;
}
.LMkimtEPpRDg {
flex-direction: column;
gap: 14px;
text-align: center;
}
.NcXDmyVtWoGz {
justify-content: center;
}
}

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

.VUQfGIPkHBSA .oDaqdUPBLjvx {
flex: 1 0 auto;
margin-left: 0;
display: flex;
flex-direction: column;
}

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

.VUQfGIPkHBSA .ZiNAgCRjsJgR {
padding-left: 0;
}

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

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

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

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

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

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

.gduPUAzbbalz {
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(--MkniFEvqcTdT);
color: var(--VheyzYAOIarp);
transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

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

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

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