:root {

  --primary-color: hsl(146, 61%, 32%);
  --secondary-color: hsl(272, 49%, 45%);
  --bg-color: hsl(146, 6%, 97%);
  --text-color: hsl(146, 10%, 7%);
  --text-muted: hsl(146, 10%, 40%);
  --border-color: rgba(18, 19, 18, 0.15);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 1px 2px rgba(0,0,0,0.05);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.1);
  --shadow-lg: 0 12px 32px rgba(0,0,0,0.12);
  --nav-height: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --shadow-solid: hsl(146, 10%, 7%);
  --oc-primary: var(--primary-color, hsl(146, 61%, 61%));
  --oc-secondary: var(--secondary-color, hsl(272, 49%, 61%));
  --oc-text: var(--text-color, hsl(146, 10%, 7%));
  --oc-bg: var(--bg-color, hsl(146, 6%, 97%));
  --oc-card-bg: #ffffff;
  --oc-radius: var(--border-radius, 12px);
  --oc-shadow: var(--box-shadow, 0 10px 30px rgba(0,0,0,0.05));
  --oc-width: 1200px;
  --oc-text-width: 760px;
  --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%);
}
@media (prefers-color-scheme: dark){}
.rfamia8dir{
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    transition: var(--transition); color: #1a1a2e;}
.kfae41_u9{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.thk7pdj9d32{
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    flex-shrink: 0;
    transition: var(--transition);
    }
.uedcb48b{
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    }
.o45225_5c{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: clamp(16px, 2vw, 32px); 
    }
.dbeb7e16f{
    display: flex;
    }
.u69c9d5dce4{
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    padding: 8px 0;
    transition: var(--transition);
    position: relative;
    }
.u69c9d5dce4:hover{
    color: var(--text-color);
    }
.u69c9d5dce4::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.u69c9d5dce4:hover::after{
    width: 100%;
    }
.h9964a250{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    }
.b259__b52{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    background: var(--primary-color);
    color: var(--btn-text);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--text-color);
    border-radius: var(--radius-sm);
    transition: var(--transition);
    
    box-shadow: 4px 4px 0px var(--shadow-solid);
    }
.b259__b52:hover{
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px var(--shadow-solid);
    background: var(--secondary-color); color: #ffffff;}
.b259__b52:active{
    transform: translate(4px, 4px);
    box-shadow: 0px 0px 0px var(--shadow-solid);
    }
.cc6hltv314h{
    display: none;
    }
.ged54__3a75a{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    cursor: pointer;
    z-index: 1001;
    }
.qaa95__4a7f{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.uedcb48b {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    padding: 24px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-16px);
    transition: var(--transition); color: #1a1a2e;}
.o45225_5c {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    }
.u69c9d5dce4 {
    font-size: 1rem;
    }
.ged54__3a75a {
    display: flex;
    }
.cc6hltv314h:checked ~ .uedcb48b {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.cc6hltv314h:checked ~ .h9964a250 .ged54__3a75a .qaa95__4a7f:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    }
.cc6hltv314h:checked ~ .h9964a250 .ged54__3a75a .qaa95__4a7f:nth-child(2) {
    opacity: 0;
    }
.cc6hltv314h:checked ~ .h9964a250 .ged54__3a75a .qaa95__4a7f:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    }}
@media (max-width: 480px){.thk7pdj9d32{
    font-size: 1rem;
    }
.b259__b52{
    padding: 0 16px;
    font-size: 0.8125rem;
    height: 36px;
    }}
.u69c9d5dce4.active{color: var(--text-color);}
@media (min-width: 1025px){.rfamia8dir #nt1d6d65a964, .rfamia8dir label[for="nt1d6d65a964"]{ display: none !important; }}
@media (min-width: 1025px){.rfamia8dir .uedcb48b{ 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){.rfamia8dir .uedcb48b{ 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){.rfamia8dir .uedcb48b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.u69c9d5dce4.active {color: var(--text-color);}
#nt1d6d65a964:checked ~ .uedcb48b { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.rfamia8dir.j37a__3fdf .uedcb48b { 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) {#nt1d6d65a964:checked ~ .uedcb48b { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.rfamia8dir.j37a__3fdf #nt1d6d65a964, .rfamia8dir.j37a__3fdf label[for="nt1d6d65a964"] { display: none !important; }}
@media (min-width: 1025px) {.rfamia8dir.j37a__3fdf .uedcb48b { 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) {.rfamia8dir.j37a__3fdf .uedcb48b { 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) {.rfamia8dir.j37a__3fdf .uedcb48b a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.iem3riofd{
    width: 100%;
    background-color: var(--bg-color);
    padding-top: 120px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box; color: #1a1a2e;}
.d7f3a76b{
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    }
.oef76c33c{
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
    }
.c754649f{
    width: auto;
    flex: 0 0 auto;
    border: 2px solid var(--text-color);
    padding: 16px 32px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-color);
    transition: var(--transition); color: #1a1a2e;}
.c754649f:hover{
    box-shadow: 8px 8px 0 var(--primary-color);
    transform: translate(-4px, -4px);
    }
.z51704_c823{
    width: auto;
    flex: 0 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--text-color);
    margin: 0;
    }
.vkl5xba3lr7{
    width: 100%;
    flex: 0 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    color: var(--text-muted);
    text-align: center;
    margin: 0;
    line-height: 1.5;
    }
.r265d__b69{
    width: auto;
    flex: 0 0 auto;
    margin-top: 32px;
    padding: 16px 40px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    }
.r265d__b69:hover{
    background-color: var(--secondary-color);
    box-shadow: 6px 6px 0 var(--text-color);
    transform: translate(-2px, -2px); color: #ffffff;}
.s6b4f1__dfac2{
    width: 100%;
    flex: 0 0 auto;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 40px; color: #ffffff;}
.w4d0__68737{
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.md46__c9ae4{
    width: auto;
    flex: 0 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    color: var(--text-muted);
    }
.t5y9l1pnrl9{
    width: auto;
    flex: 0 0 auto;
    display: flex;
    gap: 24px;
    }
.a438488aa3{
    width: auto;
    flex: 0 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.a438488aa3:hover{
    color: var(--text-color);
    }
@media (max-width: 768px){.iem3riofd{
    padding-top: 80px;
    padding-bottom: 32px;
    }
.oef76c33c{
    margin-bottom: 48px;
    }
.w4d0__68737{
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    }
.md46__c9ae4{
    text-align: center;
    }
.t5y9l1pnrl9{
    justify-content: center;
    }}
div.v426aa_034c.o443ff__30f.ida1__83c{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--oc-text);
    background-color: var(--oc-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.v426aa_034c.o443ff__30f .ja4os0vimcrg{
    padding: 80px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
div.v426aa_034c.o443ff__30f .gab65e86{
    max-width: var(--oc-width);
    margin: 0 auto;
    width: 100%;
    }
div.v426aa_034c.o443ff__30f .b162516_d7, div.v426aa_034c.o443ff__30f .e6b5d2bd_3h{
    max-width: var(--oc-text-width);
    margin-left: 0;
    margin-right: auto;
    }
div.v426aa_034c.o443ff__30f h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
    line-height: 1.1;
    color: var(--oc-text);
    }
div.v426aa_034c.o443ff__30f h2{
    font-size: 2.25rem;
    margin-bottom: 20px;
    font-weight: 700;
    }
div.v426aa_034c.o443ff__30f p.wa008__6a776{
    font-size: 1.25rem;
    color: #555;
    margin-bottom: 40px;
    }
div.v426aa_034c.o443ff__30f .mbfdfd8_5392{
    display: flex;
    gap: 16px;
    justify-content: center;
    margin-top: 20px;
    }
div.v426aa_034c.o443ff__30f .l367__18ff2{
    padding: 14px 32px;
    border-radius: var(--oc-radius);
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    }
div.v426aa_034c.o443ff__30f .y097eb1c_j6{
    background-color: var(--oc-primary);
    color: #fff;
    box-shadow: 0 4px 14px rgba(65, 184, 131, 0.3);
    }
div.v426aa_034c.o443ff__30f .y097eb1c_j6:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(65, 184, 131, 0.4);
    }
div.v426aa_034c.o443ff__30f .d25a7e6_emy{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 60px;
    text-align: left;
    }
div.v426aa_034c.o443ff__30f .f6d44_76{
    background: var(--oc-card-bg);
    padding: 40px;
    border-radius: var(--oc-radius);
    box-shadow: var(--oc-shadow);
    transition: transform 0.3s ease;
    border: 1px solid rgba(0,0,0,0.03); color: #1a1a2e;}
div.v426aa_034c.o443ff__30f .f6d44_76:hover{
    transform: translateY(-5px);
    }
div.v426aa_034c.o443ff__30f .w33264_cc{
    display: flex;
    align-items: center;
    gap: 60px;
    margin: 60px 0;
    text-align: left;
    }
div.v426aa_034c.o443ff__30f .w33264_cc:nth-child(even){
    flex-direction: row-reverse;
    }
div.v426aa_034c.o443ff__30f .q54e70d_uqz{
    flex: 1;
    }
div.v426aa_034c.o443ff__30f .u7142__c58{
    flex: 1;
    border-radius: var(--oc-radius);
    overflow: hidden;
    box-shadow: var(--oc-shadow);
    }
div.v426aa_034c.o443ff__30f .u7142__c58 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    aspect-ratio: 16 / 10;
    }
div.v426aa_034c.o443ff__30f .t5459af_t3{
    position: sticky;
    bottom: 30px;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    padding: 15px 30px;
    border-radius: 50px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    margin: 40px auto;
    width: fit-content;
    border: 1px solid rgba(0,0,0,0.05); color: #1a1a2e;}
div.v426aa_034c.o443ff__30f div.t99bec_60ae{
    padding: 60px 20px;
    background: #1a1a1a;
    color: #ffffff;
    text-align: center;
    }
div.v426aa_034c.o443ff__30f div.t99bec_60ae a{
    color: #ccc;
    text-decoration: none;
    margin: 0 10px;
    }
@media (max-width: 768px) {div.v426aa_034c.o443ff__30f .w33264_cc, div.v426aa_034c.o443ff__30f .w33264_cc:nth-child(even){
    flex-direction: column;
    text-align: center;
    }
div.v426aa_034c.o443ff__30f .d25a7e6_emy{
    grid-template-columns: 1fr;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.v426aa_034c img.h93bb9_1d3e {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.v426aa_034c img.h93bb9_1d3e.z11f4f3bc2c { aspect-ratio: 16 / 9; }
div.v426aa_034c img.h93bb9_1d3e.y169b8d22 { aspect-ratio: 16 / 10; }
div.v426aa_034c img.h93bb9_1d3e.pfc65e4d937 { aspect-ratio: 4 / 3; }
div.v426aa_034c img.h93bb9_1d3e.j6ee45e020e { aspect-ratio: 1 / 1; }
div.v426aa_034c :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.v426aa_034c .j06ec3875f5 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.v426aa_034c .j06ec3875f5.z11f4f3bc2c { aspect-ratio: 16 / 9; }
div.v426aa_034c .j06ec3875f5.y169b8d22 { aspect-ratio: 16 / 10; }
div.v426aa_034c .j06ec3875f5.pfc65e4d937 { aspect-ratio: 4 / 3; }
div.v426aa_034c .j06ec3875f5.j6ee45e020e { aspect-ratio: 1 / 1; }
div.v426aa_034c .j06ec3875f5 > img.h93bb9_1d3e,
    div.v426aa_034c .j06ec3875f5 > picture > img.h93bb9_1d3e {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.v426aa_034c .d5375fe8249 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 0;
    }
div.v426aa_034c .d5375fe8249 > .s83673d7a {
    width: clamp(20px, 1.35em, 30px);
    height: clamp(20px, 1.35em, 30px);
    stroke: currentColor;
    fill: none;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
    }
div.v426aa_034c.o443ff__30f .y097eb1c_j6 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.v426aa_034c.o443ff__30f .y097eb1c_j6 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.v426aa_034c.o443ff__30f .y097eb1c_j6 a:not([class]):hover{opacity:0.92;}
div.v426aa_034c.o443ff__30f .y097eb1c_j6 a[class=""]:hover{opacity:0.92;}
div.v426aa_034c.o443ff__30f .y097eb1c_j6 a:not([class]):visited{color:#ffffff !important;}
div.v426aa_034c.o443ff__30f .y097eb1c_j6 a[class=""]:visited{color:#ffffff !important;}
.k432d923da5 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.k432d923da5 > :first-child,
    .k432d923da5 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
@media (prefers-color-scheme: dark){}
.rfamia8dir{
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    transition: var(--transition); color: #1a1a2e;}
.kfae41_u9{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.thk7pdj9d32{
    font-size: 1.25rem;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    flex-shrink: 0;
    transition: var(--transition);
    }
.uedcb48b{
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    }
.o45225_5c{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: clamp(16px, 2vw, 32px); 
    }
.dbeb7e16f{
    display: flex;
    }
.u69c9d5dce4{
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--text-muted);
    text-decoration: none;
    padding: 8px 0;
    transition: var(--transition);
    position: relative;
    }
.u69c9d5dce4:hover{
    color: var(--text-color);
    }
.u69c9d5dce4::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.u69c9d5dce4:hover::after{
    width: 100%;
    }
.h9964a250{
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
    }
.b259__b52{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 24px;
    background: var(--primary-color);
    color: var(--btn-text);
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid var(--text-color);
    border-radius: var(--radius-sm);
    transition: var(--transition);
    
    box-shadow: 4px 4px 0px var(--shadow-solid);
    }
.b259__b52:hover{
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px var(--shadow-solid);
    background: var(--secondary-color); color: #ffffff;}
.b259__b52:active{
    transform: translate(4px, 4px);
    box-shadow: 0px 0px 0px var(--shadow-solid);
    }
.cc6hltv314h{
    display: none;
    }
.ged54__3a75a{
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 24px;
    height: 16px;
    cursor: pointer;
    z-index: 1001;
    }
.qaa95__4a7f{
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.uedcb48b {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    padding: 24px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-16px);
    transition: var(--transition); color: #1a1a2e;}
.o45225_5c {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    }
.u69c9d5dce4 {
    font-size: 1rem;
    }
.ged54__3a75a {
    display: flex;
    }
.cc6hltv314h:checked ~ .uedcb48b {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }
.cc6hltv314h:checked ~ .h9964a250 .ged54__3a75a .qaa95__4a7f:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
    }
.cc6hltv314h:checked ~ .h9964a250 .ged54__3a75a .qaa95__4a7f:nth-child(2) {
    opacity: 0;
    }
.cc6hltv314h:checked ~ .h9964a250 .ged54__3a75a .qaa95__4a7f:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    }}
@media (max-width: 480px){.thk7pdj9d32{
    font-size: 1rem;
    }
.b259__b52{
    padding: 0 16px;
    font-size: 0.8125rem;
    height: 36px;
    }}
.u69c9d5dce4.active{color: var(--text-color);}
@media (min-width: 1025px){.rfamia8dir #nt1d6d65a964, .rfamia8dir label[for="nt1d6d65a964"]{ display: none !important; }}
@media (min-width: 1025px){.rfamia8dir .uedcb48b{ 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){.rfamia8dir .uedcb48b{ 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){.rfamia8dir .uedcb48b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.u69c9d5dce4.active{color: var(--text-color);}
#nt1d6d65a964:checked ~ .uedcb48b{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.rfamia8dir.j37a__3fdf .uedcb48b{ 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){#nt1d6d65a964:checked ~ .uedcb48b{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.rfamia8dir.j37a__3fdf #nt1d6d65a964, .rfamia8dir.j37a__3fdf label[for="nt1d6d65a964"]{ display: none !important; }}
@media (min-width: 1025px){.rfamia8dir.j37a__3fdf .uedcb48b{ 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){.rfamia8dir.j37a__3fdf .uedcb48b{ 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){.rfamia8dir.j37a__3fdf .uedcb48b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.iem3riofd{
    width: 100%;
    background-color: var(--bg-color);
    padding-top: 120px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box; color: #1a1a2e;}
.d7f3a76b{
    width: 100%;
    max-width: var(--max-width);
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    }
.oef76c33c{
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 80px;
    }
.c754649f{
    width: auto;
    flex: 0 0 auto;
    border: 2px solid var(--text-color);
    padding: 16px 32px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg-color);
    transition: var(--transition); color: #1a1a2e;}
.c754649f:hover{
    box-shadow: 8px 8px 0 var(--primary-color);
    transform: translate(-4px, -4px);
    }
.z51704_c823{
    width: auto;
    flex: 0 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 6px;
    text-transform: uppercase;
    color: var(--text-color);
    margin: 0;
    }
.vkl5xba3lr7{
    width: 100%;
    flex: 0 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    color: var(--text-muted);
    text-align: center;
    margin: 0;
    line-height: 1.5;
    }
.r265d__b69{
    width: auto;
    flex: 0 0 auto;
    margin-top: 32px;
    padding: 16px 40px;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: var(--transition);
    border: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    }
.r265d__b69:hover{
    background-color: var(--secondary-color);
    box-shadow: 6px 6px 0 var(--text-color);
    transform: translate(-2px, -2px); color: #ffffff;}
.s6b4f1__dfac2{
    width: 100%;
    flex: 0 0 auto;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 40px; color: #ffffff;}
.w4d0__68737{
    width: 100%;
    flex: 0 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    }
.md46__c9ae4{
    width: auto;
    flex: 0 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    color: var(--text-muted);
    }
.t5y9l1pnrl9{
    width: auto;
    flex: 0 0 auto;
    display: flex;
    gap: 24px;
    }
.a438488aa3{
    width: auto;
    flex: 0 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    }
.a438488aa3:hover{
    color: var(--text-color);
    }
@media (max-width: 768px){.iem3riofd{
    padding-top: 80px;
    padding-bottom: 32px;
    }
.oef76c33c{
    margin-bottom: 48px;
    }
.w4d0__68737{
    flex-direction: column;
    gap: 24px;
    justify-content: center;
    }
.md46__c9ae4{
    text-align: center;
    }
.t5y9l1pnrl9{
    justify-content: center;
    }}
@media (prefers-color-scheme: dark){}
.rfamia8dir{
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  transition: var(--transition); color: #1a1a2e;}
.kfae41_u9{
  width: var(--max-width);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.thk7pdj9d32{
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  flex-shrink: 0;
  transition: var(--transition);
}
.uedcb48b{
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.o45225_5c{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: clamp(16px, 2vw, 32px); 
}
.dbeb7e16f{
  display: flex;
}
.u69c9d5dce4{
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--text-muted);
  text-decoration: none;
  padding: 8px 0;
  transition: var(--transition);
  position: relative;
}
.u69c9d5dce4:hover{
  color: var(--text-color);
}
.u69c9d5dce4::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.u69c9d5dce4:hover::after{
  width: 100%;
}
.h9964a250{
  display: flex;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
}
.b259__b52{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 24px;
  background: var(--primary-color);
  color: var(--btn-text);
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid var(--text-color);
  border-radius: var(--radius-sm);
  transition: var(--transition);
  
  box-shadow: 4px 4px 0px var(--shadow-solid);
}
.b259__b52:hover{
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 0px var(--shadow-solid);
  background: var(--secondary-color); color: #ffffff;}
.b259__b52:active{
  transform: translate(4px, 4px);
  box-shadow: 0px 0px 0px var(--shadow-solid);
}
.cc6hltv314h{
  display: none;
}
.ged54__3a75a{
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px;
  height: 16px;
  cursor: pointer;
  z-index: 1001;
}
.qaa95__4a7f{
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
@media (max-width: 1024px){.uedcb48b {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    padding: 24px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-16px);
    transition: var(--transition); color: #1a1a2e;}
.o45225_5c {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
.u69c9d5dce4 {
    font-size: 1rem;
  }
.ged54__3a75a {
    display: flex;
  }
.cc6hltv314h:checked ~ .uedcb48b {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
.cc6hltv314h:checked ~ .h9964a250 .ged54__3a75a .qaa95__4a7f:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
.cc6hltv314h:checked ~ .h9964a250 .ged54__3a75a .qaa95__4a7f:nth-child(2) {
    opacity: 0;
  }
.cc6hltv314h:checked ~ .h9964a250 .ged54__3a75a .qaa95__4a7f:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }}
@media (max-width: 480px){.thk7pdj9d32{
    font-size: 1rem;
  }
.b259__b52{
    padding: 0 16px;
    font-size: 0.8125rem;
    height: 36px;
  }}
.u69c9d5dce4.active{color: var(--text-color);}
@media (min-width: 1025px){.rfamia8dir #nt1d6d65a964, .rfamia8dir label[for="nt1d6d65a964"]{ display: none !important; }}
@media (min-width: 1025px){.rfamia8dir .uedcb48b{ 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){.rfamia8dir .uedcb48b{ 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){.rfamia8dir .uedcb48b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.u69c9d5dce4.active{color: var(--text-color);}
#nt1d6d65a964:checked ~ .uedcb48b{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.rfamia8dir.j37a__3fdf .uedcb48b{ 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){#nt1d6d65a964:checked ~ .uedcb48b{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.rfamia8dir.j37a__3fdf #nt1d6d65a964, .rfamia8dir.j37a__3fdf label[for="nt1d6d65a964"]{ display: none !important; }}
@media (min-width: 1025px){.rfamia8dir.j37a__3fdf .uedcb48b{ 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){.rfamia8dir.j37a__3fdf .uedcb48b{ 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){.rfamia8dir.j37a__3fdf .uedcb48b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ad6044_c865{
  width: 100%;
  background-color: var(--bg-color);
  padding-top: 120px;
  padding-bottom: 40px;
  border-top: 1px solid var(--border-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box; color: #1a1a2e;}
.u974c151b{
  width: 100%;
  max-width: var(--max-width);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.y5e3c6cef79{
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
.zb98__df9a{
  width: auto;
  flex: 0 0 auto;
  border: 2px solid var(--text-color);
  padding: 16px 32px;
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-color);
  transition: var(--transition); color: #1a1a2e;}
.zb98__df9a:hover{
  box-shadow: 8px 8px 0 var(--primary-color);
  transform: translate(-4px, -4px);
}
.md179af266d{
  width: auto;
  flex: 0 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: var(--text-color);
  margin: 0;
}
.m862__f855{
  width: 100%;
  flex: 0 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  color: var(--text-muted);
  text-align: center;
  margin: 0;
  line-height: 1.5;
}
.b9fb5b179{
  width: auto;
  flex: 0 0 auto;
  margin-top: 32px;
  padding: 16px 40px;
  background-color: var(--primary-color);
  color: #1a1a2e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: var(--transition);
  border: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.b9fb5b179:hover{
  background-color: var(--secondary-color);
  box-shadow: 6px 6px 0 var(--text-color);
  transform: translate(-2px, -2px); color: #ffffff;}
.w1f682_7057{
  width: 100%;
  flex: 0 0 auto;
  height: 1px;
  background-color: var(--border-color);
  margin-bottom: 40px; color: #ffffff;}
.d6dbfcb7cce{
  width: 100%;
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fcaf__c544{
  width: auto;
  flex: 0 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: var(--text-muted);
}
.le76e1_0436{
  width: auto;
  flex: 0 0 auto;
  display: flex;
  gap: 24px;
}
.r2c5__6407{
  width: auto;
  flex: 0 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
}
.r2c5__6407:hover{
  color: var(--text-color);
}
@media (max-width: 768px){.ad6044_c865{
    padding-top: 80px;
    padding-bottom: 32px;
  }
.y5e3c6cef79{
    margin-bottom: 48px;
  }
.d6dbfcb7cce{
    flex-direction: column;
    gap: 24px;
    justify-content: center;
  }
.fcaf__c544{
    text-align: center;
  }
.le76e1_0436{
    justify-content: center;
  }}
.e3273f742{box-sizing:border-box;}
.q6e3__1191{box-sizing:border-box;}
@media (max-width: 768px) {div.v426aa_034c.o443ff__30f .w33264_cc:nth-child(even) { flex-direction: column !important; }
.w4d0__68737 { 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; }}