:root {

  --primary-color: hsl(91, 72%, 65%);
  --secondary-color: hsl(176, 57%, 65%);
  --bg-color: hsl(91, 7%, 96%);
  --text-color: hsl(91, 10%, 11%);
  --text-muted: hsl(91, 5%, 45%);
  --border-color: hsla(91, 10%, 11%, 0.1);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 16px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 24px rgba(76, 105, 34, 0.12);
  --nav-height: 80px;
  --max-width: min(1200px, 94vw);
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: hsla(91, 7%, 96%, 0.95);
  --cta-hover-color: hsl(91, 72%, 55%);
  --wps-home-primary: #e53935;
  --wps-home-primary-hover: #c62828;
  --wps-home-secondary: #f4511e;
  --wps-home-bg: #fdfcfb;
  --wps-home-surface: #ffffff;
  --wps-home-text-main: #2c2a29;
  --wps-home-text-muted: #6e6b68;
  --wps-home-border: #ebe9e7;
  --wps-home-radius-lg: 24px;
  --wps-home-radius-md: 16px;
  --wps-home-radius-sm: 8px;
  --wps-home-shadow-sm: 0 4px 12px rgba(0, 0, 0, 0.04);
  --wps-home-shadow-md: 0 12px 32px rgba(0, 0, 0, 0.08);
  --wps-home-shadow-cta: 0 12px 24px rgba(229, 57, 53, 0.25);
  --wps-home-font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-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%);
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.j6a3f76d{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.cdbfba_b78{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    }
.aeuto860{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.bee70a__1ec{
    width: 14px;
    height: 14px;
    background-color: var(--primary-color);
    border-radius: 4px;
    transform: rotate(45deg); color: #1a1a2e;}
.eb4cfb_tuoz{
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    }
.p670__d09{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    }
.p670__d09:hover{
    color: var(--text-color);
    background-color: hsla(91, 72%, 65%, 0.1);
    }
.p670__d09.active{
    color: var(--text-color);
    font-weight: 700;
    }
.s25e49e0c{
    color: var(--secondary-color);
    font-weight: 600;
    }
.a5c29591_dm{
    display: flex;
    align-items: center;
    }
.g51e4__33a{
    background-color: var(--primary-color);
    color: #000000; 
    text-decoration: none;
    padding: 12px 28px;
    border-radius: var(--radius-lg);
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 2px solid transparent;
    }
.g51e4__33a:hover{
    background-color: var(--cta-hover-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.f451b_f28c{
    display: none;
    }
.naf872_e380{
    display: none;
    cursor: pointer;
    padding: 10px;
    }
.lml47lh5h6k, .lml47lh5h6k::before, .lml47lh5h6k::after{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    position: relative; color: #ffffff;}
.lml47lh5h6k::before, .lml47lh5h6k::after{
    content: "";
    position: absolute;
    }
.lml47lh5h6k::before{ top: -8px; }
.lml47lh5h6k::after{ bottom: -8px; }
@media (max-width: 1024px){.eb4cfb_tuoz {
    gap: 2px;
    }
.p670__d09 {
    padding: 8px 12px;
    font-size: 0.9rem;
    }}
@media (max-width: 868px){.naf872_e380{
    display: block;
    order: 3;
    }
.eb4cfb_tuoz{
    position: absolute;
    top: calc(var(--nav-height) + 10px);
    left: 0;
    right: 0;
    flex-direction: column;
    background-color: #ffffff;
    padding: 20px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: var(--transition); color: #1a1a2e;}
.a5c29591_dm{
    margin-left: auto;
    margin-right: 15px;
    }
.f451b_f28c:checked ~ .eb4cfb_tuoz{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.f451b_f28c:checked ~ .naf872_e380 .lml47lh5h6k{
    background-color: transparent;
    }
.f451b_f28c:checked ~ .naf872_e380 .lml47lh5h6k::before{
    transform: rotate(45deg);
    top: 0;
    }
.f451b_f28c:checked ~ .naf872_e380 .lml47lh5h6k::after{
    transform: rotate(-45deg);
    bottom: 0;
    }
.p670__d09{
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    }}
@media (max-width: 480px){.aeuto860 .ba7acfrk{
    font-size: 1.2rem;
    }
.g51e4__33a{
    padding: 8px 16px;
    font-size: 0.85rem;
    }}
.s25e49e0c.active{color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
#nt807d5df69a:checked ~ .eb4cfb_tuoz{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.j6a3f76d .eb4cfb_tuoz{ 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: 1024px){#nt807d5df69a:checked ~ .eb4cfb_tuoz{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.j6a3f76d #nt807d5df69a, .j6a3f76d label[for="nt807d5df69a"]{ display: none !important; }}
@media (min-width: 1025px){.j6a3f76d .eb4cfb_tuoz{ 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: 1025px){.j6a3f76d .eb4cfb_tuoz{ 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: 1025px){.j6a3f76d .eb4cfb_tuoz a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.vae2__9fd{list-style:none;}
.p670__d09.active {color: var(--text-color); background-color: hsla(91, 72%, 65%, 0.1);}
.s25e49e0c.active {color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
#nt807d5df69a:checked ~ .eb4cfb_tuoz { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.j6a3f76d.o6592128c85 .eb4cfb_tuoz { 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: 1024px) {#nt807d5df69a:checked ~ .eb4cfb_tuoz { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.j6a3f76d.o6592128c85 #nt807d5df69a, .j6a3f76d.o6592128c85 label[for="nt807d5df69a"] { display: none !important; }}
@media (min-width: 1025px) {.j6a3f76d.o6592128c85 .eb4cfb_tuoz { 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: 1025px) {.j6a3f76d.o6592128c85 .eb4cfb_tuoz { 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: 1025px) {.j6a3f76d.o6592128c85 .eb4cfb_tuoz a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ee5e9a6142{
    background-color: var(--bg-color, hsl(91, 7%, 96%));
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%;
    border-top: 1px solid var(--border-color, hsla(91, 10%, 11%, 0.1)); color: #1a1a2e;}
.r8e9e2_uo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    gap: 40px;
    }
.wpjmhyo2b945{
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    }
.rb4nd8c9{
    font-size: 28px;
    font-weight: 800;
    color: var(--text-color, hsl(91, 10%, 11%));
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    }
.p755204fbfe{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted, hsl(91, 5%, 45%));
    max-width: 320px;
    }
.os984gm1sqy{
    flex: 2 1 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
    }
.j99830__c18{
    display: flex;
    flex-direction: column;
    flex: 1;
    }
.uc0da61b18{
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color, hsl(91, 10%, 11%));
    margin-bottom: 24px;
    }
.ae847c_4tq{
    font-size: 15px;
    color: var(--text-muted, hsl(91, 5%, 45%));
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition, all 0.3s ease);
    }
.ae847c_4tq:hover{
    color: var(--primary-color, hsl(91, 72%, 65%));
    padding-left: 4px;
    }
.o8cdumita{
    flex: 1 1 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }
.vfed4d23_k8wo{
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color, hsl(91, 10%, 11%));
    }
.ka6a1b5a74{
    background-color: var(--primary-color, hsl(91, 72%, 65%));
    color: var(--text-color, hsl(91, 10%, 11%));
    padding: 14px 28px;
    border-radius: var(--radius-lg, 24px);
    font-weight: 700;
    text-decoration: none;
    box-shadow: var(--shadow-lg, 0 8px 24px rgba(76, 105, 34, 0.12));
    transition: var(--transition, all 0.3s ease);
    display: inline-block;
    text-align: center;
    }
.ka6a1b5a74:hover{
    background-color: var(--cta-hover-color, hsl(91, 72%, 55%));
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(76, 105, 34, 0.2); color: #1a1a2e;}
.af3da__1bb7{
    height: 1px;
    background-color: var(--border-color, hsla(91, 10%, 11%, 0.1));
    max-width: var(--max-width, 1200px);
    margin: 0 auto 32px auto; color: #ffffff;}
.hf3cb1_1a0{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    }
.e9fiu1k6ii{
    flex: 0 0 auto;
    }
.p0fceb2{
    font-size: 14px;
    color: var(--text-muted, hsl(91, 5%, 45%));
    }
.z5f3f_4d5{
    flex: 0 0 auto;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    }
.qx0djtwg2di8{
    font-size: 14px;
    color: var(--text-muted, hsl(91, 5%, 45%));
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.qx0djtwg2di8:hover{
    color: var(--text-color, hsl(91, 10%, 11%));
    }
.ywleub4qje{
    font-size: 14px;
    color: var(--text-muted, hsl(91, 5%, 45%));
    }
@media (max-width: 768px){.r8e9e2_uo{
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 48px;
    }
.os984gm1sqy{
    flex-direction: column;
    gap: 32px;
    }
.hf3cb1_1a0{
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    }
.wpjmhyo2b945{
    flex: 1 1 auto;
    }
.o8cdumita{
    flex: 1 1 auto;
    width: 100%;
    }
.ka6a1b5a74{
    width: 100%;
    }}
div.fc73b7b36.m4d1c3b4_w3c.b94c4fe{
    font-family: inherit;
    background-color: var(--bg-color, var(--wps-home-bg));
    color: var(--text-color, var(--wps-home-text-main));
    line-height: 1.6;
    overflow-x: hidden;
    }
div.fc73b7b36.m4d1c3b4_w3c .s0b09e76{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
    }
div.fc73b7b36.m4d1c3b4_w3c .neb8e6_8p{
    position: relative;
    padding: 100px 0 60px;
    background: radial-gradient(circle at 80% 20%, rgba(229, 57, 53, 0.06), transparent 50%),
    radial-gradient(circle at 20% 10%, rgba(244, 81, 30, 0.05), transparent 40%);
    text-align: center; color: #1a1a2e;}
div.fc73b7b36.m4d1c3b4_w3c .gmagdx6nbh{
    max-width: 860px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    }
div.fc73b7b36.m4d1c3b4_w3c .neb8e6_8p h1{
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    font-weight: 800;
    line-height: 1.15;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    color: var(--wps-home-text-main);
    }
div.fc73b7b36.m4d1c3b4_w3c .ku40i2vhwqb{
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    color: var(--wps-home-text-muted);
    margin-bottom: 40px;
    max-width: 720px;
    margin-left: 0;
    margin-right: auto;
    }
div.fc73b7b36.m4d1c3b4_w3c .b92467db_kh{
    display: flex;
    gap: 16px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 32px;
    }
div.fc73b7b36.m4d1c3b4_w3c .v05417e15e6{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a2e;
    background: linear-gradient(135deg, var(--wps-home-secondary), var(--wps-home-primary));
    border-radius: var(--wps-home-radius-sm);
    text-decoration: none;
    box-shadow: var(--wps-home-shadow-cta);
    transition: all 0.3s ease;
    }
div.fc73b7b36.m4d1c3b4_w3c .v05417e15e6:hover{
    transform: translateY(-2px);
    box-shadow: 0 16px 32px rgba(229, 57, 53, 0.35);
    background: linear-gradient(135deg, #f05a28, #d32f2f); color: #1a1a2e;}
div.fc73b7b36.m4d1c3b4_w3c .lddss4dty{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--wps-home-text-main) !important;
    background: var(--wps-home-surface);
    border: 1px solid var(--wps-home-border);
    border-radius: var(--wps-home-radius-sm);
    text-decoration: none;
    box-shadow: var(--wps-home-shadow-sm);
    transition: all 0.3s ease;
    }
div.fc73b7b36.m4d1c3b4_w3c .lddss4dty:hover{
    border-color: var(--wps-home-text-muted);
    background: #f9f9f9; color: #1a1a2e;}
div.fc73b7b36.m4d1c3b4_w3c .ok9zcnvo6p3g{
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 0.875rem;
    color: var(--wps-home-text-muted);
    font-weight: 500;
    }
div.fc73b7b36.m4d1c3b4_w3c .ok9zcnvo6p3g span{
    display: flex;
    align-items: center;
    }
div.fc73b7b36.m4d1c3b4_w3c .ok9zcnvo6p3g span::before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--wps-home-primary);
    margin-right: 8px; color: #1a1a2e;}
div.fc73b7b36.m4d1c3b4_w3c .g8cj36jd{
    margin-top: 60px;
    padding: 0 24px;
    max-width: 1140px;
    margin-left: 0;
    margin-right: auto;
    }
div.fc73b7b36.m4d1c3b4_w3c .g8cj36jd img{
    width: 100%;
    height: auto;
    border-radius: var(--wps-home-radius-lg);
    box-shadow: var(--wps-home-shadow-md);
    object-fit: cover;
    aspect-ratio: 16 / 9;
    }
div.fc73b7b36.m4d1c3b4_w3c .ld064186{
    padding: 120px 0;
    }
div.fc73b7b36.m4d1c3b4_w3c .ce2461_8s{
    text-align: center;
    margin-bottom: 64px;
    max-width: 720px;
    margin-left: 0;
    margin-right: auto;
    }
div.fc73b7b36.m4d1c3b4_w3c .ce2461_8s h2{
    font-size: clamp(2rem, 3vw, 2.75rem);
    font-weight: 700;
    margin-bottom: 16px;
    color: var(--wps-home-text-main);
    line-height: 1.2;
    }
div.fc73b7b36.m4d1c3b4_w3c .ce2461_8s p{
    font-size: 1.125rem;
    color: var(--wps-home-text-muted);
    }
div.fc73b7b36.m4d1c3b4_w3c .re895a3{
    display: flex;
    flex-direction: column;
    gap: 60px;
    }
div.fc73b7b36.m4d1c3b4_w3c .p594c_c70{
    display: flex;
    align-items: center;
    gap: 60px;
    background: var(--wps-home-surface);
    border-radius: var(--wps-home-radius-lg);
    padding: 48px;
    box-shadow: var(--wps-home-shadow-sm);
    border: 1px solid var(--wps-home-border); color: #1a1a2e;}
div.fc73b7b36.m4d1c3b4_w3c .p594c_c70.i2tw0rp83{
    flex-direction: row-reverse;
    }
div.fc73b7b36.m4d1c3b4_w3c .qf0c__b2925{
    flex: 1;
    }
div.fc73b7b36.m4d1c3b4_w3c .qf0c__b2925 h3{
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3;
    }
div.fc73b7b36.m4d1c3b4_w3c .qf0c__b2925 p{
    font-size: 1.125rem;
    color: var(--wps-home-text-muted);
    margin-bottom: 24px;
    }
div.fc73b7b36.m4d1c3b4_w3c .eac3e4f_1cf1{
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
    }
div.fc73b7b36.m4d1c3b4_w3c .eac3e4f_1cf1 li{
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 1.0625rem;
    color: var(--wps-home-text-main);
    font-weight: 500;
    }
div.fc73b7b36.m4d1c3b4_w3c .eac3e4f_1cf1 li::before{
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--wps-home-primary);
    font-weight: bold;
    font-size: 1.2rem;
    }
div.fc73b7b36.m4d1c3b4_w3c .u6497fdb{
    display: inline-flex;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    color: var(--wps-home-primary) !important;
    text-decoration: none;
    transition: opacity 0.2s;
    }
div.fc73b7b36.m4d1c3b4_w3c .u6497fdb svg{
    width: 20px;
    height: 20px;
    margin-left: 4px;
    transition: transform 0.2s;
    }
div.fc73b7b36.m4d1c3b4_w3c .u6497fdb:hover{
    opacity: 0.8;
    }
div.fc73b7b36.m4d1c3b4_w3c .u6497fdb:hover svg{
    transform: translateX(4px);
    }
div.fc73b7b36.m4d1c3b4_w3c .e2b624_ejz{
    flex: 1;
    min-width: 0;
    }
div.fc73b7b36.m4d1c3b4_w3c .e2b624_ejz img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    border-radius: var(--wps-home-radius-md);
    box-shadow: var(--wps-home-shadow-md);
    }
div.fc73b7b36.m4d1c3b4_w3c .ka8e5bbe{
    background-color: #faf9f8; color: #1a1a2e;}
div.fc73b7b36.m4d1c3b4_w3c .lf361a495c{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 32px;
    }
div.fc73b7b36.m4d1c3b4_w3c .b08530b3{
    background: var(--wps-home-surface);
    padding: 40px 32px;
    border-radius: var(--wps-home-radius-lg);
    box-shadow: var(--wps-home-shadow-sm);
    border: 1px solid var(--wps-home-border);
    text-align: left;
    transition: transform 0.3s;
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.fc73b7b36.m4d1c3b4_w3c .b08530b3:hover{
    transform: translateY(-8px);
    box-shadow: var(--wps-home-shadow-md);
    }
div.fc73b7b36.m4d1c3b4_w3c .ef117b545a1{
    width: 56px;
    height: 56px;
    background: rgba(229, 57, 53, 0.08);
    color: #1a1a2e;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    }
div.fc73b7b36.m4d1c3b4_w3c .ef117b545a1 svg{
    width: 32px;
    height: 32px;
    }
div.fc73b7b36.m4d1c3b4_w3c .b08530b3 h4{
    font-size: 1.5rem;
    margin-bottom: 12px;
    font-weight: 700;
    }
div.fc73b7b36.m4d1c3b4_w3c .f37b157_2lxz{
    color: var(--wps-home-text-muted);
    margin-bottom: 24px;
    flex-grow: 1;
    }
div.fc73b7b36.m4d1c3b4_w3c .b35cfc_115{
    font-size: 0.875rem;
    color: var(--wps-home-text-muted);
    padding-top: 16px;
    border-top: 1px solid var(--wps-home-border);
    margin-bottom: 24px;
    font-family: monospace;
    }
div.fc73b7b36.m4d1c3b4_w3c .p38f0a5e0{
    display: block;
    text-align: center;
    padding: 14px 24px;
    background-color: var(--wps-home-surface);
    color: var(--wps-home-text-main) !important;
    border: 1px solid var(--wps-home-border);
    border-radius: var(--wps-home-radius-sm);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
    }
div.fc73b7b36.m4d1c3b4_w3c .p38f0a5e0:hover{
    background-color: var(--wps-home-primary);
    color: #1a1a2e;
    border-color: var(--wps-home-primary);
    }
div.fc73b7b36.m4d1c3b4_w3c .ff8cd1__eb4fe{
    text-align: center;
    margin-top: 48px;
    }
div.fc73b7b36.m4d1c3b4_w3c .f93dbb__4ac84{background: linear-gradient(135deg, #1e1e24 0%, #2c2a29 100%);
    border-radius: var(--wps-home-radius-lg);
    padding: 60px;
    display: flex;
    align-items: center;
    gap: 60px;
    color: #ffffff;
    overflow: hidden;
    position: relative; isolation: isolate;}
div.fc73b7b36.m4d1c3b4_w3c .kef22__dfc9{
    flex: 1;
    position: relative;
    z-index: 2;
    }
div.fc73b7b36.m4d1c3b4_w3c .kef22__dfc9 h2{
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #ffffff;
    }
div.fc73b7b36.m4d1c3b4_w3c .kef22__dfc9 p{
    font-size: 1.125rem;
    color: #d1d0cf;
    margin-bottom: 32px;
    }
div.fc73b7b36.m4d1c3b4_w3c .eol7rphmlg{
    flex: 1;
    position: relative;
    z-index: 2;
    }
div.fc73b7b36.m4d1c3b4_w3c .eol7rphmlg img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 3;
    border-radius: var(--wps-home-radius-md);
    box-shadow: 0 20px 40px rgba(0,0,0,0.3);
    }
div.fc73b7b36.m4d1c3b4_w3c .dafb6d_0917{
    background-color: #1a1918;
    color: #fdfcfb;
    padding: 80px 0 40px;
    }
div.fc73b7b36.m4d1c3b4_w3c .j38f__e58e{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 48px;
    margin-bottom: 60px;
    }
div.fc73b7b36.m4d1c3b4_w3c .nd2b66b26{
    max-width: 320px;
    }
div.fc73b7b36.m4d1c3b4_w3c .v94d52_02ac{
    font-size: 1.75rem;
    font-weight: 800;
    color: #ffffff;
    display: block;
    margin-bottom: 16px;
    }
div.fc73b7b36.m4d1c3b4_w3c .nd2b66b26 p{
    color: #a3a19f;
    font-size: 0.9375rem;
    }
div.fc73b7b36.m4d1c3b4_w3c .c9efc52c5{
    display: flex;
    gap: 80px;
    flex-wrap: wrap;
    }
div.fc73b7b36.m4d1c3b4_w3c .wps-link-col{
    display: flex;
    flex-direction: column;
    }
div.fc73b7b36.m4d1c3b4_w3c .wps-link-col span{
    font-size: 1rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 20px;
    }
div.fc73b7b36.m4d1c3b4_w3c .wps-link-col a{
    color: #a3a19f !important;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 0.9375rem;
    transition: color 0.2s;
    }
div.fc73b7b36.m4d1c3b4_w3c .wps-link-col a:hover{
    color: var(--wps-home-primary) !important;
    }
div.fc73b7b36.m4d1c3b4_w3c .s1caf9_b931{
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 32px;
    text-align: center;
    color: #7a7876;
    font-size: 0.875rem;
    }
@media (max-width: 992px) {div.fc73b7b36.m4d1c3b4_w3c .p594c_c70, div.fc73b7b36.m4d1c3b4_w3c .p594c_c70.i2tw0rp83, div.fc73b7b36.m4d1c3b4_w3c .f93dbb__4ac84{
    flex-direction: column;
    padding: 32px;
    gap: 32px;
    }
div.fc73b7b36.m4d1c3b4_w3c .e2b624_ejz img, div.fc73b7b36.m4d1c3b4_w3c .eol7rphmlg img{
    aspect-ratio: 16 / 9;
    }}
@media (max-width: 768px) {div.fc73b7b36.m4d1c3b4_w3c .ld064186{
    padding: 80px 0;
    }
div.fc73b7b36.m4d1c3b4_w3c .neb8e6_8p{
    padding-top: 60px;
    }
div.fc73b7b36.m4d1c3b4_w3c .c9efc52c5{
    gap: 40px;
    }}
div.fc73b7b36.m4d1c3b4_w3c .j359__bf2e{box-sizing:border-box;}
div.fc73b7b36.m4d1c3b4_w3c .ie12160{box-sizing:border-box;}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.fc73b7b36 img.qaebe6_319d {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.fc73b7b36 img.qaebe6_319d.y7a24de3a2b { aspect-ratio: 16 / 9; }
div.fc73b7b36 img.qaebe6_319d.k1298383b { aspect-ratio: 16 / 10; }
div.fc73b7b36 img.qaebe6_319d.te8cb3_c43a { aspect-ratio: 4 / 3; }
div.fc73b7b36 img.qaebe6_319d.o45542edab8 { aspect-ratio: 1 / 1; }
div.fc73b7b36 :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.fc73b7b36 .dc484f54946 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.fc73b7b36 .dc484f54946.y7a24de3a2b { aspect-ratio: 16 / 9; }
div.fc73b7b36 .dc484f54946.k1298383b { aspect-ratio: 16 / 10; }
div.fc73b7b36 .dc484f54946.te8cb3_c43a { aspect-ratio: 4 / 3; }
div.fc73b7b36 .dc484f54946.o45542edab8 { aspect-ratio: 1 / 1; }
div.fc73b7b36 .dc484f54946 > img.qaebe6_319d,
    div.fc73b7b36 .dc484f54946 > picture > img.qaebe6_319d {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.fc73b7b36.m4d1c3b4_w3c .v05417e15e6 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.fc73b7b36.m4d1c3b4_w3c .v05417e15e6 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.fc73b7b36.m4d1c3b4_w3c .v05417e15e6 a:not([class]):hover{opacity:0.92;}
div.fc73b7b36.m4d1c3b4_w3c .v05417e15e6 a[class=""]:hover{opacity:0.92;}
div.fc73b7b36.m4d1c3b4_w3c .v05417e15e6 a:not([class]):visited{color:#ffffff !important;}
div.fc73b7b36.m4d1c3b4_w3c .v05417e15e6 a[class=""]:visited{color:#ffffff !important;}
div.fc73b7b36.m4d1c3b4_w3c .p38f0a5e0:hover a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.fc73b7b36.m4d1c3b4_w3c .p38f0a5e0:hover a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.fc73b7b36.m4d1c3b4_w3c .p38f0a5e0:hover a:not([class]):hover{opacity:0.92;}
div.fc73b7b36.m4d1c3b4_w3c .p38f0a5e0:hover a[class=""]:hover{opacity:0.92;}
div.fc73b7b36.m4d1c3b4_w3c .p38f0a5e0:hover a:not([class]):visited{color:#ffffff !important;}
div.fc73b7b36.m4d1c3b4_w3c .p38f0a5e0:hover a[class=""]:visited{color:#ffffff !important;}
.w688__066a {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.w688__066a > :first-child,
    .w688__066a > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    background-color: var(--bg-color);
    color: var(--text-color);
    }
.j6a3f76d{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #1a1a2e;}
.cdbfba_b78{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    }
.aeuto860{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: 800;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.bee70a__1ec{
    width: 14px;
    height: 14px;
    background-color: var(--primary-color);
    border-radius: 4px;
    transform: rotate(45deg); color: #1a1a2e;}
.eb4cfb_tuoz{
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    }
.p670__d09{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.95rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-md);
    transition: var(--transition);
    }
.p670__d09:hover{
    color: var(--text-color);
    background-color: hsla(91, 72%, 65%, 0.1);
    }
.p670__d09.active{
    color: var(--text-color);
    font-weight: 700;
    }
.s25e49e0c{
    color: var(--secondary-color);
    font-weight: 600;
    }
.a5c29591_dm{
    display: flex;
    align-items: center;
    }
.g51e4__33a{
    background-color: var(--primary-color);
    color: #000000; 
    text-decoration: none;
    padding: 12px 28px;
    border-radius: var(--radius-lg);
    font-weight: 700;
    font-size: 0.95rem;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border: 2px solid transparent;
    }
.g51e4__33a:hover{
    background-color: var(--cta-hover-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg); color: #1a1a2e;}
.f451b_f28c{
    display: none;
    }
.naf872_e380{
    display: none;
    cursor: pointer;
    padding: 10px;
    }
.lml47lh5h6k, .lml47lh5h6k::before, .lml47lh5h6k::after{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    position: relative; color: #ffffff;}
.lml47lh5h6k::before, .lml47lh5h6k::after{
    content: "";
    position: absolute;
    }
.lml47lh5h6k::before{ top: -8px; }
.lml47lh5h6k::after{ bottom: -8px; }
@media (max-width: 1024px){.eb4cfb_tuoz {
    gap: 2px;
    }
.p670__d09 {
    padding: 8px 12px;
    font-size: 0.9rem;
    }}
@media (max-width: 868px){.naf872_e380{
    display: block;
    order: 3;
    }
.eb4cfb_tuoz{
    position: absolute;
    top: calc(var(--nav-height) + 10px);
    left: 0;
    right: 0;
    flex-direction: column;
    background-color: #ffffff;
    padding: 20px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: var(--transition); color: #1a1a2e;}
.a5c29591_dm{
    margin-left: auto;
    margin-right: 15px;
    }
.f451b_f28c:checked ~ .eb4cfb_tuoz{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.f451b_f28c:checked ~ .naf872_e380 .lml47lh5h6k{
    background-color: transparent;
    }
.f451b_f28c:checked ~ .naf872_e380 .lml47lh5h6k::before{
    transform: rotate(45deg);
    top: 0;
    }
.f451b_f28c:checked ~ .naf872_e380 .lml47lh5h6k::after{
    transform: rotate(-45deg);
    bottom: 0;
    }
.p670__d09{
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
    }}
@media (max-width: 480px){.aeuto860 .ba7acfrk{
    font-size: 1.2rem;
    }
.g51e4__33a{
    padding: 8px 16px;
    font-size: 0.85rem;
    }}
.s25e49e0c.active{color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
#nt807d5df69a:checked ~ .eb4cfb_tuoz{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.j6a3f76d .eb4cfb_tuoz{ 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: 1024px){#nt807d5df69a:checked ~ .eb4cfb_tuoz{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.j6a3f76d #nt807d5df69a, .j6a3f76d label[for="nt807d5df69a"]{ display: none !important; }}
@media (min-width: 1025px){.j6a3f76d .eb4cfb_tuoz{ 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: 1025px){.j6a3f76d .eb4cfb_tuoz{ 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: 1025px){.j6a3f76d .eb4cfb_tuoz a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.vae2__9fd{list-style:none;}
.p670__d09.active{color: var(--text-color); background-color: hsla(91, 72%, 65%, 0.1);}
.s25e49e0c.active{color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
#nt807d5df69a:checked ~ .eb4cfb_tuoz{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.j6a3f76d.o6592128c85 .eb4cfb_tuoz{ 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: 1024px){#nt807d5df69a:checked ~ .eb4cfb_tuoz{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.j6a3f76d.o6592128c85 #nt807d5df69a, .j6a3f76d.o6592128c85 label[for="nt807d5df69a"]{ display: none !important; }}
@media (min-width: 1025px){.j6a3f76d.o6592128c85 .eb4cfb_tuoz{ 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: 1025px){.j6a3f76d.o6592128c85 .eb4cfb_tuoz{ 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: 1025px){.j6a3f76d.o6592128c85 .eb4cfb_tuoz a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ee5e9a6142{
    background-color: var(--bg-color, hsl(91, 7%, 96%));
    padding-top: 80px;
    padding-bottom: 40px;
    width: 100%;
    border-top: 1px solid var(--border-color, hsla(91, 10%, 11%, 0.1)); color: #1a1a2e;}
.r8e9e2_uo{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
    gap: 40px;
    }
.wpjmhyo2b945{
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    }
.rb4nd8c9{
    font-size: 28px;
    font-weight: 800;
    color: var(--text-color, hsl(91, 10%, 11%));
    margin-bottom: 16px;
    letter-spacing: -0.5px;
    }
.p755204fbfe{
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted, hsl(91, 5%, 45%));
    max-width: 320px;
    }
.os984gm1sqy{
    flex: 2 1 400px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
    }
.j99830__c18{
    display: flex;
    flex-direction: column;
    flex: 1;
    }
.uc0da61b18{
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color, hsl(91, 10%, 11%));
    margin-bottom: 24px;
    }
.ae847c_4tq{
    font-size: 15px;
    color: var(--text-muted, hsl(91, 5%, 45%));
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition, all 0.3s ease);
    }
.ae847c_4tq:hover{
    color: var(--primary-color, hsl(91, 72%, 65%));
    padding-left: 4px;
    }
.o8cdumita{
    flex: 1 1 240px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    }
.vfed4d23_k8wo{
    font-size: 18px;
    font-weight: 700;
    color: var(--text-color, hsl(91, 10%, 11%));
    }
.ka6a1b5a74{
    background-color: var(--primary-color, hsl(91, 72%, 65%));
    color: var(--text-color, hsl(91, 10%, 11%));
    padding: 14px 28px;
    border-radius: var(--radius-lg, 24px);
    font-weight: 700;
    text-decoration: none;
    box-shadow: var(--shadow-lg, 0 8px 24px rgba(76, 105, 34, 0.12));
    transition: var(--transition, all 0.3s ease);
    display: inline-block;
    text-align: center;
    }
.ka6a1b5a74:hover{
    background-color: var(--cta-hover-color, hsl(91, 72%, 55%));
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(76, 105, 34, 0.2); color: #1a1a2e;}
.af3da__1bb7{
    height: 1px;
    background-color: var(--border-color, hsla(91, 10%, 11%, 0.1));
    max-width: var(--max-width, 1200px);
    margin: 0 auto 32px auto; color: #ffffff;}
.hf3cb1_1a0{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    }
.e9fiu1k6ii{
    flex: 0 0 auto;
    }
.p0fceb2{
    font-size: 14px;
    color: var(--text-muted, hsl(91, 5%, 45%));
    }
.z5f3f_4d5{
    flex: 0 0 auto;
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    }
.qx0djtwg2di8{
    font-size: 14px;
    color: var(--text-muted, hsl(91, 5%, 45%));
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.qx0djtwg2di8:hover{
    color: var(--text-color, hsl(91, 10%, 11%));
    }
.ywleub4qje{
    font-size: 14px;
    color: var(--text-muted, hsl(91, 5%, 45%));
    }
@media (max-width: 768px){.r8e9e2_uo{
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 48px;
    }
.os984gm1sqy{
    flex-direction: column;
    gap: 32px;
    }
.hf3cb1_1a0{
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    }
.wpjmhyo2b945{
    flex: 1 1 auto;
    }
.o8cdumita{
    flex: 1 1 auto;
    width: 100%;
    }
.ka6a1b5a74{
    width: 100%;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg-color);
  color: var(--text-color);
}
.j6a3f76d{
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center; color: #1a1a2e;}
.cdbfba_b78{
  width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.aeuto860{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--text-color);
  letter-spacing: -0.5px;
}
.bee70a__1ec{
  width: 14px;
  height: 14px;
  background-color: var(--primary-color);
  border-radius: 4px;
  transform: rotate(45deg); color: #1a1a2e;}
.eb4cfb_tuoz{
  display: flex;
  list-style: none;
  gap: 8px;
  align-items: center;
}
.p670__d09{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.95rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: var(--radius-md);
  transition: var(--transition);
}
.p670__d09:hover{
  color: var(--text-color);
  background-color: hsla(91, 72%, 65%, 0.1);
}
.p670__d09.active{
  color: var(--text-color);
  font-weight: 700;
}
.s25e49e0c{
  color: var(--secondary-color);
  font-weight: 600;
}
.a5c29591_dm{
  display: flex;
  align-items: center;
}
.g51e4__33a{
  background-color: var(--primary-color);
  color: #000000; 
  text-decoration: none;
  padding: 12px 28px;
  border-radius: var(--radius-lg);
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border: 2px solid transparent;
}
.g51e4__33a:hover{
  background-color: var(--cta-hover-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg); color: #1a1a2e;}
.f451b_f28c{
  display: none;
}
.naf872_e380{
  display: none;
  cursor: pointer;
  padding: 10px;
}
.lml47lh5h6k, .lml47lh5h6k::before, .lml47lh5h6k::after{
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  position: relative; color: #ffffff;}
.lml47lh5h6k::before, .lml47lh5h6k::after{
  content: "";
  position: absolute;
}
.lml47lh5h6k::before{ top: -8px; }
.lml47lh5h6k::after{ bottom: -8px; }
@media (max-width: 1024px){.eb4cfb_tuoz {
    gap: 2px;
  }
.p670__d09 {
    padding: 8px 12px;
    font-size: 0.9rem;
  }}
@media (max-width: 868px){.naf872_e380{
    display: block;
    order: 3;
  }
.eb4cfb_tuoz{
    position: absolute;
    top: calc(var(--nav-height) + 10px);
    left: 0;
    right: 0;
    flex-direction: column;
    background-color: #ffffff;
    padding: 20px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: var(--transition); color: #1a1a2e;}
.a5c29591_dm{
    margin-left: auto;
    margin-right: 15px;
  }
.f451b_f28c:checked ~ .eb4cfb_tuoz{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.f451b_f28c:checked ~ .naf872_e380 .lml47lh5h6k{
    background-color: transparent;
  }
.f451b_f28c:checked ~ .naf872_e380 .lml47lh5h6k::before{
    transform: rotate(45deg);
    top: 0;
  }
.f451b_f28c:checked ~ .naf872_e380 .lml47lh5h6k::after{
    transform: rotate(-45deg);
    bottom: 0;
  }
.p670__d09{
    display: block;
    width: 100%;
    padding: 15px;
    text-align: center;
  }}
@media (max-width: 480px){.aeuto860 .ba7acfrk{
    font-size: 1.2rem;
  }
.g51e4__33a{
    padding: 8px 16px;
    font-size: 0.85rem;
  }}
.s25e49e0c.active{color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
#nt807d5df69a:checked ~ .eb4cfb_tuoz{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.j6a3f76d .eb4cfb_tuoz{ 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: 1024px){#nt807d5df69a:checked ~ .eb4cfb_tuoz{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.j6a3f76d #nt807d5df69a, .j6a3f76d label[for="nt807d5df69a"]{ display: none !important; }}
@media (min-width: 1025px){.j6a3f76d .eb4cfb_tuoz{ 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: 1025px){.j6a3f76d .eb4cfb_tuoz{ 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: 1025px){.j6a3f76d .eb4cfb_tuoz a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.vae2__9fd{list-style:none;}
.p670__d09.active{color: var(--text-color); background-color: hsla(91, 72%, 65%, 0.1);}
.s25e49e0c.active{color: var(--primary-color, #7c3aed); background: var(--border-color, rgba(0,0,0,0.08)); border-radius: var(--radius-sm, 8px);}
#nt807d5df69a:checked ~ .eb4cfb_tuoz{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.j6a3f76d.o6592128c85 .eb4cfb_tuoz{ 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: 1024px){#nt807d5df69a:checked ~ .eb4cfb_tuoz{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.j6a3f76d.o6592128c85 #nt807d5df69a, .j6a3f76d.o6592128c85 label[for="nt807d5df69a"]{ display: none !important; }}
@media (min-width: 1025px){.j6a3f76d.o6592128c85 .eb4cfb_tuoz{ 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: 1025px){.j6a3f76d.o6592128c85 .eb4cfb_tuoz{ 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: 1025px){.j6a3f76d.o6592128c85 .eb4cfb_tuoz a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.n90a3d_ebed{
  background-color: var(--bg-color, hsl(91, 7%, 96%));
  padding-top: 80px;
  padding-bottom: 40px;
  width: 100%;
  border-top: 1px solid var(--border-color, hsla(91, 10%, 11%, 0.1)); color: #1a1a2e;}
.i6483f46c{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
  gap: 40px;
}
.hfb3d0_bd20{
  flex: 1 1 300px;
  display: flex;
  flex-direction: column;
}
.u696d8_a830{
  font-size: 28px;
  font-weight: 800;
  color: var(--text-color, hsl(91, 10%, 11%));
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}
.v4c2a4_51e6{
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted, hsl(91, 5%, 45%));
  max-width: 320px;
}
.t5674b27b5a{
  flex: 2 1 400px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  gap: 20px;
}
.h20efe8dd90{
  display: flex;
  flex-direction: column;
  flex: 1;
}
.v07d301243c{
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color, hsl(91, 10%, 11%));
  margin-bottom: 24px;
}
.id9d__45a4{
  font-size: 15px;
  color: var(--text-muted, hsl(91, 5%, 45%));
  text-decoration: none;
  margin-bottom: 12px;
  transition: var(--transition, all 0.3s ease);
}
.id9d__45a4:hover{
  color: var(--primary-color, hsl(91, 72%, 65%));
  padding-left: 4px;
}
.j7af8f_e0c8{
  flex: 1 1 240px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.l49fd785153{
  font-size: 18px;
  font-weight: 700;
  color: var(--text-color, hsl(91, 10%, 11%));
}
.u1c5c039c40{
  background-color: var(--primary-color, hsl(91, 72%, 65%));
  color: var(--text-color, hsl(91, 10%, 11%));
  padding: 14px 28px;
  border-radius: var(--radius-lg, 24px);
  font-weight: 700;
  text-decoration: none;
  box-shadow: var(--shadow-lg, 0 8px 24px rgba(76, 105, 34, 0.12));
  transition: var(--transition, all 0.3s ease);
  display: inline-block;
  text-align: center;
}
.u1c5c039c40:hover{
  background-color: var(--cta-hover-color, hsl(91, 72%, 55%));
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(76, 105, 34, 0.2); color: #1a1a2e;}
.r70b__bd19{
  height: 1px;
  background-color: var(--border-color, hsla(91, 10%, 11%, 0.1));
  max-width: var(--max-width, 1200px);
  margin: 0 auto 32px auto; color: #ffffff;}
.vac5__9678{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.bf17983e234{
  flex: 0 0 auto;
}
.p212a8f6c{
  font-size: 14px;
  color: var(--text-muted, hsl(91, 5%, 45%));
}
.eda803042df{
  flex: 0 0 auto;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}
.nda17221b13{
  font-size: 14px;
  color: var(--text-muted, hsl(91, 5%, 45%));
  text-decoration: none;
  transition: var(--transition, all 0.3s ease);
}
.nda17221b13:hover{
  color: var(--text-color, hsl(91, 10%, 11%));
}
.v314__09f8{
  font-size: 14px;
  color: var(--text-muted, hsl(91, 5%, 45%));
}
@media (max-width: 768px){.i6483f46c{
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    gap: 48px;
  }
.t5674b27b5a{
    flex-direction: column;
    gap: 32px;
  }
.vac5__9678{
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }
.hfb3d0_bd20{
    flex: 1 1 auto;
  }
.j7af8f_e0c8{
    flex: 1 1 auto;
    width: 100%;
  }
.u1c5c039c40{
    width: 100%;
  }}
.b545c842d{box-sizing:border-box;}
.r2db1cc4c{box-sizing:border-box;}
.m12527ce6{display:block;max-width:100%;height:auto;}
.u8b7870202d{box-sizing:border-box;}
@media (max-width: 768px) {div.fc73b7b36.m4d1c3b4_w3c .p594c_c70 { flex-direction: column !important; align-items: stretch !important; gap: 24px !important; padding: 48px 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
div.fc73b7b36.m4d1c3b4_w3c .p594c_c70 > * { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
div.fc73b7b36.m4d1c3b4_w3c .f93dbb__4ac84 { flex-direction: column !important; align-items: stretch !important; gap: 24px !important; padding: 48px 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }
div.fc73b7b36.m4d1c3b4_w3c .f93dbb__4ac84 > * { width: 100% !important; max-width: 100% !important; min-width: 0 !important; }
div.fc73b7b36.m4d1c3b4_w3c .p594c_c70.i2tw0rp83 { flex-direction: column !important; }
.hf3cb1_1a0 { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}