:root {

  --za-primary: var(--brand-primary, hsl(176, 68%, 58%));
  --za-secondary: var(--brand-secondary, hsl(251, 54%, 58%));
  --za-text-main: var(--text-color, hsl(176, 10%, 13%));
  --za-text-muted: hsl(176, 10%, 40%);
  --za-bg-page: var(--bg-color, hsl(176, 6%, 95%));
  --za-bg-card: hsl(0, 0%, 100%);
  --za-max-width: 1200px;
  --za-reading-width: 680px;
  --za-spacing-xs: 0.5rem;
  --za-spacing-sm: 1rem;
  --za-spacing-md: 2.5rem;
  --za-spacing-lg: 5rem;
  --za-spacing-xl: 8rem;
  --za-radius: 0px;
  --za-border: 2px solid var(--za-text-main);
  --za-shadow-hard-primary: 6px 6px 0px var(--za-primary);
  --za-shadow-hard-secondary: 6px 6px 0px var(--za-secondary);
  --za-shadow-hard-dark: 6px 6px 0px var(--za-text-main);
  --primary-color: hsl(176, 68%, 58%);
  --secondary-color: hsl(251, 54%, 58%);
  --bg-color: hsl(176, 6%, 95%);
  --text-color: hsl(176, 10%, 13%);
  --text-muted: hsl(176, 10%, 40%);
  --border-color: rgba(29, 35, 35, 0.15);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 2px 2px 0px var(--text-color);
  --shadow-md: 4px 4px 0px var(--text-color);
  --shadow-lg: 8px 8px 0px var(--text-color);
  --nav-height: 80px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --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.gac3fa_a5cf.jg10pjc0.b25b2d8f_jf{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background-color: var(--za-bg-page);
    color: var(--za-text-main);
    line-height: 1.6;
    padding-top: var(--za-spacing-lg);
    padding-bottom: var(--za-spacing-lg);
    overflow-x: hidden;
    }
div.gac3fa_a5cf.jg10pjc0.b25b2d8f_jf *{
    box-sizing: border-box;
    }
div.gac3fa_a5cf.jg10pjc0.b25b2d8f_jf h1, div.gac3fa_a5cf.jg10pjc0.b25b2d8f_jf h2, div.gac3fa_a5cf.jg10pjc0.b25b2d8f_jf h3{
    margin-top: 0;
    margin-bottom: var(--za-spacing-sm);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    }
div.gac3fa_a5cf.jg10pjc0.b25b2d8f_jf p{
    margin-top: 0;
    margin-bottom: var(--za-spacing-sm);
    font-size: 1.125rem;
    color: var(--za-text-muted);
    }
div.gac3fa_a5cf.jg10pjc0.b25b2d8f_jf a{
    color: var(--za-text-main);
    text-decoration: none;
    font-weight: 600;
    border-bottom: 2px solid var(--za-primary);
    transition: all 0.2s ease;
    }
div.gac3fa_a5cf.jg10pjc0.b25b2d8f_jf a:hover{
    background-color: var(--za-primary);
    color: #1a1a2e;
    }
div.gac3fa_a5cf.jg10pjc0 .kd261_0e{
    max-width: var(--za-max-width);
    margin: 0 auto;
    padding: 0 var(--za-spacing-md);
    }
div.gac3fa_a5cf.jg10pjc0 .za-intro-block{
    margin-bottom: var(--za-spacing-xl);
    text-align: left; 
    max-width: var(--za-reading-width); 
    }
div.gac3fa_a5cf.jg10pjc0 .za-intro-block h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    text-transform: uppercase;
    }
div.gac3fa_a5cf.jg10pjc0 .za-intro-block .za-lead{
    font-size: 1.25rem;
    color: var(--za-text-main);
    margin-bottom: var(--za-spacing-md);
    }
div.gac3fa_a5cf.jg10pjc0 .v421__f65d{
    margin-bottom: var(--za-spacing-xl);
    }
div.gac3fa_a5cf.jg10pjc0 .vb32e4_peq{
    text-align: left;
    font-size: clamp(2rem, 4vw, 3rem);
    border-bottom: var(--za-border);
    padding-bottom: var(--za-spacing-sm);
    margin-bottom: var(--za-spacing-md);
    text-transform: uppercase;
    position: relative;
    }
div.gac3fa_a5cf.jg10pjc0 .vb32e4_peq::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 100px;
    height: 6px;
    background-color: var(--za-primary); color: #1a1a2e;}
div.gac3fa_a5cf.jg10pjc0 .g7a5b_b92{
    display: grid;
    grid-template-columns: 1fr;
    gap: var(--za-spacing-md);
    align-items: start;
    }
@media (min-width: 768px) {div.gac3fa_a5cf.jg10pjc0 .g7a5b_b92{
    grid-template-columns: 1fr 1fr;
    gap: var(--za-spacing-lg);
    }
div.gac3fa_a5cf.jg10pjc0 .v421__f65d:nth-child(even) .g7a5b_b92 .b340477_nqg{
    order: 2;
    }
div.gac3fa_a5cf.jg10pjc0 .v421__f65d:nth-child(even) .g7a5b_b92 .sea6db3_13{
    order: 1;
    }}
div.gac3fa_a5cf.jg10pjc0 .b340477_nqg{
    text-align: left; 
    }
div.gac3fa_a5cf.jg10pjc0 .sea6db3_13{
    position: relative;
    }
div.gac3fa_a5cf.jg10pjc0 .db2fc_8f1{
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
    object-fit: cover;
    border: var(--za-border);
    box-shadow: var(--za-shadow-hard-secondary);
    background-color: var(--za-bg-card); color: #1a1a2e;}
div.gac3fa_a5cf.jg10pjc0 .rc2a4c4_l75{
    list-style: none;
    padding: 0;
    margin: 0;
    }
div.gac3fa_a5cf.jg10pjc0 .o36b02__827{
    border-left: 4px solid var(--za-text-main);
    padding-left: var(--za-spacing-sm);
    margin-bottom: var(--za-spacing-md);
    }
div.gac3fa_a5cf.jg10pjc0 .o36b02__827 h3{
    font-size: 1.25rem;
    margin-bottom: var(--za-spacing-xs);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    }
div.gac3fa_a5cf.jg10pjc0 .o36b02__827 h3::before{
    content: "■";
    color: var(--za-primary);
    font-size: 0.8em;
    }
div.gac3fa_a5cf.jg10pjc0 .nec4a__f0f8{
    display: flex;
    flex-direction: column;
    gap: var(--za-spacing-md);
    }
div.gac3fa_a5cf.jg10pjc0 .sbid0qrrm{
    background-color: var(--za-bg-card);
    border: var(--za-border);
    padding: var(--za-spacing-md);
    box-shadow: var(--za-shadow-hard-dark);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    text-align: left; color: #1a1a2e;}
div.gac3fa_a5cf.jg10pjc0 .sbid0qrrm:hover{
    transform: translate(-2px, -2px);
    box-shadow: 8px 8px 0px var(--za-primary);
    }
div.gac3fa_a5cf.jg10pjc0 .sbid0qrrm h3{
    font-size: 1.5rem;
    color: var(--za-text-main);
    border-bottom: 2px dashed var(--za-text-muted);
    padding-bottom: var(--za-spacing-xs);
    margin-bottom: var(--za-spacing-sm);
    }
div.gac3fa_a5cf.jg10pjc0 .j2851bb_500f{
    display: flex;
    flex-wrap: wrap;
    gap: var(--za-spacing-sm);
    margin-top: var(--za-spacing-md);
    }
div.gac3fa_a5cf.jg10pjc0 .x228af4f{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border: var(--za-border);
    border-radius: var(--za-radius); 
    cursor: pointer;
    transition: all 0.2s ease;
    }
div.gac3fa_a5cf.jg10pjc0 .f39ef4ceb{
    background-color: var(--za-primary);
    color: #1a1a2e;
    box-shadow: var(--za-shadow-hard-dark);
    }
div.gac3fa_a5cf.jg10pjc0 .f39ef4ceb:hover{
    background-color: var(--za-secondary);
    color: #1a1a2e;
    transform: translate(2px, 2px);
    box-shadow: 4px 4px 0px var(--za-text-main);
    }
div.gac3fa_a5cf.jg10pjc0 .w2b1d_51{
    background-color: var(--za-bg-card);
    color: var(--za-text-main);
    box-shadow: var(--za-shadow-hard-primary);
    }
div.gac3fa_a5cf.jg10pjc0 .w2b1d_51:hover{
    background-color: var(--za-text-main);
    color: var(--za-bg-card);
    transform: translate(2px, 2px);
    box-shadow: 4px 4px 0px var(--za-primary);
    }
div.gac3fa_a5cf.jg10pjc0 .kb28f7d_a918{
    background-color: var(--za-text-main);
    color: var(--za-bg-page);
    padding: var(--za-spacing-lg) var(--za-spacing-md);
    border: 4px solid var(--za-primary);
    box-shadow: 12px 12px 0px var(--za-secondary);
    margin-bottom: var(--za-spacing-lg);
    }
div.gac3fa_a5cf.jg10pjc0 .kb28f7d_a918 h2{
    color: var(--za-primary);
    text-align: left;
    border: none;
    font-size: 2.5rem;
    }
div.gac3fa_a5cf.jg10pjc0 .kb28f7d_a918 p{
    color: var(--za-bg-page);
    max-width: var(--za-reading-width);
    }
div.gac3fa_a5cf.jg10pjc0 .kb28f7d_a918 a.nrfuclo0c9{
    color: var(--za-secondary);
    border-bottom-color: var(--za-secondary);
    }
div.gac3fa_a5cf.jg10pjc0 .kb28f7d_a918 a.nrfuclo0c9:hover{
    background-color: var(--za-secondary);
    color: #1a1a2e;
    }
div.gac3fa_a5cf.jg10pjc0 .ue2d__38a9{
    border-top: var(--za-border);
    padding-top: var(--za-spacing-md);
    display: flex;
    flex-direction: column;
    gap: var(--za-spacing-sm);
    text-align: left;
    }
div.gac3fa_a5cf.jg10pjc0 .ue2d__38a9 p{
    font-size: 0.875rem;
    margin: 0;
    }
@media (min-width: 768px) {div.gac3fa_a5cf.jg10pjc0 .ue2d__38a9{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    }}
.ke9691__a90ca{
    background-color: var(--bg-color);
    border-top: 2px solid var(--text-color);
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.kwg93dp7f2f{
    width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    box-sizing: border-box;
    }
.h0e809d_8bc7{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
    }
.r1a0e5__d50{
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: var(--text-color);
    letter-spacing: -0.05em;
    line-height: 1.1;
    width: 100%;
    box-sizing: border-box;
    }
.zab7d_432{
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.6;
    width: 100%;
    max-width: 680px;
    box-sizing: border-box;
    }
.jf55dcb_3ad4{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 2px solid var(--border-color);
    padding-top: 32px;
    width: 100%;
    box-sizing: border-box;
    }
.y6xdz4uoil00{
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
    width: auto;
    flex: 1 1 auto;
    box-sizing: border-box;
    }
.kormnf84u{
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    }
.o0f146_4451{
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #1a1a2e;
    background-color: var(--primary-color);
    padding: 8px 16px;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-sm);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    }
.h2tspgjz{
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #1a1a2e;
    background-color: var(--secondary-color);
    padding: 8px 16px;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-sm);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    }
@media (max-width: 768px){.ke9691__a90ca{
    padding-top: 50px;
    padding-bottom: 40px;
    }
.kwg93dp7f2f{
    gap: 40px;
    }
.r1a0e5__d50{
    font-size: 28px;
    }
.zab7d_432{
    font-size: 16px;
    }
.jf55dcb_3ad4{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-top: 24px;
    }
.y6xdz4uoil00{
    width: 100%;
    flex: 0 0 auto;
    }
.kormnf84u{
    flex-wrap: wrap;
    width: 100%;
    flex: 0 0 auto;
    }}
.u8d8cf11_vx{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--text-color);
    z-index: 1000;
    box-sizing: border-box;
    font-family: "Inter", system-ui, -apple-system, sans-serif; color: #1a1a2e;}
.u8d8cf11_vx *, .u8d8cf11_vx *::before, .u8d8cf11_vx *::after{
    box-sizing: inherit;
    }
.ra8b47a_f8{
    display: none;
    }
.aaca2__9af6a{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.jh8k0nfcr8i{
    display: flex;
    align-items: center;
    }
.aabb0a031{
    font-size: 28px;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -1px;
    text-transform: lowercase;
    padding-right: 48px;
    display: flex;
    align-items: center;
    }
.ka93ed3_5b51{
    display: flex;
    gap: 24px;
    }
.nbef6_cceb{
    color: var(--text-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: var(--transition);
    position: relative;
    padding: 4px 0;
    }
.nbef6_cceb::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--text-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); color: #ffffff;}
.nbef6_cceb:hover::after{
    transform: scaleX(1);
    transform-origin: left;
    }
.d08b4_507f{
    display: flex;
    align-items: center;
    }
.u11b8e__cddb{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #000000;
    padding: 0 24px;
    height: 48px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: var(--radius-sm);
    }
.u11b8e__cddb:hover{
    background: var(--secondary-color);
    color: #1a1a2e;
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    }
.u11b8e__cddb:active{
    transform: translate(2px, 2px);
    box-shadow: var(--shadow-sm);
    }
.a3e53bf_403{
    display: none;
    cursor: pointer;
    padding: 12px;
    margin-left: 12px;
    }
.r953b6__c1e8{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    position: relative;
    transition: var(--transition); color: #ffffff;}
.r953b6__c1e8::before, .r953b6__c1e8::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    left: 0; color: #ffffff;}
.r953b6__c1e8::before{
    top: -8px;
    }
.r953b6__c1e8::after{
    top: 8px;
    }
.cbe2ea4_168{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--text-color);
    display: flex;
    flex-direction: column;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999; color: #1a1a2e;}
.aba6e_69{
    display: block;
    padding: 16px 4vw;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
    transition: var(--transition);
    }
.aba6e_69:last-child{
    border-bottom: none;
    }
.aba6e_69:hover{
    background-color: var(--primary-color);
    color: #000000;
    padding-left: calc(4vw + 12px);
    }
.ra8b47a_f8:checked ~ .cbe2ea4_168{
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    }
.ra8b47a_f8:checked ~ .aaca2__9af6a .a3e53bf_403 .r953b6__c1e8{
    background: transparent;
    }
.ra8b47a_f8:checked ~ .aaca2__9af6a .a3e53bf_403 .r953b6__c1e8::before{
    transform: translateY(8px) rotate(45deg);
    }
.ra8b47a_f8:checked ~ .aaca2__9af6a .a3e53bf_403 .r953b6__c1e8::after{
    transform: translateY(-8px) rotate(-45deg);
    }
@media (max-width: 991px){.ka93ed3_5b51 {
    display: none;
    }
.a3e53bf_403 {
    display: block;
    }}
@media (max-width: 480px){.u11b8e__cddb{
    padding: 0 16px;
    height: 40px;
    font-size: 13px;
    }
.aabb0a031{
    padding-right: 0;
    }}
@media (min-width: 992px){.u8d8cf11_vx #nt6b3a3f525a, .u8d8cf11_vx label[for="nt6b3a3f525a"]{ display: none !important; }}
@media (min-width: 992px){.u8d8cf11_vx .aaca2__9af6a{ 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: 992px){.u8d8cf11_vx .aaca2__9af6a{ 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: 992px){.u8d8cf11_vx .aaca2__9af6a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt6b3a3f525a:checked ~ .aaca2__9af6a { right: 0 !important; left: auto !important; }
@media (max-width: 991px) {.u8d8cf11_vx.p81c251e929 .aaca2__9af6a { 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: 991px) {#nt6b3a3f525a:checked ~ .aaca2__9af6a { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 992px) {.u8d8cf11_vx.p81c251e929 #nt6b3a3f525a, .u8d8cf11_vx.p81c251e929 label[for="nt6b3a3f525a"] { display: none !important; }}
@media (min-width: 992px) {.u8d8cf11_vx.p81c251e929 .aaca2__9af6a { 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: 992px) {.u8d8cf11_vx.p81c251e929 .aaca2__9af6a { 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: 992px) {.u8d8cf11_vx.p81c251e929 .aaca2__9af6a 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.gac3fa_a5cf img.l87f__ad00 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.gac3fa_a5cf img.l87f__ad00.g7f0d0392f6 { aspect-ratio: 16 / 9; }
div.gac3fa_a5cf img.l87f__ad00.t932e5f0af5 { aspect-ratio: 16 / 10; }
div.gac3fa_a5cf img.l87f__ad00.c27192_def3 { aspect-ratio: 4 / 3; }
div.gac3fa_a5cf img.l87f__ad00.me0b8122c8b { aspect-ratio: 1 / 1; }
div.gac3fa_a5cf :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.gac3fa_a5cf .jef99ba27 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.gac3fa_a5cf .jef99ba27.g7f0d0392f6 { aspect-ratio: 16 / 9; }
div.gac3fa_a5cf .jef99ba27.t932e5f0af5 { aspect-ratio: 16 / 10; }
div.gac3fa_a5cf .jef99ba27.c27192_def3 { aspect-ratio: 4 / 3; }
div.gac3fa_a5cf .jef99ba27.me0b8122c8b { aspect-ratio: 1 / 1; }
div.gac3fa_a5cf .jef99ba27 > img.l87f__ad00,
    div.gac3fa_a5cf .jef99ba27 > picture > img.l87f__ad00 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.u8d8cf11_vx{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--text-color);
    z-index: 1000;
    box-sizing: border-box;
    font-family: "Inter", system-ui, -apple-system, sans-serif; color: #1a1a2e;}
.u8d8cf11_vx *, .u8d8cf11_vx *::before, .u8d8cf11_vx *::after{
    box-sizing: inherit;
    }
.ra8b47a_f8{
    display: none;
    }
.aaca2__9af6a{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.jh8k0nfcr8i{
    display: flex;
    align-items: center;
    }
.aabb0a031{
    font-size: 28px;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -1px;
    text-transform: lowercase;
    padding-right: 48px;
    display: flex;
    align-items: center;
    }
.ka93ed3_5b51{
    display: flex;
    gap: 24px;
    }
.nbef6_cceb{
    color: var(--text-color);
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: var(--transition);
    position: relative;
    padding: 4px 0;
    }
.nbef6_cceb::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: var(--text-color);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); color: #ffffff;}
.nbef6_cceb:hover::after{
    transform: scaleX(1);
    transform-origin: left;
    }
.d08b4_507f{
    display: flex;
    align-items: center;
    }
.u11b8e__cddb{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-color);
    color: #000000;
    padding: 0 24px;
    height: 48px;
    font-weight: 800;
    font-size: 15px;
    text-decoration: none;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: var(--radius-sm);
    }
.u11b8e__cddb:hover{
    background: var(--secondary-color);
    color: #1a1a2e;
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-lg);
    }
.u11b8e__cddb:active{
    transform: translate(2px, 2px);
    box-shadow: var(--shadow-sm);
    }
.a3e53bf_403{
    display: none;
    cursor: pointer;
    padding: 12px;
    margin-left: 12px;
    }
.r953b6__c1e8{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    position: relative;
    transition: var(--transition); color: #ffffff;}
.r953b6__c1e8::before, .r953b6__c1e8::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    left: 0; color: #ffffff;}
.r953b6__c1e8::before{
    top: -8px;
    }
.r953b6__c1e8::after{
    top: 8px;
    }
.cbe2ea4_168{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--text-color);
    display: flex;
    flex-direction: column;
    transform-origin: top;
    transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    z-index: 999; color: #1a1a2e;}
.aba6e_69{
    display: block;
    padding: 16px 4vw;
    color: var(--text-color);
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    border-bottom: 1px solid var(--border-color);
    transition: var(--transition);
    }
.aba6e_69:last-child{
    border-bottom: none;
    }
.aba6e_69:hover{
    background-color: var(--primary-color);
    color: #000000;
    padding-left: calc(4vw + 12px);
    }
.ra8b47a_f8:checked ~ .cbe2ea4_168{
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
    }
.ra8b47a_f8:checked ~ .aaca2__9af6a .a3e53bf_403 .r953b6__c1e8{
    background: transparent;
    }
.ra8b47a_f8:checked ~ .aaca2__9af6a .a3e53bf_403 .r953b6__c1e8::before{
    transform: translateY(8px) rotate(45deg);
    }
.ra8b47a_f8:checked ~ .aaca2__9af6a .a3e53bf_403 .r953b6__c1e8::after{
    transform: translateY(-8px) rotate(-45deg);
    }
@media (max-width: 991px){.ka93ed3_5b51 {
    display: none;
    }
.a3e53bf_403 {
    display: block;
    }}
@media (max-width: 480px){.u11b8e__cddb{
    padding: 0 16px;
    height: 40px;
    font-size: 13px;
    }
.aabb0a031{
    padding-right: 0;
    }}
@media (min-width: 992px){.u8d8cf11_vx #nt6b3a3f525a, .u8d8cf11_vx label[for="nt6b3a3f525a"]{ display: none !important; }}
@media (min-width: 992px){.u8d8cf11_vx .aaca2__9af6a{ 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: 992px){.u8d8cf11_vx .aaca2__9af6a{ 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: 992px){.u8d8cf11_vx .aaca2__9af6a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt6b3a3f525a:checked ~ .aaca2__9af6a{ right: 0 !important; left: auto !important; }
@media (max-width: 991px){.u8d8cf11_vx.p81c251e929 .aaca2__9af6a{ 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: 991px){#nt6b3a3f525a:checked ~ .aaca2__9af6a{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 992px){.u8d8cf11_vx.p81c251e929 #nt6b3a3f525a, .u8d8cf11_vx.p81c251e929 label[for="nt6b3a3f525a"]{ display: none !important; }}
@media (min-width: 992px){.u8d8cf11_vx.p81c251e929 .aaca2__9af6a{ 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: 992px){.u8d8cf11_vx.p81c251e929 .aaca2__9af6a{ 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: 992px){.u8d8cf11_vx.p81c251e929 .aaca2__9af6a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ke9691__a90ca{
    background-color: var(--bg-color);
    border-top: 2px solid var(--text-color);
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%;
    box-sizing: border-box; color: #1a1a2e;}
.kwg93dp7f2f{
    width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    gap: 60px;
    box-sizing: border-box;
    }
.h0e809d_8bc7{
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    box-sizing: border-box;
    }
.r1a0e5__d50{
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size: 36px;
    font-weight: 900;
    color: var(--text-color);
    letter-spacing: -0.05em;
    line-height: 1.1;
    width: 100%;
    box-sizing: border-box;
    }
.zab7d_432{
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: var(--text-muted);
    line-height: 1.6;
    width: 100%;
    max-width: 680px;
    box-sizing: border-box;
    }
.jf55dcb_3ad4{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    border-top: 2px solid var(--border-color);
    padding-top: 32px;
    width: 100%;
    box-sizing: border-box;
    }
.y6xdz4uoil00{
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-color);
    width: auto;
    flex: 1 1 auto;
    box-sizing: border-box;
    }
.kormnf84u{
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    }
.o0f146_4451{
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #1a1a2e;
    background-color: var(--primary-color);
    padding: 8px 16px;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-sm);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    }
.h2tspgjz{
    font-family: "Inter", system-ui, -apple-system, sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: #1a1a2e;
    background-color: var(--secondary-color);
    padding: 8px 16px;
    border: 2px solid var(--text-color);
    box-shadow: var(--shadow-sm);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    width: auto;
    flex: 0 0 auto;
    box-sizing: border-box;
    }
@media (max-width: 768px){.ke9691__a90ca{
    padding-top: 50px;
    padding-bottom: 40px;
    }
.kwg93dp7f2f{
    gap: 40px;
    }
.r1a0e5__d50{
    font-size: 28px;
    }
.zab7d_432{
    font-size: 16px;
    }
.jf55dcb_3ad4{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-top: 24px;
    }
.y6xdz4uoil00{
    width: 100%;
    flex: 0 0 auto;
    }
.kormnf84u{
    flex-wrap: wrap;
    width: 100%;
    flex: 0 0 auto;
    }}
.u8d8cf11_vx{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 2px solid var(--text-color);
  z-index: 1000;
  box-sizing: border-box;
  font-family: "Inter", system-ui, -apple-system, sans-serif; color: #1a1a2e;}
.u8d8cf11_vx *, .u8d8cf11_vx *::before, .u8d8cf11_vx *::after{
  box-sizing: inherit;
}
.ra8b47a_f8{
  display: none;
}
.aaca2__9af6a{
  max-width: var(--max-width);
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.jh8k0nfcr8i{
  display: flex;
  align-items: center;
}
.aabb0a031{
  font-size: 28px;
  font-weight: 900;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -1px;
  text-transform: lowercase;
  padding-right: 48px;
  display: flex;
  align-items: center;
}
.ka93ed3_5b51{
  display: flex;
  gap: 24px;
}
.nbef6_cceb{
  color: var(--text-color);
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: var(--transition);
  position: relative;
  padding: 4px 0;
}
.nbef6_cceb::after{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--text-color);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); color: #ffffff;}
.nbef6_cceb:hover::after{
  transform: scaleX(1);
  transform-origin: left;
}
.d08b4_507f{
  display: flex;
  align-items: center;
}
.u11b8e__cddb{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--primary-color);
  color: #000000;
  padding: 0 24px;
  height: 48px;
  font-weight: 800;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid var(--text-color);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: var(--radius-sm);
}
.u11b8e__cddb:hover{
  background: var(--secondary-color);
  color: #1a1a2e;
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-lg);
}
.u11b8e__cddb:active{
  transform: translate(2px, 2px);
  box-shadow: var(--shadow-sm);
}
.a3e53bf_403{
  display: none;
  cursor: pointer;
  padding: 12px;
  margin-left: 12px;
}
.r953b6__c1e8{
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  position: relative;
  transition: var(--transition); color: #ffffff;}
.r953b6__c1e8::before, .r953b6__c1e8::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  left: 0; color: #ffffff;}
.r953b6__c1e8::before{
  top: -8px;
}
.r953b6__c1e8::after{
  top: 8px;
}
.cbe2ea4_168{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: var(--nav-bg);
  border-bottom: 2px solid var(--text-color);
  display: flex;
  flex-direction: column;
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
  z-index: 999; color: #1a1a2e;}
.aba6e_69{
  display: block;
  padding: 16px 4vw;
  color: var(--text-color);
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  border-bottom: 1px solid var(--border-color);
  transition: var(--transition);
}
.aba6e_69:last-child{
  border-bottom: none;
}
.aba6e_69:hover{
  background-color: var(--primary-color);
  color: #000000;
  padding-left: calc(4vw + 12px);
}
.ra8b47a_f8:checked ~ .cbe2ea4_168{
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.ra8b47a_f8:checked ~ .aaca2__9af6a .a3e53bf_403 .r953b6__c1e8{
  background: transparent;
}
.ra8b47a_f8:checked ~ .aaca2__9af6a .a3e53bf_403 .r953b6__c1e8::before{
  transform: translateY(8px) rotate(45deg);
}
.ra8b47a_f8:checked ~ .aaca2__9af6a .a3e53bf_403 .r953b6__c1e8::after{
  transform: translateY(-8px) rotate(-45deg);
}
@media (max-width: 991px){.ka93ed3_5b51 {
    display: none;
  }
.a3e53bf_403 {
    display: block;
  }}
@media (max-width: 480px){.u11b8e__cddb{
    padding: 0 16px;
    height: 40px;
    font-size: 13px;
  }
.aabb0a031{
    padding-right: 0;
  }}
@media (min-width: 992px){.u8d8cf11_vx #nt6b3a3f525a, .u8d8cf11_vx label[for="nt6b3a3f525a"]{ display: none !important; }}
@media (min-width: 992px){.u8d8cf11_vx .aaca2__9af6a{ 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: 992px){.u8d8cf11_vx .aaca2__9af6a{ 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: 992px){.u8d8cf11_vx .aaca2__9af6a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt6b3a3f525a:checked ~ .aaca2__9af6a{ right: 0 !important; left: auto !important; }
@media (max-width: 991px){.u8d8cf11_vx.p81c251e929 .aaca2__9af6a{ 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: 991px){#nt6b3a3f525a:checked ~ .aaca2__9af6a{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 992px){.u8d8cf11_vx.p81c251e929 #nt6b3a3f525a, .u8d8cf11_vx.p81c251e929 label[for="nt6b3a3f525a"]{ display: none !important; }}
@media (min-width: 992px){.u8d8cf11_vx.p81c251e929 .aaca2__9af6a{ 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: 992px){.u8d8cf11_vx.p81c251e929 .aaca2__9af6a{ 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: 992px){.u8d8cf11_vx.p81c251e929 .aaca2__9af6a a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.qc34__bc7e{
  background-color: var(--bg-color);
  border-top: 2px solid var(--text-color);
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%;
  box-sizing: border-box; color: #1a1a2e;}
.x87c__4277{
  width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
  box-sizing: border-box;
}
.gaa131c735b{
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
}
.edfd__88a5{
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 36px;
  font-weight: 900;
  color: var(--text-color);
  letter-spacing: -0.05em;
  line-height: 1.1;
  width: 100%;
  box-sizing: border-box;
}
.h8c4__a8e5{
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--text-muted);
  line-height: 1.6;
  width: 100%;
  max-width: 680px;
  box-sizing: border-box;
}
.j1fc__246f{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  border-top: 2px solid var(--border-color);
  padding-top: 32px;
  width: 100%;
  box-sizing: border-box;
}
.k627c9901{
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: var(--text-color);
  width: auto;
  flex: 1 1 auto;
  box-sizing: border-box;
}
.wffac7_a00f{
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: auto;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.qe991f_50a8{
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #1a1a2e;
  background-color: var(--primary-color);
  padding: 8px 16px;
  border: 2px solid var(--text-color);
  box-shadow: var(--shadow-sm);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: auto;
  flex: 0 0 auto;
  box-sizing: border-box;
}
.s93b47f17{
  font-family: "Inter", system-ui, -apple-system, sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #1a1a2e;
  background-color: var(--secondary-color);
  padding: 8px 16px;
  border: 2px solid var(--text-color);
  box-shadow: var(--shadow-sm);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: auto;
  flex: 0 0 auto;
  box-sizing: border-box;
}
@media (max-width: 768px){.qc34__bc7e{
    padding-top: 50px;
    padding-bottom: 40px;
  }
.x87c__4277{
    gap: 40px;
  }
.edfd__88a5{
    font-size: 28px;
  }
.h8c4__a8e5{
    font-size: 16px;
  }
.j1fc__246f{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding-top: 24px;
  }
.k627c9901{
    width: 100%;
    flex: 0 0 auto;
  }
.wffac7_a00f{
    flex-wrap: wrap;
    width: 100%;
    flex: 0 0 auto;
  }}
.mcce__fb3e{box-sizing:border-box;}
.r5ea227d26f{box-sizing:border-box;}
.ma35283b4{box-sizing:border-box;}