:root {

  --pg-primary: hsl(197, 75%, 45%);
  --pg-primary-hover: hsl(197, 85%, 35%);
  --pg-secondary: hsl(260, 60%, 55%);
  --pg-bg-base: hsl(210, 25%, 98%);
  --pg-bg-surface: #ffffff;
  --pg-text-main: hsl(210, 20%, 15%);
  --pg-text-muted: hsl(210, 15%, 45%);
  --pg-border: hsl(210, 20%, 90%);
  --pg-max-width: 1200px;
  --pg-read-width: 760px;
  --pg-radius-lg: 20px;
  --pg-radius-md: 12px;
  --pg-radius-sm: 8px;
  --pg-shadow-card: 0 8px 24px rgba(0, 30, 60, 0.04);
  --pg-shadow-btn: 0 6px 16px rgba(10, 150, 200, 0.25);
  --pg-font-serif: "Georgia", "Times New Roman", serif;
  --pg-font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --primary-color: hsl(230, 85%, 55%);
  --secondary-color: hsl(280, 80%, 55%);
  --bg-color: hsl(220, 15%, 98%);
  --text-color: hsl(220, 30%, 12%);
  --text-muted: hsl(220, 15%, 45%);
  --border-color: hsla(220, 20%, 50%, 0.15);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 100px;
  --shadow-sm: 0 2px 8px hsla(220, 50%, 20%, 0.05);
  --shadow-md: 0 8px 24px hsla(220, 50%, 20%, 0.08);
  --shadow-lg: 0 16px 40px hsla(220, 50%, 20%, 0.12);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: hsla(220, 15%, 98%, 0.85);
  --btn-text: #ffffff;
  --font-serif: "Playfair Display", "Merriweather", "Noto Serif SC", serif;
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.i3b14b_7757.hcab4b__7ec.dcd7a__687e{background-color: var(--pg-bg-base);
    color: var(--text-color, var(--pg-text-main));
    font-family: var(--pg-font-sans);
    line-height: 1.6;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden; isolation: isolate;}
div.i3b14b_7757.hcab4b__7ec.dcd7a__687e *{
    box-sizing: border-box;
    }
div.i3b14b_7757.hcab4b__7ec .l7f0850d_4c8{
    position: absolute;
    top: -10%;
    right: -5%;
    width: 60vw;
    height: 60vw;
    background: radial-gradient(circle, hsla(197, 75%, 45%, 0.05) 0%, rgba(255,255,255,0) 70%);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none; color: #1a1a2e;}
div.i3b14b_7757.hcab4b__7ec .goya8suzd5{
    max-width: var(--pg-max-width);
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    z-index: 1;
    }
div.i3b14b_7757.hcab4b__7ec .ne49816_jlnn{
    text-align: center;
    padding: 80px 0 60px;
    max-width: var(--pg-read-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.i3b14b_7757.hcab4b__7ec .z215884e23{
    font-family: var(--pg-font-serif);
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    color: var(--pg-text-main);
    margin: 0 0 20px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
    }
div.i3b14b_7757.hcab4b__7ec .gec69b41{
    font-size: 1.125rem;
    color: var(--pg-text-muted);
    margin: 0 0 40px;
    max-width: 600px;
    }
div.i3b14b_7757.hcab4b__7ec .yf30954_e3{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    background: linear-gradient(135deg, var(--pg-primary), var(--pg-secondary));
    color: #1a1a2e;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
    box-shadow: var(--pg-shadow-btn);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    }
div.i3b14b_7757.hcab4b__7ec .yf30954_e3:hover{
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(10, 150, 200, 0.35);
    color: #ffffff;
    }
div.i3b14b_7757.hcab4b__7ec .p8a19c3eca{
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
    }
@media (min-width: 992px) {div.i3b14b_7757.hcab4b__7ec .p8a19c3eca{
    grid-template-columns: 240px 1fr;
    align-items: start;
    }}
div.i3b14b_7757.hcab4b__7ec .oe1dc55b{
    position: sticky;
    top: 100px;
    background: var(--pg-bg-surface);
    padding: 24px;
    border-radius: var(--pg-radius-lg);
    box-shadow: var(--pg-shadow-card);
    border: 1px solid var(--pg-border);
    display: none; color: #1a1a2e;}
@media (min-width: 992px) {div.i3b14b_7757.hcab4b__7ec .oe1dc55b{ display: block; }}
div.i3b14b_7757.hcab4b__7ec .oe1dc55b h3{
    font-size: 0.875rem;
    text-transform: uppercase;
    color: var(--pg-text-muted);
    letter-spacing: 0.05em;
    margin-top: 0;
    margin-bottom: 16px;
    }
div.i3b14b_7757.hcab4b__7ec .oe1dc55b ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
div.i3b14b_7757.hcab4b__7ec .oe1dc55b a{
    color: var(--pg-text-main);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    }
div.i3b14b_7757.hcab4b__7ec .oe1dc55b a::before{
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--pg-border);
    margin-right: 12px;
    transition: background-color 0.2s; color: #1a1a2e;}
div.i3b14b_7757.hcab4b__7ec .oe1dc55b a:hover{ color: var(--pg-primary); }
div.i3b14b_7757.hcab4b__7ec .oe1dc55b a:hover::before{ background-color: var(--pg-primary); color: #1a1a2e;}
div.i3b14b_7757.hcab4b__7ec .w18e611b73{
    max-width: var(--pg-read-width);
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 60px;
    }
div.i3b14b_7757.hcab4b__7ec .v4bfa1__20f1{
    margin-bottom: 24px;
    }
div.i3b14b_7757.hcab4b__7ec .v4bfa1__20f1 h2{
    font-family: var(--pg-font-serif);
    font-size: 2rem;
    color: var(--pg-text-main);
    margin: 0 0 12px;
    }
div.i3b14b_7757.hcab4b__7ec .v4bfa1__20f1 p{
    color: var(--pg-text-muted);
    margin: 0;
    font-size: 1.05rem;
    }
div.i3b14b_7757.hcab4b__7ec .bwp36zjupc{
    color: var(--pg-primary);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
    }
div.i3b14b_7757.hcab4b__7ec .bwp36zjupc:hover{
    border-bottom-color: var(--pg-primary);
    }
div.i3b14b_7757.hcab4b__7ec .q939fa2202{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    }
div.i3b14b_7757.hcab4b__7ec .p452a59_galj{
    background: var(--pg-bg-surface);
    border: 1px solid var(--pg-border);
    border-radius: var(--pg-radius-md);
    padding: 24px;
    box-shadow: var(--pg-shadow-card);
    border-top: 4px solid var(--pg-border);
    transition: border-color 0.3s; color: #1a1a2e;}
div.i3b14b_7757.hcab4b__7ec .p452a59_galj[data-status="supported"]{
    border-top-color: var(--pg-primary);
    }
div.i3b14b_7757.hcab4b__7ec .p452a59_galj[data-status="alternative"]{
    border-top-color: var(--pg-secondary);
    }
div.i3b14b_7757.hcab4b__7ec .p452a59_galj h3{
    margin: 0 0 12px;
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    gap: 8px;
    }
div.i3b14b_7757.hcab4b__7ec .p3zap2chm{
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 4px;
    font-weight: 600;
    }
div.i3b14b_7757.hcab4b__7ec .p3zap2chm.pb02__135{ background: hsla(197, 75%, 45%, 0.1); color: #1a1a2e; }
div.i3b14b_7757.hcab4b__7ec .p3zap2chm.qbwm8ah12qw{ background: hsla(260, 60%, 55%, 0.1); color: #1a1a2e; }
div.i3b14b_7757.hcab4b__7ec .p452a59_galj p{
    color: var(--pg-text-muted);
    font-size: 0.95rem;
    margin: 0 0 16px;
    }
div.i3b14b_7757.hcab4b__7ec .p452a59_galj ul{
    padding-left: 20px;
    margin: 0;
    color: var(--pg-text-main);
    font-size: 0.9rem;
    }
div.i3b14b_7757.hcab4b__7ec .p452a59_galj li{ margin-bottom: 8px; }
div.i3b14b_7757.hcab4b__7ec .b2gicosf{
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
div.i3b14b_7757.hcab4b__7ec .j70a48a_9c4{
    background: var(--pg-bg-surface);
    border-radius: var(--pg-radius-md);
    padding: 24px;
    display: flex;
    gap: 20px;
    border: 1px solid var(--pg-border); color: #1a1a2e;}
div.i3b14b_7757.hcab4b__7ec .s6717f77{
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: var(--pg-primary);
    color: #1a1a2e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--pg-font-serif);
    font-size: 1.25rem;
    font-weight: bold;
    }
div.i3b14b_7757.hcab4b__7ec .fb892cb h3{
    margin: 0 0 8px;
    font-size: 1.15rem;
    }
div.i3b14b_7757.hcab4b__7ec .fb892cb p{
    margin: 0;
    color: var(--pg-text-muted);
    font-size: 0.95rem;
    }
div.i3b14b_7757.hcab4b__7ec .b74783c0b7{
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    align-items: center;
    background: var(--pg-bg-surface);
    padding: 32px;
    border-radius: var(--pg-radius-lg);
    border: 1px solid var(--pg-border); color: #1a1a2e;}
@media (min-width: 768px) {div.i3b14b_7757.hcab4b__7ec .b74783c0b7{
    grid-template-columns: 1fr 1fr;
    }}
div.i3b14b_7757.hcab4b__7ec .kdd4175a8 h3{
    font-family: var(--pg-font-serif);
    font-size: 1.5rem;
    margin: 0 0 16px;
    }
div.i3b14b_7757.hcab4b__7ec .kdd4175a8 p{
    color: var(--pg-text-muted);
    margin-bottom: 16px;
    }
div.i3b14b_7757.hcab4b__7ec .kpbmcoz27j2u{position: relative;
    border-radius: var(--pg-radius-md);
    overflow: hidden;
    aspect-ratio: 4/3;
    box-shadow: var(--pg-shadow-card); isolation: isolate;}
div.i3b14b_7757.hcab4b__7ec .kpbmcoz27j2u img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
div.i3b14b_7757.hcab4b__7ec .u95b1d9{
    display: flex;
    flex-direction: column;
    gap: 16px;
    }
div.i3b14b_7757.hcab4b__7ec .k1ab95ad{
    background: var(--pg-bg-surface);
    border: 1px solid var(--pg-border);
    border-radius: var(--pg-radius-md);
    padding: 20px 24px; color: #1a1a2e;}
div.i3b14b_7757.hcab4b__7ec .s30ef500_av{
    margin: 0 0 12px;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--pg-text-main);
    display: flex;
    gap: 12px;
    }
div.i3b14b_7757.hcab4b__7ec .s30ef500_av::before{
    content: "Q.";
    color: var(--pg-primary);
    font-family: var(--pg-font-serif);
    font-weight: bold;
    }
div.i3b14b_7757.hcab4b__7ec .sb4928b2_wkm0{
    margin: 0;
    color: var(--pg-text-muted);
    font-size: 0.95rem;
    padding-left: 28px;
    line-height: 1.7;
    }
div.i3b14b_7757.hcab4b__7ec .pc9316_15eb{
    margin-top: 80px;
    padding-top: 40px;
    border-top: 1px solid var(--pg-border);
    text-align: center;
    color: var(--pg-text-muted);
    font-size: 0.9rem;
    }
div.i3b14b_7757.hcab4b__7ec .qafd__d27{
    font-family: var(--pg-font-serif);
    font-size: 1.25rem;
    color: var(--pg-text-main);
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
    }
div.i3b14b_7757.hcab4b__7ec .wf161_cab6{box-sizing:border-box;}
.w04f8649d3{
    width: 100%;
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center; color: #1a1a2e;}
.oc3a428df6b{
    width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    }
.d0d1541_jgoe{width: 100%;
    max-width: 1000px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-md);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: var(--shadow-lg);
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box; isolation: isolate; color: #1a1a2e;}
.r6654__500{
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, hsla(0, 0%, 100%, 0.15) 0%, hsla(0, 0%, 100%, 0) 70%);
    position: absolute;
    top: -150px;
    left: -150px;
    border-radius: 50%;
    pointer-events: none; color: #1a1a2e;}
.z3b0e7e0a1b{
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, hsla(0, 0%, 100%, 0.1) 0%, hsla(0, 0%, 100%, 0) 70%);
    position: absolute;
    bottom: -200px;
    right: -200px;
    border-radius: 50%;
    pointer-events: none; color: #1a1a2e;}
.ud50fd9_2ec{
    width: 100%;
    max-width: 760px;
    font-family: var(--font-serif);
    font-size: 42px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    }
.n47d1271{
    width: 100%;
    max-width: 600px;
    font-size: 20px;
    color: hsla(0, 0%, 100%, 0.9);
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    }
.ub2803e0_c9b4{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    }
.pafeae6_roe4{
    width: auto;
    min-width: 200px;
    background-color: var(--text-color);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 48px;
    padding-right: 48px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    box-shadow: 0 10px 30px hsla(220, 30%, 12%, 0.4);
    transition: var(--transition);
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    }
.pafeae6_roe4:hover{
    transform: translateY(-4px);
    box-shadow: 0 15px 40px hsla(220, 30%, 12%, 0.6);
    background-color: #000000; color: #ffffff;}
.t50f__02d18{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid var(--border-color);
    padding-top: 40px;
    }
.qafd__d27{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    }
.i7da__c93{
    width: auto;
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.rfc55__e4f20{
    width: 100%;
    color: var(--text-muted);
    font-size: 15px;
    text-align: center;
    margin: 0;
    }
@media (max-width: 768px){.w04f8649d3{
    padding-top: 60px;
    padding-bottom: 30px;
    }
.d0d1541_jgoe{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
    border-radius: var(--radius-sm);
    }
.ud50fd9_2ec{
    font-size: 32px;
    margin-bottom: 16px;
    }
.n47d1271{
    font-size: 16px;
    margin-bottom: 32px;
    }
.pafeae6_roe4{
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    max-width: 300px;
    }}
.v95c16d23, .v95c16d23 *{
    box-sizing: border-box;
    }
.v95c16d23{
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    font-family: var(--font-serif); color: #1a1a2e;}
.iy61fgqy7xlt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: var(--max-width);
    height: var(--nav-height);
    margin: 0 auto;
    }
.qd130__4df6{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.qd130__4df6:hover{
    opacity: 0.85;
    }
.t793fc__b7f{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    }
.uccf__ede{
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text-color);
    }
.i96f6f4{
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0 24px;
    }
.o59619d_oww{
    display: flex;
    align-items: center;
    gap: 6px; 
    list-style: none;
    margin: 0;
    padding: 0;
    }
.vfa2bae_45{
    position: relative;
    }
.nzygupwk7xg6{
    display: inline-block;
    padding: 8px 14px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    position: relative;
    }
.nzygupwk7xg6::after{
    content: "";
    position: absolute;
    bottom: 4px;
    left: 14px;
    right: 14px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: var(--transition); color: #ffffff;}
.nzygupwk7xg6:hover{
    color: #ffffff;
    background: hsla(230, 85%, 55%, 0.05);
    }
.nzygupwk7xg6:hover::after{
    transform: scaleX(1);
    }
.b9f8f753e3{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.dcf2c5_drm7{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--radius-lg);
    
    background: var(--primary-color);
    color: var(--btn-text);
    
    box-shadow: 0 4px 0 hsl(230, 85%, 45%), 0 8px 16px hsla(230, 85%, 55%, 0.2);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.3s ease;
    }
.dcf2c5_drm7:hover{
    
    background: var(--secondary-color);
    color: #1a1a2e;
    transform: translateY(-2px);
    box-shadow: 0 6px 0 hsl(280, 80%, 45%), 0 12px 24px hsla(280, 80%, 55%, 0.3);
    }
.dcf2c5_drm7:active{
    transform: translateY(4px);
    box-shadow: 0 0 0 transparent, 0 2px 4px hsla(280, 80%, 55%, 0.1);
    }
.xe588e_fc{
    display: none;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: var(--transition);
    }
.xe588e_fc:hover{
    background: hsla(220, 20%, 50%, 0.05); color: #1a1a2e;}
.dvgmkpzd, .dvgmkpzd::before, .dvgmkpzd::after{
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--text-color);
    position: absolute;
    transition: var(--transition);
    border-radius: 2px; color: #ffffff;}
.dvgmkpzd::before{
    content: "";
    top: -7px;
    }
.dvgmkpzd::after{
    content: "";
    bottom: -7px;
    }
.wf65acc51{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); color: #1a1a2e;}
.h2489c77a39{
    list-style: none;
    padding: 16px var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: var(--max-width);
    }
.gkn3rnfyc{
    width: 100%;
    }
.t95c7_30{
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    color: var(--text-color);
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: var(--radius-sm);
    background: transparent;
    transition: var(--transition);
    }
.t95c7_30:hover{
    background: hsla(230, 85%, 55%, 0.08);
    color: #ffffff;
    padding-left: 28px;
    }
.t938c__65f:checked ~ .wf65acc51{
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    padding-bottom: 24px;
    }
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd{
    background-color: transparent;
    }
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd::before{
    top: 0;
    transform: rotate(45deg);
    }
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd::after{
    bottom: 0;
    transform: rotate(-45deg);
    }
@media (max-width: 992px){.i96f6f4 {
    display: none; 
    }
.xe588e_fc {
    display: flex; 
    }
.dcf2c5_drm7 {
    padding: 10px 20px;
    font-size: 0.95rem;
    }}
@media (max-width: 480px){.uccf__ede{
    font-size: 1.5rem;
    }
.b9f8f753e3{
    gap: 12px;
    }
.dcf2c5_drm7{
    box-shadow: 0 2px 0 hsl(230, 85%, 45%);
    }
.dcf2c5_drm7:hover{
    box-shadow: 0 4px 0 hsl(280, 80%, 45%);
    transform: translateY(-1px);
    }
.dcf2c5_drm7:active{
    transform: translateY(2px);
    }}
.nzygupwk7xg6.active{color: #ffffff; background: hsla(230, 85%, 55%, 0.05);}
.t95c7_30.active{background: hsla(230, 85%, 55%, 0.08); color: #ffffff;}
@media (min-width: 993px){.v95c16d23 #nt60e7726998, .v95c16d23 label[for="nt60e7726998"]{ display: none !important; }}
@media (min-width: 993px){.v95c16d23 .iy61fgqy7xlt{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.v95c16d23 .iy61fgqy7xlt{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.v95c16d23 .iy61fgqy7xlt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.nzygupwk7xg6.active {color: #ffffff; background: hsla(230, 85%, 55%, 0.05);}
.t95c7_30.active {background: hsla(230, 85%, 55%, 0.08); color: #ffffff;}
#nt60e7726998:checked ~ .iy61fgqy7xlt { right: 0 !important; left: auto !important; }
@media (max-width: 992px) {.v95c16d23.w62442cb22c .iy61fgqy7xlt { left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 992px) {#nt60e7726998:checked ~ .iy61fgqy7xlt { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px) {.v95c16d23.w62442cb22c #nt60e7726998, .v95c16d23.w62442cb22c label[for="nt60e7726998"] { display: none !important; }}
@media (min-width: 993px) {.v95c16d23.w62442cb22c .iy61fgqy7xlt { position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px) {.v95c16d23.w62442cb22c .iy61fgqy7xlt { display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px) {.v95c16d23.w62442cb22c .iy61fgqy7xlt a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.i3b14b_7757 img.i131__3606 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.i3b14b_7757 img.i131__3606.q0da7097f { aspect-ratio: 16 / 9; }
div.i3b14b_7757 img.i131__3606.o717302fe { aspect-ratio: 16 / 10; }
div.i3b14b_7757 img.i131__3606.n210__e750 { aspect-ratio: 4 / 3; }
div.i3b14b_7757 img.i131__3606.pefbd94d169 { aspect-ratio: 1 / 1; }
div.i3b14b_7757 :is(div, div, div, div, ul, ol, li, figure, picture, table, form, fieldset, pre, blockquote) {
    box-sizing: border-box !important;
    min-width: 0;
    max-width: 100%;
    }
div.i3b14b_7757 .qd353a_0dd5 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.i3b14b_7757 .qd353a_0dd5.q0da7097f { aspect-ratio: 16 / 9; }
div.i3b14b_7757 .qd353a_0dd5.o717302fe { aspect-ratio: 16 / 10; }
div.i3b14b_7757 .qd353a_0dd5.n210__e750 { aspect-ratio: 4 / 3; }
div.i3b14b_7757 .qd353a_0dd5.pefbd94d169 { aspect-ratio: 1 / 1; }
div.i3b14b_7757 .qd353a_0dd5 > img.i131__3606,
    div.i3b14b_7757 .qd353a_0dd5 > picture > img.i131__3606 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.i3b14b_7757.hcab4b__7ec .yf30954_e3 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.i3b14b_7757.hcab4b__7ec .yf30954_e3 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.i3b14b_7757.hcab4b__7ec .yf30954_e3 a:not([class]):hover{opacity:0.92;}
div.i3b14b_7757.hcab4b__7ec .yf30954_e3 a[class=""]:hover{opacity:0.92;}
div.i3b14b_7757.hcab4b__7ec .yf30954_e3 a:not([class]):visited{color:#ffffff !important;}
div.i3b14b_7757.hcab4b__7ec .yf30954_e3 a[class=""]:visited{color:#ffffff !important;}
div.i3b14b_7757.hcab4b__7ec .s6717f77 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.i3b14b_7757.hcab4b__7ec .s6717f77 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.i3b14b_7757.hcab4b__7ec .s6717f77 a:not([class]):hover{opacity:0.92;}
div.i3b14b_7757.hcab4b__7ec .s6717f77 a[class=""]:hover{opacity:0.92;}
div.i3b14b_7757.hcab4b__7ec .s6717f77 a:not([class]):visited{color:#ffffff !important;}
div.i3b14b_7757.hcab4b__7ec .s6717f77 a[class=""]:visited{color:#ffffff !important;}
.v95c16d23, .v95c16d23 *{
    box-sizing: border-box;
    }
.v95c16d23{
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    font-family: var(--font-serif); color: #1a1a2e;}
.iy61fgqy7xlt{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: var(--max-width);
    height: var(--nav-height);
    margin: 0 auto;
    }
.qd130__4df6{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--text-color);
    transition: var(--transition);
    }
.qd130__4df6:hover{
    opacity: 0.85;
    }
.t793fc__b7f{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    }
.uccf__ede{
    font-size: 1.75rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    color: var(--text-color);
    }
.i96f6f4{
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0 24px;
    }
.o59619d_oww{
    display: flex;
    align-items: center;
    gap: 6px; 
    list-style: none;
    margin: 0;
    padding: 0;
    }
.vfa2bae_45{
    position: relative;
    }
.nzygupwk7xg6{
    display: inline-block;
    padding: 8px 14px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    position: relative;
    }
.nzygupwk7xg6::after{
    content: "";
    position: absolute;
    bottom: 4px;
    left: 14px;
    right: 14px;
    height: 2px;
    background: var(--primary-color);
    border-radius: 2px;
    transform: scaleX(0);
    transform-origin: center;
    transition: var(--transition); color: #ffffff;}
.nzygupwk7xg6:hover{
    color: #ffffff;
    background: hsla(230, 85%, 55%, 0.05);
    }
.nzygupwk7xg6:hover::after{
    transform: scaleX(1);
    }
.b9f8f753e3{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.dcf2c5_drm7{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 28px;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: var(--radius-lg);
    
    background: var(--primary-color);
    color: var(--btn-text);
    
    box-shadow: 0 4px 0 hsl(230, 85%, 45%), 0 8px 16px hsla(230, 85%, 55%, 0.2);
    transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.3s ease;
    }
.dcf2c5_drm7:hover{
    
    background: var(--secondary-color);
    color: #1a1a2e;
    transform: translateY(-2px);
    box-shadow: 0 6px 0 hsl(280, 80%, 45%), 0 12px 24px hsla(280, 80%, 55%, 0.3);
    }
.dcf2c5_drm7:active{
    transform: translateY(4px);
    box-shadow: 0 0 0 transparent, 0 2px 4px hsla(280, 80%, 55%, 0.1);
    }
.xe588e_fc{
    display: none;
    width: 44px;
    height: 44px;
    background: transparent;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    cursor: pointer;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: var(--transition);
    }
.xe588e_fc:hover{
    background: hsla(220, 20%, 50%, 0.05); color: #1a1a2e;}
.dvgmkpzd, .dvgmkpzd::before, .dvgmkpzd::after{
    display: block;
    width: 22px;
    height: 2px;
    background-color: var(--text-color);
    position: absolute;
    transition: var(--transition);
    border-radius: 2px; color: #ffffff;}
.dvgmkpzd::before{
    content: "";
    top: -7px;
    }
.dvgmkpzd::after{
    content: "";
    bottom: -7px;
    }
.wf65acc51{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); color: #1a1a2e;}
.h2489c77a39{
    list-style: none;
    padding: 16px var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
    max-width: var(--max-width);
    }
.gkn3rnfyc{
    width: 100%;
    }
.t95c7_30{
    display: block;
    padding: 14px 20px;
    text-decoration: none;
    color: var(--text-color);
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: var(--radius-sm);
    background: transparent;
    transition: var(--transition);
    }
.t95c7_30:hover{
    background: hsla(230, 85%, 55%, 0.08);
    color: #ffffff;
    padding-left: 28px;
    }
.t938c__65f:checked ~ .wf65acc51{
    max-height: 500px;
    opacity: 1;
    visibility: visible;
    padding-bottom: 24px;
    }
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd{
    background-color: transparent;
    }
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd::before{
    top: 0;
    transform: rotate(45deg);
    }
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd::after{
    bottom: 0;
    transform: rotate(-45deg);
    }
@media (max-width: 992px){.i96f6f4 {
    display: none; 
    }
.xe588e_fc {
    display: flex; 
    }
.dcf2c5_drm7 {
    padding: 10px 20px;
    font-size: 0.95rem;
    }}
@media (max-width: 480px){.uccf__ede{
    font-size: 1.5rem;
    }
.b9f8f753e3{
    gap: 12px;
    }
.dcf2c5_drm7{
    box-shadow: 0 2px 0 hsl(230, 85%, 45%);
    }
.dcf2c5_drm7:hover{
    box-shadow: 0 4px 0 hsl(280, 80%, 45%);
    transform: translateY(-1px);
    }
.dcf2c5_drm7:active{
    transform: translateY(2px);
    }}
.nzygupwk7xg6.active{color: #ffffff; background: hsla(230, 85%, 55%, 0.05);}
.t95c7_30.active{background: hsla(230, 85%, 55%, 0.08); color: #ffffff;}
@media (min-width: 993px){.v95c16d23 #nt60e7726998, .v95c16d23 label[for="nt60e7726998"]{ display: none !important; }}
@media (min-width: 993px){.v95c16d23 .iy61fgqy7xlt{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.v95c16d23 .iy61fgqy7xlt{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.v95c16d23 .iy61fgqy7xlt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.nzygupwk7xg6.active{color: #ffffff; background: hsla(230, 85%, 55%, 0.05);}
.t95c7_30.active{background: hsla(230, 85%, 55%, 0.08); color: #ffffff;}
#nt60e7726998:checked ~ .iy61fgqy7xlt{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.v95c16d23.w62442cb22c .iy61fgqy7xlt{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 992px){#nt60e7726998:checked ~ .iy61fgqy7xlt{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.v95c16d23.w62442cb22c #nt60e7726998, .v95c16d23.w62442cb22c label[for="nt60e7726998"]{ display: none !important; }}
@media (min-width: 993px){.v95c16d23.w62442cb22c .iy61fgqy7xlt{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.v95c16d23.w62442cb22c .iy61fgqy7xlt{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.v95c16d23.w62442cb22c .iy61fgqy7xlt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.w04f8649d3{
    width: 100%;
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center; color: #1a1a2e;}
.oc3a428df6b{
    width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    }
.d0d1541_jgoe{width: 100%;
    max-width: 1000px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: var(--radius-md);
    padding-top: 80px;
    padding-bottom: 80px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: var(--shadow-lg);
    margin-bottom: 80px;
    position: relative;
    overflow: hidden;
    box-sizing: border-box; isolation: isolate; color: #1a1a2e;}
.r6654__500{
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, hsla(0, 0%, 100%, 0.15) 0%, hsla(0, 0%, 100%, 0) 70%);
    position: absolute;
    top: -150px;
    left: -150px;
    border-radius: 50%;
    pointer-events: none; color: #1a1a2e;}
.z3b0e7e0a1b{
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, hsla(0, 0%, 100%, 0.1) 0%, hsla(0, 0%, 100%, 0) 70%);
    position: absolute;
    bottom: -200px;
    right: -200px;
    border-radius: 50%;
    pointer-events: none; color: #1a1a2e;}
.ud50fd9_2ec{
    width: 100%;
    max-width: 760px;
    font-family: var(--font-serif);
    font-size: 42px;
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 1.2;
    position: relative;
    z-index: 1;
    }
.n47d1271{
    width: 100%;
    max-width: 600px;
    font-size: 20px;
    color: hsla(0, 0%, 100%, 0.9);
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 1.6;
    position: relative;
    z-index: 1;
    }
.ub2803e0_c9b4{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
    }
.pafeae6_roe4{
    width: auto;
    min-width: 200px;
    background-color: var(--text-color);
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 48px;
    padding-right: 48px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    box-shadow: 0 10px 30px hsla(220, 30%, 12%, 0.4);
    transition: var(--transition);
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    }
.pafeae6_roe4:hover{
    transform: translateY(-4px);
    box-shadow: 0 15px 40px hsla(220, 30%, 12%, 0.6);
    background-color: #000000; color: #ffffff;}
.t50f__02d18{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid var(--border-color);
    padding-top: 40px;
    }
.qafd__d27{
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    }
.i7da__c93{
    width: auto;
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.rfc55__e4f20{
    width: 100%;
    color: var(--text-muted);
    font-size: 15px;
    text-align: center;
    margin: 0;
    }
@media (max-width: 768px){.w04f8649d3{
    padding-top: 60px;
    padding-bottom: 30px;
    }
.d0d1541_jgoe{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
    border-radius: var(--radius-sm);
    }
.ud50fd9_2ec{
    font-size: 32px;
    margin-bottom: 16px;
    }
.n47d1271{
    font-size: 16px;
    margin-bottom: 32px;
    }
.pafeae6_roe4{
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    max-width: 300px;
    }}
.v95c16d23, .v95c16d23 *{
  box-sizing: border-box;
}
.v95c16d23{
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: var(--nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  font-family: var(--font-serif); color: #1a1a2e;}
.iy61fgqy7xlt{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: var(--max-width);
  height: var(--nav-height);
  margin: 0 auto;
}
.qd130__4df6{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--text-color);
  transition: var(--transition);
}
.qd130__4df6:hover{
  opacity: 0.85;
}
.t793fc__b7f{
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
}
.uccf__ede{
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--text-color);
}
.i96f6f4{
  flex: 1;
  display: flex;
  justify-content: center;
  padding: 0 24px;
}
.o59619d_oww{
  display: flex;
  align-items: center;
  gap: 6px; 
  list-style: none;
  margin: 0;
  padding: 0;
}
.vfa2bae_45{
  position: relative;
}
.nzygupwk7xg6{
  display: inline-block;
  padding: 8px 14px;
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  position: relative;
}
.nzygupwk7xg6::after{
  content: "";
  position: absolute;
  bottom: 4px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--primary-color);
  border-radius: 2px;
  transform: scaleX(0);
  transform-origin: center;
  transition: var(--transition); color: #ffffff;}
.nzygupwk7xg6:hover{
  color: #ffffff;
  background: hsla(230, 85%, 55%, 0.05);
}
.nzygupwk7xg6:hover::after{
  transform: scaleX(1);
}
.b9f8f753e3{
  display: flex;
  align-items: center;
  gap: 16px;
}
.dcf2c5_drm7{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: var(--radius-lg);

  background: var(--primary-color);
  color: var(--btn-text);

  box-shadow: 0 4px 0 hsl(230, 85%, 45%), 0 8px 16px hsla(230, 85%, 55%, 0.2);
  transition: transform 0.15s ease, box-shadow 0.15s ease, background 0.3s ease;
}
.dcf2c5_drm7:hover{
  
  background: var(--secondary-color);
  color: #1a1a2e;
  transform: translateY(-2px);
  box-shadow: 0 6px 0 hsl(280, 80%, 45%), 0 12px 24px hsla(280, 80%, 55%, 0.3);
}
.dcf2c5_drm7:active{
  transform: translateY(4px);
  box-shadow: 0 0 0 transparent, 0 2px 4px hsla(280, 80%, 55%, 0.1);
}
.xe588e_fc{
  display: none;
  width: 44px;
  height: 44px;
  background: transparent;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: var(--transition);
}
.xe588e_fc:hover{
  background: hsla(220, 20%, 50%, 0.05); color: #1a1a2e;}
.dvgmkpzd, .dvgmkpzd::before, .dvgmkpzd::after{
  display: block;
  width: 22px;
  height: 2px;
  background-color: var(--text-color);
  position: absolute;
  transition: var(--transition);
  border-radius: 2px; color: #ffffff;}
.dvgmkpzd::before{
  content: "";
  top: -7px;
}
.dvgmkpzd::after{
  content: "";
  bottom: -7px;
}
.wf65acc51{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--nav-bg);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border-color);
  box-shadow: var(--shadow-md);

  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); color: #1a1a2e;}
.h2489c77a39{
  list-style: none;
  padding: 16px var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: var(--max-width);
}
.gkn3rnfyc{
  width: 100%;
}
.t95c7_30{
  display: block;
  padding: 14px 20px;
  text-decoration: none;
  color: var(--text-color);
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: var(--radius-sm);
  background: transparent;
  transition: var(--transition);
}
.t95c7_30:hover{
  background: hsla(230, 85%, 55%, 0.08);
  color: #ffffff;
  padding-left: 28px;
}
.t938c__65f:checked ~ .wf65acc51{
  max-height: 500px;
  opacity: 1;
  visibility: visible;
  padding-bottom: 24px;
}
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd{
  background-color: transparent;
}
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd::before{
  top: 0;
  transform: rotate(45deg);
}
.t938c__65f:checked ~ .iy61fgqy7xlt .xe588e_fc .dvgmkpzd::after{
  bottom: 0;
  transform: rotate(-45deg);
}
@media (max-width: 992px){.i96f6f4 {
    display: none; 
  }
.xe588e_fc {
    display: flex; 
  }
.dcf2c5_drm7 {
    padding: 10px 20px;
    font-size: 0.95rem;
  }}
@media (max-width: 480px){.uccf__ede{
    font-size: 1.5rem;
  }
.b9f8f753e3{
    gap: 12px;
  }
.dcf2c5_drm7{
    box-shadow: 0 2px 0 hsl(230, 85%, 45%);
  }
.dcf2c5_drm7:hover{
    box-shadow: 0 4px 0 hsl(280, 80%, 45%);
    transform: translateY(-1px);
  }
.dcf2c5_drm7:active{
    transform: translateY(2px);
  }}
.nzygupwk7xg6.active{color: #ffffff; background: hsla(230, 85%, 55%, 0.05);}
.t95c7_30.active{background: hsla(230, 85%, 55%, 0.08); color: #ffffff;}
@media (min-width: 993px){.v95c16d23 #nt60e7726998, .v95c16d23 label[for="nt60e7726998"]{ display: none !important; }}
@media (min-width: 993px){.v95c16d23 .iy61fgqy7xlt{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.v95c16d23 .iy61fgqy7xlt{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.v95c16d23 .iy61fgqy7xlt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.nzygupwk7xg6.active{color: #ffffff; background: hsla(230, 85%, 55%, 0.05);}
.t95c7_30.active{background: hsla(230, 85%, 55%, 0.08); color: #ffffff;}
#nt60e7726998:checked ~ .iy61fgqy7xlt{ right: 0 !important; left: auto !important; }
@media (max-width: 992px){.v95c16d23.w62442cb22c .iy61fgqy7xlt{ left: auto !important; right: 0 !important; transform: translateX(100%) !important; opacity: 0 !important; visibility: hidden !important; pointer-events: none !important; overflow-y: auto !important; }}
@media (max-width: 992px){#nt60e7726998:checked ~ .iy61fgqy7xlt{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 993px){.v95c16d23.w62442cb22c #nt60e7726998, .v95c16d23.w62442cb22c label[for="nt60e7726998"]{ display: none !important; }}
@media (min-width: 993px){.v95c16d23.w62442cb22c .iy61fgqy7xlt{ position: static !important; right: auto !important; left: auto !important; height: auto !important; clip-path: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important; }}
@media (min-width: 993px){.v95c16d23.w62442cb22c .iy61fgqy7xlt{ display: flex !important; flex-direction: row !important; align-items: center !important; justify-content: flex-end !important; min-width: 0 !important; width: auto !important; padding: 0 !important; margin: 0 !important; background: transparent !important; box-shadow: none !important; border-radius: 0 !important; overflow: visible !important; }}
@media (min-width: 993px){.v95c16d23.w62442cb22c .iy61fgqy7xlt a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.t18f__296a{
  width: 100%;
  background-color: var(--bg-color);
  padding-top: 80px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center; color: #1a1a2e;}
.l5304a_5582{
  width: var(--max-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.r618d63c6{width: 100%;
  max-width: 1000px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: var(--radius-md);
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  box-shadow: var(--shadow-lg);
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box; isolation: isolate; color: #1a1a2e;}
.tbe004_5c9a{
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, hsla(0, 0%, 100%, 0.15) 0%, hsla(0, 0%, 100%, 0) 70%);
  position: absolute;
  top: -150px;
  left: -150px;
  border-radius: 50%;
  pointer-events: none; color: #1a1a2e;}
.x4b3__eea8{
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, hsla(0, 0%, 100%, 0.1) 0%, hsla(0, 0%, 100%, 0) 70%);
  position: absolute;
  bottom: -200px;
  right: -200px;
  border-radius: 50%;
  pointer-events: none; color: #1a1a2e;}
.g059dd617{
  width: 100%;
  max-width: 760px;
  font-family: var(--font-serif);
  font-size: 42px;
  color: #ffffff;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  z-index: 1;
}
.u5d2__02a5{
  width: 100%;
  max-width: 600px;
  font-size: 20px;
  color: hsla(0, 0%, 100%, 0.9);
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}
.hb87dd833ba{
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.b67f82_fbf1{
  width: auto;
  min-width: 200px;
  background-color: var(--text-color);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 48px;
  padding-right: 48px;
  border-radius: var(--radius-lg);
  text-decoration: none;
  box-shadow: 0 10px 30px hsla(220, 30%, 12%, 0.4);
  transition: var(--transition);
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
}
.b67f82_fbf1:hover{
  transform: translateY(-4px);
  box-shadow: 0 15px 40px hsla(220, 30%, 12%, 0.6);
  background-color: #000000; color: #ffffff;}
.a4aad8ed772{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid var(--border-color);
  padding-top: 40px;
}
.ke80ca1bb{
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.f82657b56{
  width: auto;
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 800;
  color: var(--text-color);
  letter-spacing: -0.5px;
}
.d3109a_9463{
  width: 100%;
  color: var(--text-muted);
  font-size: 15px;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px){.t18f__296a{
    padding-top: 60px;
    padding-bottom: 30px;
  }
.r618d63c6{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 60px;
    border-radius: var(--radius-sm);
  }
.g059dd617{
    font-size: 32px;
    margin-bottom: 16px;
  }
.u5d2__02a5{
    font-size: 16px;
    margin-bottom: 32px;
  }
.b67f82_fbf1{
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
    max-width: 300px;
  }}
.g68ad8_42b5{box-sizing:border-box;}
.jf06f7_5f83{box-sizing:border-box;}
.paec52971d1{box-sizing:border-box;}
@media (max-width: 768px) {div.i3b14b_7757.hcab4b__7ec .b74783c0b7 { padding-left: 20px !important; padding-right: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}