:root {

  --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;
  --wp-brand-primary: hsl(12, 75%, 48%);
  --wp-brand-primary-hover: hsl(12, 75%, 38%);
  --wp-brand-dark: hsl(12, 20%, 12%);
  --wp-bg-light: hsl(30, 20%, 98%);
  --wp-bg-surface: #ffffff;
  --wp-text-main: hsl(12, 10%, 15%);
  --wp-text-desc: hsl(12, 5%, 35%);
  --wp-border-color: hsl(12, 10%, 85%);
  --wp-container-max: 1200px;
  --wp-reading-max: 760px;
  --wp-radius-sharp: 0px;
  --wp-spacing-xl: 6rem;
  --wp-spacing-lg: 4rem;
  --wp-spacing-md: 2rem;
  --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%);
}
.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;
    }}
div.r3a9c8dd2.t5ed6aee{
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Microsoft YaHei", sans-serif;
    color: var(--wp-text-main, #2b2625);
    background-color: var(--wp-bg-light, #faf9f8);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    }
div.r3a9c8dd2.t5ed6aee h1, div.r3a9c8dd2.t5ed6aee h2, div.r3a9c8dd2.t5ed6aee h3, div.r3a9c8dd2.t5ed6aee h4{
    color: var(--wp-brand-dark, #251f1e);
    font-weight: 700;
    margin-top: 0;
    line-height: 1.3;
    }
div.r3a9c8dd2.t5ed6aee p{
    margin-bottom: 1.5rem;
    }
div.r3a9c8dd2.t5ed6aee a{
    color: var(--wp-brand-primary, #d64024);
    text-decoration: none;
    transition: color 0.2s ease;
    }
div.r3a9c8dd2.t5ed6aee a:hover{
    color: var(--wp-brand-primary-hover, #aa331d);
    text-decoration: underline;
    }
div.r3a9c8dd2.t5ed6aee img{
    max-width: 100%;
    height: auto;
    display: block;
    }
div.r3a9c8dd2.t5ed6aee .t440d__92ae9{
    max-width: var(--wp-container-max, 1200px);
    margin: 0 auto;
    padding: 0 2rem;
    }
div.r3a9c8dd2.t5ed6aee .pd40631a35{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: var(--wp-radius-sharp, 0);
    cursor: pointer;
    transition: all 0.2s ease;
    text-decoration: none !important;
    border: 2px solid transparent;
    }
div.r3a9c8dd2.t5ed6aee .q9233__bb07{
    background-color: var(--wp-brand-primary, #d64024);
    color: #1a1a2e;
    border-color: var(--wp-brand-primary, #d64024);
    box-shadow: 4px 4px 0px var(--wp-brand-dark, #251f1e); 
    }
div.r3a9c8dd2.t5ed6aee .q9233__bb07:hover{
    background-color: var(--wp-brand-primary-hover, #aa331d);
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0px var(--wp-brand-dark, #251f1e); color: #ffffff;}
div.r3a9c8dd2.t5ed6aee .j865__f5233{
    background-color: transparent;
    color: var(--wp-brand-dark, #251f1e) !important;
    border-color: var(--wp-brand-dark, #251f1e);
    }
div.r3a9c8dd2.t5ed6aee .j865__f5233:hover{
    background-color: var(--wp-brand-dark, #251f1e);
    color: #ffffff !important;
    }
div.r3a9c8dd2.t5ed6aee .y91dab7e4{
    min-height: 85vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--wp-bg-surface, #ffffff);
    text-align: center;
    padding: var(--wp-spacing-xl, 6rem) 2rem;
    border-bottom: 1px solid var(--wp-border-color, #e0dcdb); color: #1a1a2e;}
div.r3a9c8dd2.t5ed6aee .kd0015__a595{
    max-width: var(--wp-reading-max, 760px);
    display: flex;
    flex-direction: column;
    align-items: center;
    }
div.r3a9c8dd2.t5ed6aee .y91dab7e4 h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    }
div.r3a9c8dd2.t5ed6aee .y91dab7e4 .t029e6b8{
    font-size: clamp(1.25rem, 2.5vw, 1.75rem);
    color: var(--wp-brand-primary, #d64024);
    margin-bottom: 2rem;
    font-weight: 500;
    }
div.r3a9c8dd2.t5ed6aee .y91dab7e4 .b21105__c4f5d{
    font-size: 1.125rem;
    color: var(--wp-text-desc, #5c5554);
    margin-bottom: 3rem;
    }
div.r3a9c8dd2.t5ed6aee .jfdpt8upjg{
    display: flex;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
    }
div.r3a9c8dd2.t5ed6aee .t8683f__628{
    padding: var(--wp-spacing-xl, 6rem) 0;
    }
div.r3a9c8dd2.t5ed6aee .md827_6c8{
    background-color: var(--wp-bg-surface, #ffffff); color: #1a1a2e;}
div.r3a9c8dd2.t5ed6aee .lb579a_5ab{
    text-align: center;
    max-width: var(--wp-reading-max, 760px);
    margin: 0 auto var(--wp-spacing-lg, 4rem);
    }
div.r3a9c8dd2.t5ed6aee .lb579a_5ab h2{
    font-size: 2.25rem;
    margin-bottom: 1rem;
    }
div.r3a9c8dd2.t5ed6aee .f07448278{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    }
div.r3a9c8dd2.t5ed6aee .y0e2b21f h3{
    font-size: 1.5rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--wp-brand-primary, #d64024);
    display: inline-block;
    }
div.r3a9c8dd2.t5ed6aee .y0e2b21f ul{
    list-style: none;
    padding: 0;
    margin-bottom: 2rem;
    }
div.r3a9c8dd2.t5ed6aee .y0e2b21f li{
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: var(--wp-text-desc, #5c5554);
    }
div.r3a9c8dd2.t5ed6aee .y0e2b21f li::before{
    content: "■";
    position: absolute;
    left: 0;
    color: var(--wp-brand-primary, #d64024);
    font-size: 0.8em;
    top: 0.2em;
    }
div.r3a9c8dd2.t5ed6aee .o0f78__aea{
    border: 2px solid var(--wp-brand-dark, #251f1e);
    box-shadow: 8px 8px 0px var(--wp-border-color, #e0dcdb);
    background: var(--wp-bg-surface, #ffffff);
    padding: 1rem; color: #1a1a2e;}
div.r3a9c8dd2.t5ed6aee .o0f78__aea img{
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    border: 1px solid var(--wp-border-color, #e0dcdb);
    }
div.r3a9c8dd2.t5ed6aee .p71c4280da{
    max-width: var(--wp-reading-max, 760px);
    margin: 0 auto;
    }
div.r3a9c8dd2.t5ed6aee .k3e2__58d1e{
    background: var(--wp-bg-light, #faf9f8);
    border: 2px solid var(--wp-brand-dark, #251f1e);
    padding: 2rem;
    margin-bottom: 1.5rem;
    position: relative; color: #1a1a2e;}
div.r3a9c8dd2.t5ed6aee .k3e2__58d1e::after{
    content: "";
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 1.5rem;
    background-color: var(--wp-brand-dark, #251f1e); color: #ffffff;}
div.r3a9c8dd2.t5ed6aee .k3e2__58d1e:last-child::after{
    display: none;
    }
div.r3a9c8dd2.t5ed6aee .j79493661a{
    font-size: 3rem;
    font-weight: 800;
    color: var(--wp-brand-primary, #d64024);
    opacity: 0.2;
    position: absolute;
    top: 1rem;
    right: 2rem;
    line-height: 1;
    }
div.r3a9c8dd2.t5ed6aee .j6c713eb_1yyp{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    }
div.r3a9c8dd2.t5ed6aee .e1160eb71{
    border: 2px solid var(--wp-border-color, #e0dcdb);
    padding: 2.5rem 2rem;
    background: var(--wp-bg-surface, #ffffff);
    transition: border-color 0.3s ease;
    text-align: left; color: #1a1a2e;}
div.r3a9c8dd2.t5ed6aee .e1160eb71:hover{
    border-color: var(--wp-brand-dark, #251f1e);
    }
div.r3a9c8dd2.t5ed6aee .e1160eb71 h3{
    font-size: 1.25rem;
    margin-bottom: 1rem;
    }
div.r3a9c8dd2.t5ed6aee .e1160eb71 p{
    color: var(--wp-text-desc, #5c5554);
    font-size: 0.95rem;
    margin-bottom: 2rem;
    min-height: 3em;
    }
div.r3a9c8dd2.t5ed6aee .r57866_8c60{
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    }
div.r3a9c8dd2.t5ed6aee .r57866_8c60::after{
    content: "→";
    margin-left: 0.5rem;
    transition: transform 0.2s;
    }
div.r3a9c8dd2.t5ed6aee .r57866_8c60:hover::after{
    transform: translateX(4px);
    }
div.r3a9c8dd2.t5ed6aee .xf14__65ab{
    background-color: var(--wp-brand-dark, #251f1e);
    color: #ffffff;
    padding: 4rem 2rem 2rem;
    text-align: center;
    }
div.r3a9c8dd2.t5ed6aee .n99e__6a5e{
    max-width: var(--wp-container-max, 1200px);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2rem;
    }
div.r3a9c8dd2.t5ed6aee .m2413acf037{
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 2px;
    }
div.r3a9c8dd2.t5ed6aee .t40723_d02e{
    color: hsl(12, 10%, 60%);
    font-size: 0.875rem;
    }
@media (max-width: 992px) {div.r3a9c8dd2.t5ed6aee .f07448278{
    grid-template-columns: 1fr;
    gap: 2rem;
    }}
@media (max-width: 768px) {div.r3a9c8dd2.t5ed6aee .y91dab7e4 h1{
    font-size: 2.5rem;
    }
div.r3a9c8dd2.t5ed6aee .jfdpt8upjg{
    flex-direction: column;
    width: 100%;
    }
div.r3a9c8dd2.t5ed6aee .pd40631a35{
    width: 100%;
    }}
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.t5ed6aee .q9233__bb07 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.r3a9c8dd2.t5ed6aee .q9233__bb07 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.r3a9c8dd2.t5ed6aee .q9233__bb07 a:not([class]):hover{opacity:0.92;}
div.r3a9c8dd2.t5ed6aee .q9233__bb07 a[class=""]:hover{opacity:0.92;}
div.r3a9c8dd2.t5ed6aee .q9233__bb07 a:not([class]):visited{color:#ffffff !important;}
div.r3a9c8dd2.t5ed6aee .q9233__bb07 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;}