:root {

  --primary-color: hsl(215, 60%, 25%);
  --secondary-color: hsl(135, 71%, 61%);
  --bg-color: hsl(135, 7%, 95%);
  --text-color: hsl(135, 10%, 11%);
  --text-muted: hsl(215, 15%, 45%);
  --border-color: rgba(0, 0, 0, 0.12);
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.15);
  --nav-height: 80px;
  --max-width: 1280px;
  --transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: var(--bg-color);
  --nav-border-bottom: 2px solid var(--primary-color);
  --cta-text: #ffffff;
  --wps-primary: var(--primary-color, hsl(135, 71%, 61%));
  --wps-secondary: var(--secondary-color, hsl(238, 57%, 61%));
  --wps-text: var(--text-color, hsl(135, 10%, 11%));
  --wps-bg: var(--bg-color, hsl(135, 7%, 95%));
  --wps-card-bg: #ffffff;
  --wps-radius: var(--border-radius, 8px);
  --wps-shadow: var(--box-shadow, 0 4px 20px rgba(0,0,0,0.08));
  --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%);
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: "Georgia", serif; 
    background-color: #fcfcfc; color: #1a1a2e;}
.d34e8cba_kgo{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: relative;
    z-index: 1000;
    display: flex;
    align-items: center;
    
    border-top: 4px solid var(--primary-color); color: #1a1a2e;}
.l6f84db4{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    }
.qb7a22__dbe59 .oe59916_be{
    font-family: "Times New Roman", serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1px;
    text-decoration: none;
    color: var(--primary-color);
    text-transform: uppercase;
    border: 2px solid var(--primary-color);
    padding: 2px 12px;
    transition: var(--transition);
    }
.qb7a22__dbe59 .oe59916_be:hover{
    background-color: var(--primary-color);
    color: #ffffff;
    }
.r81039776{
    display: flex;
    align-items: center;
    gap: 40px;
    height: 100%;
    }
.x6180d_20f{
    display: flex;
    list-style: none;
    gap: 32px;
    height: 100%;
    }
.s22af__b13{
    display: flex;
    align-items: center;
    height: 100%;
    }
.t2b9584c4c{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    padding: 8px 0;
    transition: var(--transition);
    }
.t2b9584c4c:hover{
    color: var(--primary-color);
    }
.t2b9584c4c.active{
    color: var(--primary-color);
    }
.t2b9584c4c.active::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color); color: #ffffff;}
.cd7a344bc8{
    display: flex;
    align-items: center;
    }
.o8ab3f5a{
    background-color: var(--primary-color);
    color: var(--cta-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: var(--radius-sm);
    box-shadow: 4px 4px 0px var(--secondary-color); 
    transition: var(--transition);
    text-transform: uppercase;
    border: 1px solid var(--primary-color);
    }
.o8ab3f5a:hover{
    background-color: #000;
    box-shadow: 2px 2px 0px var(--secondary-color);
    transform: translate(2px, 2px); color: #ffffff;}
.l4091_0f{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    }
.oktlh8y25c7x{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    position: relative; color: #ffffff;}
.oktlh8y25c7x::before, .oktlh8y25c7x::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    left: 0; color: #ffffff;}
.oktlh8y25c7x::before{ top: -8px; }
.oktlh8y25c7x::after{ bottom: -8px; }
@media (max-width: 1024px){.r81039776 {
    gap: 20px;
    }
.x6180d_20f {
    gap: 20px;
    }}
@media (max-width: 768px){.l4091_0f{
    display: block;
    }
.r81039776{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    padding: 24px;
    gap: 32px;
    height: auto;
    border-bottom: 4px solid var(--primary-color);
    box-shadow: var(--shadow-lg);
    display: none; color: #1a1a2e;}
.r81039776.is-open{
    display: flex;
    }
.x6180d_20f{
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
.o8ab3f5a{
    width: 100%;
    text-align: center;
    }}
.t2b9584c4c.active {color: var(--primary-color);}
.j3a3c0a_55{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 80px 40px 40px 40px;
    font-family: "Georgia", "Times New Roman", serif;
    display: flex;
    flex-direction: column; color: #1a1a2e;}
.yc433e__fdf{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 60px;
    }
.b8a2744_svbh{
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    }
.dwwcprct1t0{
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: -0.5px;
    margin-bottom: 24px;
    text-transform: uppercase;
    }
.f7ea1f0ad{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 32px;
    font-family: "Inter", sans-serif;
    max-width: 280px;
    }
.t70fc5de7d7{
    display: flex;
    width: fit-content;
    }
.ldacf_1b{
    background-color: var(--primary-color);
    color: var(--cta-text);
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border-radius: var(--radius-sm);
    font-family: "Inter", sans-serif;
    }
.ldacf_1b:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    background-color: hsl(215, 60%, 20%); color: #ffffff;}
.lda9b_b7{
    flex: 2 1 600px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    }
.m2d2fdc{
    flex: 1 1 140px;
    display: flex;
    flex-direction: column;
    }
.syby63l0q{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
.y6n4yt5fce{
    list-style: none;
    padding: 0;
    margin: 0;
    }
.j7a869607{
    margin-bottom: 12px;
    width: 100%;
    }
.ed7c397c_c5cu{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    font-family: "Inter", sans-serif;
    transition: var(--transition);
    }
.ed7c397c_c5cu:hover{
    color: var(--primary-color);
    padding-left: 4px;
    }
.s75244_t4{
    max-width: var(--max-width);
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin: 60px auto 30px auto; color: #ffffff;}
.sddf91df6b7{
    max-width: var(--max-width);
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.g1a66345{
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 1 auto;
    }
.e04752038c7{
    font-size: 13px;
    color: var(--text-muted);
    font-family: "Inter", sans-serif;
    }
.o45cc53_r3{
    font-size: 12px;
    color: #999;
    font-family: "Inter", sans-serif;
    }
.o788ec6_fj6{
    display: flex;
    gap: 24px;
    flex: 0 0 auto;
    }
.r8d950_0z{
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: none;
    font-family: "Inter", sans-serif;
    transition: var(--transition);
    }
.r8d950_0z:hover{
    color: var(--text-color);
    }
@media (max-width: 768px){.j3a3c0a_55{
    padding: 60px 20px 30px 20px;
    }
.yc433e__fdf{
    flex-direction: column;
    gap: 40px;
    }
.lda9b_b7{
    gap: 30px;
    }
.sddf91df6b7{
    flex-direction: column;
    align-items: flex-start;
    }}
div.pa88__dd72.v9512f7401{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--wps-text);
    background-color: var(--wps-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.pa88__dd72.v9512f7401 .o4bc8b0be{
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 0 5%;
    background: linear-gradient(135deg, rgba(255,255,255,0.9) 0%, rgba(240,250,240,0.7) 100%),
    url("../images/index-office-brand-visual-3.jpg") no-repeat center/cover; color: #1a1a2e;}
div.pa88__dd72.v9512f7401 .l28746_hgc{
    max-width: 800px;
    z-index: 2;
    }
div.pa88__dd72.v9512f7401 .l28746_hgc h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    color: var(--wps-text);
    }
div.pa88__dd72.v9512f7401 .l28746_hgc p{
    font-size: 1.25rem;
    margin-bottom: 2.5rem;
    opacity: 0.9;
    max-width: 600px;
    }
div.pa88__dd72.v9512f7401 .t6d2af3_fc7a{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    }
div.pa88__dd72.v9512f7401 .b41252fee{
    background-color: var(--wps-primary);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: var(--wps-radius);
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 10px 20px -5px rgba(76, 217, 105, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
div.pa88__dd72.v9512f7401 .b41252fee:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 25px -5px rgba(76, 217, 105, 0.5);
    }
div.pa88__dd72.v9512f7401 .w1a0__eee4{
    background-color: transparent;
    border: 2px solid var(--wps-text);
    color: var(--wps-text);
    padding: 1rem 2.5rem;
    border-radius: var(--wps-radius);
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    }
div.pa88__dd72.v9512f7401 .w1a0__eee4:hover{
    background-color: var(--wps-text);
    color: white;
    }
div.pa88__dd72.v9512f7401 .prtay929bka{
    padding: 100px 5%;
    }
div.pa88__dd72.v9512f7401 .n4b128855{
    margin-bottom: 60px;
    text-align: left;
    }
div.pa88__dd72.v9512f7401 .n4b128855 h2{
    font-size: 2.5rem;
    margin-bottom: 1rem;
    }
div.pa88__dd72.v9512f7401 .n34db__29481{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    }
div.pa88__dd72.v9512f7401 .p2a94d_kb{
    background: var(--wps-card-bg);
    border-radius: var(--wps-radius);
    padding: 40px;
    box-shadow: var(--wps-shadow);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease; color: #1a1a2e;}
div.pa88__dd72.v9512f7401 .p2a94d_kb:hover{
    transform: translateY(-5px);
    }
div.pa88__dd72.v9512f7401 .p2a94d_kb img{
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: calc(var(--wps-radius) - 4px);
    margin-bottom: 25px;
    }
div.pa88__dd72.v9512f7401 .p2a94d_kb h3{
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--wps-secondary);
    }
div.pa88__dd72.v9512f7401 .pa5f0026{
    background-color: var(--wps-text);
    color: white;
    display: flex;
    align-items: center;
    gap: 50px;
    }
div.pa88__dd72.v9512f7401 .ob4833__757{
    flex: 1;
    }
div.pa88__dd72.v9512f7401 .ob4833__757 h2{
    color: var(--wps-primary);
    font-size: 2.5rem;
    margin-bottom: 20px;
    }
div.pa88__dd72.v9512f7401 .q320c84c746{
    background: #fff;
    border-top: 1px solid rgba(0,0,0,0.05);
    padding: 20px 5%;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    color: #1a1a2e;
    }
div.pa88__dd72.v9512f7401 .wd06c469_cr7p b{
    color: var(--wps-text);
    }
div.pa88__dd72.v9512f7401 div.o40b0d96424{
    background-color: #f0f2f0;
    padding: 60px 5% 30px;
    border-top: 1px solid #e0e0e0; color: #1a1a2e;}
div.pa88__dd72.v9512f7401 .jed14bb26{
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 50px;
    }
div.pa88__dd72.v9512f7401 .q336c5868 h4{
    font-size: 1.5rem;
    margin-bottom: 20px;
    }
div.pa88__dd72.v9512f7401 .i0cdd67ff h5{
    margin-bottom: 20px;
    font-size: 1.1rem;
    }
div.pa88__dd72.v9512f7401 .i0cdd67ff ul{
    list-style: none;
    padding: 0;
    }
div.pa88__dd72.v9512f7401 .i0cdd67ff li{
    margin-bottom: 10px;
    }
div.pa88__dd72.v9512f7401 .i0cdd67ff a{
    text-decoration: none;
    color: #555;
    transition: color 0.3s;
    }
div.pa88__dd72.v9512f7401 .i0cdd67ff a:hover{
    color: var(--wps-primary);
    }
div.pa88__dd72.v9512f7401 .copyright{
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #ddd;
    font-size: 0.85rem;
    color: #888;
    }
@media (max-width: 992px) {div.pa88__dd72.v9512f7401 .n34db__29481{ grid-template-columns: 1fr; }
div.pa88__dd72.v9512f7401 .o4bc8b0be{ text-align: center; justify-content: center; }
div.pa88__dd72.v9512f7401 .l28746_hgc{ margin: 0 auto; }
div.pa88__dd72.v9512f7401 .t6d2af3_fc7a{ justify-content: center; }
div.pa88__dd72.v9512f7401 .jed14bb26{ grid-template-columns: 1fr 1fr; }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.pa88__dd72 img.v13325b37f5 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.pa88__dd72 img.v13325b37f5.t50125ed3 { aspect-ratio: 16 / 9; }
div.pa88__dd72 img.v13325b37f5.i2fc17c60 { aspect-ratio: 16 / 10; }
div.pa88__dd72 img.v13325b37f5.wd3b__11e3 { aspect-ratio: 4 / 3; }
div.pa88__dd72 img.v13325b37f5.t758278e3e9 { aspect-ratio: 1 / 1; }
div.pa88__dd72 :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.pa88__dd72 .u713ad_a92f {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.pa88__dd72 .u713ad_a92f.t50125ed3 { aspect-ratio: 16 / 9; }
div.pa88__dd72 .u713ad_a92f.i2fc17c60 { aspect-ratio: 16 / 10; }
div.pa88__dd72 .u713ad_a92f.wd3b__11e3 { aspect-ratio: 4 / 3; }
div.pa88__dd72 .u713ad_a92f.t758278e3e9 { aspect-ratio: 1 / 1; }
div.pa88__dd72 .u713ad_a92f > img.v13325b37f5,
    div.pa88__dd72 .u713ad_a92f > picture > img.v13325b37f5 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.pa88__dd72.v9512f7401 .b41252fee a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.pa88__dd72.v9512f7401 .b41252fee a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.pa88__dd72.v9512f7401 .b41252fee a:not([class]):hover{opacity:0.92;}
div.pa88__dd72.v9512f7401 .b41252fee a[class=""]:hover{opacity:0.92;}
div.pa88__dd72.v9512f7401 .b41252fee a:not([class]):visited{color:#ffffff !important;}
div.pa88__dd72.v9512f7401 .b41252fee a[class=""]:visited{color:#ffffff !important;}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: "Georgia", serif; 
    background-color: #fcfcfc; color: #1a1a2e;}
.d34e8cba_kgo{
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: relative;
    z-index: 1000;
    display: flex;
    align-items: center;
    
    border-top: 4px solid var(--primary-color); color: #1a1a2e;}
.l6f84db4{
    width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    }
.qb7a22__dbe59 .oe59916_be{
    font-family: "Times New Roman", serif;
    font-size: 32px;
    font-weight: 900;
    letter-spacing: -1px;
    text-decoration: none;
    color: var(--primary-color);
    text-transform: uppercase;
    border: 2px solid var(--primary-color);
    padding: 2px 12px;
    transition: var(--transition);
    }
.qb7a22__dbe59 .oe59916_be:hover{
    background-color: var(--primary-color);
    color: #ffffff;
    }
.r81039776{
    display: flex;
    align-items: center;
    gap: 40px;
    height: 100%;
    }
.x6180d_20f{
    display: flex;
    list-style: none;
    gap: 32px;
    height: 100%;
    }
.s22af__b13{
    display: flex;
    align-items: center;
    height: 100%;
    }
.t2b9584c4c{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
    text-decoration: none;
    color: var(--text-color);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    padding: 8px 0;
    transition: var(--transition);
    }
.t2b9584c4c:hover{
    color: var(--primary-color);
    }
.t2b9584c4c.active{
    color: var(--primary-color);
    }
.t2b9584c4c.active::after{
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--primary-color); color: #ffffff;}
.cd7a344bc8{
    display: flex;
    align-items: center;
    }
.o8ab3f5a{
    background-color: var(--primary-color);
    color: var(--cta-text);
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: var(--radius-sm);
    box-shadow: 4px 4px 0px var(--secondary-color); 
    transition: var(--transition);
    text-transform: uppercase;
    border: 1px solid var(--primary-color);
    }
.o8ab3f5a:hover{
    background-color: #000;
    box-shadow: 2px 2px 0px var(--secondary-color);
    transform: translate(2px, 2px); color: #ffffff;}
.l4091_0f{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    }
.oktlh8y25c7x{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    position: relative; color: #ffffff;}
.oktlh8y25c7x::before, .oktlh8y25c7x::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    left: 0; color: #ffffff;}
.oktlh8y25c7x::before{ top: -8px; }
.oktlh8y25c7x::after{ bottom: -8px; }
@media (max-width: 1024px){.r81039776 {
    gap: 20px;
    }
.x6180d_20f {
    gap: 20px;
    }}
@media (max-width: 768px){.l4091_0f{
    display: block;
    }
.r81039776{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    padding: 24px;
    gap: 32px;
    height: auto;
    border-bottom: 4px solid var(--primary-color);
    box-shadow: var(--shadow-lg);
    display: none; color: #1a1a2e;}
.r81039776.is-open{
    display: flex;
    }
.x6180d_20f{
    flex-direction: column;
    align-items: center;
    width: 100%;
    }
.o8ab3f5a{
    width: 100%;
    text-align: center;
    }}
.t2b9584c4c.active{color: var(--primary-color);}
.j3a3c0a_55{
    background-color: var(--bg-color);
    border-top: 1px solid var(--border-color);
    padding: 80px 40px 40px 40px;
    font-family: "Georgia", "Times New Roman", serif;
    display: flex;
    flex-direction: column; color: #1a1a2e;}
.yc433e__fdf{
    max-width: var(--max-width);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 60px;
    }
.b8a2744_svbh{
    flex: 1 1 320px;
    display: flex;
    flex-direction: column;
    }
.dwwcprct1t0{
    font-size: 24px;
    font-weight: 800;
    color: var(--primary-color);
    letter-spacing: -0.5px;
    margin-bottom: 24px;
    text-transform: uppercase;
    }
.f7ea1f0ad{
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-bottom: 32px;
    font-family: "Inter", sans-serif;
    max-width: 280px;
    }
.t70fc5de7d7{
    display: flex;
    width: fit-content;
    }
.ldacf_1b{
    background-color: var(--primary-color);
    color: var(--cta-text);
    padding: 14px 28px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    border-radius: var(--radius-sm);
    font-family: "Inter", sans-serif;
    }
.ldacf_1b:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
    background-color: hsl(215, 60%, 20%); color: #ffffff;}
.lda9b_b7{
    flex: 2 1 600px;
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: space-between;
    }
.m2d2fdc{
    flex: 1 1 140px;
    display: flex;
    flex-direction: column;
    }
.syby63l0q{
    font-size: 14px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 24px;
    text-transform: uppercase;
    letter-spacing: 1px;
    }
.y6n4yt5fce{
    list-style: none;
    padding: 0;
    margin: 0;
    }
.j7a869607{
    margin-bottom: 12px;
    width: 100%;
    }
.ed7c397c_c5cu{
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    font-family: "Inter", sans-serif;
    transition: var(--transition);
    }
.ed7c397c_c5cu:hover{
    color: var(--primary-color);
    padding-left: 4px;
    }
.s75244_t4{
    max-width: var(--max-width);
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin: 60px auto 30px auto; color: #ffffff;}
.sddf91df6b7{
    max-width: var(--max-width);
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.g1a66345{
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex: 1 1 auto;
    }
.e04752038c7{
    font-size: 13px;
    color: var(--text-muted);
    font-family: "Inter", sans-serif;
    }
.o45cc53_r3{
    font-size: 12px;
    color: #999;
    font-family: "Inter", sans-serif;
    }
.o788ec6_fj6{
    display: flex;
    gap: 24px;
    flex: 0 0 auto;
    }
.r8d950_0z{
    font-size: 13px;
    color: var(--text-muted);
    text-decoration: none;
    font-family: "Inter", sans-serif;
    transition: var(--transition);
    }
.r8d950_0z:hover{
    color: var(--text-color);
    }
@media (max-width: 768px){.j3a3c0a_55{
    padding: 60px 20px 30px 20px;
    }
.yc433e__fdf{
    flex-direction: column;
    gap: 40px;
    }
.lda9b_b7{
    gap: 30px;
    }
.sddf91df6b7{
    flex-direction: column;
    align-items: flex-start;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: "Georgia", serif; 
  background-color: #fcfcfc; color: #1a1a2e;}
.d34e8cba_kgo{
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  position: relative;
  z-index: 1000;
  display: flex;
  align-items: center;
  
  border-top: 4px solid var(--primary-color); color: #1a1a2e;}
.l6f84db4{
  width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.qb7a22__dbe59 .oe59916_be{
  font-family: "Times New Roman", serif;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -1px;
  text-decoration: none;
  color: var(--primary-color);
  text-transform: uppercase;
  border: 2px solid var(--primary-color);
  padding: 2px 12px;
  transition: var(--transition);
}
.qb7a22__dbe59 .oe59916_be:hover{
  background-color: var(--primary-color);
  color: #ffffff;
}
.r81039776{
  display: flex;
  align-items: center;
  gap: 40px;
  height: 100%;
}
.x6180d_20f{
  display: flex;
  list-style: none;
  gap: 32px;
  height: 100%;
}
.s22af__b13{
  display: flex;
  align-items: center;
  height: 100%;
}
.t2b9584c4c{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; 
  text-decoration: none;
  color: var(--text-color);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0;
  transition: var(--transition);
}
.t2b9584c4c:hover{
  color: var(--primary-color);
}
.t2b9584c4c.active{
  color: var(--primary-color);
}
.t2b9584c4c.active::after{
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color); color: #ffffff;}
.cd7a344bc8{
  display: flex;
  align-items: center;
}
.o8ab3f5a{
  background-color: var(--primary-color);
  color: var(--cta-text);
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  box-shadow: 4px 4px 0px var(--secondary-color); 
  transition: var(--transition);
  text-transform: uppercase;
  border: 1px solid var(--primary-color);
}
.o8ab3f5a:hover{
  background-color: #000;
  box-shadow: 2px 2px 0px var(--secondary-color);
  transform: translate(2px, 2px); color: #ffffff;}
.l4091_0f{
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.oktlh8y25c7x{
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  position: relative; color: #ffffff;}
.oktlh8y25c7x::before, .oktlh8y25c7x::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  left: 0; color: #ffffff;}
.oktlh8y25c7x::before{ top: -8px; }
.oktlh8y25c7x::after{ bottom: -8px; }
@media (max-width: 1024px){.r81039776 {
    gap: 20px;
  }
.x6180d_20f {
    gap: 20px;
  }}
@media (max-width: 768px){.l4091_0f{
    display: block;
  }
.r81039776{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    padding: 24px;
    gap: 32px;
    height: auto;
    border-bottom: 4px solid var(--primary-color);
    box-shadow: var(--shadow-lg);
    display: none; color: #1a1a2e;}
.r81039776.is-open{
    display: flex;
  }
.x6180d_20f{
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
.o8ab3f5a{
    width: 100%;
    text-align: center;
  }}
.t2b9584c4c.active{color: var(--primary-color);}
.k0cfc1_3b1c{
  background-color: var(--bg-color);
  border-top: 1px solid var(--border-color);
  padding: 80px 40px 40px 40px;
  font-family: "Georgia", "Times New Roman", serif;
  display: flex;
  flex-direction: column; color: #1a1a2e;}
.a28e7efc0{
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 60px;
}
.af0dce_35a0{
  flex: 1 1 320px;
  display: flex;
  flex-direction: column;
}
.kc0ea80ee5e{
  font-size: 24px;
  font-weight: 800;
  color: var(--primary-color);
  letter-spacing: -0.5px;
  margin-bottom: 24px;
  text-transform: uppercase;
}
.e819__38b1{
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-bottom: 32px;
  font-family: "Inter", sans-serif;
  max-width: 280px;
}
.mf42dd_7ad0{
  display: flex;
  width: fit-content;
}
.u62d__e76f{
  background-color: var(--primary-color);
  color: var(--cta-text);
  padding: 14px 28px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  border-radius: var(--radius-sm);
  font-family: "Inter", sans-serif;
}
.u62d__e76f:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg);
  background-color: hsl(215, 60%, 20%); color: #ffffff;}
.pe6854c84{
  flex: 2 1 600px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}
.se68__df27{
  flex: 1 1 140px;
  display: flex;
  flex-direction: column;
}
.id1a__1e59{
  font-size: 14px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ce0fc73c3ad{
  list-style: none;
  padding: 0;
  margin: 0;
}
.u04b9be1e{
  margin-bottom: 12px;
  width: 100%;
}
.hcde85_d1ef{
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  font-family: "Inter", sans-serif;
  transition: var(--transition);
}
.hcde85_d1ef:hover{
  color: var(--primary-color);
  padding-left: 4px;
}
.m86a9f_c0a1{
  max-width: var(--max-width);
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  margin: 60px auto 30px auto; color: #ffffff;}
.ye59c7fa4{
  max-width: var(--max-width);
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.n9b5__9306{
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1 1 auto;
}
.o15b66d64{
  font-size: 13px;
  color: var(--text-muted);
  font-family: "Inter", sans-serif;
}
.xdcd__0292{
  font-size: 12px;
  color: #999;
  font-family: "Inter", sans-serif;
}
.o35aa72f989{
  display: flex;
  gap: 24px;
  flex: 0 0 auto;
}
.i37c3f_ca1a{
  font-size: 13px;
  color: var(--text-muted);
  text-decoration: none;
  font-family: "Inter", sans-serif;
  transition: var(--transition);
}
.i37c3f_ca1a:hover{
  color: var(--text-color);
}
@media (max-width: 768px){.k0cfc1_3b1c{
    padding: 60px 20px 30px 20px;
  }
.a28e7efc0{
    flex-direction: column;
    gap: 40px;
  }
.pe6854c84{
    gap: 30px;
  }
.ye59c7fa4{
    flex-direction: column;
    align-items: flex-start;
  }}
.u1fb__2339{box-sizing:border-box;}
.sc7cc7_9047{box-sizing:border-box;}
.v92a__ed71{box-sizing:border-box;}
.m017dd_552a{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.sddf91df6b7 { 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; }}