:root {
    --l64ed0e: #185fb7;
    --bd41d54: #0e326d;
    --l15bf9a: #0e326d;
    --g127d1c: #1860b7;
    --re414c6: #1860b7;
    --r56d1c2: #1a60b6;

    --vdf6d16: #211783;
    --zeb392b: #dc2626;
    --ne019b2: #73dbfe;

    --pef08d1: #ceedfc;
    --n5980c0: #9bbbd6;
    --e07746e: #ceedfc;
    --j8ff279: #9bbbd6;
    --ff2b1d0: #ceedfc;
    --fd5d2d3: #ceedfc;
    --f92fdb7: #9bbbd6;
    --lc164ef: #ceedfc;
    --ne42e77: #ceedfc;

    --tf6d2c1: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --kc5b033: 16px;
    --xf0b5c1: 6px;
    --of13050: 12px;
    --o7576a9: 24px;
    --x8ea7d8: 1200px;
    --b5db652: 72px;
    --h534339: 0.3s ease;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

body.qaacc43 {
    font-family: var(--tf6d2c1);
    font-size: var(--kc5b033);
    background-color: var(--bd41d54);
    color: var(--pef08d1);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; transition: color var(--h534339); }
img { max-width: 100%; height: auto; display: block; }
ul { padding-left: 40px; list-style: disc; }

.j0e65eb, .e73a783 { list-style: none; padding-left: 0; }
.l6fb2d9 { width: 100%; max-width: var(--x8ea7d8); margin: 0 auto; padding: 0 20px; }

.q915107 {
    display: inline-flex; align-items: center; justify-content: center;
    padding: 10px 20px; border-radius: var(--xf0b5c1);
    font-weight: 600; cursor: pointer; transition: all var(--h534339);
    border: 2px solid transparent; text-align: center;
}
.p61b0e7 { background-color: var(--vdf6d16); color: var(--fd5d2d3); }
.p61b0e7:hover { background-color: var(--zeb392b); transform: translateY(-2px); }
.a84a557 { background-color: transparent; border-color: var(--ne019b2); color: var(--ff2b1d0); }
.a84a557:hover { border-color: var(--n5980c0); background-color: rgba(255, 255, 255, 0.05); }
.zafbf7b { padding: 6px 14px; font-size: 0.875rem; }
.t7495f0 { padding: 14px 32px; font-size: 1rem; border-radius: var(--of13050); }

.q2942db {
    position: sticky; top: 0; z-index: 100;
    background-color: var(--l64ed0e);
    border-bottom: 1px solid var(--ne019b2);
    height: var(--b5db652);
}
.md21e69 { display: flex; align-items: center; justify-content: space-between; height: 100%; }
.y50c2d9 { display: flex; align-items: center; gap: 16px; }

.m9f6c71 {
    display: none; flex-direction: column; justify-content: space-between;
    width: 24px; height: 18px; background: transparent; border: none; cursor: pointer;
}
.c3f7a3c { width: 100%; height: 2px; background-color: var(--pef08d1); transition: var(--h534339); }

.j0e65eb { display: flex; gap: 32px; }
.bf325ec { font-weight: 500; color: var(--ne42e77); }
.bf325ec:hover { color: var(--vdf6d16); }
.v7ab67f { display: flex; gap: 12px; }

.za0b34f { padding: 20px 0; background-color: var(--bd41d54); }
.m0a046b {
    position: relative; width: 100%; min-height: 420px; border-radius: var(--o7576a9);
    overflow: hidden; display: flex; align-items: center; justify-content: center;
    padding: 40px 20px; background: url('preview.jpg') center/cover no-repeat;
}
.y1d81e8 {
    position: relative; z-index: 2; background-color: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
    padding: 35px 45px; border-radius: var(--of13050); text-align: center;
    max-width: 650px; border: 1px solid rgba(255, 255, 255, 0.15);
}
.o0125d3 { font-size: clamp(1.5rem, 4vw, 2.2rem); line-height: 1.2; margin-bottom: 12px; font-weight: 800; color: var(--f92fdb7); text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); }
.wf57498 { font-size: clamp(0.9rem, 2vw, 1.4rem); font-weight: 600; color: var(--lc164ef); margin-bottom: 24px; text-shadow: 0 1px 10px rgba(0, 0, 0, 1.5); }

.s356d1c { padding: 10px 0; }
.v997a0c { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; }
.vfd1ba6 { font-size: 1.25rem; font-weight: 700; color: var(--e07746e); }
.vabd879 { color: var(--j8ff279); font-weight: 600; }
.vabd879:hover { text-decoration: underline; }

.g4d91a0 { display: grid; grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); gap: 20px; }
.ie71c65 { position: relative; border-radius: var(--of13050); overflow: hidden; aspect-ratio: 3/4; background-color: var(--l15bf9a); }
.c53c30f { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.j7a5e63 { position: absolute; inset: 0; background: rgba(15, 23, 42, 0.8); display: flex; flex-direction: column; justify-content: center; align-items: center; opacity: 0; transition: opacity var(--h534339); padding: 16px; text-align: center; }
.ie71c65:hover .c53c30f { transform: scale(1.1); }
.ie71c65:hover .j7a5e63 { opacity: 1; }
.vbc1ef3 { font-weight: 700; margin-bottom: 16px; font-size: 1.125rem; color: #fff; }
.pdc6cab { display: flex; flex-direction: column; gap: 8px; width: 100%; }

.e90ce9c { background-color: var(--l15bf9a); padding: 40px; border-radius: var(--o7576a9); }
.e90ce9c h2, .e90ce9c h3 { margin: 32px 0 16px; color: var(--pef08d1); }
.e90ce9c h2:first-child { margin-top: 0; }
.e90ce9c p { color: var(--n5980c0); margin-bottom: 20px; }

.cdfbdfb { width: 100%; overflow-x: auto; margin-bottom: 32px; border-radius: var(--xf0b5c1); border: 1px solid var(--ne019b2); }
.rcde88c { width: 100%; border-collapse: collapse; min-width: 600px; }
.rcde88c th, .rcde88c td { padding: 16px; text-align: left; border-bottom: 1px solid var(--ne019b2); }
.rcde88c th { background-color: var(--g127d1c); font-weight: 600; color: var(--pef08d1); }
.rcde88c tr:last-child td { border-bottom: none; }

.jed5b40 { display: flex; flex-direction: column; gap: 16px; max-width: 100%; margin: 0 auto; }
.na7cbaa { background-color: var(--l15bf9a); border-radius: var(--of13050); border: 1px solid var(--ne019b2); overflow: hidden; }
.t93eb86 { padding: 20px; font-weight: 600; cursor: pointer; list-style: none; position: relative; color: var(--pef08d1); }
.t93eb86::after { content: '+'; position: absolute; right: 20px; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--vdf6d16); transition: transform var(--h534339); }
.na7cbaa[open] .t93eb86::after { transform: translateY(-50%) rotate(45deg); }
.v943312 { padding: 0 20px 20px; color: var(--n5980c0); }

.p392b1c { background-color: var(--re414c6); padding: 32px 0; border-top: 1px solid var(--ne019b2); }
.wc6b0db { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; opacity: 0.6; }

.e639e6e { background-color: var(--r56d1c2); padding: 40px 0; border-top: 1px solid var(--ne019b2); }
.e73a783 { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px; margin-bottom: 40px; }
.e73a783 a { color: var(--ne42e77); }
.e73a783 a:hover { color: var(--vdf6d16); }
.h5bd41c { display: flex; flex-direction: column; align-items: center; gap: 16px; text-align: center; }
.z3a174e { width: 40px; height: 40px; border: 2px solid var(--n5980c0); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; color: var(--n5980c0); }
.l87789c { color: var(--n5980c0); font-size: 0.875rem; }

@media (max-width: 992px) {
    .g4d91a0 { grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
}
@media (max-width: 768px) {
    .m9f6c71 { display: flex; }
    .w16d661 { position: fixed; top: var(--b5db652); left: -100%; width: 100%; height: calc(100vh - var(--b5db652)); background-color: var(--l15bf9a); transition: left var(--h534339); padding: 24px; overflow-y: auto; }
    .w16d661.u64bfa4 { left: 0; }
    .j0e65eb { flex-direction: column; gap: 24px; }
    .bf325ec { font-size: 1.25rem; }
    .v7ab67f .a84a557 { display: none; }
    .e90ce9c { padding: 24px; }
    .m0a046b { min-height: 320px; padding: 20px 10px; }
    .y1d81e8 { padding: 25px 20px; }
}

#s704d00 { display: flex; align-items: center; justify-content: center; gap: 30px; }
#s704d00 svg path { fill: #ffffff; }