:root {
--PkrRHwhWDSRt: #090F27;
--oqEwTsRuOCqt: #1A1E49;
--QNGsIdSeZpeO: #131738;
--rldPcxdewLHH: #090D1F;
--CHbSncqWInHu: #131738;
--TGaMQPfPylWp: #14122E;
--fuNnKzRJcVsb: #090D1F;
--ivjuUHLITCLQ: #080A1B;

--YGgfKsjGKfke: #E9E6FF;
--hGRZUCCkaWZH: #A8A1C9;
--gRxFQECFdbiw: #E9E6FF;
--anftHGJahsuZ: #FEFDFF;
--izLMUdmesGrS: #E9E6FF;
--BwDUOlBiuJER: #FC63BF;
--TjphLeCurKeT: #FEFDFF;
--QARyaxSgNbie: #C1B5DF;
--xwnPCahxFSjc: #8C8AB8;

--zXwJGgDEDTTR: #FC63BF;
--VyWqVQVqksbA: #FF877A;
--VGcyNFJvHUFw: #FDC564;
--RBrSmfqoOarN: #FF877A;
--PZLqUlodCQFY: #09E4FF;
--DKCYcLzxByJA: #C965FD;
--NfsPYqPLJXvP: #D63A7B;
--KTjnsISnyiYY: #3F193A;
--ienzPAqqBnyQ: #FF4774;
--tSvKCtKnROYE: #541633;

--DztkoVDAKxlT: #081024;
--kIEjPEOJaMLU: #FC63BF;
--eLAjnFogqCQc: #081024;
--fLFMdWCqwaGB: #FC63BF;

--DJJcilcSNqBI: #2F3162;
--ZOIddVyLKsaI: #2F3162;
--oKJABlcvnsdQ: #282D57;
--lggBwDHRhqeU: #04040F;
--cijYDIFkcxuJ: #03030C;

--WZixRhzhGcwG: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
--whNFvNnWTnLm: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
--YScGXbZRaIUv: 22px;
--SsEOXLbmitPz: 999px;

--header-h: 64px;

}

* {
box-sizing: border-box;
}

.YODyjmSjaBUp a {
color: var(--gRxFQECFdbiw);
font-weight: 800;
text-decoration: none;
font-size: 16px;
}

.OJdInhejBrBS a {
color: var(--anftHGJahsuZ);
font-weight: 800;
text-decoration: none;
font-size: 16px;
}

a:hover {
text-decoration: underline;
}

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

h1, h2, h3, h4 {
font-family: var(--whNFvNnWTnLm);
letter-spacing: -0.02em;
}

h1, h2 {
font-weight: 900;
}

h3, h4 {
font-weight: 800;
}

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

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

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

.CLmeWScKVZCZ {
margin-top: 20px;
}

.maSKhnMCFben,
.FWIzCfJuelae,
.inside-zRvXIVtDZslo {
max-width: 1200px;
width: 100%;
margin: 0 auto;
}

.maSKhnMCFben {
padding: 2rem;

}

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

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

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

.maSKhnMCFben {
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;
}
}
.YODyjmSjaBUp {
display: flex;
justify-content: center;
background: linear-gradient(180deg, color-mix(in srgb, var(--TGaMQPfPylWp) 90%, #000) 0%, var(--TGaMQPfPylWp) 100%);
border-bottom: 1px solid color-mix(in srgb, var(--DKCYcLzxByJA) 22%, transparent);
position: sticky;
top: 0;
z-index: 100;
}

.YODyjmSjaBUp::after {
content: "";
position: absolute;
left: 0;
right: 0;
bottom: -1px;
height: 2px;
background: linear-gradient(90deg,
var(--zXwJGgDEDTTR) 0%,
var(--DKCYcLzxByJA) 50%,
var(--PZLqUlodCQFY) 100%);
box-shadow: 0 0 14px color-mix(in srgb, var(--DKCYcLzxByJA) 55%, transparent);
pointer-events: none;
}

.ZlEPfITYBLUX {
max-width: 1200px;
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
padding: 14px 2rem;
position: relative;
}

.RnRJHwTOYhuY {
display: inline-flex;
align-items: center;
gap: 11px;
text-decoration: none;
flex-shrink: 0;
}

.HQyBVPSRZWSU {
width: 40px;
height: 40px;
border-radius: 12px;
border: 1px solid color-mix(in srgb, var(--zXwJGgDEDTTR) 50%, transparent);
box-shadow:
0 0 0 1px color-mix(in srgb, var(--PZLqUlodCQFY) 30%, transparent),
0 0 16px color-mix(in srgb, var(--zXwJGgDEDTTR) 45%, transparent);
background-color: var(--zXwJGgDEDTTR);
object-fit: cover;
display: block;
}

.mQjPKyusaIbK {
font-weight: 900;
font-size: 19px;
letter-spacing: 0.01em;
text-transform: uppercase;
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 55%, var(--PZLqUlodCQFY) 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0 0 7px color-mix(in srgb, var(--zXwJGgDEDTTR) 45%, transparent));
white-space: nowrap;
}

.RnRJHwTOYhuY:hover {
text-decoration: none;
}

.DpFnetjWjrng {
display: flex;
align-items: center;
justify-content: center;
flex: 1 1 auto;
}

.UpSesRnUfhJA {
list-style: none;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 6px;
margin: 0;
padding: 0;
}

.mzpicudtALno {
position: relative;
}

.mzpicudtALno > .QrnxpqAnMERN,
.mzpicudtALno > .ajiwVdJBlGgK {
--ch: 7px;
display: inline-flex;
align-items: center;
gap: 4px;
padding: 8px 15px;
clip-path: polygon(var(--ch) 0, calc(100% - var(--ch)) 0, 100% var(--ch), 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, var(--ch) 100%, 0 calc(100% - var(--ch)), 0 var(--ch));
font-weight: 700;
font-size: 15px;
line-height: 1;
color: var(--hGRZUCCkaWZH);
cursor: pointer;
transition: color 0.18s ease, background-color 0.18s ease, text-shadow 0.18s ease;
}

.QrnxpqAnMERN {
color: inherit;
text-decoration: none;
}

.ajiwVdJBlGgK > .QrnxpqAnMERN {
color: inherit;
}

.mzpicudtALno:hover > .QrnxpqAnMERN,
.mzpicudtALno:hover > .ajiwVdJBlGgK {
color: var(--PZLqUlodCQFY);
background-color: color-mix(in srgb, var(--PZLqUlodCQFY) 10%, transparent);
text-shadow: 0 0 10px color-mix(in srgb, var(--PZLqUlodCQFY) 55%, transparent);
}

.QrnxpqAnMERN:hover {
text-decoration: none;
}

.mzpicudtALno.active > .QrnxpqAnMERN,
.mzpicudtALno.active > .ajiwVdJBlGgK {
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 100%);
color: var(--DztkoVDAKxlT);
text-shadow: none;
}

.FjkgJBtgztWN {
appearance: none;
-webkit-appearance: none;
flex: none;
width: 20px;
height: 20px;
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0;
border: 0;
background: transparent;
color: inherit;
cursor: pointer;
}

.FjkgJBtgztWN::before {
content: "";
width: 7px;
height: 7px;
border: solid currentColor;
border-width: 0 2px 2px 0;
transform: translateY(-2px) rotate(45deg);
transition: transform 0.25s ease;
}

.VcgBOIfuUmqM:hover > .ajiwVdJBlGgK .FjkgJBtgztWN::before {
transform: translateY(1px) rotate(-135deg);
}

.DdOIoufhbrYO {
display: none;
position: absolute;
top: 100%;
left: 50%;
transform: translateX(-50%);
min-width: 200px;
list-style: none;
margin: 0;
padding: 10px;
background-color: var(--CHbSncqWInHu);
border: 1px solid color-mix(in srgb, var(--DKCYcLzxByJA) 35%, transparent);
border-radius: 18px;
box-shadow:
0 0 0 1px color-mix(in srgb, var(--DKCYcLzxByJA) 12%, transparent),
0 10px 26px color-mix(in srgb, var(--lggBwDHRhqeU) 55%, transparent),
0 0 22px color-mix(in srgb, var(--DKCYcLzxByJA) 22%, transparent);
z-index: 100;
}

.VcgBOIfuUmqM:hover > .DdOIoufhbrYO {
display: block;
}

.DdOIoufhbrYO .VcgBOIfuUmqM > .DdOIoufhbrYO {
position: static;
transform: none;
min-width: 0;
margin-top: 2px;
padding: 2px 0 2px 14px;
border: 0;
border-radius: 0;
box-shadow: none;
background: transparent;
}

.EBtqGaTImFdZ {
margin: 0;
}

.EBtqGaTImFdZ + .EBtqGaTImFdZ {
margin-top: 2px;
}

.EBtqGaTImFdZ > .ajiwVdJBlGgK {
display: flex;
align-items: center;
justify-content: space-between;
gap: 4px;
}

.EBtqGaTImFdZ > .ajiwVdJBlGgK > .UZrXsFLwHoFY {
flex: 1;
}

.UZrXsFLwHoFY {
display: block;
padding: 8px 14px;
border-radius: 12px;
font-weight: 700;
font-size: 15px;
color: var(--YGgfKsjGKfke);
text-decoration: none;
}

.UZrXsFLwHoFY:hover {
background-color: color-mix(in srgb, var(--PZLqUlodCQFY) 12%, transparent);
color: var(--PZLqUlodCQFY);
text-decoration: none;
}

.EBtqGaTImFdZ.active > .UZrXsFLwHoFY {
color: var(--zXwJGgDEDTTR);
}

.mYVnBMtkkdLE {
display: flex;
align-items: center;
justify-content: flex-end;
gap: 14px;
flex-shrink: 0;
}

.mYVnBMtkkdLE a:first-child {
display: inline-flex;
align-items: center;
font-weight: 800;
font-size: 15px;
color: var(--YGgfKsjGKfke);
text-decoration: none;
padding: 8px 6px;
transition: color 0.18s ease, text-shadow 0.18s ease;
}

.mYVnBMtkkdLE a:first-child:hover {
text-decoration: none;
color: var(--PZLqUlodCQFY);
text-shadow: 0 0 10px color-mix(in srgb, var(--PZLqUlodCQFY) 55%, transparent);
}

.mYVnBMtkkdLE a:nth-child(2) {
--ch: 9px;
position: relative;
overflow: hidden;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 11px 24px;
clip-path: polygon(var(--ch) 0, calc(100% - var(--ch)) 0, 100% var(--ch), 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, var(--ch) 100%, 0 calc(100% - var(--ch)), 0 var(--ch));
font-size: 15px;
font-weight: 900;
line-height: 1;
white-space: nowrap;
text-decoration: none;
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--RBrSmfqoOarN) 100%);
color: var(--DztkoVDAKxlT);
transition: transform 0.18s ease, filter 0.18s ease;
}

.mYVnBMtkkdLE a:nth-child(2)::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: -65%;
width: 45%;
background: linear-gradient(115deg, transparent 0%, color-mix(in srgb, #fff 62%, transparent) 50%, transparent 100%);
transform: skewX(-18deg);
pointer-events: none;
animation: gxNnAsIqSJSt 3.6s ease-in-out infinite;
}

@keyframes gxNnAsIqSJSt {
0% { left: -65%; }
38%, 100% { left: 130%; }
}

.mYVnBMtkkdLE a:nth-child(2):hover {
text-decoration: none;
transform: translateY(-2px);
filter: brightness(1.12) saturate(1.1);
}

.mYVnBMtkkdLE a:nth-child(2):active {
transform: translateY(0);
filter: brightness(0.98);
}

@media (prefers-reduced-motion: reduce) {
.mYVnBMtkkdLE a:nth-child(2)::after {
display: none;
}
.mYVnBMtkkdLE a:nth-child(2) {
transition: none;
}
.mYVnBMtkkdLE a:nth-child(2):hover {
transform: none;
}
}

.nTWenvliAvub {
--ch: 8px;
display: none;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 3px;
width: 42px;
height: 42px;
clip-path: polygon(var(--ch) 0, calc(100% - var(--ch)) 0, 100% var(--ch), 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, var(--ch) 100%, 0 calc(100% - var(--ch)), 0 var(--ch));
background: linear-gradient(135deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 100%);
cursor: pointer;
flex-shrink: 0;
position: relative;
z-index: 1200;
}

.nTWenvliAvub span {
display: block;
width: 16px;
height: 2px;
border-radius: 2px;
background-color: var(--DztkoVDAKxlT);
transition: transform 0.22s ease, opacity 0.22s ease;
}

.Lqgngxkjayaj:checked ~ .nTWenvliAvub span:nth-child(1) {
transform: translateY(5px) rotate(45deg);
}

.Lqgngxkjayaj:checked ~ .nTWenvliAvub span:nth-child(2) {
opacity: 0;
}

.Lqgngxkjayaj:checked ~ .nTWenvliAvub span:nth-child(3) {
transform: translateY(-5px) rotate(-45deg);
}

.McMWHOIcjrlY,
.xJmpkJhrAJax,
.tubkXQKjkzCR {
display: none;
}

.OYJhstLpkbgK {
display: flex;
}

@media (max-width: 992px) {
.YODyjmSjaBUp {
padding: 0;
}

.ZlEPfITYBLUX {
padding: 12px 20px;
gap: 14px;
}

.RnRJHwTOYhuY {
order: 1;
min-width: 0;
margin-right: auto;
}

.mQjPKyusaIbK {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.nTWenvliAvub {
display: inline-flex;
order: 2;
}

.OYJhstLpkbgK {
display: none;
}

#TDzFtzhYGlXD {
position: fixed;
inset: 0;
width: 100%;
height: 100dvh;
overflow-y: auto;
opacity: 0;
visibility: hidden;
transform: scale(1.04);
transition: opacity 0.32s ease, transform 0.32s ease, visibility 0.32s ease;
z-index: 1001;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 20px;
padding: 92px 24px 40px;
background:
radial-gradient(120% 75% at 12% 6%, color-mix(in srgb, var(--zXwJGgDEDTTR) 24%, transparent) 0%, transparent 55%),
radial-gradient(120% 75% at 88% 96%, color-mix(in srgb, var(--PZLqUlodCQFY) 20%, transparent) 0%, transparent 55%),
linear-gradient(180deg, var(--PkrRHwhWDSRt) 0%, color-mix(in srgb, var(--PkrRHwhWDSRt) 78%, #000) 100%);
}

.Lqgngxkjayaj:checked ~ #TDzFtzhYGlXD {
opacity: 1;
visibility: visible;
transform: scale(1);
}

.xJmpkJhrAJax {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
text-decoration: none;
}

.xJmpkJhrAJax:hover {
text-decoration: none;
}

.eAHpdhocihyf {
width: 60px;
height: 60px;
border-radius: 16px;
border: 1px solid color-mix(in srgb, var(--zXwJGgDEDTTR) 50%, transparent);
box-shadow:
0 0 0 1px color-mix(in srgb, var(--PZLqUlodCQFY) 30%, transparent),
0 0 22px color-mix(in srgb, var(--zXwJGgDEDTTR) 45%, transparent);
background-color: var(--zXwJGgDEDTTR);
object-fit: cover;
display: block;
}

.KQjtkebxuuQA {
font-weight: 900;
font-size: 20px;
letter-spacing: 0.01em;
text-transform: uppercase;
text-align: center;
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 55%, var(--PZLqUlodCQFY) 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0 0 7px color-mix(in srgb, var(--zXwJGgDEDTTR) 45%, transparent));
}

.UpSesRnUfhJA {
flex-direction: column;
align-items: center;
justify-content: flex-start;
gap: 6px;
width: 100%;
max-width: 440px;
}

.mzpicudtALno {
width: 100%;
}

.mzpicudtALno > .QrnxpqAnMERN,
.mzpicudtALno > .ajiwVdJBlGgK {
--ch: 9px;
width: 100%;
justify-content: center;
padding: 13px 18px;
font-size: 18px;
font-weight: 800;
}

.mzpicudtALno > .ajiwVdJBlGgK {
justify-content: space-between;
}

.mzpicudtALno > .ajiwVdJBlGgK::before {
content: "";
flex: none;
width: 30px;
}

.ajiwVdJBlGgK > .QrnxpqAnMERN {
flex: 1;
text-align: center;
}

.FjkgJBtgztWN {
width: 30px;
height: 30px;
margin: -6px 0;
}

.DdOIoufhbrYO {
position: static;
transform: none;
display: none;
min-width: 0;
background-color: transparent;
border: 0;
box-shadow: none;
padding: 6px 0 4px;
text-align: center;
}

.VcgBOIfuUmqM:hover > .DdOIoufhbrYO {
display: none;
}

.nxADmNAXakhp:checked ~ .DdOIoufhbrYO {
display: flex;
flex-direction: column;
align-items: center;
gap: 4px;
}

.VcgBOIfuUmqM:hover > .ajiwVdJBlGgK .FjkgJBtgztWN::before {
transform: translateY(-2px) rotate(45deg);
}

.nxADmNAXakhp:checked ~ .ajiwVdJBlGgK .FjkgJBtgztWN::before {
transform: translateY(1px) rotate(-135deg);
}

.EBtqGaTImFdZ {
width: 100%;
}

.DdOIoufhbrYO .VcgBOIfuUmqM > .DdOIoufhbrYO {
padding: 2px 0;
}

.EBtqGaTImFdZ > .ajiwVdJBlGgK {
justify-content: space-between;
gap: 4px;
padding: 0 18px;
}

.EBtqGaTImFdZ > .ajiwVdJBlGgK::before {
content: "";
flex: none;
width: 30px;
}

.EBtqGaTImFdZ > .ajiwVdJBlGgK > .UZrXsFLwHoFY {
flex: 1;
}

.EBtqGaTImFdZ .FjkgJBtgztWN {
width: 30px;
height: 30px;
margin: -6px 0;
}

.YODyjmSjaBUp .UZrXsFLwHoFY {
display: block;
text-align: center;
padding: 9px 16px;
font-size: 18px;
font-weight: 700;
color: var(--hGRZUCCkaWZH);
}

.YODyjmSjaBUp .UZrXsFLwHoFY:hover {
color: var(--PZLqUlodCQFY);
}

.tubkXQKjkzCR {
display: flex;
flex-direction: column;
gap: 12px;
width: 100%;
max-width: 440px;
margin-top: auto;
padding-top: 8px;
}

.tubkXQKjkzCR a {
--ch: 10px;
display: inline-flex;
align-items: center;
justify-content: center;
width: 100%;
min-height: 52px;
padding: 14px 18px;
clip-path: polygon(var(--ch) 0, calc(100% - var(--ch)) 0, 100% var(--ch), 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, var(--ch) 100%, 0 calc(100% - var(--ch)), 0 var(--ch));
font-weight: 900;
font-size: 16px;
text-align: center;
text-decoration: none;
}

.tubkXQKjkzCR a:first-child {
background-color: color-mix(in srgb, var(--PZLqUlodCQFY) 12%, transparent);
color: var(--PZLqUlodCQFY);
text-shadow: 0 0 10px color-mix(in srgb, var(--PZLqUlodCQFY) 45%, transparent);
}

.tubkXQKjkzCR a:nth-child(2) {
position: relative;
overflow: hidden;
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--RBrSmfqoOarN) 100%);
color: var(--DztkoVDAKxlT);
}

.tubkXQKjkzCR a:nth-child(2)::after {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: -65%;
width: 45%;
background: linear-gradient(115deg, transparent 0%, color-mix(in srgb, #fff 62%, transparent) 50%, transparent 100%);
transform: skewX(-18deg);
pointer-events: none;
animation: gxNnAsIqSJSt 3.6s ease-in-out infinite;
}

@media (prefers-reduced-motion: reduce) {
.tubkXQKjkzCR a:nth-child(2)::after {
display: none;
}
}

.McMWHOIcjrlY {
display: block;
position: fixed;
inset: 0;
background: color-mix(in srgb, var(--YGgfKsjGKfke) 45%, transparent);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: opacity 0.25s ease, visibility 0.25s ease;
z-index: 1000;
cursor: pointer;
}

.Lqgngxkjayaj:checked ~ .McMWHOIcjrlY {
opacity: 1;
visibility: visible;
pointer-events: auto;
}
}

@media (max-width: 576px) {
.ZlEPfITYBLUX {
padding: 11px 16px;
}

.mQjPKyusaIbK {
font-size: 16px;
}

.HQyBVPSRZWSU {
width: 36px;
height: 36px;
}
}
.SWWMzFVhQbIX {
display: none;
}

@media (max-width: 992px) {
.SWWMzFVhQbIX {
display: flex;
flex-direction: column;
align-items: center;
position: fixed;
top: var(--header-h);
right: 14px;
z-index: 45;
}

.qpinaefgbmvO:checked ~ .SWWMzFVhQbIX {
display: none;
}

.xGEAflNZdrzE {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
transform-origin: top center;
animation: kejTOzgsArFB 3.8s ease-in-out infinite;
}

.ggDToKvTRCRj {
width: 2px;
height: 30px;
background: linear-gradient(180deg, transparent 0%, color-mix(in srgb, var(--PZLqUlodCQFY) 80%, transparent) 100%);
box-shadow: 0 0 6px color-mix(in srgb, var(--PZLqUlodCQFY) 55%, transparent);
}

.zYxysItaSohS {
position: relative;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 3px;
width: 84px;
height: 84px;
border-radius: 50%;
text-align: center;
text-decoration: none;
background:
radial-gradient(circle at 50% 32%, color-mix(in srgb, #fff 22%, transparent) 0%, transparent 55%),
linear-gradient(135deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 100%);
color: var(--DztkoVDAKxlT);
box-shadow:
0 0 0 3px color-mix(in srgb, var(--PZLqUlodCQFY) 40%, transparent),
0 0 22px color-mix(in srgb, var(--zXwJGgDEDTTR) 55%, transparent),
0 6px 16px color-mix(in srgb, var(--lggBwDHRhqeU) 50%, transparent);
}

.zYxysItaSohS:hover {
text-decoration: none;
}

.GfchQrBPqzgw {
padding: 0 8px;
font-size: 10px;
font-weight: 900;
line-height: 1.1;
letter-spacing: 0.04em;
text-transform: uppercase;
}

.gtBGLYkxJTlo {
font-size: 13px;
font-weight: 900;
text-decoration: underline;
text-underline-offset: 2px;
}

.ZibgcrbiNorN {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}

.gtIcHNpyJexP {
position: absolute;
top: 26px;
right: 2px;
width: 22px;
height: 22px;
display: grid;
place-items: center;
border-radius: 50%;
border: 1px solid color-mix(in srgb, var(--DKCYcLzxByJA) 40%, transparent);
background: var(--CHbSncqWInHu);
color: var(--hGRZUCCkaWZH);
cursor: pointer;
}

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

.gtIcHNpyJexP:hover {
color: var(--PZLqUlodCQFY);
}
}

@keyframes kejTOzgsArFB {
0%, 100% { transform: rotate(-3.5deg); }
50% { transform: rotate(3.5deg); }
}

@media (prefers-reduced-motion: reduce) {
.xGEAflNZdrzE {
animation: none;
}
}
.AYKOLkRjnQBD {
margin: 28px 0 40px;
}

.dleDrSBLcCUT {
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
gap: 12px;
margin-bottom: 20px;
}

.YXzbHMruveEp {
margin: 0;
font-size: clamp(24px, 3.4vw, 32px);
font-weight: 900;
letter-spacing: -0.01em;
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 55%, var(--PZLqUlodCQFY) 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0 0 8px color-mix(in srgb, var(--zXwJGgDEDTTR) 32%, transparent));
}

.LVmUcoWvRBxe {
display: inline-flex;
align-items: center;
gap: 6px;
font-size: 14px;
font-weight: 800;
color: var(--PZLqUlodCQFY);
text-decoration: none;
transition: text-shadow 0.18s ease;
}

.LVmUcoWvRBxe::after {
content: "\2192";
}

.LVmUcoWvRBxe:hover {
text-decoration: none;
text-shadow: 0 0 10px color-mix(in srgb, var(--PZLqUlodCQFY) 55%, transparent);
}

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

.piSghkNQjdyl {
display: flex;
flex-direction: column;
border-radius: 16px;
overflow: hidden;
border: 1px solid color-mix(in srgb, var(--DKCYcLzxByJA) 26%, transparent);
background-color: var(--CHbSncqWInHu);
box-shadow: 0 4px 14px color-mix(in srgb, var(--lggBwDHRhqeU) 40%, transparent);
text-decoration: none;
transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.piSghkNQjdyl:hover {
text-decoration: none;
transform: translateY(-3px);
border-color: color-mix(in srgb, var(--PZLqUlodCQFY) 45%, transparent);
box-shadow:
0 10px 24px color-mix(in srgb, var(--lggBwDHRhqeU) 50%, transparent),
0 0 22px color-mix(in srgb, var(--zXwJGgDEDTTR) 26%, transparent);
}

.QByHRCqrwUcd {
position: relative;
display: block;
aspect-ratio: 4 / 3;
overflow: hidden;
}

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

.piSghkNQjdyl:hover .QByHRCqrwUcd img {
transform: scale(1.06);
}

.LSPSNrwXkYuI {
--ch: 5px;
position: absolute;
top: 10px;
left: 10px;
display: inline-flex;
padding: 4px 11px;
clip-path: polygon(var(--ch) 0, calc(100% - var(--ch)) 0, 100% var(--ch), 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, var(--ch) 100%, 0 calc(100% - var(--ch)), 0 var(--ch));
color: var(--DztkoVDAKxlT);
font-size: 11px;
font-weight: 900;
letter-spacing: 0.08em;
text-transform: uppercase;
}

.FtXSHzqLqKNs { background: var(--zXwJGgDEDTTR); }
.oshhWBiBemzd { background: var(--PZLqUlodCQFY); }
.gqnuErBIWlwo { background: var(--DKCYcLzxByJA); }

.IzfMyLIUPESY {
display: flex;
align-items: center;
justify-content: center;
min-height: 44px;
padding: 10px;
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--RBrSmfqoOarN) 100%);
color: var(--DztkoVDAKxlT);
font-size: 14px;
font-weight: 900;
letter-spacing: 0.02em;
transition: filter 0.18s ease;
}

.piSghkNQjdyl:hover .IzfMyLIUPESY {
filter: brightness(1.1) saturate(1.1);
}

.mKGLQMcJRzyT {
margin-top: 22px;
font-size: 16px;
line-height: 1.6;
color: var(--hGRZUCCkaWZH);
}

@media (max-width: 640px) {
.dleDrSBLcCUT {
flex-direction: column;
align-items: center;
text-align: center;
}
.enRxnxZBADhv {
grid-template-columns: repeat(2, 1fr);
gap: 12px;
}
}

@media (prefers-reduced-motion: reduce) {
.piSghkNQjdyl,
.QByHRCqrwUcd img {
transition: none;
}
.piSghkNQjdyl:hover {
transform: none;
}
.piSghkNQjdyl:hover .QByHRCqrwUcd img {
transform: none;
}
}
.JgmjNUyecQYw {
margin: 28px 0;
}

.pKTgCmifviGM {
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
gap: 16px;
padding: 34px 26px;
border-radius: 20px;
border: 1px solid color-mix(in srgb, var(--DKCYcLzxByJA) 32%, transparent);
background:
radial-gradient(90% 80% at 50% 0%, color-mix(in srgb, var(--zXwJGgDEDTTR) 22%, transparent) 0%, transparent 62%),
var(--CHbSncqWInHu);
box-shadow:
0 10px 30px color-mix(in srgb, var(--lggBwDHRhqeU) 50%, transparent),
0 0 28px color-mix(in srgb, var(--zXwJGgDEDTTR) 24%, transparent);
animation: cWTPqFkMnqbQ 3s ease-in-out infinite;
}

.qrwVpHkkOCtD {
position: absolute;
width: 9px;
height: 9px;
border-radius: 50%;
background: var(--PZLqUlodCQFY);
box-shadow: 0 0 10px color-mix(in srgb, var(--PZLqUlodCQFY) 80%, transparent);
animation: ezAGMadGJFLj 2.4s ease-in-out infinite;
}

.GKQVFhJYFDRn { top: 16px; left: 22px; }
.NQqNiKGBeBVK { top: 24px; right: 26px; background: var(--zXwJGgDEDTTR); animation-delay: 0.6s; }
.OGzrmhhnfQNk { bottom: 22px; left: 30px; background: var(--DKCYcLzxByJA); animation-delay: 1.1s; }
.AhcPdwBCWAjt { bottom: 18px; right: 22px; animation-delay: 1.7s; }

.dVvlLVDWqrSX {
--ch: 6px;
display: inline-flex;
padding: 6px 16px;
clip-path: polygon(var(--ch) 0, calc(100% - var(--ch)) 0, 100% var(--ch), 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, var(--ch) 100%, 0 calc(100% - var(--ch)), 0 var(--ch));
background: color-mix(in srgb, var(--zXwJGgDEDTTR) 20%, transparent);
color: var(--zXwJGgDEDTTR);
font-size: 12px;
font-weight: 900;
letter-spacing: 0.12em;
text-transform: uppercase;
text-shadow: 0 0 10px color-mix(in srgb, var(--zXwJGgDEDTTR) 45%, transparent);
}

.FkFXOqdwgyVO {
margin: 0;
max-width: 26ch;
font-size: clamp(20px, 5vw, 28px);
line-height: 1.25;
font-weight: 900;
color: var(--YGgfKsjGKfke);
}

.rQmIAaABbwZj {
--ch: 10px;
width: 100%;
max-width: 340px;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 54px;
padding: 15px 32px;
clip-path: polygon(var(--ch) 0, calc(100% - var(--ch)) 0, 100% var(--ch), 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, var(--ch) 100%, 0 calc(100% - var(--ch)), 0 var(--ch));
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--RBrSmfqoOarN) 100%);
color: var(--DztkoVDAKxlT);
font-size: 16px;
font-weight: 900;
text-decoration: none;
transition: transform 0.16s ease, filter 0.16s ease;
}

.rQmIAaABbwZj:hover {
text-decoration: none;
transform: translateY(-2px);
filter: brightness(1.1) saturate(1.1);
}

@keyframes cWTPqFkMnqbQ {
0%, 100% { box-shadow: 0 10px 30px color-mix(in srgb, var(--lggBwDHRhqeU) 50%, transparent), 0 0 22px color-mix(in srgb, var(--zXwJGgDEDTTR) 20%, transparent); }
50% { box-shadow: 0 10px 30px color-mix(in srgb, var(--lggBwDHRhqeU) 50%, transparent), 0 0 34px color-mix(in srgb, var(--zXwJGgDEDTTR) 42%, transparent); }
}

@keyframes ezAGMadGJFLj {
0%, 100% { opacity: 0.3; transform: scale(0.7); }
50% { opacity: 1; transform: scale(1.15); }
}

@media (prefers-reduced-motion: reduce) {
.pKTgCmifviGM,
.qrwVpHkkOCtD {
animation: none;
}
.rQmIAaABbwZj {
transition: none;
}
.rQmIAaABbwZj:hover {
transform: none;
}
}
.ziIfxunurpZq {
position: relative;
overflow: hidden;
display: flex;
align-items: center;
justify-content: center;
padding: 56px 20px;
margin: 0 0 32px;
text-align: center;
background:
linear-gradient(180deg, var(--PkrRHwhWDSRt) 0%, color-mix(in srgb, var(--DKCYcLzxByJA) 20%, var(--PkrRHwhWDSRt)) 100%);
}

.LFjTSrsCBmfD {
position: absolute;
inset: 0;
z-index: 0;
width: 100%;
height: 100%;
object-fit: cover;
}

.ziIfxunurpZq::before {
content: "";
position: absolute;
inset: 0;
z-index: 1;
background: linear-gradient(180deg, color-mix(in srgb, var(--PkrRHwhWDSRt) 76%, transparent) 0%, color-mix(in srgb, var(--PkrRHwhWDSRt) 94%, transparent) 100%);
}

.egNvqGgRXYOT {
position: absolute;
left: 50%;
z-index: 1;
transform: translateX(-50%);
width: min(96vw, 540px);
height: min(96vw, 540px);
border-radius: 50%;
background: radial-gradient(circle at 50% 50%, var(--VGcyNFJvHUFw) 0%, var(--zXwJGgDEDTTR) 40%, color-mix(in srgb, var(--DKCYcLzxByJA) 60%, transparent) 58%, transparent 66%);
-webkit-mask-image: linear-gradient(180deg, #000 0 44%, transparent 44%), repeating-linear-gradient(180deg, #000 0 12px, transparent 12px 20px);
-webkit-mask-composite: source-over;
mask-image: linear-gradient(180deg, #000 0 44%, transparent 44%), repeating-linear-gradient(180deg, #000 0 12px, transparent 12px 20px);
opacity: 0.55;
pointer-events: none;
}

.OcyBODzBtGUJ {
position: relative;
z-index: 2;
width: 100%;
max-width: 680px;
display: flex;
flex-direction: column;
align-items: center;
gap: 18px;
}

.pBadJOIjQDUM {
--ch: 6px;
display: inline-flex;
padding: 7px 16px;
clip-path: polygon(var(--ch) 0, calc(100% - var(--ch)) 0, 100% var(--ch), 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, var(--ch) 100%, 0 calc(100% - var(--ch)), 0 var(--ch));
background: color-mix(in srgb, var(--zXwJGgDEDTTR) 20%, transparent);
color: var(--zXwJGgDEDTTR);
font-size: 13px;
font-weight: 900;
letter-spacing: 0.12em;
text-transform: uppercase;
text-shadow: 0 0 10px color-mix(in srgb, var(--zXwJGgDEDTTR) 50%, transparent);
}

.vyGRfJaiPcyE {
overflow-wrap: anywhere;
text-wrap: balance;
margin: 0;
font-size: clamp(28px, 7.5vw, 56px);
font-weight: 900;
line-height: 1.05;
letter-spacing: 0.01em;
text-transform: uppercase;
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 50%, var(--PZLqUlodCQFY) 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0 0 18px color-mix(in srgb, var(--zXwJGgDEDTTR) 45%, transparent));
}

.uMEyXjOYJYYV {
margin: 0;
max-width: 32ch;
font-size: clamp(16px, 4.4vw, 21px);
line-height: 1.4;
font-weight: 700;
color: var(--YGgfKsjGKfke);
}

.QJuayzsIenZF {
display: flex;
flex-direction: column;
align-items: stretch;
gap: 12px;
width: 100%;
max-width: 420px;
margin-top: 4px;
}

.GssoYePLcMUG {
--ch: 10px;
width: 100%;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 56px;
padding: 16px 32px;
clip-path: polygon(var(--ch) 0, calc(100% - var(--ch)) 0, 100% var(--ch), 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, var(--ch) 100%, 0 calc(100% - var(--ch)), 0 var(--ch));
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--RBrSmfqoOarN) 100%);
color: var(--DztkoVDAKxlT);
font-size: 17px;
font-weight: 900;
text-decoration: none;
transition: transform 0.16s ease, filter 0.16s ease;
}

.GssoYePLcMUG:hover {
text-decoration: none;
transform: translateY(-2px);
filter: brightness(1.1) saturate(1.1);
}

.rKwYVXELNtmd {
min-height: 50px;
background: color-mix(in srgb, var(--PZLqUlodCQFY) 12%, transparent);
color: var(--PZLqUlodCQFY);
font-size: 15px;
}

.rKwYVXELNtmd:hover {
filter: none;
transform: translateY(-1px);
background: color-mix(in srgb, var(--PZLqUlodCQFY) 20%, transparent);
}

@media (prefers-reduced-motion: no-preference) {
.pBadJOIjQDUM {
animation: HkaSgyAtAjFU 2.6s ease-in-out infinite;
}

@keyframes HkaSgyAtAjFU {
0%, 100% {
opacity: 1;
text-shadow: 0 0 10px color-mix(in srgb, var(--zXwJGgDEDTTR) 50%, transparent);
}
50% {
opacity: 0.72;
text-shadow: 0 0 18px color-mix(in srgb, var(--zXwJGgDEDTTR) 80%, transparent);
}
}
}

@media (prefers-reduced-motion: reduce) {
.GssoYePLcMUG {
transition: none;
}
.GssoYePLcMUG:hover {
transform: none;
}
}
.cIQnvBmCCeFL {
display: flex;
justify-content: center;
flex-wrap: wrap;
gap: 14px;
margin: 28px 0;
filter: drop-shadow(0 0 12px color-mix(in srgb, var(--zXwJGgDEDTTR) 42%, transparent));
}

.HtuGrDoPiNNd {
--ch: 10px;
display: inline-flex;
padding: 2px;
clip-path: polygon(var(--ch) 0, calc(100% - var(--ch)) 0, 100% var(--ch), 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, var(--ch) 100%, 0 calc(100% - var(--ch)), 0 var(--ch));
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 50%, var(--PZLqUlodCQFY) 100%);
text-decoration: none;
transition: transform 0.16s ease, filter 0.16s ease;
}

.uBeBBUFumrZW {
--ch: 9px;
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 13px 30px;
clip-path: polygon(var(--ch) 0, calc(100% - var(--ch)) 0, 100% var(--ch), 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, var(--ch) 100%, 0 calc(100% - var(--ch)), 0 var(--ch));
background: var(--PkrRHwhWDSRt);
color: var(--YGgfKsjGKfke);
font-size: 16px;
font-weight: 900;
text-shadow: 0 0 10px color-mix(in srgb, var(--PZLqUlodCQFY) 45%, transparent);
transition: background-color 0.16s ease, color 0.16s ease, text-shadow 0.16s ease;
}

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

.HtuGrDoPiNNd:hover .uBeBBUFumrZW {
background: transparent;
color: var(--DztkoVDAKxlT);
text-shadow: none;
}

.jbaLOPfqYVNo {
background: color-mix(in srgb, var(--ZOIddVyLKsaI) 92%, transparent);
}

.jbaLOPfqYVNo .uBeBBUFumrZW {
color: var(--hGRZUCCkaWZH);
text-shadow: none;
}

.jbaLOPfqYVNo:hover .uBeBBUFumrZW {
background: var(--PkrRHwhWDSRt);
color: var(--YGgfKsjGKfke);
}

@media (prefers-reduced-motion: reduce) {
.HtuGrDoPiNNd {
transition: none;
}
.HtuGrDoPiNNd:hover {
transform: none;
}
}
.NzLfKxevIyrL {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 8px;
margin-top: 24px;
margin-bottom: 24px;
font-size: 13px;
}

.WxOtHEXqGDov,
.DMZNqWiMehfO {
--ch: 6px;
display: inline-flex;
align-items: center;
padding: 6px 14px;
clip-path: polygon(var(--ch) 0, calc(100% - var(--ch)) 0, 100% var(--ch), 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, var(--ch) 100%, 0 calc(100% - var(--ch)), 0 var(--ch));
font-weight: 800;
letter-spacing: 0.03em;
text-transform: uppercase;
text-decoration: none;
white-space: nowrap;
}

.WxOtHEXqGDov {
background: color-mix(in srgb, var(--DKCYcLzxByJA) 15%, var(--CHbSncqWInHu));
color: var(--hGRZUCCkaWZH);
transition: color 0.18s ease, background 0.18s ease;
}

a.WxOtHEXqGDov:hover {
color: var(--PZLqUlodCQFY);
background: color-mix(in srgb, var(--PZLqUlodCQFY) 16%, transparent);
text-decoration: none;
}

.DMZNqWiMehfO {
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 100%);
color: var(--DztkoVDAKxlT);
}

.oWvlEmcpojAV {
display: inline-flex;
font-size: 14px;
line-height: 1;
color: var(--PZLqUlodCQFY);
text-shadow: 0 0 8px color-mix(in srgb, var(--PZLqUlodCQFY) 55%, transparent);
}

@media (max-width: 576px) {
.NzLfKxevIyrL {
gap: 6px;
font-size: 12px;
}
.WxOtHEXqGDov,
.DMZNqWiMehfO {
padding: 5px 11px;
}
}
.oqwmFZsuvxxs {
margin: 16px 0 40px;
}

.UyzPQlFnRbFg {
margin: 0 auto 22px;
width: fit-content;
font-size: clamp(26px, 3.4vw, 36px);
font-weight: 900;
letter-spacing: -0.02em;
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 55%, var(--PZLqUlodCQFY) 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0 0 8px color-mix(in srgb, var(--zXwJGgDEDTTR) 32%, transparent));
}

.KoYXuwbRUsXH {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 14px;
align-items: start;
}

.RwLaZHlghJWo:last-child:nth-child(odd) {
grid-column: 1 / -1;
justify-self: center;
width: calc(50% - 7px);
}

.RwLaZHlghJWo {
padding: 16px 20px;
border-radius: 16px;
border: 1px solid color-mix(in srgb, var(--DKCYcLzxByJA) 24%, transparent);
background-color: var(--CHbSncqWInHu);
box-shadow: 0 4px 14px color-mix(in srgb, var(--lggBwDHRhqeU) 40%, transparent);
transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.RwLaZHlghJWo:hover {
border-color: color-mix(in srgb, var(--PZLqUlodCQFY) 38%, transparent);
}

.RwLaZHlghJWo[open] {
border-color: color-mix(in srgb, var(--zXwJGgDEDTTR) 50%, transparent);
box-shadow:
0 4px 14px color-mix(in srgb, var(--lggBwDHRhqeU) 40%, transparent),
0 0 22px color-mix(in srgb, var(--zXwJGgDEDTTR) 16%, transparent);
}

.xPwNaxWEPPmc {
display: flex;
align-items: center;
justify-content: space-between;
gap: 14px;
list-style: none;
cursor: pointer;
}

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

.LrOoImANXvyB {
font-size: 16px;
font-weight: 900;
color: var(--YGgfKsjGKfke);
}

.cYQgKQFGcenE {
flex: none;
width: 16px;
height: 16px;
display: inline-flex;
align-items: center;
justify-content: center;
}

.cYQgKQFGcenE::before {
content: "";
width: 8px;
height: 8px;
border: solid var(--hGRZUCCkaWZH);
border-width: 0 2px 2px 0;
transform: translateY(-2px) rotate(45deg);
transition: transform 0.25s ease, border-color 0.18s ease;
}

.RwLaZHlghJWo[open] .cYQgKQFGcenE::before {
border-color: var(--zXwJGgDEDTTR);
transform: translateY(1px) rotate(-135deg);
}

.QqZZlhBUSrkB {
margin-top: 12px;
font-size: 15px;
line-height: 1.55;
color: var(--hGRZUCCkaWZH);
}

@media (max-width: 768px) {
.KoYXuwbRUsXH {
grid-template-columns: 1fr;
}
.RwLaZHlghJWo:last-child:nth-child(odd) {
width: 100%;
}
}

@supports (animation-timeline: view()) {
@media (prefers-reduced-motion: no-preference) {
.RwLaZHlghJWo {
opacity: 0;
transform: translateY(26px);
animation: GZSAOUssJVwp linear both;
animation-timeline: view();
animation-range: cover 20% cover 34%;
}

@keyframes GZSAOUssJVwp {
to {
opacity: 1;
transform: translateY(0);
}
}
}
}

@media (prefers-reduced-motion: reduce) {
.cYQgKQFGcenE::before {
transition: border-color 0.18s ease;
}
}
.vJQPGSQBTmdH {
position: relative;
margin: 16px 0 40px;
border: 1.5px solid transparent;
border-radius: 22px;
padding: 30px 34px 34px;
background:
linear-gradient(var(--CHbSncqWInHu), var(--CHbSncqWInHu)) padding-box,
linear-gradient(120deg, var(--zXwJGgDEDTTR), var(--DKCYcLzxByJA), var(--PZLqUlodCQFY)) border-box;
}

.vJQPGSQBTmdH::before {
content: '';
position: absolute;
inset: -3px;
z-index: -1;
border-radius: inherit;
background: linear-gradient(120deg, var(--zXwJGgDEDTTR), var(--DKCYcLzxByJA), var(--PZLqUlodCQFY));
filter: blur(22px);
opacity: 0.4;
}

.gpIEttIcNZDJ {
width: fit-content;
margin: 0 auto 26px;
text-align: center;
font-size: clamp(24px, 3.2vw, 34px);
font-weight: 900;
letter-spacing: -0.02em;
line-height: 1.1;
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 55%, var(--PZLqUlodCQFY) 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0 0 8px color-mix(in srgb, var(--zXwJGgDEDTTR) 32%, transparent));
}

.TIHmGkFKziGU {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0;
}

.pVKZsUEIkqGL {
padding: 4px 0;
}

.ZdAjsErQCGhQ {
padding-right: 32px;
}

.mrOhxcRbdKsk {
padding-left: 32px;
border-left: 1px solid color-mix(in srgb, var(--ZOIddVyLKsaI) 80%, transparent);
}

.KlFHJyWEDkDd {
position: relative;
display: inline-block;
margin: 0 0 18px;
padding-bottom: 10px;
font-size: 14px;
font-weight: 900;
letter-spacing: 0.1em;
text-transform: uppercase;
line-height: 1.2;
}

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

.ZdAjsErQCGhQ .KlFHJyWEDkDd {
color: var(--PZLqUlodCQFY);
text-shadow: 0 0 12px color-mix(in srgb, var(--PZLqUlodCQFY) 55%, transparent);
}

.ZdAjsErQCGhQ .KlFHJyWEDkDd::after {
background: var(--PZLqUlodCQFY);
box-shadow: 0 0 10px color-mix(in srgb, var(--PZLqUlodCQFY) 60%, transparent);
}

.mrOhxcRbdKsk .KlFHJyWEDkDd {
color: var(--ienzPAqqBnyQ);
text-shadow: 0 0 12px color-mix(in srgb, var(--ienzPAqqBnyQ) 55%, transparent);
}

.mrOhxcRbdKsk .KlFHJyWEDkDd::after {
background: var(--ienzPAqqBnyQ);
box-shadow: 0 0 10px color-mix(in srgb, var(--ienzPAqqBnyQ) 60%, transparent);
}

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

.yzcGewYkprtw {
position: relative;
padding-left: 26px;
font-size: 15px;
line-height: 1.55;
color: var(--YGgfKsjGKfke);
}

.yzcGewYkprtw::before {
position: absolute;
left: 0;
top: 0;
font-size: 14px;
font-weight: 900;
line-height: 1.5;
}

.ZdAjsErQCGhQ .yzcGewYkprtw::before {
content: '\2713';
color: var(--PZLqUlodCQFY);
text-shadow: 0 0 10px color-mix(in srgb, var(--PZLqUlodCQFY) 60%, transparent);
}

.mrOhxcRbdKsk .yzcGewYkprtw::before {
content: '\2715';
color: var(--ienzPAqqBnyQ);
text-shadow: 0 0 10px color-mix(in srgb, var(--ienzPAqqBnyQ) 60%, transparent);
}

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

.ZdAjsErQCGhQ {
padding-right: 0;
padding-bottom: 4px;
}

.mrOhxcRbdKsk {
padding-left: 0;
padding-top: 20px;
margin-top: 14px;
border-left: none;
border-top: 1px solid color-mix(in srgb, var(--ZOIddVyLKsaI) 80%, transparent);
}

.yzcGewYkprtw {
font-size: 14px;
}
}
.vWNmEJuvMPEN {
margin: 16px 0 40px;
}

.xPSzfmKayWds {
width: fit-content;
margin: 0 auto 24px;
font-size: clamp(26px, 3.4vw, 36px);
font-weight: 900;
letter-spacing: -0.02em;
line-height: 1.1;
text-align: center;
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 55%, var(--PZLqUlodCQFY) 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0 0 8px color-mix(in srgb, var(--zXwJGgDEDTTR) 32%, transparent));
}

.zbeoinlDvNGm {
max-width: 760px;
margin: 0 auto;
border: 1.5px solid transparent;
border-radius: 18px;
padding: 12px 32px;
background:
linear-gradient(var(--CHbSncqWInHu), var(--CHbSncqWInHu)) padding-box,
linear-gradient(120deg, var(--zXwJGgDEDTTR), var(--DKCYcLzxByJA), var(--PZLqUlodCQFY)) border-box;
box-shadow: 0 0 28px color-mix(in srgb, var(--zXwJGgDEDTTR) 14%, transparent);
}

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

.ejPlvBDpFEZp {
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
padding: 16px 0;
font-size: 15px;
line-height: 1.5;
color: var(--YGgfKsjGKfke);
text-align: center;
}

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

.ejPlvBDpFEZp::before {
content: '\203A';
flex: 0 0 auto;
font-size: 18px;
font-weight: 900;
line-height: 1;
color: var(--PZLqUlodCQFY);
text-shadow: 0 0 12px color-mix(in srgb, var(--PZLqUlodCQFY) 60%, transparent);
}

@media (max-width: 768px) {
.zbeoinlDvNGm {
padding: 6px 20px;
}

.ejPlvBDpFEZp {
font-size: 14px;
}
}
.JJjlyylptWUg {
--ch: 9px;
position: fixed;
bottom: 40px;
right: 40px;
width: 52px;
height: 52px;
display: none;
align-items: center;
justify-content: center;
cursor: pointer;
clip-path: polygon(var(--ch) 0, calc(100% - var(--ch)) 0, 100% var(--ch), 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, var(--ch) 100%, 0 calc(100% - var(--ch)), 0 var(--ch));
background-color: color-mix(in srgb, var(--DKCYcLzxByJA) 22%, var(--CHbSncqWInHu));
color: var(--zXwJGgDEDTTR);
transition: transform 0.15s ease, background 0.15s ease, color 0.15s ease;
z-index: 50;
}

.JJjlyylptWUg::after {
content: "";
width: 11px;
height: 11px;
border: solid currentColor;
border-width: 2.5px 0 0 2.5px;
transform: translateY(2px) rotate(45deg);
}

.JJjlyylptWUg:hover {
transform: translateY(-2px);
background: linear-gradient(135deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 100%);
color: var(--DztkoVDAKxlT);
}

.JJjlyylptWUg:active {
transform: translateY(0);
}

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

@media (prefers-reduced-motion: reduce) {
.JJjlyylptWUg,
.JJjlyylptWUg:hover {
transition: none;
transform: none;
}
}
.VJtzLTjHIYwp {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 0 0 24px;
border: 1px solid color-mix(in srgb, var(--DKCYcLzxByJA) 32%, transparent);
border-radius: 16px;
box-shadow:
0 0 0 1px color-mix(in srgb, var(--DKCYcLzxByJA) 10%, transparent),
0 10px 26px color-mix(in srgb, var(--lggBwDHRhqeU) 45%, transparent),
0 0 22px color-mix(in srgb, var(--DKCYcLzxByJA) 16%, transparent);
background-color: var(--CHbSncqWInHu);
}

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

table thead th {
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 100%);
color: var(--DztkoVDAKxlT);
font-size: 13px;
font-weight: 900;
letter-spacing: 0.06em;
text-transform: uppercase;
text-align: left;
padding: 14px 18px;
white-space: nowrap;
border-bottom: 2px solid color-mix(in srgb, var(--PZLqUlodCQFY) 55%, transparent);
}

table tbody td {
padding: 13px 18px;
vertical-align: top;
border-top: 1px solid color-mix(in srgb, var(--ZOIddVyLKsaI) 30%, transparent);
}

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

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

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

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

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

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

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

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

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

.rVjbPDxuUDjk thead {
display: none;
}

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

.rVjbPDxuUDjk tbody tr {
margin-bottom: 16px;
overflow: hidden;
border: 1px solid color-mix(in srgb, var(--DKCYcLzxByJA) 30%, transparent);
border-radius: 16px;
background-color: var(--CHbSncqWInHu);
box-shadow:
0 6px 18px color-mix(in srgb, var(--lggBwDHRhqeU) 45%, transparent),
0 0 18px color-mix(in srgb, var(--DKCYcLzxByJA) 14%, transparent);
transition: transform 0.15s ease, box-shadow 0.15s ease;
}

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

.rVjbPDxuUDjk tbody tr:active {
transform: translate(1px, 1px);
}

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

.rVjbPDxuUDjk td {
position: relative;
display: flex;
flex-direction: column;
gap: 8px;
border: none;
border-top: 1px solid color-mix(in srgb, var(--ZOIddVyLKsaI) 30%, transparent);
padding: 0 16px 14px;
}

.rVjbPDxuUDjk td::before {
content: attr(data-label);
display: block;
margin: 0 -16px;
padding: 9px 16px;
text-align: center;
background-color: color-mix(in srgb, var(--ivjuUHLITCLQ) 70%, var(--CHbSncqWInHu));
color: var(--zXwJGgDEDTTR);
border-bottom: 1px solid color-mix(in srgb, var(--DKCYcLzxByJA) 40%, transparent);
font-size: 12px;
font-weight: 900;
letter-spacing: 0.08em;
text-transform: uppercase;
text-shadow: 0 0 10px color-mix(in srgb, var(--zXwJGgDEDTTR) 40%, transparent);
}

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

.rVjbPDxuUDjk tbody tr td:first-child {
border-top: none;
font-family: var(--whNFvNnWTnLm);
font-size: 18px;
font-weight: 900;
line-height: 1.3;
color: var(--YGgfKsjGKfke);
}
}
.TqjnmQZiIgVo {
display: flex;
}

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

.mnWmEpFETuZQ {
--ch: 8px;
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 18px;
clip-path: polygon(var(--ch) 0, calc(100% - var(--ch)) 0, 100% var(--ch), 100% calc(100% - var(--ch)), calc(100% - var(--ch)) 100%, var(--ch) 100%, 0 calc(100% - var(--ch)), 0 var(--ch));
background-color: var(--CHbSncqWInHu);
color: var(--YGgfKsjGKfke);
font-size: 14px;
font-weight: 800;
line-height: 1;
cursor: pointer;
user-select: none;
transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.mnWmEpFETuZQ:hover {
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 100%);
color: var(--DztkoVDAKxlT);
}

.mnWmEpFETuZQ::after {
content: "";
width: 7px;
height: 7px;
border: solid currentColor;
border-width: 0 2px 2px 0;
transform: translateY(-2px) rotate(45deg);
transition: transform 0.22s ease;
}

#lang-dropdown-toggle:checked + .mnWmEpFETuZQ::after {
transform: translateY(1px) rotate(-135deg);
}

#lang-dropdown-toggle:checked + .mnWmEpFETuZQ {
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 100%);
color: var(--DztkoVDAKxlT);
transform: translateY(1px);
}

.RWEfdPQRTEln {
display: none;
position: absolute;
bottom: calc(100% + 10px);
left: 0;
min-width: 100%;
padding: 8px;
background-color: var(--CHbSncqWInHu);
border: 1px solid color-mix(in srgb, var(--DKCYcLzxByJA) 35%, transparent);
border-radius: 14px;
box-shadow:
0 10px 24px color-mix(in srgb, var(--cijYDIFkcxuJ) 40%, transparent),
0 0 20px color-mix(in srgb, var(--DKCYcLzxByJA) 20%, transparent);
z-index: 20;
}

#lang-dropdown-toggle:checked ~ .RWEfdPQRTEln {
display: flex;
flex-direction: column;
gap: 2px;
}

.OJdInhejBrBS .tiUHCqvVfeYh {
display: block;
white-space: nowrap;
padding: 8px 16px;
border-radius: 8px;
font-size: 14px;
font-weight: 700;
color: var(--YGgfKsjGKfke);
text-decoration: none;
transition: background-color 0.15s ease, color 0.15s ease;
}

.OJdInhejBrBS .tiUHCqvVfeYh:hover {
background-color: color-mix(in srgb, var(--PZLqUlodCQFY) 14%, transparent);
color: var(--PZLqUlodCQFY);
text-decoration: none;
}

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

#lang-dropdown-toggle:checked ~ .aDlWeTdVVumN {
display: block;
}
.OIYxrkclVMfD {
max-width: 1200px;
width: 100%;
margin: 40px auto;
padding: 0 15px;
}

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

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

.hgSaxxVRKlhx a:hover {
color: var(--VyWqVQVqksbA);
}
.OJdInhejBrBS {
position: relative;
background:
radial-gradient(85% 55% at 8% 0%, color-mix(in srgb, var(--zXwJGgDEDTTR) 14%, transparent) 0%, transparent 60%),
radial-gradient(85% 55% at 92% 0%, color-mix(in srgb, var(--PZLqUlodCQFY) 12%, transparent) 0%, transparent 60%),
var(--fuNnKzRJcVsb);
color: var(--anftHGJahsuZ);
padding: 52px 2rem 28px;
}

.OJdInhejBrBS::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
height: 2px;
background: linear-gradient(90deg,
var(--zXwJGgDEDTTR) 0%,
var(--DKCYcLzxByJA) 50%,
var(--PZLqUlodCQFY) 100%);
box-shadow: 0 0 14px color-mix(in srgb, var(--DKCYcLzxByJA) 55%, transparent);
pointer-events: none;
}

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

.RAyhLtjApjxy {
display: grid;
grid-template-columns: 1.5fr 1fr 1.1fr;
gap: 40px;
align-items: start;
}

.nnJsEAuUZyhf {
position: relative;
font-size: 13px;
font-weight: 900;
letter-spacing: 0.1em;
text-transform: uppercase;
color: var(--zXwJGgDEDTTR);
padding-bottom: 10px;
margin-bottom: 18px;
text-shadow: 0 0 12px color-mix(in srgb, var(--zXwJGgDEDTTR) 40%, transparent);
}

.nnJsEAuUZyhf::after {
content: "";
position: absolute;
left: 0;
bottom: 0;
width: 26px;
height: 2px;
background: linear-gradient(90deg, var(--zXwJGgDEDTTR) 0%, var(--PZLqUlodCQFY) 100%);
box-shadow: 0 0 8px color-mix(in srgb, var(--zXwJGgDEDTTR) 55%, transparent);
}

.CNHRtvEPFkDE {
display: inline-flex;
align-items: center;
gap: 11px;
text-decoration: none;
color: inherit;
}

.VmRKXcqtSxNh {
width: 44px;
height: 44px;
flex: none;
border-radius: 12px;
border: 1px solid color-mix(in srgb, var(--zXwJGgDEDTTR) 50%, transparent);
box-shadow:
0 0 0 1px color-mix(in srgb, var(--PZLqUlodCQFY) 28%, transparent),
0 0 18px color-mix(in srgb, var(--zXwJGgDEDTTR) 40%, transparent);
background-color: var(--zXwJGgDEDTTR);
object-fit: cover;
display: block;
}

.yzgvkCkdfXel {
font-family: var(--whNFvNnWTnLm);
font-size: 20px;
font-weight: 900;
letter-spacing: 0.01em;
text-transform: uppercase;
background: linear-gradient(92deg, var(--zXwJGgDEDTTR) 0%, var(--DKCYcLzxByJA) 55%, var(--PZLqUlodCQFY) 100%);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
-webkit-text-fill-color: transparent;
filter: drop-shadow(0 0 7px color-mix(in srgb, var(--zXwJGgDEDTTR) 40%, transparent));
}

.LgXQEsTeYnhS:hover {
text-decoration: none;
}

.TXhNUgLlLJgI {
margin-top: 16px;
font-size: 14px;
line-height: 1.6;
color: var(--QARyaxSgNbie);
max-width: 42ch;
}

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

.NRhGsIPwowEN li {
margin-bottom: 12px;
}

.NRhGsIPwowEN li:last-child {
margin-bottom: 0;
}

.OJdInhejBrBS .xDdNmxkSbSzi {
display: inline-block;
color: var(--QARyaxSgNbie);
font-size: 14px;
font-weight: 700;
text-decoration: none;
transition: color 0.18s ease, transform 0.18s ease, text-shadow 0.18s ease;
}

.OJdInhejBrBS .xDdNmxkSbSzi:hover {
color: var(--PZLqUlodCQFY);
text-shadow: 0 0 10px color-mix(in srgb, var(--PZLqUlodCQFY) 50%, transparent);
transform: translateX(3px);
text-decoration: none;
}

.ZLIuaTjAnMFm {
display: flex;
flex-wrap: wrap;
gap: 10px;
align-items: center;
}

.hrVCbbAmRDBr {
display: inline-flex;
transition: transform 0.15s ease;
}

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

.hrVCbbAmRDBr img {
display: block;
height: 40px;
width: auto;
max-width: 104px;
object-fit: contain;
border-radius: 9px;
box-shadow:
0 0 0 1px color-mix(in srgb, var(--DKCYcLzxByJA) 45%, transparent),
0 5px 14px color-mix(in srgb, var(--lggBwDHRhqeU) 50%, transparent),
0 0 16px color-mix(in srgb, var(--zXwJGgDEDTTR) 22%, transparent);
transition: box-shadow 0.15s ease;
}

.hrVCbbAmRDBr:hover img {
box-shadow:
0 0 0 1px color-mix(in srgb, var(--PZLqUlodCQFY) 55%, transparent),
0 9px 22px color-mix(in srgb, var(--lggBwDHRhqeU) 55%, transparent),
0 0 22px color-mix(in srgb, var(--zXwJGgDEDTTR) 34%, transparent);
}

.ABqkRmouPwFf {
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px 28px;
padding-top: 24px;
border-top: 1px solid color-mix(in srgb, var(--DKCYcLzxByJA) 24%, transparent);
}

.jabIhqoobMzY {
display: flex;
align-items: center;
gap: 18px;
}

.eaECPikwcuDC {
width: 40px;
height: 40px;
border-radius: 50%;
border: 1px solid color-mix(in srgb, var(--PZLqUlodCQFY) 35%, transparent);
object-fit: contain;
padding: 2px;
}

.bBmFYCzRRakN {
height: 30px;
width: auto;
max-width: 160px;
object-fit: contain;
}

.LLGOvofyAHHg {
display: flex;
flex-direction: column;
align-items: center;
gap: 16px;
}

.RjPdevjdvQAI {
margin: 0;
font-size: 13px;
text-align: center;
color: var(--xwnPCahxFSjc);
}

.RjPdevjdvQAI span {
color: var(--zXwJGgDEDTTR);
font-weight: 900;
}

@media (max-width: 992px) {
.RAyhLtjApjxy {
grid-template-columns: 1fr 1fr;
gap: 32px 40px;
}
.vlSzwNKoqbFZ {
grid-column: 1 / -1;
}
}

@media (max-width: 767px) {
.XrDKSErVooCB {
gap: 26px;
}
.ABqkRmouPwFf {
flex-direction: column;
align-items: flex-start;
}
}

@media (max-width: 576px) {
.RAyhLtjApjxy {
grid-template-columns: 1fr;
gap: 28px;
}
.hrVCbbAmRDBr img {
height: 34px;
border-radius: 8px;
}
}

@media (max-width: 425px) {
.OJdInhejBrBS {
padding: 40px 20px 24px;
}
.vlSzwNKoqbFZ {
margin: 0 auto;
text-align: center;
}
.CNHRtvEPFkDE {
justify-content: center;
}
.TXhNUgLlLJgI {
margin-left: auto;
margin-right: auto;
}
.jabIhqoobMzY {
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
}
.xBbsqAwuOdUV {
min-height: 100dvh;
display: flex;
flex-direction: column;
}

.xBbsqAwuOdUV .CLmeWScKVZCZ {
flex: 1 0 auto;
margin-left: 0;
display: flex;
flex-direction: column;
}

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

.xBbsqAwuOdUV .YODyjmSjaBUp {
padding-left: 0;
}

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

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

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

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

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

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

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

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

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

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