:root {

  --manual-primary: var(--primary-color, hsl(123, 75%, 49%));
  --manual-secondary: var(--secondary-color, hsl(210, 60%, 49%));
  --manual-bg: var(--bg-color, hsl(123, 7%, 9%));
  --manual-text: var(--text-color, hsl(123, 10%, 93%));
  --manual-text-muted: hsla(123, 10%, 93%, 0.7);
  --manual-card-bg: hsla(123, 7%, 15%, 1);
  --manual-border: hsla(123, 7%, 25%, 1);
  --max-width: min(1200px, 94vw);
  --content-width: 680px;
  --radius-lg: 30px;
  --shadow-soft: var(--shadow-sm, 0 4px 20px rgba(0,0,0,0.3));
  --primary-color: hsl(123, 75%, 49%);
  --secondary-color: hsl(210, 60%, 49%);
  --bg-color: hsl(123, 7%, 9%);
  --text-color: hsl(123, 10%, 93%);
  --text-muted: hsl(123, 5%, 65%);
  --border-color: hsla(123, 10%, 93%, 0.12);
  --radius-sm: 6px;
  --radius-md: 12px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.4);
  --shadow-md: 0 8px 20px rgba(0, 0, 0, 0.5);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.6);
  --nav-height: 80px;
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --font-serif: "Crimson Text", "Playfair Display", Georgia, serif;
  --font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --content-page-bg: hsl(220, 7%, 96%);
  --content-surface-bg: #ffffff;
  --content-text: hsl(220, 10%, 11%);
  --content-text-muted: rgba(31, 35, 40, 0.72);
  --content-border: rgba(0, 0, 0, 0.08);
  --content-accent-text: hsl(22, 78%, 38%);
}
div.ad70__e219.n80e95ad62{
    background-color: var(--manual-bg);
    color: var(--manual-text);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    }
div.ad70__e219.n80e95ad62 .p384020_dd{
    width: 100%;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box;
    }
div.ad70__e219.n80e95ad62 .i4c562_16ye{
    padding: 120px 0 80px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: var(--content-width);
    }
div.ad70__e219.n80e95ad62 .i4c562_16ye h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.1;
    margin: 0;
    color: var(--manual-text);
    font-weight: 800;
    }
div.ad70__e219.n80e95ad62 .s4d63__236{
    font-size: 1.25rem;
    color: var(--manual-text-muted);
    margin: 0;
    }
div.ad70__e219.n80e95ad62 .g562a5b_08{
    display: flex;
    gap: 16px;
    margin-top: 12px;
    }
div.ad70__e219.n80e95ad62 .ob82bbbf_f9{
    background-color: var(--manual-primary);
    color: #000;
    padding: 14px 32px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    font-weight: 600;
    transition: transform 0.2s ease, filter 0.2s ease;
    box-shadow: 0 4px 15px hsla(123, 75%, 49%, 0.3);
    }
div.ad70__e219.n80e95ad62 .ob82bbbf_f9:hover{
    transform: translateY(-2px);
    filter: brightness(1.1);
    }
div.ad70__e219.n80e95ad62 .owwbmst39i{
    width: 100%;
    margin: 40px 0;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 1px solid var(--manual-border);
    }
div.ad70__e219.n80e95ad62 .owwbmst39i img{
    width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: cover;
    display: block;
    }
div.ad70__e219.n80e95ad62 .chd4j46tvkwc{
    padding: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 60px;
    }
div.ad70__e219.n80e95ad62 .m5d6cb9d3a{
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    max-width: var(--content-width);
    }
div.ad70__e219.n80e95ad62 .m5d6cb9d3a h2{
    font-size: 2rem;
    margin: 0;
    color: var(--manual-primary);
    border-left: 4px solid var(--manual-primary);
    padding-left: 20px;
    }
div.ad70__e219.n80e95ad62 .x107e7d_opc{
    font-size: 1.1rem;
    color: var(--manual-text-muted);
    }
div.ad70__e219.n80e95ad62 .x107e7d_opc p{
    margin-bottom: 20px;
    }
div.ad70__e219.n80e95ad62 .x107e7d_opc ul{
    list-style: none;
    padding: 0;
    }
div.ad70__e219.n80e95ad62 .x107e7d_opc li{
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    }
div.ad70__e219.n80e95ad62 .x107e7d_opc li::before{
    content: "→";
    color: var(--manual-primary);
    font-weight: bold;
    }
div.ad70__e219.n80e95ad62 .p6e6__4d4{
    padding: 80px 0;
    background-color: hsla(123, 7%, 12%, 1);
    width: 100%; color: #ffffff;}
div.ad70__e219.n80e95ad62 .b0da418c7e6{
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: var(--content-width);
    margin-top: 40px;
    }
div.ad70__e219.n80e95ad62 .k414ac3_f1{
    background: var(--manual-card-bg);
    padding: 24px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--manual-border); color: #ffffff;}
div.ad70__e219.n80e95ad62 .k414ac3_f1 h3{
    margin: 0 0 12px;
    font-size: 1.15rem;
    color: var(--manual-text);
    }
div.ad70__e219.n80e95ad62 .k414ac3_f1 p{
    margin: 0;
    font-size: 1rem;
    color: var(--manual-text-muted);
    }
div.ad70__e219.n80e95ad62 .oc5692086{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
div.ad70__e219.n80e95ad62 .copyright{
    color: var(--manual-text-muted);
    font-size: 0.9rem;
    }
div.ad70__e219.n80e95ad62 .internal-links{
    display: flex;
    gap: 24px;
    }
div.ad70__e219.n80e95ad62 .internal-links a{
    color: var(--manual-text-muted);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
    }
div.ad70__e219.n80e95ad62 .internal-links a:hover{
    color: var(--manual-primary);
    }
@media (max-width: 768px) {div.ad70__e219.n80e95ad62 .p384020_dd{ padding: 0 24px; }
div.ad70__e219.n80e95ad62 .i4c562_16ye{ padding: 80px 0 40px; }}
.x9410_66{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid var(--border-color); color: #ffffff;}
.vd96__2bd{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.c246baef24{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: flex-start;
    }
.cff479_mrn{
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.pgwpn86b9j7{
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }
.s8254__aa7b{
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 680px;
    margin-bottom: 32px;
    margin-top: 0;
    }
.e3q7ay1q{
    width: auto;
    margin-bottom: 20px;
    }
.c491550_sh9{
    display: inline-block;
    background-color: var(--primary-color);
    color: #000000; 
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 16px;
    padding: 16px 36px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 14px hsla(123, 75%, 49%, 0.3);
    }
.c491550_sh9:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px hsla(123, 75%, 49%, 0.4);
    filter: brightness(1.1);
    }
.ye68884_bc1{
    flex: 1 1 400px;
    display: flex;
    gap: 40px;
    }
.t85873a93{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.hb66b__712{
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-color);
    margin-bottom: 20px;
    margin-top: 0;
    }
.e0195a6ead9{
    font-family: var(--font-sans);
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    }
.e0195a6ead9:hover{
    color: var(--primary-color);
    padding-left: 4px;
    }
.fc69cb208{
    width: 100%;
    margin-top: 60px;
    }
.k875__76a{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 30px; color: #1a1a2e;}
.g5c4f6b4{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.jbb54def1d{
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    flex: 0 0 auto;
    }
.i4fb3e9c8e9{
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    color: var(--secondary-color);
    flex: 0 0 auto;
    opacity: 0.8;
    }
@media (max-width: 768px){.x9410_66 {
    padding-top: 60px;
    }
.c246baef24 {
    flex-direction: column;
    gap: 48px;
    }
.cff479_mrn {
    flex: 1 1 100%;
    }
.ye68884_bc1 {
    flex: 1 1 100%;
    gap: 24px;
    }
.g5c4f6b4 {
    flex-direction: column;
    align-items: flex-start;
    }}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-sans);
    }
.of51f__9c140{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #ffffff;}
.g48bcab00{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    position: relative;
    }
.sn8w8b9z{
    display: flex;
    align-items: baseline;
    text-decoration: none;
    margin-right: 40px; 
    }
.u461cp4wcg{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.o5f0d7ee_q69w{
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-left: 4px; color: #1a1a2e;}
.cf50wteoofuf{
    flex: 1;
    }
.y9e29bc_zu{
    display: flex;
    list-style: none;
    gap: 20px;
    align-items: center;
    }
.r94988515d9{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    white-space: nowrap;
    }
.r94988515d9:hover{
    color: var(--primary-color);
    }
.x8ee175_vn5s{
    margin-left: auto; 
    }
.u9751ca3{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: none;
    }
.u9751ca3:hover{
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.t5e25e54_dq{
    display: none;
    }
.c40c453a1d4{
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    margin-left: auto;
    z-index: 1001;
    }
.x01f3c011{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.y9e29bc_zu {
    gap: 12px;
    }
.r94988515d9 {
    font-size: 13px;
    }}
@media (max-width: 860px){.c40c453a1d4{
    display: flex;
    }
.cf50wteoofuf{
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: 0;
    background: var(--bg-color);
    overflow: hidden;
    transition: var(--transition);
    border-bottom: 0 solid var(--border-color); color: #ffffff;}
.y9e29bc_zu{
    flex-direction: column;
    padding: 40px 24px;
    align-items: flex-start;
    gap: 24px;
    }
.r94988515d9{
    font-size: 18px;
    color: var(--text-color);
    }
.t5e25e54_dq:checked ~ .cf50wteoofuf{
    height: calc(100vh - var(--nav-height));
    border-bottom: 1px solid var(--border-color);
    }
.t5e25e54_dq:checked ~ .c40c453a1d4 .x01f3c011:nth-child(1){
    transform: translateY(7px) rotate(45deg);
    }
.t5e25e54_dq:checked ~ .c40c453a1d4 .x01f3c011:nth-child(2){
    opacity: 0;
    }
.t5e25e54_dq:checked ~ .c40c453a1d4 .x01f3c011:nth-child(3){
    transform: translateY(-7px) rotate(-45deg);
    }
.x8ee175_vn5s{
    margin-right: 20px;
    }
.sn8w8b9z{
    margin-right: 20px;
    }}
@media (max-width: 480px){.u9751ca3{
    padding: 8px 16px;
    font-size: 13px;
    }
.u461cp4wcg{
    font-size: 22px;
    }}
.r94988515d9.active{color: var(--primary-color);}
@media (min-width: 1025px){.of51f__9c140 #nt769c69f1c3, .of51f__9c140 label[for="nt769c69f1c3"]{ display: none !important; }}
@media (min-width: 1025px){.of51f__9c140 .cf50wteoofuf{ 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){.of51f__9c140 .cf50wteoofuf{ 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){.of51f__9c140 .cf50wteoofuf a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.e3b03c_ss2{list-style:none;}
.r94988515d9.active {color: var(--primary-color);}
#nt769c69f1c3:checked ~ .cf50wteoofuf { right: 0 !important; left: auto !important; }
@media (max-width: 1024px) {.of51f__9c140.i8515dbe25b .cf50wteoofuf { 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) {#nt769c69f1c3:checked ~ .cf50wteoofuf { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px) {.of51f__9c140.i8515dbe25b #nt769c69f1c3, .of51f__9c140.i8515dbe25b label[for="nt769c69f1c3"] { display: none !important; }}
@media (min-width: 1025px) {.of51f__9c140.i8515dbe25b .cf50wteoofuf { 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) {.of51f__9c140.i8515dbe25b .cf50wteoofuf { 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) {.of51f__9c140.i8515dbe25b .cf50wteoofuf 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.ad70__e219 img.df60f701197 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.ad70__e219 img.df60f701197.k94c__d21a { aspect-ratio: 16 / 9; }
div.ad70__e219 img.df60f701197.yec3__70d9 { aspect-ratio: 16 / 10; }
div.ad70__e219 img.df60f701197.aba5e77a93c { aspect-ratio: 4 / 3; }
div.ad70__e219 img.df60f701197.d90685_4326 { aspect-ratio: 1 / 1; }
div.ad70__e219 :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.ad70__e219 .b101f9_057e {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.ad70__e219 .b101f9_057e.k94c__d21a { aspect-ratio: 16 / 9; }
div.ad70__e219 .b101f9_057e.yec3__70d9 { aspect-ratio: 16 / 10; }
div.ad70__e219 .b101f9_057e.aba5e77a93c { aspect-ratio: 4 / 3; }
div.ad70__e219 .b101f9_057e.d90685_4326 { aspect-ratio: 1 / 1; }
div.ad70__e219 .b101f9_057e > img.df60f701197,
    div.ad70__e219 .b101f9_057e > picture > img.df60f701197 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    background-color: var(--bg-color);
    color: var(--text-color);
    font-family: var(--font-sans);
    }
.of51f__9c140{
    width: 100%;
    height: var(--nav-height);
    background: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    align-items: center; color: #ffffff;}
.g48bcab00{
    width: var(--max-width);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start; 
    position: relative;
    }
.sn8w8b9z{
    display: flex;
    align-items: baseline;
    text-decoration: none;
    margin-right: 40px; 
    }
.u461cp4wcg{
    font-family: var(--font-serif);
    font-size: 28px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.5px;
    }
.o5f0d7ee_q69w{
    width: 8px;
    height: 8px;
    background-color: var(--primary-color);
    border-radius: 50%;
    margin-left: 4px; color: #1a1a2e;}
.cf50wteoofuf{
    flex: 1;
    }
.y9e29bc_zu{
    display: flex;
    list-style: none;
    gap: 20px;
    align-items: center;
    }
.r94988515d9{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
    white-space: nowrap;
    }
.r94988515d9:hover{
    color: var(--primary-color);
    }
.x8ee175_vn5s{
    margin-left: auto; 
    }
.u9751ca3{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    background: var(--primary-color);
    color: #1a1a2e; 
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    border: none;
    }
.u9751ca3:hover{
    background: var(--secondary-color);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md); color: #1a1a2e;}
.t5e25e54_dq{
    display: none;
    }
.c40c453a1d4{
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
    margin-left: auto;
    z-index: 1001;
    }
.x01f3c011{
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.y9e29bc_zu {
    gap: 12px;
    }
.r94988515d9 {
    font-size: 13px;
    }}
@media (max-width: 860px){.c40c453a1d4{
    display: flex;
    }
.cf50wteoofuf{
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: 0;
    background: var(--bg-color);
    overflow: hidden;
    transition: var(--transition);
    border-bottom: 0 solid var(--border-color); color: #ffffff;}
.y9e29bc_zu{
    flex-direction: column;
    padding: 40px 24px;
    align-items: flex-start;
    gap: 24px;
    }
.r94988515d9{
    font-size: 18px;
    color: var(--text-color);
    }
.t5e25e54_dq:checked ~ .cf50wteoofuf{
    height: calc(100vh - var(--nav-height));
    border-bottom: 1px solid var(--border-color);
    }
.t5e25e54_dq:checked ~ .c40c453a1d4 .x01f3c011:nth-child(1){
    transform: translateY(7px) rotate(45deg);
    }
.t5e25e54_dq:checked ~ .c40c453a1d4 .x01f3c011:nth-child(2){
    opacity: 0;
    }
.t5e25e54_dq:checked ~ .c40c453a1d4 .x01f3c011:nth-child(3){
    transform: translateY(-7px) rotate(-45deg);
    }
.x8ee175_vn5s{
    margin-right: 20px;
    }
.sn8w8b9z{
    margin-right: 20px;
    }}
@media (max-width: 480px){.u9751ca3{
    padding: 8px 16px;
    font-size: 13px;
    }
.u461cp4wcg{
    font-size: 22px;
    }}
.r94988515d9.active{color: var(--primary-color);}
@media (min-width: 1025px){.of51f__9c140 #nt769c69f1c3, .of51f__9c140 label[for="nt769c69f1c3"]{ display: none !important; }}
@media (min-width: 1025px){.of51f__9c140 .cf50wteoofuf{ 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){.of51f__9c140 .cf50wteoofuf{ 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){.of51f__9c140 .cf50wteoofuf a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.e3b03c_ss2{list-style:none;}
.r94988515d9.active{color: var(--primary-color);}
#nt769c69f1c3:checked ~ .cf50wteoofuf{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.of51f__9c140.i8515dbe25b .cf50wteoofuf{ 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){#nt769c69f1c3:checked ~ .cf50wteoofuf{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.of51f__9c140.i8515dbe25b #nt769c69f1c3, .of51f__9c140.i8515dbe25b label[for="nt769c69f1c3"]{ display: none !important; }}
@media (min-width: 1025px){.of51f__9c140.i8515dbe25b .cf50wteoofuf{ 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){.of51f__9c140.i8515dbe25b .cf50wteoofuf{ 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){.of51f__9c140.i8515dbe25b .cf50wteoofuf a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.x9410_66{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px solid var(--border-color); color: #ffffff;}
.vd96__2bd{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.c246baef24{
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
    align-items: flex-start;
    }
.cff479_mrn{
    flex: 1 1 500px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.pgwpn86b9j7{
    font-family: var(--font-serif);
    font-size: 32px;
    font-weight: 700;
    color: var(--text-color);
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }
.s8254__aa7b{
    font-family: var(--font-sans);
    font-size: 16px;
    line-height: 1.6;
    color: var(--text-muted);
    max-width: 680px;
    margin-bottom: 32px;
    margin-top: 0;
    }
.e3q7ay1q{
    width: auto;
    margin-bottom: 20px;
    }
.c491550_sh9{
    display: inline-block;
    background-color: var(--primary-color);
    color: #000000; 
    font-family: var(--font-sans);
    font-weight: 700;
    font-size: 16px;
    padding: 16px 36px;
    border-radius: var(--radius-lg);
    text-decoration: none;
    transition: var(--transition);
    box-shadow: 0 4px 14px hsla(123, 75%, 49%, 0.3);
    }
.c491550_sh9:hover{
    transform: translateY(-2px);
    box-shadow: 0 6px 20px hsla(123, 75%, 49%, 0.4);
    filter: brightness(1.1);
    }
.ye68884_bc1{
    flex: 1 1 400px;
    display: flex;
    gap: 40px;
    }
.t85873a93{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
.hb66b__712{
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--text-color);
    margin-bottom: 20px;
    margin-top: 0;
    }
.e0195a6ead9{
    font-family: var(--font-sans);
    font-size: 15px;
    color: var(--text-muted);
    text-decoration: none;
    margin-bottom: 12px;
    transition: var(--transition);
    }
.e0195a6ead9:hover{
    color: var(--primary-color);
    padding-left: 4px;
    }
.fc69cb208{
    width: 100%;
    margin-top: 60px;
    }
.k875__76a{
    width: 100%;
    height: 1px;
    background-color: var(--border-color);
    margin-bottom: 30px; color: #1a1a2e;}
.g5c4f6b4{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    }
.jbb54def1d{
    font-family: var(--font-sans);
    font-size: 14px;
    color: var(--text-muted);
    flex: 0 0 auto;
    }
.i4fb3e9c8e9{
    font-family: var(--font-sans);
    font-size: 13px;
    font-weight: 500;
    color: var(--secondary-color);
    flex: 0 0 auto;
    opacity: 0.8;
    }
@media (max-width: 768px){.x9410_66 {
    padding-top: 60px;
    }
.c246baef24 {
    flex-direction: column;
    gap: 48px;
    }
.cff479_mrn {
    flex: 1 1 100%;
    }
.ye68884_bc1 {
    flex: 1 1 100%;
    gap: 24px;
    }
.g5c4f6b4 {
    flex-direction: column;
    align-items: flex-start;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  background-color: var(--bg-color);
  color: var(--text-color);
  font-family: var(--font-sans);
}
.of51f__9c140{
  width: 100%;
  height: var(--nav-height);
  background: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center; color: #ffffff;}
.g48bcab00{
  width: var(--max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: flex-start; 
  position: relative;
}
.sn8w8b9z{
  display: flex;
  align-items: baseline;
  text-decoration: none;
  margin-right: 40px; 
}
.u461cp4wcg{
  font-family: var(--font-serif);
  font-size: 28px;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.5px;
}
.o5f0d7ee_q69w{
  width: 8px;
  height: 8px;
  background-color: var(--primary-color);
  border-radius: 50%;
  margin-left: 4px; color: #1a1a2e;}
.cf50wteoofuf{
  flex: 1;
}
.y9e29bc_zu{
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
}
.r94988515d9{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 500;
  transition: var(--transition);
  white-space: nowrap;
}
.r94988515d9:hover{
  color: var(--primary-color);
}
.x8ee175_vn5s{
  margin-left: auto; 
}
.u9751ca3{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 24px;
  background: var(--primary-color);
  color: #1a1a2e; 
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: none;
}
.u9751ca3:hover{
  background: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: var(--shadow-md); color: #1a1a2e;}
.t5e25e54_dq{
  display: none;
}
.c40c453a1d4{
  display: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
  z-index: 1001;
}
.x01f3c011{
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #1a1a2e;}
@media (max-width: 1024px){.y9e29bc_zu {
    gap: 12px;
  }
.r94988515d9 {
    font-size: 13px;
  }}
@media (max-width: 860px){.c40c453a1d4{
    display: flex;
  }
.cf50wteoofuf{
    position: fixed;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    height: 0;
    background: var(--bg-color);
    overflow: hidden;
    transition: var(--transition);
    border-bottom: 0 solid var(--border-color); color: #ffffff;}
.y9e29bc_zu{
    flex-direction: column;
    padding: 40px 24px;
    align-items: flex-start;
    gap: 24px;
  }
.r94988515d9{
    font-size: 18px;
    color: var(--text-color);
  }
.t5e25e54_dq:checked ~ .cf50wteoofuf{
    height: calc(100vh - var(--nav-height));
    border-bottom: 1px solid var(--border-color);
  }
.t5e25e54_dq:checked ~ .c40c453a1d4 .x01f3c011:nth-child(1){
    transform: translateY(7px) rotate(45deg);
  }
.t5e25e54_dq:checked ~ .c40c453a1d4 .x01f3c011:nth-child(2){
    opacity: 0;
  }
.t5e25e54_dq:checked ~ .c40c453a1d4 .x01f3c011:nth-child(3){
    transform: translateY(-7px) rotate(-45deg);
  }
.x8ee175_vn5s{
    margin-right: 20px;
  }
.sn8w8b9z{
    margin-right: 20px;
  }}
@media (max-width: 480px){.u9751ca3{
    padding: 8px 16px;
    font-size: 13px;
  }
.u461cp4wcg{
    font-size: 22px;
  }}
.r94988515d9.active{color: var(--primary-color);}
@media (min-width: 1025px){.of51f__9c140 #nt769c69f1c3, .of51f__9c140 label[for="nt769c69f1c3"]{ display: none !important; }}
@media (min-width: 1025px){.of51f__9c140 .cf50wteoofuf{ 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){.of51f__9c140 .cf50wteoofuf{ 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){.of51f__9c140 .cf50wteoofuf a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.e3b03c_ss2{list-style:none;}
.r94988515d9.active{color: var(--primary-color);}
#nt769c69f1c3:checked ~ .cf50wteoofuf{ right: 0 !important; left: auto !important; }
@media (max-width: 1024px){.of51f__9c140.i8515dbe25b .cf50wteoofuf{ 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){#nt769c69f1c3:checked ~ .cf50wteoofuf{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1025px){.of51f__9c140.i8515dbe25b #nt769c69f1c3, .of51f__9c140.i8515dbe25b label[for="nt769c69f1c3"]{ display: none !important; }}
@media (min-width: 1025px){.of51f__9c140.i8515dbe25b .cf50wteoofuf{ 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){.of51f__9c140.i8515dbe25b .cf50wteoofuf{ 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){.of51f__9c140.i8515dbe25b .cf50wteoofuf a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.k06f__e890{
  background-color: var(--bg-color);
  padding-top: 80px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid var(--border-color); color: #ffffff;}
.l6fcf980c{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.e94214_e3e8{
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  align-items: flex-start;
}
.g06f84bc67e{
  flex: 1 1 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.adf744_06ed{
  font-family: var(--font-serif);
  font-size: 32px;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.o3e1e6585{
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 680px;
  margin-bottom: 32px;
  margin-top: 0;
}
.o12dbfb30ff{
  width: auto;
  margin-bottom: 20px;
}
.tef9__6e34{
  display: inline-block;
  background-color: var(--primary-color);
  color: #000000; 
  font-family: var(--font-sans);
  font-weight: 700;
  font-size: 16px;
  padding: 16px 36px;
  border-radius: var(--radius-lg);
  text-decoration: none;
  transition: var(--transition);
  box-shadow: 0 4px 14px hsla(123, 75%, 49%, 0.3);
}
.tef9__6e34:hover{
  transform: translateY(-2px);
  box-shadow: 0 6px 20px hsla(123, 75%, 49%, 0.4);
  filter: brightness(1.1);
}
.l32ffcfc8d1{
  flex: 1 1 400px;
  display: flex;
  gap: 40px;
}
.x8d446_19bd{
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.lac1af_d072{
  font-family: var(--font-sans);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-color);
  margin-bottom: 20px;
  margin-top: 0;
}
.ca0276cc8e5{
  font-family: var(--font-sans);
  font-size: 15px;
  color: var(--text-muted);
  text-decoration: none;
  margin-bottom: 12px;
  transition: var(--transition);
}
.ca0276cc8e5:hover{
  color: var(--primary-color);
  padding-left: 4px;
}
.q719f6_8a4b{
  width: 100%;
  margin-top: 60px;
}
.cb1f88_1eee{
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
  margin-bottom: 30px; color: #1a1a2e;}
.n7c32e15ec6{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.r4c4ed_3241{
  font-family: var(--font-sans);
  font-size: 14px;
  color: var(--text-muted);
  flex: 0 0 auto;
}
.if1da2b5b{
  font-family: var(--font-sans);
  font-size: 13px;
  font-weight: 500;
  color: var(--secondary-color);
  flex: 0 0 auto;
  opacity: 0.8;
}
@media (max-width: 768px){.k06f__e890 {
    padding-top: 60px;
  }
.e94214_e3e8 {
    flex-direction: column;
    gap: 48px;
  }
.g06f84bc67e {
    flex: 1 1 100%;
  }
.l32ffcfc8d1 {
    flex: 1 1 100%;
    gap: 24px;
  }
.n7c32e15ec6 {
    flex-direction: column;
    align-items: flex-start;
  }}
.ke598a_1844{box-sizing:border-box;}
.n904ea_45f3{box-sizing:border-box;}
.b8e848952{display:block;max-width:100%;height:auto;}
.ge30aec4873{box-sizing:border-box;}
.dea68fd5a{box-sizing:border-box;}
@media (max-width: 768px) {div.ad70__e219.n80e95ad62 .oc5692086 { 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; }
.g5c4f6b4 { 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; }}