:root {

  --page-primary: var(--primary-color, hsl(145, 74%, 58%));
  --page-secondary: var(--secondary-color, hsl(279, 59%, 58%));
  --page-bg: var(--bg-color, hsl(145, 7%, 95%));
  --page-text: var(--text-color, hsl(145, 10%, 12%));
  --page-card-bg: #ffffff;
  --transition-base: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --primary-color: #E62E00;
  --secondary-color: #FFB800;
  --bg-color: #FFF5EC;
  --text-color: #0F0A08;
  --text-muted: #5C433A;
  --border-color: #0F0A08;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 2px 2px 0px var(--border-color);
  --shadow-md: 4px 4px 0px var(--border-color);
  --shadow-lg: 8px 8px 0px var(--border-color);
  --nav-height: 76px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #FFFFFF;
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.r3a9c8dd2.c38d6__84c{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--page-text);
    background-color: var(--page-bg);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.r3a9c8dd2.c38d6__84c .yac164__748{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center; 
    }
div.r3a9c8dd2.c38d6__84c .u1276286f48{
    padding: 100px 0 80px;
    background: linear-gradient(135deg, hsla(145, 74%, 58%, 0.1) 0%, hsla(279, 59%, 58%, 0.05) 100%);
    min-height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center; color: #1a1a2e;}
div.r3a9c8dd2.c38d6__84c .q984db362ba{
    max-width: 760px; 
    margin: 0 auto;
    }
div.r3a9c8dd2.c38d6__84c .u1276286f48 h1{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 24px;
    color: var(--page-text);
    }
div.r3a9c8dd2.c38d6__84c .u1276286f48 p{
    font-size: 1.25rem;
    color: hsla(145, 10%, 30%, 1);
    margin-bottom: 40px;
    }
div.r3a9c8dd2.c38d6__84c .s1iiefmxd{
    display: flex;
    gap: 16px;
    justify-content: center;
    }
div.r3a9c8dd2.c38d6__84c .sa59f5_8c{
    background-color: var(--page-primary);
    color: #1a1a2e;
    padding: 16px 40px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 10px 20px -5px hsla(145, 74%, 58%, 0.4);
    transition: var(--transition-base);
    }
div.r3a9c8dd2.c38d6__84c .sa59f5_8c:hover{
    transform: translateY(-2px);
    box-shadow: 0 15px 30px -8px hsla(145, 74%, 58%, 0.5);
    }
div.r3a9c8dd2.c38d6__84c .p5565__bdd6e{
    padding: 80px 0;
    }
div.r3a9c8dd2.c38d6__84c .t07b120_489{
    margin-bottom: 60px;
    }
div.r3a9c8dd2.c38d6__84c .t07b120_489 h2{
    font-size: 2.25rem;
    margin-bottom: 16px;
    }
div.r3a9c8dd2.c38d6__84c .x3b8df51a{
    display: grid;
    grid-template-columns: 1fr; 
    gap: 40px;
    text-align: left;
    }
div.r3a9c8dd2.c38d6__84c .zd77034_c1{
    background: var(--page-card-bg);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.05);
    transition: var(--transition-base); color: #1a1a2e;}
div.r3a9c8dd2.c38d6__84c .zd77034_c1:nth-child(even){
    flex-direction: row-reverse;
    }
div.r3a9c8dd2.c38d6__84c .a2ea9_4aa5{
    flex: 1;
    height: 400px;
    object-fit: cover;
    }
div.r3a9c8dd2.c38d6__84c .v45309310f0{
    flex: 1;
    padding: 60px;
    }
div.r3a9c8dd2.c38d6__84c .v45309310f0 h3{
    font-size: 1.75rem;
    margin-bottom: 20px;
    color: var(--page-secondary);
    }
div.r3a9c8dd2.c38d6__84c .b113d06dd61{
    background: #1a1a1a;
    color: #fff;
    padding: 60px;
    border-radius: 24px;
    margin: 40px 0;
    text-align: left;
    }
div.r3a9c8dd2.c38d6__84c .h66e52c07{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 30px;
    }
div.r3a9c8dd2.c38d6__84c .n0mh94gnycj4{
    background: #333;
    padding: 4px 10px;
    border-radius: 4px;
    font-family: monospace;
    border-bottom: 3px solid #000;
    margin: 0 4px; color: #ffffff;}
div.r3a9c8dd2.c38d6__84c .if5b7e27{
    background-color: #fff;
    padding: 80px 40px;
    border-radius: 32px;
    margin: 60px 0; color: #1a1a2e;}
div.r3a9c8dd2.c38d6__84c .pe5f__3ac{
    text-align: left;
    max-width: 800px;
    margin: 0 auto 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    }
div.r3a9c8dd2.c38d6__84c .pe5f__3ac h4{
    font-size: 1.2rem;
    margin-bottom: 12px;
    color: var(--page-text);
    }
div.r3a9c8dd2.c38d6__84c .c3f4d081d{
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 30px;
    flex-wrap: wrap;
    }
div.r3a9c8dd2.c38d6__84c .c3f4d081d a{
    color: hsla(145, 10%, 40%, 1);
    text-decoration: none;
    transition: color 0.2s;
    }
div.r3a9c8dd2.c38d6__84c .c3f4d081d a:hover{
    color: var(--page-primary);
    }
@media (max-width: 768px) {div.r3a9c8dd2.c38d6__84c .zd77034_c1, div.r3a9c8dd2.c38d6__84c .zd77034_c1:nth-child(even){
    flex-direction: column;
    }
div.r3a9c8dd2.c38d6__84c .a2ea9_4aa5{
    height: 250px;
    width: 100%;
    }
div.r3a9c8dd2.c38d6__84c .v45309310f0{
    padding: 30px;
    }
div.r3a9c8dd2.c38d6__84c .s1iiefmxd{
    flex-direction: column;
    }}
.d538862_j8u{
    background-color: var(--secondary-color);
    border-top: 4px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, sans-serif;
    overflow: hidden; color: #1a1a2e;}
.q806f8c_xs5{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    }
.a33a34693{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 48px;
    }
.o481126_0b{
    font-size: 56px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 24px;
    letter-spacing: -2px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 12px 32px;
    border: 4px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    transform: rotate(-2deg);
    transition: var(--transition);
    width: auto;
    flex: 0 0 auto;
    display: inline-block;
    }
.o481126_0b:hover{
    transform: rotate(0deg) translate(-4px, -4px);
    box-shadow: 12px 12px 0px var(--border-color);
    }
.q38a5_72{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 16px;
    background-color: var(--bg-color);
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    width: auto;
    flex: 0 0 auto;
    }
.hc167d7_3a{
    width: 100%;
    flex: 0 0 auto;
    height: 4px;
    background-color: var(--border-color);
    margin-top: 0;
    margin-bottom: 40px; color: #ffffff;}
.i7c14__bc1bb{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 0 0 auto;
    gap: 32px;
    }
.f2af17__42e3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
    flex: 0 0 auto;
    }
.j4fc5b__35b1c{
    font-size: 18px;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    border-bottom: 4px solid transparent;
    transition: var(--transition);
    padding-bottom: 4px;
    width: auto;
    flex: 0 0 auto;
    }
.j4fc5b__35b1c:hover{
    border-bottom: 4px solid var(--primary-color);
    color: var(--primary-color);
    }
.a6fc8c2{
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
    width: 100%;
    flex: 0 0 auto;
    text-align: center;
    }
@media (max-width: 768px){.d538862_j8u{
    padding-top: 60px;
    padding-bottom: 40px;
    }
.o481126_0b{
    font-size: 40px;
    padding: 8px 24px;
    }
.q38a5_72{
    font-size: 18px;
    }
.f2af17__42e3{
    gap: 16px;
    flex-direction: column;
    align-items: center;
    }
.i7c14__bc1bb{
    gap: 24px;
    }}
.rf7083_gjdc{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 3px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.m287722_86j{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.v35fa14_6c5{
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 6px 14px;
    background-color: var(--primary-color);
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition); color: #1a1a2e;}
.v35fa14_6c5:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md);
    background-color: #FF4000; color: #1a1a2e;}
.p50p4vfs{
    font-family: -apple-system, "Inter", Roboto, "Microsoft YaHei", sans-serif;
    font-size: 24px;
    font-weight: 900;
    font-style: italic;
    color: var(--btn-text);
    letter-spacing: 1px;
    }
.b1cda_47{
    display: none;
    }
.ccc95110b{
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center; 
    }
.t3bfb64c{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 6px;
    }
.s136a_8f1{
    margin: 0;
    }
.cb6d0584{
    font-family: -apple-system, "Inter", Roboto, "Microsoft YaHei", sans-serif;
    text-decoration: none;
    color: var(--text-color);
    font-weight: 800;
    font-size: 15px;
    padding: 8px 16px;
    border: 2px solid transparent;
    transition: var(--transition);
    display: block;
    letter-spacing: 0.5px;
    }
.cb6d0584:hover{
    background-color: var(--secondary-color);
    border-color: var(--border-color);
    box-shadow: var(--shadow-sm);
    transform: translateY(-2px); color: #1a1a2e;}
.a43fa__375{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.r99d660ca4{
    display: none;
    }
.o6c1564a69{
    font-family: -apple-system, "Inter", Roboto, "Microsoft YaHei", sans-serif;
    text-decoration: none;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-weight: 800;
    font-size: 15px;
    padding: 10px 24px;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    letter-spacing: 0.5px;
    }
.o6c1564a69:hover{
    background-color: #CC2900;
    transform: translate(2px, 2px); 
    box-shadow: var(--shadow-sm); color: #ffffff;}
.df5e0__46c6f{
    display: none;
    cursor: pointer;
    padding: 10px;
    border: 2px solid var(--border-color);
    background-color: var(--btn-text);
    box-shadow: var(--shadow-sm);
    transition: var(--transition); color: #1a1a2e;}
.df5e0__46c6f:active{
    transform: translate(2px, 2px);
    box-shadow: none;
    }
.bb003d__376{
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    position: relative;
    transition: var(--transition); color: #ffffff;}
.bb003d__376::before, .bb003d__376::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    left: 0; color: #ffffff;}
.bb003d__376::before{ top: -6px; }
.bb003d__376::after{ bottom: -6px; }
@media (max-width: 960px){.ccc95110b {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 3px solid var(--border-color);
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); color: #1a1a2e;}
.b1cda_47:checked ~ .ccc95110b {
    max-height: 600px;
    padding: 16px 0;
    box-shadow: 0 16px 32px rgba(15, 10, 8, 0.15);
    }
.t3bfb64c {
    flex-direction: column;
    gap: 0;
    padding: 0 24px;
    }
.cb6d0584 {
    padding: 16px;
    border: 2px solid transparent;
    border-bottom: 2px solid rgba(15, 10, 8, 0.08);
    }
.cb6d0584:hover {
    transform: none;
    box-shadow: none;
    border-color: var(--border-color);
    }
.a43fa__375 .o6c1564a69 {
    display: none;
    }
.r99d660ca4 {
    display: block;
    padding: 24px;
    }
.r99d660ca4 .o6c1564a69 {
    width: 100%;
    box-sizing: border-box;
    }
.df5e0__46c6f {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    }
.b1cda_47:checked ~ .a43fa__375 .df5e0__46c6f .bb003d__376 {
    background-color: transparent;
    }
.b1cda_47:checked ~ .a43fa__375 .df5e0__46c6f .bb003d__376::before {
    transform: rotate(45deg);
    top: 0;
    }
.b1cda_47:checked ~ .a43fa__375 .df5e0__46c6f .bb003d__376::after {
    transform: rotate(-45deg);
    bottom: 0;
    }}
.cb6d0584.active{background-color: var(--secondary-color); border-color: var(--border-color); box-shadow: var(--shadow-sm); color: #1a1a2e;}
@media (min-width: 961px){.rf7083_gjdc #nt3bf6da5e85, .rf7083_gjdc label[for="nt3bf6da5e85"]{ display: none !important; }}
@media (min-width: 961px){.rf7083_gjdc .ccc95110b{ 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: 961px){.rf7083_gjdc .ccc95110b{ 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: 961px){.rf7083_gjdc .ccc95110b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.cb6d0584.active {background-color: var(--secondary-color); border-color: var(--border-color); box-shadow: var(--shadow-sm); color: #1a1a2e;}
#nt3bf6da5e85:checked ~ .ccc95110b { right: 0 !important; left: auto !important; }
@media (max-width: 960px) {.rf7083_gjdc.t6dab8e06 .ccc95110b { 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: 960px) {#nt3bf6da5e85:checked ~ .ccc95110b { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 961px) {.rf7083_gjdc.t6dab8e06 #nt3bf6da5e85, .rf7083_gjdc.t6dab8e06 label[for="nt3bf6da5e85"] { display: none !important; }}
@media (min-width: 961px) {.rf7083_gjdc.t6dab8e06 .ccc95110b { 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: 961px) {.rf7083_gjdc.t6dab8e06 .ccc95110b { 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: 961px) {.rf7083_gjdc.t6dab8e06 .ccc95110b 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.r3a9c8dd2 img.c3176a8b6 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.r3a9c8dd2 img.c3176a8b6.o993d57dce2 { aspect-ratio: 16 / 9; }
div.r3a9c8dd2 img.c3176a8b6.c306__0c2c { aspect-ratio: 16 / 10; }
div.r3a9c8dd2 img.c3176a8b6.s6ec6278126 { aspect-ratio: 4 / 3; }
div.r3a9c8dd2 img.c3176a8b6.zba2f4cb894 { aspect-ratio: 1 / 1; }
div.r3a9c8dd2 :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.r3a9c8dd2 .caca__c78b {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.r3a9c8dd2 .caca__c78b.o993d57dce2 { aspect-ratio: 16 / 9; }
div.r3a9c8dd2 .caca__c78b.c306__0c2c { aspect-ratio: 16 / 10; }
div.r3a9c8dd2 .caca__c78b.s6ec6278126 { aspect-ratio: 4 / 3; }
div.r3a9c8dd2 .caca__c78b.zba2f4cb894 { aspect-ratio: 1 / 1; }
div.r3a9c8dd2 .caca__c78b > img.c3176a8b6,
    div.r3a9c8dd2 .caca__c78b > picture > img.c3176a8b6 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.r3a9c8dd2.c38d6__84c .sa59f5_8c a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.r3a9c8dd2.c38d6__84c .sa59f5_8c a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.r3a9c8dd2.c38d6__84c .sa59f5_8c a:not([class]):hover{opacity:0.92;}
div.r3a9c8dd2.c38d6__84c .sa59f5_8c a[class=""]:hover{opacity:0.92;}
div.r3a9c8dd2.c38d6__84c .sa59f5_8c a:not([class]):visited{color:#ffffff !important;}
div.r3a9c8dd2.c38d6__84c .sa59f5_8c a[class=""]:visited{color:#ffffff !important;}
.x7e1e2_4180 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.x7e1e2_4180 > :first-child,
    .x7e1e2_4180 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.rf7083_gjdc{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 3px solid var(--border-color);
    z-index: 1000;
    display: flex;
    justify-content: center; color: #1a1a2e;}
.m287722_86j{
    width: var(--max-width);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.v35fa14_6c5{
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 6px 14px;
    background-color: var(--primary-color);
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition); color: #1a1a2e;}
.v35fa14_6c5:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md);
    background-color: #FF4000; color: #1a1a2e;}
.p50p4vfs{
    font-family: -apple-system, "Inter", Roboto, "Microsoft YaHei", sans-serif;
    font-size: 24px;
    font-weight: 900;
    font-style: italic;
    color: var(--btn-text);
    letter-spacing: 1px;
    }
.b1cda_47{
    display: none;
    }
.ccc95110b{
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center; 
    }
.t3bfb64c{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 6px;
    }
.s136a_8f1{
    margin: 0;
    }
.cb6d0584{
    font-family: -apple-system, "Inter", Roboto, "Microsoft YaHei", sans-serif;
    text-decoration: none;
    color: var(--text-color);
    font-weight: 800;
    font-size: 15px;
    padding: 8px 16px;
    border: 2px solid transparent;
    transition: var(--transition);
    display: block;
    letter-spacing: 0.5px;
    }
.cb6d0584:hover{
    background-color: var(--secondary-color);
    border-color: var(--border-color);
    box-shadow: var(--shadow-sm);
    transform: translateY(-2px); color: #1a1a2e;}
.a43fa__375{
    display: flex;
    align-items: center;
    gap: 16px;
    }
.r99d660ca4{
    display: none;
    }
.o6c1564a69{
    font-family: -apple-system, "Inter", Roboto, "Microsoft YaHei", sans-serif;
    text-decoration: none;
    background-color: var(--primary-color);
    color: #1a1a2e;
    font-weight: 800;
    font-size: 15px;
    padding: 10px 24px;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-md);
    transition: var(--transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    letter-spacing: 0.5px;
    }
.o6c1564a69:hover{
    background-color: #CC2900;
    transform: translate(2px, 2px); 
    box-shadow: var(--shadow-sm); color: #ffffff;}
.df5e0__46c6f{
    display: none;
    cursor: pointer;
    padding: 10px;
    border: 2px solid var(--border-color);
    background-color: var(--btn-text);
    box-shadow: var(--shadow-sm);
    transition: var(--transition); color: #1a1a2e;}
.df5e0__46c6f:active{
    transform: translate(2px, 2px);
    box-shadow: none;
    }
.bb003d__376{
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    position: relative;
    transition: var(--transition); color: #ffffff;}
.bb003d__376::before, .bb003d__376::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition);
    left: 0; color: #ffffff;}
.bb003d__376::before{ top: -6px; }
.bb003d__376::after{ bottom: -6px; }
@media (max-width: 960px){.ccc95110b {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 3px solid var(--border-color);
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); color: #1a1a2e;}
.b1cda_47:checked ~ .ccc95110b {
    max-height: 600px;
    padding: 16px 0;
    box-shadow: 0 16px 32px rgba(15, 10, 8, 0.15);
    }
.t3bfb64c {
    flex-direction: column;
    gap: 0;
    padding: 0 24px;
    }
.cb6d0584 {
    padding: 16px;
    border: 2px solid transparent;
    border-bottom: 2px solid rgba(15, 10, 8, 0.08);
    }
.cb6d0584:hover {
    transform: none;
    box-shadow: none;
    border-color: var(--border-color);
    }
.a43fa__375 .o6c1564a69 {
    display: none;
    }
.r99d660ca4 {
    display: block;
    padding: 24px;
    }
.r99d660ca4 .o6c1564a69 {
    width: 100%;
    box-sizing: border-box;
    }
.df5e0__46c6f {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    }
.b1cda_47:checked ~ .a43fa__375 .df5e0__46c6f .bb003d__376 {
    background-color: transparent;
    }
.b1cda_47:checked ~ .a43fa__375 .df5e0__46c6f .bb003d__376::before {
    transform: rotate(45deg);
    top: 0;
    }
.b1cda_47:checked ~ .a43fa__375 .df5e0__46c6f .bb003d__376::after {
    transform: rotate(-45deg);
    bottom: 0;
    }}
.cb6d0584.active{background-color: var(--secondary-color); border-color: var(--border-color); box-shadow: var(--shadow-sm); color: #1a1a2e;}
@media (min-width: 961px){.rf7083_gjdc #nt3bf6da5e85, .rf7083_gjdc label[for="nt3bf6da5e85"]{ display: none !important; }}
@media (min-width: 961px){.rf7083_gjdc .ccc95110b{ 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: 961px){.rf7083_gjdc .ccc95110b{ 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: 961px){.rf7083_gjdc .ccc95110b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.cb6d0584.active{background-color: var(--secondary-color); border-color: var(--border-color); box-shadow: var(--shadow-sm); color: #1a1a2e;}
#nt3bf6da5e85:checked ~ .ccc95110b{ right: 0 !important; left: auto !important; }
@media (max-width: 960px){.rf7083_gjdc.t6dab8e06 .ccc95110b{ 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: 960px){#nt3bf6da5e85:checked ~ .ccc95110b{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 961px){.rf7083_gjdc.t6dab8e06 #nt3bf6da5e85, .rf7083_gjdc.t6dab8e06 label[for="nt3bf6da5e85"]{ display: none !important; }}
@media (min-width: 961px){.rf7083_gjdc.t6dab8e06 .ccc95110b{ 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: 961px){.rf7083_gjdc.t6dab8e06 .ccc95110b{ 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: 961px){.rf7083_gjdc.t6dab8e06 .ccc95110b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.d538862_j8u{
    background-color: var(--secondary-color);
    border-top: 4px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 60px;
    width: 100%;
    box-sizing: border-box;
    font-family: system-ui, -apple-system, sans-serif;
    overflow: hidden; color: #1a1a2e;}
.q806f8c_xs5{
    max-width: var(--max-width);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    }
.a33a34693{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 0 0 auto;
    margin-bottom: 48px;
    }
.o481126_0b{
    font-size: 56px;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: 24px;
    letter-spacing: -2px;
    text-transform: uppercase;
    background-color: var(--primary-color);
    color: #1a1a2e;
    padding: 12px 32px;
    border: 4px solid var(--border-color);
    box-shadow: var(--shadow-lg);
    transform: rotate(-2deg);
    transition: var(--transition);
    width: auto;
    flex: 0 0 auto;
    display: inline-block;
    }
.o481126_0b:hover{
    transform: rotate(0deg) translate(-4px, -4px);
    box-shadow: 12px 12px 0px var(--border-color);
    }
.q38a5_72{
    font-size: 24px;
    font-weight: 800;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 0;
    padding: 8px 16px;
    background-color: var(--bg-color);
    border: 3px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    width: auto;
    flex: 0 0 auto;
    }
.hc167d7_3a{
    width: 100%;
    flex: 0 0 auto;
    height: 4px;
    background-color: var(--border-color);
    margin-top: 0;
    margin-bottom: 40px; color: #ffffff;}
.i7c14__bc1bb{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    flex: 0 0 auto;
    gap: 32px;
    }
.f2af17__42e3{
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 32px;
    width: 100%;
    flex: 0 0 auto;
    }
.j4fc5b__35b1c{
    font-size: 18px;
    font-weight: 800;
    color: var(--text-color);
    text-decoration: none;
    border-bottom: 4px solid transparent;
    transition: var(--transition);
    padding-bottom: 4px;
    width: auto;
    flex: 0 0 auto;
    }
.j4fc5b__35b1c:hover{
    border-bottom: 4px solid var(--primary-color);
    color: var(--primary-color);
    }
.a6fc8c2{
    font-size: 16px;
    font-weight: 700;
    color: var(--text-color);
    margin: 0;
    width: 100%;
    flex: 0 0 auto;
    text-align: center;
    }
@media (max-width: 768px){.d538862_j8u{
    padding-top: 60px;
    padding-bottom: 40px;
    }
.o481126_0b{
    font-size: 40px;
    padding: 8px 24px;
    }
.q38a5_72{
    font-size: 18px;
    }
.f2af17__42e3{
    gap: 16px;
    flex-direction: column;
    align-items: center;
    }
.i7c14__bc1bb{
    gap: 24px;
    }}
.rf7083_gjdc{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 3px solid var(--border-color);
  z-index: 1000;
  display: flex;
  justify-content: center; color: #1a1a2e;}
.m287722_86j{
  width: var(--max-width);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.v35fa14_6c5{
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 6px 14px;
  background-color: var(--primary-color);
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  transition: var(--transition); color: #1a1a2e;}
.v35fa14_6c5:hover{
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-md);
  background-color: #FF4000; color: #1a1a2e;}
.p50p4vfs{
  font-family: -apple-system, "Inter", Roboto, "Microsoft YaHei", sans-serif;
  font-size: 24px;
  font-weight: 900;
  font-style: italic;
  color: var(--btn-text);
  letter-spacing: 1px;
}
.b1cda_47{
  display: none;
}
.ccc95110b{
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: center; 
}
.t3bfb64c{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 6px;
}
.s136a_8f1{
  margin: 0;
}
.cb6d0584{
  font-family: -apple-system, "Inter", Roboto, "Microsoft YaHei", sans-serif;
  text-decoration: none;
  color: var(--text-color);
  font-weight: 800;
  font-size: 15px;
  padding: 8px 16px;
  border: 2px solid transparent;
  transition: var(--transition);
  display: block;
  letter-spacing: 0.5px;
}
.cb6d0584:hover{
  background-color: var(--secondary-color);
  border-color: var(--border-color);
  box-shadow: var(--shadow-sm);
  transform: translateY(-2px); color: #1a1a2e;}
.a43fa__375{
  display: flex;
  align-items: center;
  gap: 16px;
}
.r99d660ca4{
  display: none;
}
.o6c1564a69{
  font-family: -apple-system, "Inter", Roboto, "Microsoft YaHei", sans-serif;
  text-decoration: none;
  background-color: var(--primary-color);
  color: #1a1a2e;
  font-weight: 800;
  font-size: 15px;
  padding: 10px 24px;
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-md);
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  letter-spacing: 0.5px;
}
.o6c1564a69:hover{
  background-color: #CC2900;
  transform: translate(2px, 2px); 
  box-shadow: var(--shadow-sm); color: #ffffff;}
.df5e0__46c6f{
  display: none;
  cursor: pointer;
  padding: 10px;
  border: 2px solid var(--border-color);
  background-color: var(--btn-text);
  box-shadow: var(--shadow-sm);
  transition: var(--transition); color: #1a1a2e;}
.df5e0__46c6f:active{
  transform: translate(2px, 2px);
  box-shadow: none;
}
.bb003d__376{
  display: block;
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  position: relative;
  transition: var(--transition); color: #ffffff;}
.bb003d__376::before, .bb003d__376::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition);
  left: 0; color: #ffffff;}
.bb003d__376::before{ top: -6px; }
.bb003d__376::after{ bottom: -6px; }
@media (max-width: 960px){.ccc95110b {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    border-bottom: 3px solid var(--border-color);
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); color: #1a1a2e;}
.b1cda_47:checked ~ .ccc95110b {
    max-height: 600px;
    padding: 16px 0;
    box-shadow: 0 16px 32px rgba(15, 10, 8, 0.15);
  }
.t3bfb64c {
    flex-direction: column;
    gap: 0;
    padding: 0 24px;
  }
.cb6d0584 {
    padding: 16px;
    border: 2px solid transparent;
    border-bottom: 2px solid rgba(15, 10, 8, 0.08);
  }
.cb6d0584:hover {
    transform: none;
    box-shadow: none;
    border-color: var(--border-color);
  }
.a43fa__375 .o6c1564a69 {
    display: none;
  }
.r99d660ca4 {
    display: block;
    padding: 24px;
  }
.r99d660ca4 .o6c1564a69 {
    width: 100%;
    box-sizing: border-box;
  }
.df5e0__46c6f {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    box-sizing: border-box;
  }
.b1cda_47:checked ~ .a43fa__375 .df5e0__46c6f .bb003d__376 {
    background-color: transparent;
  }
.b1cda_47:checked ~ .a43fa__375 .df5e0__46c6f .bb003d__376::before {
    transform: rotate(45deg);
    top: 0;
  }
.b1cda_47:checked ~ .a43fa__375 .df5e0__46c6f .bb003d__376::after {
    transform: rotate(-45deg);
    bottom: 0;
  }}
.cb6d0584.active{background-color: var(--secondary-color); border-color: var(--border-color); box-shadow: var(--shadow-sm); color: #1a1a2e;}
@media (min-width: 961px){.rf7083_gjdc #nt3bf6da5e85, .rf7083_gjdc label[for="nt3bf6da5e85"]{ display: none !important; }}
@media (min-width: 961px){.rf7083_gjdc .ccc95110b{ 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: 961px){.rf7083_gjdc .ccc95110b{ 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: 961px){.rf7083_gjdc .ccc95110b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.cb6d0584.active{background-color: var(--secondary-color); border-color: var(--border-color); box-shadow: var(--shadow-sm); color: #1a1a2e;}
#nt3bf6da5e85:checked ~ .ccc95110b{ right: 0 !important; left: auto !important; }
@media (max-width: 960px){.rf7083_gjdc.t6dab8e06 .ccc95110b{ 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: 960px){#nt3bf6da5e85:checked ~ .ccc95110b{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 961px){.rf7083_gjdc.t6dab8e06 #nt3bf6da5e85, .rf7083_gjdc.t6dab8e06 label[for="nt3bf6da5e85"]{ display: none !important; }}
@media (min-width: 961px){.rf7083_gjdc.t6dab8e06 .ccc95110b{ 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: 961px){.rf7083_gjdc.t6dab8e06 .ccc95110b{ 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: 961px){.rf7083_gjdc.t6dab8e06 .ccc95110b a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.vc2a4d_494a{
  background-color: var(--secondary-color);
  border-top: 4px solid var(--border-color);
  padding-top: 80px;
  padding-bottom: 60px;
  width: 100%;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, sans-serif;
  overflow: hidden; color: #1a1a2e;}
.y7ce40a6d{
  max-width: var(--max-width);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.l55bb8b3c4b{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 0 0 auto;
  margin-bottom: 48px;
}
.d92555f48{
  font-size: 56px;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 24px;
  letter-spacing: -2px;
  text-transform: uppercase;
  background-color: var(--primary-color);
  color: #1a1a2e;
  padding: 12px 32px;
  border: 4px solid var(--border-color);
  box-shadow: var(--shadow-lg);
  transform: rotate(-2deg);
  transition: var(--transition);
  width: auto;
  flex: 0 0 auto;
  display: inline-block;
}
.d92555f48:hover{
  transform: rotate(0deg) translate(-4px, -4px);
  box-shadow: 12px 12px 0px var(--border-color);
}
.ud468b_97bf{
  font-size: 24px;
  font-weight: 800;
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  padding: 8px 16px;
  background-color: var(--bg-color);
  border: 3px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  width: auto;
  flex: 0 0 auto;
}
.ef3f2d_6ec7{
  width: 100%;
  flex: 0 0 auto;
  height: 4px;
  background-color: var(--border-color);
  margin-top: 0;
  margin-bottom: 40px; color: #ffffff;}
.r39c058f1{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  flex: 0 0 auto;
  gap: 32px;
}
.o86d1cc7e64{
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
  width: 100%;
  flex: 0 0 auto;
}
.z4a6110ca{
  font-size: 18px;
  font-weight: 800;
  color: var(--text-color);
  text-decoration: none;
  border-bottom: 4px solid transparent;
  transition: var(--transition);
  padding-bottom: 4px;
  width: auto;
  flex: 0 0 auto;
}
.z4a6110ca:hover{
  border-bottom: 4px solid var(--primary-color);
  color: var(--primary-color);
}
.o9af__b777{
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color);
  margin: 0;
  width: 100%;
  flex: 0 0 auto;
  text-align: center;
}
@media (max-width: 768px){.vc2a4d_494a{
    padding-top: 60px;
    padding-bottom: 40px;
  }
.d92555f48{
    font-size: 40px;
    padding: 8px 24px;
  }
.ud468b_97bf{
    font-size: 18px;
  }
.o86d1cc7e64{
    gap: 16px;
    flex-direction: column;
    align-items: center;
  }
.r39c058f1{
    gap: 24px;
  }}
.v758ab_9de5{box-sizing:border-box;}
.sea9__6965{box-sizing:border-box;}
.sea357a33{box-sizing:border-box;}
.z9207c6b2{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {div.r3a9c8dd2.c38d6__84c .zd77034_c1:nth-child(even) { flex-direction: column !important; }}