:root {

  --primary-color: hsl(104, 73%, 40%);
  --secondary-color: hsl(175, 59%, 40%);
  --bg-color: hsl(104, 7%, 96%);
  --text-color: hsl(104, 10%, 9%);
  --text-muted: hsl(104, 5%, 45%);
  --border-color: rgba(0, 0, 0, 0.08);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 32px;
  --shadow-sm: 0 2px 10px rgba(0, 0, 0, 0.05);
  --shadow-md: 0 8px 30px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 15px 50px rgba(0, 0, 0, 0.12);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --nav-bg: rgba(244, 246, 243, 0.95);
  --btn-text: #ffffff;
  --pg-primary: hsl(104, 73%, 52%);
  --pg-primary-hover: hsl(104, 78%, 45%);
  --pg-secondary: hsl(175, 59%, 52%);
  --pg-text-main: hsl(104, 10%, 9%);
  --pg-text-muted: hsl(104, 5%, 35%);
  --pg-bg-base: hsl(104, 7%, 96%);
  --pg-bg-card: #ffffff;
  --pg-bg-alt: hsl(104, 10%, 92%);
  --pg-radius-lg: 24px;
  --pg-radius-md: 16px;
  --pg-radius-sm: 8px;
  --pg-shadow-subtle: 0 4px 20px rgba(0, 0, 0, 0.05);
  --pg-shadow-hover: 0 12px 30px rgba(0, 0, 0, 0.1);
  --pg-font-serif: "Georgia", "Times New Roman", serif;
  --pg-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --pg-max-width: 1200px;
  --pg-read-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%);
}
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: "Georgia", "Times New Roman", serif; 
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.6;
    }
.t21f830cf84{
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.n3sfemsa4jh{
    width: 100%;
    max-width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    }
.g08187_xvhf{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
    }
.u91b3fe2bec{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    }
.v9e8eba_8aaf{
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%; color: #1a1a2e;}
.dxh4kw3bll{
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    }
.dd41__f2d7{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.95rem;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    font-weight: 500;
    }
.dd41__f2d7:hover{
    color: var(--primary-color);
    background-color: rgba(0, 0, 0, 0.03);
    }
.e4b01b1f25e{
    display: flex;
    align-items: center;
    }
.i24915d_fg{
    display: inline-block;
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: var(--radius-lg); 
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.i24915d_fg:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.m0b470e_4a6{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    }
.n00d76e7a76{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    position: relative; color: #ffffff;}
.n00d76e7a76::before, .n00d76e7a76::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    left: 0; color: #ffffff;}
.n00d76e7a76::before{ top: -6px; }
.n00d76e7a76::after{ bottom: -6px; }
@media (max-width: 1024px){.dxh4kw3bll {
    display: none; 
    }
.m0b470e_4a6 {
    display: block;
    order: 3;
    }
.e4b01b1f25e {
    margin-left: auto;
    }}
@media (max-width: 640px){.u91b3fe2bec{
    font-size: 1.2rem;
    }
.i24915d_fg{
    padding: 8px 16px;
    font-size: 0.8rem;
    }}
.dd41__f2d7.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.e4a384c0e2{list-style:none;}
.dd41__f2d7.active {color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.aa3d5d3{
    background-color: var(--bg-color, hsl(104, 7%, 96%));
    padding: 80px 24px 40px 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08)); color: #1a1a2e;}
.n5bfc3_aa8{
    max-width: var(--max-width, 1200px);
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
.ve00d69_23{
    max-width: 760px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
    }
.nbc4b677{
    font-family: serif;
    font-size: 32px;
    color: var(--text-color, hsl(104, 10%, 9%));
    margin-bottom: 16px;
    line-height: 1.2;
    font-weight: 700;
    }
.c65219_8pt{
    font-size: 18px;
    color: var(--text-muted, hsl(104, 5%, 45%));
    margin-bottom: 32px;
    line-height: 1.6;
    }
.p516__1a2{
    display: flex;
    justify-content: center;
    width: 100%;
    }
.r385da7a_ujuc{
    background-color: var(--primary-color, hsl(104, 73%, 40%));
    color: #1a1a2e;
    padding: 16px 40px;
    border-radius: var(--radius-lg, 32px);
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    box-shadow: var(--shadow-md, 0 8px 30px rgba(0, 0, 0, 0.08));
    display: inline-block;
    }
.r385da7a_ujuc:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 15px 50px rgba(0, 0, 0, 0.12));
    filter: brightness(1.1);
    }
.m684__1964e{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.08));
    margin-bottom: 48px; color: #ffffff;}
.b026b7_59{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-bottom: 64px;
    width: 100%;
    }
.y18fff8_d89{
    color: var(--text-color, hsl(104, 10%, 9%));
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition, all 0.3s ease);
    opacity: 0.8;
    flex: 0 1 auto;
    }
.y18fff8_d89:hover{
    color: var(--secondary-color, hsl(175, 59%, 40%));
    opacity: 1;
    }
.pa172ca5586{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    }
.t808641{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    }
.y8713e87_7v{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--text-color, hsl(104, 10%, 9%));
    }
.meff3f65_d1fg{
    font-size: 14px;
    color: var(--text-muted, hsl(104, 5%, 45%));
    margin: 0;
    width: 100%;
    }
@media (max-width: 768px){.aa3d5d3{
    padding: 60px 20px 30px 20px;
    }
.nbc4b677{
    font-size: 26px;
    }
.b026b7_59{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    }
.r385da7a_ujuc{
    width: 100%;
    text-align: center;
    }}
div.webe1695a5c.c2323fd_c7.f04d916_24{
    font-family: var(--pg-font-sans);
    color: var(--pg-text-main, #1a1c1a);
    background-color: var(--pg-bg-base, #f4f5f4);
    line-height: 1.6;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
div.webe1695a5c.c2323fd_c7.f04d916_24 h1, div.webe1695a5c.c2323fd_c7.f04d916_24 h2, div.webe1695a5c.c2323fd_c7.f04d916_24 h3{
    font-family: var(--pg-font-serif);
    margin-top: 0;
    color: var(--pg-text-main);
    }
div.webe1695a5c.c2323fd_c7.f04d916_24 img{
    max-width: 100%;
    height: auto;
    display: block;
    }
div.webe1695a5c.c2323fd_c7.f04d916_24 a{
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    }
div.webe1695a5c.c2323fd_c7 .j97c30__f6c00{
    max-width: var(--pg-max-width);
    margin: 0 auto;
    padding: 0 5%;
    }
div.webe1695a5c.c2323fd_c7 .oab0c16{
    text-align: center;
    }
div.webe1695a5c.c2323fd_c7 .n0f3cfc_4hp{
    max-width: var(--pg-read-width);
    margin: 0 auto;
    }
div.webe1695a5c.c2323fd_c7 .jtsbsvqo{
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 32px;
    }
div.webe1695a5c.c2323fd_c7 .t4298609808{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 32px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: 2px solid transparent;
    }
div.webe1695a5c.c2323fd_c7 .ea949__9590{
    background-color: var(--pg-primary);
    color: #1a1a2e;
    box-shadow: 0 8px 16px rgba(45, 184, 38, 0.2);
    }
div.webe1695a5c.c2323fd_c7 .ea949__9590:hover{
    background-color: var(--pg-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(45, 184, 38, 0.3); color: #1a1a2e;}
div.webe1695a5c.c2323fd_c7 .i1ffb731b5{
    background-color: transparent;
    border-color: var(--pg-text-main);
    color: var(--pg-text-main);
    }
div.webe1695a5c.c2323fd_c7 .i1ffb731b5:hover{
    background-color: var(--pg-text-main);
    color: var(--pg-bg-base);
    }
div.webe1695a5c.c2323fd_c7 .x52914__a1de{
    padding: 100px 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.webe1695a5c.c2323fd_c7 .x52914__a1de h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }
div.webe1695a5c.c2323fd_c7 .x52914__a1de p.n2e70f331{
    font-size: clamp(1.1rem, 2vw, 1.25rem);
    color: var(--pg-text-muted);
    margin-bottom: 20px;
    }
div.webe1695a5c.c2323fd_c7 .yh9n1ma2{
    margin-top: 60px;
    width: 100%;
    max-width: 1000px;
    border-radius: var(--pg-radius-lg);
    overflow: hidden;
    box-shadow: var(--pg-shadow-hover);
    aspect-ratio: 16/9;
    background-color: var(--pg-bg-alt); color: #1a1a2e;}
div.webe1695a5c.c2323fd_c7 .yh9n1ma2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.webe1695a5c.c2323fd_c7 .n0ymv2d0t7{
    padding: 80px 0;
    }
div.webe1695a5c.c2323fd_c7 .w68ca40b{
    margin-bottom: 56px;
    }
div.webe1695a5c.c2323fd_c7 .w68ca40b h2{
    font-size: clamp(2rem, 3vw, 2.5rem);
    margin-bottom: 16px;
    }
div.webe1695a5c.c2323fd_c7 .w68ca40b p{
    font-size: 1.125rem;
    color: var(--pg-text-muted);
    }
div.webe1695a5c.c2323fd_c7 .g2d8a40_c3{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
    }
div.webe1695a5c.c2323fd_c7 .vb3da_e0{
    background-color: var(--pg-bg-card);
    border-radius: var(--pg-radius-md);
    padding: 40px 32px;
    box-shadow: var(--pg-shadow-subtle);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-align: left;
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.webe1695a5c.c2323fd_c7 .vb3da_e0:hover{
    transform: translateY(-8px);
    box-shadow: var(--pg-shadow-hover);
    }
div.webe1695a5c.c2323fd_c7 .tcdc5cb_dgt8{
    width: 48px;
    height: 48px;
    background-color: var(--pg-bg-alt);
    border-radius: var(--pg-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #1a1a2e;
    }
div.webe1695a5c.c2323fd_c7 .tcdc5cb_dgt8 svg{
    width: 24px;
    height: 24px;
    fill: currentColor;
    }
div.webe1695a5c.c2323fd_c7 .vb3da_e0 h3{
    font-size: 1.5rem;
    margin-bottom: 16px;
    font-family: var(--pg-font-sans);
    }
div.webe1695a5c.c2323fd_c7 .vb3da_e0 p{
    color: var(--pg-text-muted);
    margin-bottom: 24px;
    flex-grow: 1;
    }
div.webe1695a5c.c2323fd_c7 .s12876526e{
    font-weight: 600;
    color: var(--pg-text-main);
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    }
div.webe1695a5c.c2323fd_c7 .s12876526e::after{
    content: "→";
    margin-left: 8px;
    transition: transform 0.2s;
    }
div.webe1695a5c.c2323fd_c7 .s12876526e:hover{
    color: var(--pg-secondary);
    }
div.webe1695a5c.c2323fd_c7 .s12876526e:hover::after{
    transform: translateX(4px);
    }
div.webe1695a5c.c2323fd_c7 .ia078__7137{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    }
@media (max-width: 900px) {div.webe1695a5c.c2323fd_c7 .ia078__7137{
    grid-template-columns: 1fr;
    text-align: center;
    }
div.webe1695a5c.c2323fd_c7 .ia078__7137.oab0c16 .jtsbsvqo{
    justify-content: center;
    }
div.webe1695a5c.c2323fd_c7 .w6bc575_8c75{
    order: 2;
    }
div.webe1695a5c.c2323fd_c7 .ea180_88{
    order: 1;
    }}
div.webe1695a5c.c2323fd_c7 .ea180_88{
    border-radius: var(--pg-radius-lg);
    overflow: hidden;
    box-shadow: var(--pg-shadow-subtle);
    aspect-ratio: 4/3;
    background-color: var(--pg-bg-alt); color: #1a1a2e;}
div.webe1695a5c.c2323fd_c7 .ea180_88 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.webe1695a5c.c2323fd_c7 .w6bc575_8c75 h2{
    font-size: clamp(2rem, 3vw, 2.5rem);
    margin-bottom: 24px;
    }
div.webe1695a5c.c2323fd_c7 .w6bc575_8c75 p{
    font-size: 1.125rem;
    color: var(--pg-text-muted);
    margin-bottom: 24px;
    }
div.webe1695a5c.c2323fd_c7 .w6bc575_8c75 .jtsbsvqo{
    justify-content: flex-start;
    }
div.webe1695a5c.c2323fd_c7 .rbaa__4646{
    background-color: var(--pg-text-main);
    color: var(--pg-bg-base);
    border-radius: var(--pg-radius-lg);
    padding: 80px 5%;
    margin: 40px auto;
    max-width: calc(var(--pg-max-width) - 40px);
    }
div.webe1695a5c.c2323fd_c7 .rbaa__4646 h2{
    color: var(--pg-bg-base);
    }
div.webe1695a5c.c2323fd_c7 .j8a050d1_7bdx{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
    margin-top: 48px;
    text-align: left;
    }
div.webe1695a5c.c2323fd_c7 .p91c4e__0c7{
    border-top: 1px solid rgba(255,255,255,0.2);
    padding-top: 24px;
    }
div.webe1695a5c.c2323fd_c7 .p91c4e__0c7 h4{
    font-size: 1.25rem;
    margin: 0 0 12px 0;
    font-family: var(--pg-font-sans);
    font-weight: 500;
    }
div.webe1695a5c.c2323fd_c7 .p91c4e__0c7 p{
    color: rgba(255,255,255,0.7);
    font-size: 0.95rem;
    margin-bottom: 16px;
    }
div.webe1695a5c.c2323fd_c7 .p91c4e__0c7 a{
    color: var(--pg-primary);
    font-weight: 600;
    }
div.webe1695a5c.c2323fd_c7 .p91c4e__0c7 a:hover{
    color: var(--pg-secondary);
    text-decoration: underline;
    }
div.webe1695a5c.c2323fd_c7 .d69b3c_3406{
    padding: 60px 0 40px;
    text-align: center;
    border-top: 1px solid rgba(0,0,0,0.05);
    margin-top: 40px;
    }
div.webe1695a5c.c2323fd_c7 .d69b3c_3406 p{
    color: var(--pg-text-muted);
    font-size: 0.9rem;
    }
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.webe1695a5c img.t13303d3d8b {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.webe1695a5c img.t13303d3d8b.dc59__2c9d { aspect-ratio: 16 / 9; }
div.webe1695a5c img.t13303d3d8b.v20bd6e55de { aspect-ratio: 16 / 10; }
div.webe1695a5c img.t13303d3d8b.s56c__b99c { aspect-ratio: 4 / 3; }
div.webe1695a5c img.t13303d3d8b.sc33__e2bc { aspect-ratio: 1 / 1; }
div.webe1695a5c :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.webe1695a5c .e3f5__35f6 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.webe1695a5c .e3f5__35f6.dc59__2c9d { aspect-ratio: 16 / 9; }
div.webe1695a5c .e3f5__35f6.v20bd6e55de { aspect-ratio: 16 / 10; }
div.webe1695a5c .e3f5__35f6.s56c__b99c { aspect-ratio: 4 / 3; }
div.webe1695a5c .e3f5__35f6.sc33__e2bc { aspect-ratio: 1 / 1; }
div.webe1695a5c .e3f5__35f6 > img.t13303d3d8b,
    div.webe1695a5c .e3f5__35f6 > picture > img.t13303d3d8b {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.webe1695a5c.c2323fd_c7 .ea949__9590 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.webe1695a5c.c2323fd_c7 .ea949__9590 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.webe1695a5c.c2323fd_c7 .ea949__9590 a:not([class]):hover{opacity:0.92;}
div.webe1695a5c.c2323fd_c7 .ea949__9590 a[class=""]:hover{opacity:0.92;}
div.webe1695a5c.c2323fd_c7 .ea949__9590 a:not([class]):visited{color:#ffffff !important;}
div.webe1695a5c.c2323fd_c7 .ea949__9590 a[class=""]:visited{color:#ffffff !important;}
.o234__3e67 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.o234__3e67 > :first-child,
    .o234__3e67 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    }
body{
    font-family: "Georgia", "Times New Roman", serif; 
    background-color: var(--bg-color);
    color: var(--text-color);
    line-height: 1.6;
    }
.t21f830cf84{
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.n3sfemsa4jh{
    width: 100%;
    max-width: var(--max-width);
    height: 100%;
    padding: 0 24px;
    }
.g08187_xvhf{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    gap: 20px;
    }
.u91b3fe2bec{
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    }
.v9e8eba_8aaf{
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
    border-radius: 50%; color: #1a1a2e;}
.dxh4kw3bll{
    display: flex;
    list-style: none;
    gap: 8px;
    align-items: center;
    }
.dd41__f2d7{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.95rem;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
    font-weight: 500;
    }
.dd41__f2d7:hover{
    color: var(--primary-color);
    background-color: rgba(0, 0, 0, 0.03);
    }
.e4b01b1f25e{
    display: flex;
    align-items: center;
    }
.i24915d_fg{
    display: inline-block;
    background-color: var(--primary-color);
    color: #1a1a2e;
    text-decoration: none;
    padding: 10px 24px;
    border-radius: var(--radius-lg); 
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    white-space: nowrap;
    }
.i24915d_fg:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
.m0b470e_4a6{
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 10px;
    }
.n00d76e7a76{
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    position: relative; color: #ffffff;}
.n00d76e7a76::before, .n00d76e7a76::after{
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: var(--text-color);
    left: 0; color: #ffffff;}
.n00d76e7a76::before{ top: -6px; }
.n00d76e7a76::after{ bottom: -6px; }
@media (max-width: 1024px){.dxh4kw3bll {
    display: none; 
    }
.m0b470e_4a6 {
    display: block;
    order: 3;
    }
.e4b01b1f25e {
    margin-left: auto;
    }}
@media (max-width: 640px){.u91b3fe2bec{
    font-size: 1.2rem;
    }
.i24915d_fg{
    padding: 8px 16px;
    font-size: 0.8rem;
    }}
.dd41__f2d7.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.e4a384c0e2{list-style:none;}
.dd41__f2d7.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.aa3d5d3{
    background-color: var(--bg-color, hsl(104, 7%, 96%));
    padding: 80px 24px 40px 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08)); color: #1a1a2e;}
.n5bfc3_aa8{
    max-width: var(--max-width, 1200px);
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
.ve00d69_23{
    max-width: 760px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 64px;
    }
.nbc4b677{
    font-family: serif;
    font-size: 32px;
    color: var(--text-color, hsl(104, 10%, 9%));
    margin-bottom: 16px;
    line-height: 1.2;
    font-weight: 700;
    }
.c65219_8pt{
    font-size: 18px;
    color: var(--text-muted, hsl(104, 5%, 45%));
    margin-bottom: 32px;
    line-height: 1.6;
    }
.p516__1a2{
    display: flex;
    justify-content: center;
    width: 100%;
    }
.r385da7a_ujuc{
    background-color: var(--primary-color, hsl(104, 73%, 40%));
    color: #1a1a2e;
    padding: 16px 40px;
    border-radius: var(--radius-lg, 32px);
    font-weight: 600;
    font-size: 18px;
    text-decoration: none;
    transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
    box-shadow: var(--shadow-md, 0 8px 30px rgba(0, 0, 0, 0.08));
    display: inline-block;
    }
.r385da7a_ujuc:hover{
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg, 0 15px 50px rgba(0, 0, 0, 0.12));
    filter: brightness(1.1);
    }
.m684__1964e{
    width: 100%;
    height: 1px;
    background-color: var(--border-color, rgba(0, 0, 0, 0.08));
    margin-bottom: 48px; color: #ffffff;}
.b026b7_59{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
    margin-bottom: 64px;
    width: 100%;
    }
.y18fff8_d89{
    color: var(--text-color, hsl(104, 10%, 9%));
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition, all 0.3s ease);
    opacity: 0.8;
    flex: 0 1 auto;
    }
.y18fff8_d89:hover{
    color: var(--secondary-color, hsl(175, 59%, 40%));
    opacity: 1;
    }
.pa172ca5586{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    }
.t808641{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    }
.y8713e87_7v{
    font-size: 20px;
    font-weight: 800;
    letter-spacing: -0.5px;
    color: var(--text-color, hsl(104, 10%, 9%));
    }
.meff3f65_d1fg{
    font-size: 14px;
    color: var(--text-muted, hsl(104, 5%, 45%));
    margin: 0;
    width: 100%;
    }
@media (max-width: 768px){.aa3d5d3{
    padding: 60px 20px 30px 20px;
    }
.nbc4b677{
    font-size: 26px;
    }
.b026b7_59{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    }
.r385da7a_ujuc{
    width: 100%;
    text-align: center;
    }}
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body{
  font-family: "Georgia", "Times New Roman", serif; 
  background-color: var(--bg-color);
  color: var(--text-color);
  line-height: 1.6;
}
.t21f830cf84{
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  justify-content: center; color: #1a1a2e;}
.n3sfemsa4jh{
  width: 100%;
  max-width: var(--max-width);
  height: 100%;
  padding: 0 24px;
}
.g08187_xvhf{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  gap: 20px;
}
.u91b3fe2bec{
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.v9e8eba_8aaf{
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%; color: #1a1a2e;}
.dxh4kw3bll{
  display: flex;
  list-style: none;
  gap: 8px;
  align-items: center;
}
.dd41__f2d7{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.95rem;
  padding: 8px 12px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  font-weight: 500;
}
.dd41__f2d7:hover{
  color: var(--primary-color);
  background-color: rgba(0, 0, 0, 0.03);
}
.e4b01b1f25e{
  display: flex;
  align-items: center;
}
.i24915d_fg{
  display: inline-block;
  background-color: var(--primary-color);
  color: #1a1a2e;
  text-decoration: none;
  padding: 10px 24px;
  border-radius: var(--radius-lg); 
  font-weight: 600;
  font-size: 0.9rem;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  white-space: nowrap;
}
.i24915d_fg:hover{
  background-color: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
.m0b470e_4a6{
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
}
.n00d76e7a76{
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  position: relative; color: #ffffff;}
.n00d76e7a76::before, .n00d76e7a76::after{
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: var(--text-color);
  left: 0; color: #ffffff;}
.n00d76e7a76::before{ top: -6px; }
.n00d76e7a76::after{ bottom: -6px; }
@media (max-width: 1024px){.dxh4kw3bll {
    display: none; 
  }
.m0b470e_4a6 {
    display: block;
    order: 3;
  }
.e4b01b1f25e {
    margin-left: auto;
  }}
@media (max-width: 640px){.u91b3fe2bec{
    font-size: 1.2rem;
  }
.i24915d_fg{
    padding: 8px 16px;
    font-size: 0.8rem;
  }}
.dd41__f2d7.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.e4a384c0e2{list-style:none;}
.dd41__f2d7.active{color: var(--primary-color); background-color: rgba(0, 0, 0, 0.03);}
.g3f528_202d{
  background-color: var(--bg-color, hsl(104, 7%, 96%));
  padding: 80px 24px 40px 24px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid var(--border-color, rgba(0, 0, 0, 0.08)); color: #1a1a2e;}
.s6c979_ed4f{
  max-width: var(--max-width, 1200px);
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.weac__f6b9{
  max-width: 760px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}
.sd6b894bc2b{
  font-family: serif;
  font-size: 32px;
  color: var(--text-color, hsl(104, 10%, 9%));
  margin-bottom: 16px;
  line-height: 1.2;
  font-weight: 700;
}
.e0ca0e4b6{
  font-size: 18px;
  color: var(--text-muted, hsl(104, 5%, 45%));
  margin-bottom: 32px;
  line-height: 1.6;
}
.t46b0fd6550{
  display: flex;
  justify-content: center;
  width: 100%;
}
.s747__4ade{
  background-color: var(--primary-color, hsl(104, 73%, 40%));
  color: #1a1a2e;
  padding: 16px 40px;
  border-radius: var(--radius-lg, 32px);
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: var(--transition, all 0.3s cubic-bezier(0.4, 0, 0.2, 1));
  box-shadow: var(--shadow-md, 0 8px 30px rgba(0, 0, 0, 0.08));
  display: inline-block;
}
.s747__4ade:hover{
  transform: translateY(-2px);
  box-shadow: var(--shadow-lg, 0 15px 50px rgba(0, 0, 0, 0.12));
  filter: brightness(1.1);
}
.kcf082cad{
  width: 100%;
  height: 1px;
  background-color: var(--border-color, rgba(0, 0, 0, 0.08));
  margin-bottom: 48px; color: #ffffff;}
.n2582d1e557{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 32px;
  margin-bottom: 64px;
  width: 100%;
}
.a813b77c2{
  color: var(--text-color, hsl(104, 10%, 9%));
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition, all 0.3s ease);
  opacity: 0.8;
  flex: 0 1 auto;
}
.a813b77c2:hover{
  color: var(--secondary-color, hsl(175, 59%, 40%));
  opacity: 1;
}
.d7f217_9461{
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.jeb76b7bf5a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.y5a9cf551{
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: var(--text-color, hsl(104, 10%, 9%));
}
.v8d229c7fb2{
  font-size: 14px;
  color: var(--text-muted, hsl(104, 5%, 45%));
  margin: 0;
  width: 100%;
}
@media (max-width: 768px){.g3f528_202d{
    padding: 60px 20px 30px 20px;
  }
.sd6b894bc2b{
    font-size: 26px;
  }
.n2582d1e557{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
  }
.s747__4ade{
    width: 100%;
    text-align: center;
  }}
.re15__453e{box-sizing:border-box;}
.v537__b0e3{box-sizing:border-box;}
.n62273950c2{box-sizing:border-box;}
.g37e__f082{box-sizing:border-box;}
.ca68b5f5a{box-sizing:border-box;}
.m6a2d708dbd{display:block;max-width:100%;height:auto;}