:root {
--eMXGarUkgqmg: #F3F6FA;
--sehLIagQrTaw: #E3E9F2;
--OjkTuPoXhONa: #1C6AD2;
--vnoOTBwzyoZq: #E7EEF6;
--veIrdwOTdTFs: #FCFDFE;
--elBGajNFdKVc: #13202C;
--uzAORLGJDJFC: #6E45CB;
--BOThtPiedrJJ: #15212D;
--LtUdhpmtHNIp: #123E80;
--pwaFyihTwQXH: #124284;
--FcolWpLAySkn: #EAF1F8;
--vAFjdLWmjVqz: linear-gradient(135deg, #103A78 0%, #1D6FD8 60%, #3D8BFF 100%);
--rumrozgHdQKt: #FCFDFE;
--BrjJKeVmzLyc: #FCFDFE;
--IlCLZmdLQHSF: #15212D;
--qmpFuoVtHqRH: #13202C;
--VKPjNRNOHLwm: #EAF1F8;
--QybBDmmUDEJZ: #15212D;
--ZdmrjnxBHPtQ: #1C6AD2;
--dToWiErLveBe: #E3E9F2;
--EzADreUtCvPY: rgba(15,35,65,0.10);
--SwMnYPszoDML: #6E45CB;
--LiEgycVfgStD: #DD7A14;
--xUmdWQFCRMdj: #F5A038;
--efkagGKqKZzc: 'Plus Jakarta Sans', sans-serif;
--pMLovTcHEGaz: 'Roboto', sans-serif;
--VmNuipUaQhDW: #FFFFFF;
--tbWYGJZJNZdl: linear-gradient(180deg, color-mix(in srgb, var(--OjkTuPoXhONa) 84%, #000) 0%, color-mix(in srgb, var(--OjkTuPoXhONa) 60%, #000) 100%);
--header-h: 64px;
--sidebar-w: 300px;

}

* {
box-sizing: border-box;
}

.cxADDUtfxvOC a,
.vuEWhlLVSFFt a {
color: var(--FcolWpLAySkn);
font-weight: 600;
text-decoration: none;
font-size: 16px;
}

a:hover {
text-decoration: underline;
}

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

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

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

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

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

.MLfZfeeUtOHA,
.lhUxVcuzRbxU,
.inside-wjQGGpcgahVT {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.MLfZfeeUtOHA {
padding: 2rem;

}

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

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

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

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

}

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

}

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

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

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

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

.DJagqxzsEiox:checked ~ .qLPWVsSNgzpQ::before {
content: '✕';
}

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

.nUhpqNaMZWKB a,
.OhuWJlHsiFUH {
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;
}

.nUhpqNaMZWKB a:first-child {
background-color: transparent;
border-color: var(--dToWiErLveBe);
color: var(--BOThtPiedrJJ);
}

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

.nUhpqNaMZWKB a:nth-child(2),
.OhuWJlHsiFUH {
background: var(--tbWYGJZJNZdl);
color: var(--VmNuipUaQhDW);
animation: OlCjwmQYdxay 3.2s ease-in-out infinite;
}

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

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

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

.OhuWJlHsiFUH {
display: none;
}

.fztpWLKWItnx {
display: none;
}

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

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

.nUhpqNaMZWKB {
display: none;
}

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

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

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

.DJagqxzsEiox:checked ~ .fztpWLKWItnx {
opacity: 1;
visibility: visible;
pointer-events: auto;
}

.DJagqxzsEiox:checked ~ .qLPWVsSNgzpQ {
top: 14px;
right: 14px;
left: auto;
}
}

@media (max-width: 576px) {

.pGgMKYglEXQw {
gap: 12px;
}

.wYvbmlKsROyu {
width: 40px;
}

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

.DJagqxzsEiox:checked ~ .qLPWVsSNgzpQ {
top: 11px;
right: 11px;
}
}
.KVjIusGCHbKc {
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(--dToWiErLveBe);
border-left: 0;
background-color: var(--rumrozgHdQKt);
box-shadow: 0 10px 30px var(--EzADreUtCvPY);
overflow-y: auto;
z-index: 20;
}

.VKzCSbzLkXGo {
display: block;
}

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

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

.kPDMqIveudxu {
margin: 0;
}

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

.kPDMqIveudxu.active .MzTtnHkMYtgi {
background-color: var(--vnoOTBwzyoZq);
border-color: var(--dToWiErLveBe);
color: var(--ZdmrjnxBHPtQ);
box-shadow: inset 3px 0 0 0 var(--OjkTuPoXhONa);
}

.MzTtnHkMYtgi:hover {
background-color: var(--veIrdwOTdTFs);
border-color: var(--dToWiErLveBe);
color: var(--ZdmrjnxBHPtQ);
text-decoration: none;
}

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

.LuKBKsqXIQwG > .MzTtnHkMYtgi,
.LuKBKsqXIQwG > .WxZgQICIMbaV {
flex: 1 1 auto;
border: 0;
border-radius: 0;
background-color: transparent;
}

.LuKBKsqXIQwG > .MzTtnHkMYtgi:hover,
.LuKBKsqXIQwG > .WxZgQICIMbaV:hover {
background-color: transparent;
border-color: transparent;
transform: none;
}

.LuKBKsqXIQwG:hover {
background-color: var(--veIrdwOTdTFs);
border-color: var(--dToWiErLveBe);
}

.kPDMqIveudxu.active > .LuKBKsqXIQwG,
.CDhvQRhXlTxy.active > .LuKBKsqXIQwG {
background-color: var(--vnoOTBwzyoZq);
border-color: var(--dToWiErLveBe);
}

.kPDMqIveudxu.active > .LuKBKsqXIQwG > .MzTtnHkMYtgi,
.CDhvQRhXlTxy.active > .LuKBKsqXIQwG > .WxZgQICIMbaV {
background-color: transparent;
border-color: transparent;
color: var(--ZdmrjnxBHPtQ);
}


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

}

.CDhvQRhXlTxy {
margin: 0;
}

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

.CDhvQRhXlTxy.active > .WxZgQICIMbaV {
background-color: var(--vnoOTBwzyoZq);
border-color: var(--dToWiErLveBe);
color: var(--ZdmrjnxBHPtQ);
}

.WxZgQICIMbaV:hover {
background-color: var(--veIrdwOTdTFs);
border-color: var(--dToWiErLveBe);
color: var(--ZdmrjnxBHPtQ);
text-decoration: none;
}

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

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

.ZYPmwGoixgOn:hover {
background-color: transparent;
border-color: var(--dToWiErLveBe);
color: var(--ZdmrjnxBHPtQ);
transform: none;
}

.ZNzwhIfcWceV:checked ~ .LuKBKsqXIQwG .ZYPmwGoixgOn::before {
transform: rotate(180deg);
}

.ZNzwhIfcWceV:checked ~ .CQNUcBwuRHfZ {
display: flex;
}

.eEptTjmCCrPH {
height: 1px;
background-color: var(--dToWiErLveBe);
}

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

.vCxqbYiUeBOE {
display: none;
}


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

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

.DJagqxzsEiox:checked ~ .KVjIusGCHbKc {
transform: translateY(0);
}

.crVRBOFGokOm {
display: flex;
}

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

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

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

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

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

.cOSVHtcvXyoq {
display: none;
}

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

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

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

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

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

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

.ijkCqIIkjCSP:hover {
opacity: 1;
}
}
@media (max-width: 576px) {
.cOSVHtcvXyoq {
flex-direction: column;
}
}
.GyXYRpzVfIac {
display: flex;
justify-content: center;
text-align: center;
padding: 12px 0 36px;
margin-bottom: 32px;
}

.tDolgpFknQYs {
max-width: 680px;
width: 100%;
display: flex;
flex-direction: column;
align-items: center;
gap: 18px;
}

.ALFOoWCeWtCE {
display: inline-flex;
align-items: center;
padding: 7px 16px;
border-radius: 999px;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--ZdmrjnxBHPtQ);
background: color-mix(in srgb, var(--OjkTuPoXhONa) 12%, transparent);
border: 1px solid color-mix(in srgb, var(--OjkTuPoXhONa) 30%, transparent);
}

.yASidXNQUflG {
overflow-wrap: anywhere;
text-wrap: balance;
font-size: 44px;
line-height: 1.1;
font-weight: 700;
color: var(--BOThtPiedrJJ);
margin: 0;
}

.fIUyydigQwcw {
font-size: 18px;
line-height: 1.55;
font-weight: 500;
color: color-mix(in srgb, var(--BOThtPiedrJJ) 80%, transparent);
max-width: 46ch;
margin: 0;
}

.RQIfnOnqxNQa {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 54px;
padding: 15px 36px;
border-radius: 12px;
font-size: 16px;
font-weight: 700;
text-decoration: none;
background: var(--tbWYGJZJNZdl);
color: var(--VmNuipUaQhDW);
transition: transform 0.2s ease, filter 0.2s ease, box-shadow 0.2s ease;
}

.RQIfnOnqxNQa:hover {
transform: translateY(-2px);
filter: brightness(1.06);
text-decoration: none;
box-shadow: 0 12px 30px color-mix(in srgb, var(--OjkTuPoXhONa) 35%, transparent);
}

@media (max-width: 768px) {
.yASidXNQUflG {
font-size: 32px;
}

.fIUyydigQwcw {
font-size: 16px;
}
}

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

.fIUyydigQwcw {
font-size: 16px;
}

.RQIfnOnqxNQa {
width: 100%;
}
}

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

.tDolgpFknQYs > * {
animation: mDGHHTShJCAY 0.5s ease both;
}

.ALFOoWCeWtCE { animation-delay: 0.02s; }
.yASidXNQUflG { animation-delay: 0.08s; }
.fIUyydigQwcw { animation-delay: 0.14s; }
.RQIfnOnqxNQa { animation-delay: 0.2s; }

@media (prefers-reduced-motion: reduce) {
.tDolgpFknQYs > * {
animation: none;
}
.RQIfnOnqxNQa {
transition: none;
}
.RQIfnOnqxNQa:hover {
transform: none;
}
}
.HmpYGmUZzzJs {
position: relative;
max-width: 560px;
margin: 40px auto;
border-radius: 16px;
border: 1px solid var(--dToWiErLveBe);
background-color: var(--veIrdwOTdTFs);
box-shadow: 0 12px 30px var(--EzADreUtCvPY);
}

.UCEPhguncqLy {
padding: 26px 26px 20px;
text-align: center;
}

.GcmccRxoigUI {
font-size: 12px;
font-weight: 600;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--uzAORLGJDJFC);
margin-bottom: 10px;
}

.dAscNBqcQLiG {
font-size: 26px;
font-weight: 700;
line-height: 1.25;
color: var(--BOThtPiedrJJ);
}

.ktMGKrNvcIWH {
position: relative;
height: 0;
margin: 0 24px;
border-top: 2px dashed var(--dToWiErLveBe);
}

.ktMGKrNvcIWH::before,
.ktMGKrNvcIWH::after {
content: "";
position: absolute;
top: 50%;
width: 26px;
height: 26px;
border-radius: 50%;
background-color: var(--eMXGarUkgqmg);
border: 1px solid var(--dToWiErLveBe);
transform: translateY(-50%);
}

.ktMGKrNvcIWH::before {
left: -37px;
}

.ktMGKrNvcIWH::after {
right: -37px;
}

.OyIQkGPIjvRD {
padding: 22px 26px 26px;
display: flex;
flex-direction: column;
align-items: center;
gap: 8px;
}

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

.tYFggJkthwuT:hover {
transform: translateY(-2px);
filter: brightness(1.06);
text-decoration: none;
}
.ovLRooLJMXdB {
margin-block: 48px;
}

.WMxgTQPWTkEG {
margin-bottom: 22px;
}

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

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

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

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

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

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

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

.xLbbmODAUOAT::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;
}

.cdpDXQQSYAwK {
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(--VmNuipUaQhDW);
background: var(--tbWYGJZJNZdl);
transition: filter 0.28s ease, letter-spacing 0.28s ease;
}

.cdpDXQQSYAwK::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;
}

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

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

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

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

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

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

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

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

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

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

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

.LPUEIhrWQfau {
display: inline-flex;
align-items: center;
justify-content: center;
gap: 10px;
min-width: 240px;
min-height: 56px;
padding: 16px 42px;
border-radius: 999px;
border: 1px solid transparent;
background: var(--tbWYGJZJNZdl);
color: var(--VmNuipUaQhDW);
font-size: 17px;
font-weight: 700;
text-align: center;
text-decoration: none;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18);
animation: wJScBAjxjzJo 3s ease-in-out infinite;
transition: transform 0.2s ease, filter 0.2s ease;
}

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

@keyframes wJScBAjxjzJo {
0%, 100% {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 6px 18px color-mix(in srgb, var(--OjkTuPoXhONa) 30%, transparent);
}
50% {
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 10px 30px color-mix(in srgb, var(--OjkTuPoXhONa) 60%, transparent);
}
}

.LPUEIhrWQfau:hover {
transform: translateY(-2px);
filter: brightness(1.08);
text-decoration: none;
animation: none;
}

.USlMkQjVyLRU {
background: transparent;
color: var(--BOThtPiedrJJ);
border-color: var(--dToWiErLveBe);
box-shadow: none;
animation: none;
}

.USlMkQjVyLRU::before {
content: none;
}

.USlMkQjVyLRU:hover {
background: var(--vnoOTBwzyoZq);
filter: none;
}

@media (prefers-reduced-motion: reduce) {
.LPUEIhrWQfau {
animation: none;
}
}
.LSRZZGwKDFKd {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 2px;
margin-top: 24px;
margin-bottom: 24px;
font-size: 14px;
}

.FsBYyDvbtHdj {
display: inline-flex;
align-items: center;
gap: 7px;
padding: 4px 10px;
border-radius: 10px;
color: color-mix(in srgb, var(--BOThtPiedrJJ) 60%, transparent);
text-decoration: none;
font-weight: 500;
transition: color 0.2s ease, background 0.2s ease;
}

.FsBYyDvbtHdj:hover {
color: var(--ZdmrjnxBHPtQ);
background: color-mix(in srgb, var(--OjkTuPoXhONa) 10%, transparent);
text-decoration: none;
}

.zulweyEiCWNh::before {
content: "\f015";
font-family: "Font Awesome";
font-weight: 900;
font-size: 13px;
line-height: 1;
color: var(--ZdmrjnxBHPtQ);
}

.KIxeszDjoxXR {
margin: 0 2px;
}

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

.cEUMxmxVotOa {
display: inline-flex;
align-items: center;
padding: 4px 10px;
border-radius: 10px;
color: var(--BOThtPiedrJJ);
font-weight: 600;
background: color-mix(in srgb, var(--ZdmrjnxBHPtQ) 10%, transparent);
}

@media (max-width: 576px) {
.LSRZZGwKDFKd {
font-size: 13px;
}
}
.wqyMXOdHSHBg {
margin-block: 48px;
display: grid;
grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.6fr);
gap: 40px;
align-items: start;
}

.bSXfsLcFNPhC {
position: sticky;
top: 88px;
}

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

.plsnaVkcwuXR {
margin: 0;
font-size: 15px;
line-height: 1.6;
color: color-mix(in srgb, var(--BOThtPiedrJJ) 60%, transparent);
}

.WErjDcqteAPl {
display: flex;
flex-direction: column;
gap: 12px;
}

.rinlXzEItxlD {
border: 1px solid var(--dToWiErLveBe);
border-radius: 14px;
background-color: var(--veIrdwOTdTFs);
overflow: hidden;
transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.rinlXzEItxlD:hover {
border-color: color-mix(in srgb, var(--OjkTuPoXhONa) 50%, transparent);
}

.rinlXzEItxlD[open] {
border-color: color-mix(in srgb, var(--OjkTuPoXhONa) 55%, transparent);
box-shadow: 0 8px 24px var(--EzADreUtCvPY);
}

.rgEwsxaizSlB {
list-style: none;
cursor: pointer;
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
padding: 16px 18px;
font-size: 16px;
font-weight: 600;
line-height: 1.4;
color: var(--BOThtPiedrJJ);
}

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

.KmTJkYjTJrRG {
flex: 0 0 auto;
width: 26px;
height: 26px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
color: var(--ZdmrjnxBHPtQ);
background: color-mix(in srgb, var(--OjkTuPoXhONa) 14%, transparent);
}

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

.rinlXzEItxlD[open] .KmTJkYjTJrRG::before {
transform: rotate(180deg);
}

.rinlXzEItxlD[open] .rgEwsxaizSlB {
color: var(--ZdmrjnxBHPtQ);
}

.xpctmPQfXlXL {
padding: 0 18px 16px;
font-size: 15px;
line-height: 1.7;
color: color-mix(in srgb, var(--BOThtPiedrJJ) 80%, transparent);
}

.rinlXzEItxlD[open] .xpctmPQfXlXL {
animation: bFshaYjuCElc 0.3s ease both;
}

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

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

@media (prefers-reduced-motion: reduce) {
.KmTJkYjTJrRG::before {
transition: none;
}
.rinlXzEItxlD[open] .xpctmPQfXlXL {
animation: none;
}
}
.zKDNxKnsmiWi {
width: 100%;
margin-block: 48px;
}

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

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

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

.OqovOannEsBn {
background: color-mix(in srgb, var(--OjkTuPoXhONa) 8%, var(--veIrdwOTdTFs));
}

.VoNUYcBLSZWC {
background: color-mix(in srgb, var(--LiEgycVfgStD) 8%, var(--veIrdwOTdTFs));
}

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

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

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

.OqovOannEsBn .EEaExGstxLMZ {
color: var(--OjkTuPoXhONa);
}

.OqovOannEsBn .EEaExGstxLMZ::after {
background: var(--OjkTuPoXhONa);
}

.VoNUYcBLSZWC .EEaExGstxLMZ {
color: var(--LiEgycVfgStD);
}

.VoNUYcBLSZWC .EEaExGstxLMZ::after {
background: var(--LiEgycVfgStD);
}

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

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

.hqapRiFbLXDo::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;
}

.OqovOannEsBn .hqapRiFbLXDo::before {
content: '\2713';
color: var(--OjkTuPoXhONa);
background: color-mix(in srgb, var(--OjkTuPoXhONa) 15%, transparent);
}

.VoNUYcBLSZWC .hqapRiFbLXDo::before {
content: '\2715';
color: var(--LiEgycVfgStD);
background: color-mix(in srgb, var(--LiEgycVfgStD) 15%, transparent);
}

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

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

.AKjEwqiGqKlo {
padding: 24px 20px;
}

.EEaExGstxLMZ {
font-size: 17px;
}

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

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

.mIlldEBpTTOD {
max-width: 720px;
margin: 0 auto;
border-radius: 16px;
border: 1px solid var(--dToWiErLveBe);
background: var(--veIrdwOTdTFs);
padding: 12px 32px;
box-shadow: 0 8px 24px var(--EzADreUtCvPY);
}

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

.kAHtbBQozeAp {
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(--BOThtPiedrJJ) 90%, transparent);
text-align: center;
}

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

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

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

.mIlldEBpTTOD {
padding: 6px 20px;
}

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

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

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

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

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

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

table thead th {
background:
linear-gradient(90deg, var(--OjkTuPoXhONa) 0%, var(--uzAORLGJDJFC) 100%) bottom / 100% 3px no-repeat,
var(--elBGajNFdKVc);
color: var(--VKPjNRNOHLwm);
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(--sehLIagQrTaw);
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(--vnoOTBwzyoZq) 55%, transparent);
}

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

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

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

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

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

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

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

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

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

.gBYJhLavAYTl thead {
display: none;
}

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

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

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

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

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

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

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

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

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

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

.gBYJhLavAYTl tbody tr td:first-child {
border-top: none;
font-family: var(--pMLovTcHEGaz);
font-size: 18px;
font-weight: 700;
line-height: 1.3;
color: var(--BOThtPiedrJJ);
}
}
.OTSiUGeOjkSH {
display: flex;
}

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

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

.NoPKydcZgjSy:hover {
border-color: color-mix(in srgb, var(--OjkTuPoXhONa) 70%, transparent);
background: color-mix(in srgb, var(--VKPjNRNOHLwm) 12%, transparent);
}

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

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

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

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

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

.ePyoFbnZmNjS .zmpjSnPAMZbe {
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(--VKPjNRNOHLwm);
}

.ePyoFbnZmNjS .zmpjSnPAMZbe:hover {
background: color-mix(in srgb, var(--OjkTuPoXhONa) 18%, transparent);
color: var(--OjkTuPoXhONa);
}

.ePyoFbnZmNjS .zmpjSnPAMZbe.is-active {
color: var(--qmpFuoVtHqRH);
font-weight: 600;
background: var(--OjkTuPoXhONa);
}

.KVjIusGCHbKc .OTSiUGeOjkSH,
.KVjIusGCHbKc .TEEsCyixPkat {
display: block;
}

.KVjIusGCHbKc .NoPKydcZgjSy {
width: 100%;
justify-content: space-between;
gap: 8px;
font-size: 15px;
font-weight: 600;
border-radius: 10px;
padding: 11px 14px;
color: var(--BOThtPiedrJJ);
border: 1px solid var(--dToWiErLveBe);
background: var(--vnoOTBwzyoZq);
}

.KVjIusGCHbKc .NoPKydcZgjSy:hover {
border-color: color-mix(in srgb, var(--OjkTuPoXhONa) 70%, transparent);
background: var(--veIrdwOTdTFs);
}

.KVjIusGCHbKc .NoPKydcZgjSy::after {
margin-left: auto;
}

.KVjIusGCHbKc .ePyoFbnZmNjS {
left: 0;
right: 0;
min-width: 0;
color: var(--BOThtPiedrJJ);
background: var(--rumrozgHdQKt);
border: 1px solid var(--dToWiErLveBe);
box-shadow: 0 10px 28px var(--EzADreUtCvPY);
}

.KVjIusGCHbKc .ePyoFbnZmNjS .zmpjSnPAMZbe {
color: var(--BOThtPiedrJJ);
}

.KVjIusGCHbKc .ePyoFbnZmNjS .zmpjSnPAMZbe:hover {
background: var(--veIrdwOTdTFs);
color: var(--ZdmrjnxBHPtQ);
}

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

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

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

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

.KjgxtUvhxZzl a:hover {
color: var(--uzAORLGJDJFC);
}

@media (max-width: 992px) {
.VFkbSNTNhfiN {
margin-left: 0;
}
}
.vuEWhlLVSFFt {
position: relative;
--yJYwYtaqgLJS: color-mix(in srgb, var(--OjkTuPoXhONa) 64%, #fff);
--sXRkHvmGAKHX: color-mix(in srgb, var(--uzAORLGJDJFC) 70%, #fff);
background: var(--qmpFuoVtHqRH);
color: var(--VKPjNRNOHLwm);
padding-block: 48px 28px;
padding-inline: 2rem;
isolation: isolate;
margin-left: var(--sidebar-w);
}

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

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

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

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

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

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

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

.gaDyLSeNsnBt {
font-family: var(--pMLovTcHEGaz);
font-size: 20px;
font-weight: 800;
letter-spacing: 0.01em;
color: var(--VKPjNRNOHLwm);
}

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

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

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

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

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

.doQoTpfUslgR:hover::before {
background: var(--yJYwYtaqgLJS);
transform: scale(1.25);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.OMSsCcoMAtlj span {
color: var(--yJYwYtaqgLJS);
font-weight: 700;
}

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

@media (max-width: 767px) {

.iYLzMlsXHjdh {
gap: 28px;
}
.VFkMkYywpsuD {
grid-template-columns: 1fr;
gap: 28px;
text-align: center;
}
.oRdZxsywZcys {
justify-content: center;
}
.yHFEvRmwzpEW {
align-items: center;
}
.pKCiXWZllMlP {
align-items: center;
}
.CxqOFmEinkUH {
justify-content: center;
}
.yjkdYwmCDHrq {
text-align: center;
}
.uhBgcpKrDVRj {
flex-direction: column;
gap: 14px;
text-align: center;
}
.pPhrGBrDbHmI {
justify-content: center;
}
}

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

.TbDIdfocxXmt .QWQGUMrebkZH {
flex: 1 0 auto;
margin-left: 0;
display: flex;
flex-direction: column;
}

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

.TbDIdfocxXmt .cxADDUtfxvOC {
padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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