:root {

  --primary-color: #0044FF;
  --secondary-color: #7209B7;
  --bg-color: #F8F9FB;
  --text-color: #0B132B;
  --text-muted: #5C677D;
  --border-color: #0B132B;
  --radius-sm: 0px;
  --radius-md: 0px;
  --radius-lg: 0px;
  --shadow-sm: 4px 4px 0px var(--border-color);
  --shadow-md: 6px 6px 0px var(--border-color);
  --shadow-lg: 8px 8px 0px var(--border-color);
  --nav-height: 80px;
  --max-width: 1200px;
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #FFFFFF;
  --pg-bg-color: #ffffff;
  --pg-surface-color: #f8fafc;
  --pg-border-color: #e2e8f0;
  --pg-text-main: #0f172a;
  --pg-text-muted: #475569;
  --pg-primary-color: hsl(207, 65%, 51%);
  --pg-primary-hover: hsl(207, 65%, 41%);
  --pg-accent-color: hsl(148, 82%, 51%);
  --pg-accent-light: hsla(148, 82%, 51%, 0.1);
  --pg-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --pg-font-serif: "Noto Serif SC", "Source Han Serif SC", "Merriweather", Georgia, serif;
  --pg-container-max: 1200px;
  --pg-read-width: 680px;
  --pg-radius-sm: 4px;
  --pg-radius-md: 8px;
  --pg-shadow-float: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  --pg-shadow-card: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
  --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%);
}
.h5f0fcf95, .h5f0fcf95 *{
    box-sizing: border-box;
    }
.h5f0fcf95{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    z-index: 9999;
    
    font-family: "Noto Serif SC", "Songti SC", "SimSun", "Times New Roman", serif; color: #1a1a2e;}
.h64c2acb_a6a{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    height: 100%;
    display: flex;
    align-items: center;
    }
.t6a11ea9_fo7{
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.05em;
    white-space: nowrap;
    }
.dpnwt3qwk8u5{
    display: none;
    }
.s951f6_czs{
    display: none;
    width: 32px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    }
.re044__d52{
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.m40488_7f4s{
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 48px;
    }
.b832ed1f{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
    }
.w5b9__d8e{
    display: inline-block;
    }
.pa1d0b0_21l{
    color: var(--text-color);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 0;
    position: relative;
    transition: var(--transition);
    }
.pa1d0b0_21l::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #ffffff;}
.pa1d0b0_21l:hover{
    color: var(--primary-color);
    }
.pa1d0b0_21l:hover::after{
    width: 100%;
    }
.ied21a5aaa{
    margin-left: auto;
    display: flex;
    align-items: center;
    }
.w9f9e8_be05{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--btn-text);
    
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0 32px;
    height: 48px;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: var(--radius-md);
    }
.w9f9e8_be05:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translate(-2px, -2px); color: #ffffff;}
.w9f9e8_be05:active{
    box-shadow: 0 0 0 var(--border-color);
    transform: translate(2px, 2px);
    }
@media (max-width: 1150px){.m40488_7f4s {
    margin-left: 24px;
    }
.b832ed1f {
    gap: 16px;
    }
.w9f9e8_be05 {
    padding: 0 20px;
    }}
@media (max-width: 960px){.h64c2acb_a6a{
    justify-content: space-between;
    }
.s951f6_czs{
    display: flex;
    }
.m40488_7f4s{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); color: #1a1a2e;}
.dpnwt3qwk8u5:checked ~ .m40488_7f4s{
    max-height: 800px;
    padding-bottom: 32px;
    }
.b832ed1f{
    flex-direction: column;
    width: 100%;
    gap: 0;
    }
.w5b9__d8e{
    width: 100%;
    border-bottom: 1px solid rgba(11, 19, 43, 0.1);
    }
.pa1d0b0_21l{
    display: block;
    padding: 16px 24px;
    }
.ied21a5aaa{
    margin: 32px 24px 0 24px;
    width: calc(100% - 48px);
    }
.w9f9e8_be05{
    width: 100%;
    }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(1){
    transform: translateY(8px) rotate(45deg);
    }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(2){
    opacity: 0;
    }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(3){
    transform: translateY(-9px) rotate(-45deg);
    }}
.pa1d0b0_21l.active{color: var(--primary-color);}
@media (min-width: 1151px){.h5f0fcf95 #ntef6c87fc3d, .h5f0fcf95 label[for="ntef6c87fc3d"]{ display: none !important; }}
@media (min-width: 1151px){.h5f0fcf95 .m40488_7f4s{ 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: 1151px){.h5f0fcf95 .m40488_7f4s{ 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: 1151px){.h5f0fcf95 .m40488_7f4s a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.pa1d0b0_21l.active {color: var(--primary-color);}
#ntef6c87fc3d:checked ~ .m40488_7f4s { right: 0 !important; left: auto !important; }
@media (max-width: 1150px) {.h5f0fcf95.o018__273d .m40488_7f4s { 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: 1150px) {#ntef6c87fc3d:checked ~ .m40488_7f4s { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1151px) {.h5f0fcf95.o018__273d #ntef6c87fc3d, .h5f0fcf95.o018__273d label[for="ntef6c87fc3d"] { display: none !important; }}
@media (min-width: 1151px) {.h5f0fcf95.o018__273d .m40488_7f4s { 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: 1151px) {.h5f0fcf95.o018__273d .m40488_7f4s { 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: 1151px) {.h5f0fcf95.o018__273d .m40488_7f4s a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.z16aeb1_h6ne{
    background-color: var(--bg-color);
    border-top: 4px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px; color: #1a1a2e;}
.bcce3_c9{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    }
.k4o93vw4ye{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    width: 100%;
    max-width: 680px;
    }
.v6645__190{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
    }
.cdb4ff_ns{
    width: 24px;
    height: 24px;
    background-color: var(--secondary-color);
    border: 2px solid var(--border-color);
    flex: 0 0 auto; color: #ffffff;}
.jcba52f3236{
    font-family: "Playfair Display", "Noto Serif SC", serif;
    font-size: 42px;
    font-weight: 900;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 1px;
    flex: 1 1 auto;
    }
.b778__4f0{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    width: 100%;
    }
.d67315_5824{
    width: 100%;
    height: 2px;
    background-color: var(--border-color);
    margin-top: 0;
    margin-bottom: 40px;
    flex: 0 0 auto; color: #ffffff;}
.t7b2a5b{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 32px;
    }
.ef12c94_36{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    flex: 0 0 auto;
    }
.q23af64{
    display: flex;
    flex: 0 0 auto;
    }
.edb96bded{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--btn-text);
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    flex: 0 0 auto;
    transition: var(--transition);
    cursor: pointer;
    }
.edb96bded:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md);
    background-color: var(--secondary-color); color: #ffffff;}
@media (max-width: 768px){.z16aeb1_h6ne{
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    }
.jcba52f3236{
    font-size: 32px;
    }
.b778__4f0{
    font-size: 16px;
    }
.t7b2a5b{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }}
div.jf96__e552.y7cd__e4dde.q5d704__395e7{
    font-family: var(--pg-font-sans);
    color: var(--pg-text-main);
    background-color: var(--pg-bg-color);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    }
div.jf96__e552.y7cd__e4dde .fc23e__ed2{
    max-width: var(--pg-container-max);
    margin: 0 auto;
    padding: 0 24px;
    }
div.jf96__e552.y7cd__e4dde .qfb236_40a, div.jf96__e552.y7cd__e4dde .fff7ea3_bk, div.jf96__e552.y7cd__e4dde .rda31caea{
    font-family: var(--pg-font-serif);
    color: var(--pg-text-main);
    font-weight: 700;
    margin-top: 0;
    }
div.jf96__e552.y7cd__e4dde .s9k6lt0unop{
    font-size: 1.125rem;
    color: var(--pg-text-muted);
    line-height: 1.8;
    margin-bottom: 2rem;
    }
div.jf96__e552.y7cd__e4dde .c7f541e_c5{
    color: var(--pg-primary-color);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    }
div.jf96__e552.y7cd__e4dde .c7f541e_c5:hover{
    border-bottom-color: var(--pg-primary-color);
    }
div.jf96__e552.y7cd__e4dde .jba63965738{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.jf96__e552.y7cd__e4dde .ad05083cd7{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: var(--pg-radius-sm);
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
    border: none;
    }
div.jf96__e552.y7cd__e4dde .mhp6ksjy{
    background-color: var(--pg-primary-color);
    color: #1a1a2e;
    box-shadow: 0 4px 12px rgba(45, 130, 210, 0.3);
    }
div.jf96__e552.y7cd__e4dde .mhp6ksjy:hover{
    background-color: var(--pg-primary-hover);
    transform: translateY(-2px);
    box-shadow: var(--pg-shadow-float); color: #1a1a2e;}
div.jf96__e552.y7cd__e4dde .ikvpdu72bs6{
    background-color: transparent;
    color: var(--pg-text-main);
    border: 2px solid var(--pg-border-color);
    }
div.jf96__e552.y7cd__e4dde .ikvpdu72bs6:hover{
    border-color: var(--pg-text-main);
    background-color: var(--pg-surface-color); color: #1a1a2e;}
div.jf96__e552.y7cd__e4dde .k45a__437e{padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--pg-border-color);
    background: linear-gradient(135deg, var(--pg-bg-color) 0%, var(--pg-surface-color) 100%); isolation: isolate; color: #1a1a2e;}
div.jf96__e552.y7cd__e4dde .hce4b_2da{
    max-width: var(--pg-read-width);
    position: relative;
    z-index: 2;
    }
div.jf96__e552.y7cd__e4dde .m4129__ab1bd{
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #1a1a2e;
    background-color: var(--pg-accent-light);
    padding: 6px 12px;
    border-radius: 20px;
    margin-bottom: 24px;
    letter-spacing: 0.05em;
    }
div.jf96__e552.y7cd__e4dde .k45a__437e .qfb236_40a{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    line-height: 1.2;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }
div.jf96__e552.y7cd__e4dde .ff7d55__02ee{
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translateY(-50%);
    width: 55%;
    opacity: 0.9;
    z-index: 1;
    pointer-events: none;
    }
div.jf96__e552.y7cd__e4dde .ff7d55__02ee img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: var(--pg-radius-md);
    box-shadow: var(--pg-shadow-float);
    border: 1px solid var(--pg-border-color);
    }
div.jf96__e552.y7cd__e4dde .k74af2_71{
    padding: 80px 0;
    }
div.jf96__e552.y7cd__e4dde .lf144d48_0ff{
    max-width: var(--pg-read-width);
    margin-bottom: 48px;
    }
div.jf96__e552.y7cd__e4dde .lf144d48_0ff .fff7ea3_bk{
    font-size: 2rem;
    margin-bottom: 16px;
    }
div.jf96__e552.y7cd__e4dde .t9xvcyqd{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    }
div.jf96__e552.y7cd__e4dde .xbc9bc_a75{
    background: var(--pg-bg-color);
    border: 1px solid var(--pg-border-color);
    padding: 32px 24px;
    border-radius: var(--pg-radius-md);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.jf96__e552.y7cd__e4dde .xbc9bc_a75:hover{
    transform: translateY(-4px);
    box-shadow: var(--pg-shadow-card);
    border-color: var(--pg-primary-color);
    }
div.jf96__e552.y7cd__e4dde .ob99__3c38{
    width: 40px;
    height: 40px;
    background-color: var(--pg-surface-color);
    border-radius: var(--pg-radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: #1a1a2e;
    }
div.jf96__e552.y7cd__e4dde .ob99__3c38 svg{
    width: 24px;
    height: 24px;
    }
div.jf96__e552.y7cd__e4dde .xbc9bc_a75 .rda31caea{
    font-size: 1.25rem;
    margin-bottom: 12px;
    font-family: var(--pg-font-sans);
    }
div.jf96__e552.y7cd__e4dde .xbc9bc_a75 p{
    color: var(--pg-text-muted);
    font-size: 0.9375rem;
    margin-bottom: 20px;
    flex-grow: 1;
    }
div.jf96__e552.y7cd__e4dde .y685ef90d5f{
    margin-top: auto;
    font-size: 0.875rem;
    font-weight: 600;
    }
div.jf96__e552.y7cd__e4dde .m0b2a7d66f{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    }
div.jf96__e552.y7cd__e4dde .le77352_ebe2{
    max-width: 500px;
    }
div.jf96__e552.y7cd__e4dde .wdb69_ccd{
    list-style: none;
    padding: 0;
    margin: 32px 0 0;
    }
div.jf96__e552.y7cd__e4dde .je8a__a62{
    position: relative;
    padding-left: 48px;
    margin-bottom: 32px;
    }
div.jf96__e552.y7cd__e4dde .je8a__a62::before{
    content: counter(step-counter);
    counter-increment: step-counter;
    position: absolute;
    left: 0;
    top: 0;
    width: 32px;
    height: 32px;
    background-color: var(--pg-primary-color);
    color: #1a1a2e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.875rem;
    }
div.jf96__e552.y7cd__e4dde .je8a__a62:last-child{
    margin-bottom: 0;
    }
div.jf96__e552.y7cd__e4dde .je8a__a62 h4{
    margin: 0 0 8px;
    font-size: 1.125rem;
    color: var(--pg-text-main);
    }
div.jf96__e552.y7cd__e4dde .je8a__a62 p{
    margin: 0;
    color: var(--pg-text-muted);
    font-size: 0.9375rem;
    }
div.jf96__e552.y7cd__e4dde .q799b2cf99{
    position: relative;
    }
div.jf96__e552.y7cd__e4dde .q799b2cf99 img{
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4/3;
    border-radius: var(--pg-radius-md);
    box-shadow: var(--pg-shadow-float);
    }
div.jf96__e552.y7cd__e4dde .h0933_0d1{
    background-color: var(--pg-surface-color);
    border-left: 4px solid var(--pg-accent-color);
    padding: 32px;
    border-radius: 0 var(--pg-radius-md) var(--pg-radius-md) 0;
    margin-top: 48px; color: #1a1a2e;}
div.jf96__e552.y7cd__e4dde .h0933_0d1 h3{
    font-size: 1.25rem;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    }
div.jf96__e552.y7cd__e4dde .d1c013_ae74{
    border-top: 1px solid var(--pg-border-color);
    padding: 48px 0;
    margin-top: 64px;
    background-color: var(--pg-bg-color); color: #1a1a2e;}
div.jf96__e552.y7cd__e4dde .n60503265{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
div.jf96__e552.y7cd__e4dde .cf53__5c56{
    font-family: var(--pg-font-serif);
    font-weight: bold;
    font-size: 1.25rem;
    color: var(--pg-text-main);
    }
div.jf96__e552.y7cd__e4dde .yf01__1925{
    color: var(--pg-text-muted);
    font-size: 0.875rem;
    }
@media (max-width: 1024px) {div.jf96__e552.y7cd__e4dde .ff7d55__02ee{
    opacity: 0.3;
    right: -20%;
    }
div.jf96__e552.y7cd__e4dde .t9xvcyqd{
    grid-template-columns: repeat(2, 1fr);
    }
div.jf96__e552.y7cd__e4dde .m0b2a7d66f{
    grid-template-columns: 1fr;
    gap: 40px;
    }}
@media (max-width: 768px) {div.jf96__e552.y7cd__e4dde .k45a__437e{
    padding: 60px 0;
    }
div.jf96__e552.y7cd__e4dde .k45a__437e .qfb236_40a{
    font-size: 2rem;
    }
div.jf96__e552.y7cd__e4dde .t9xvcyqd{
    grid-template-columns: 1fr;
    }
div.jf96__e552.y7cd__e4dde .jba63965738{
    flex-direction: column;
    }
div.jf96__e552.y7cd__e4dde .ad05083cd7{
    width: 100%;
    }
div.jf96__e552.y7cd__e4dde .ff7d55__02ee{
    display: none;
    }}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.jf96__e552 img.a592__0a2a {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.jf96__e552 img.a592__0a2a.xf2424e28 { aspect-ratio: 16 / 9; }
div.jf96__e552 img.a592__0a2a.b657__ef13 { aspect-ratio: 16 / 10; }
div.jf96__e552 img.a592__0a2a.yfe0cd_2498 { aspect-ratio: 4 / 3; }
div.jf96__e552 img.a592__0a2a.y8a3__784a { aspect-ratio: 1 / 1; }
div.jf96__e552 :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.jf96__e552 .h6b6808c1 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.jf96__e552 .h6b6808c1.xf2424e28 { aspect-ratio: 16 / 9; }
div.jf96__e552 .h6b6808c1.b657__ef13 { aspect-ratio: 16 / 10; }
div.jf96__e552 .h6b6808c1.yfe0cd_2498 { aspect-ratio: 4 / 3; }
div.jf96__e552 .h6b6808c1.y8a3__784a { aspect-ratio: 1 / 1; }
div.jf96__e552 .h6b6808c1 > img.a592__0a2a,
    div.jf96__e552 .h6b6808c1 > picture > img.a592__0a2a {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.jf96__e552.y7cd__e4dde .mhp6ksjy a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.jf96__e552.y7cd__e4dde .mhp6ksjy a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.jf96__e552.y7cd__e4dde .mhp6ksjy a:not([class]):hover{opacity:0.92;}
div.jf96__e552.y7cd__e4dde .mhp6ksjy a[class=""]:hover{opacity:0.92;}
div.jf96__e552.y7cd__e4dde .mhp6ksjy a:not([class]):visited{color:#ffffff !important;}
div.jf96__e552.y7cd__e4dde .mhp6ksjy a[class=""]:visited{color:#ffffff !important;}
div.jf96__e552.y7cd__e4dde .je8a__a62::before a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.jf96__e552.y7cd__e4dde .je8a__a62::before a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.jf96__e552.y7cd__e4dde .je8a__a62::before a:not([class]):hover{opacity:0.92;}
div.jf96__e552.y7cd__e4dde .je8a__a62::before a[class=""]:hover{opacity:0.92;}
div.jf96__e552.y7cd__e4dde .je8a__a62::before a:not([class]):visited{color:#ffffff !important;}
div.jf96__e552.y7cd__e4dde .je8a__a62::before a[class=""]:visited{color:#ffffff !important;}
.l865a8_759e {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.l865a8_759e > :first-child,
    .l865a8_759e > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
.h5f0fcf95, .h5f0fcf95 *{
    box-sizing: border-box;
    }
.h5f0fcf95{
    position: sticky;
    top: 0;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    z-index: 9999;
    
    font-family: "Noto Serif SC", "Songti SC", "SimSun", "Times New Roman", serif; color: #1a1a2e;}
.h64c2acb_a6a{
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 24px;
    height: 100%;
    display: flex;
    align-items: center;
    }
.t6a11ea9_fo7{
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--text-color);
    text-decoration: none;
    letter-spacing: 0.05em;
    white-space: nowrap;
    }
.dpnwt3qwk8u5{
    display: none;
    }
.s951f6_czs{
    display: none;
    width: 32px;
    height: 20px;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    }
.re044__d52{
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.m40488_7f4s{
    display: flex;
    align-items: center;
    flex: 1;
    margin-left: 48px;
    }
.b832ed1f{
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 24px;
    }
.w5b9__d8e{
    display: inline-block;
    }
.pa1d0b0_21l{
    color: var(--text-color);
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 8px 0;
    position: relative;
    transition: var(--transition);
    }
.pa1d0b0_21l::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--primary-color);
    transition: var(--transition); color: #ffffff;}
.pa1d0b0_21l:hover{
    color: var(--primary-color);
    }
.pa1d0b0_21l:hover::after{
    width: 100%;
    }
.ied21a5aaa{
    margin-left: auto;
    display: flex;
    align-items: center;
    }
.w9f9e8_be05{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--btn-text);
    
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 0.95rem;
    font-weight: 700;
    text-decoration: none;
    padding: 0 32px;
    height: 48px;
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-radius: var(--radius-md);
    }
.w9f9e8_be05:hover{
    background-color: var(--secondary-color);
    box-shadow: var(--shadow-md);
    transform: translate(-2px, -2px); color: #ffffff;}
.w9f9e8_be05:active{
    box-shadow: 0 0 0 var(--border-color);
    transform: translate(2px, 2px);
    }
@media (max-width: 1150px){.m40488_7f4s {
    margin-left: 24px;
    }
.b832ed1f {
    gap: 16px;
    }
.w9f9e8_be05 {
    padding: 0 20px;
    }}
@media (max-width: 960px){.h64c2acb_a6a{
    justify-content: space-between;
    }
.s951f6_czs{
    display: flex;
    }
.m40488_7f4s{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); color: #1a1a2e;}
.dpnwt3qwk8u5:checked ~ .m40488_7f4s{
    max-height: 800px;
    padding-bottom: 32px;
    }
.b832ed1f{
    flex-direction: column;
    width: 100%;
    gap: 0;
    }
.w5b9__d8e{
    width: 100%;
    border-bottom: 1px solid rgba(11, 19, 43, 0.1);
    }
.pa1d0b0_21l{
    display: block;
    padding: 16px 24px;
    }
.ied21a5aaa{
    margin: 32px 24px 0 24px;
    width: calc(100% - 48px);
    }
.w9f9e8_be05{
    width: 100%;
    }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(1){
    transform: translateY(8px) rotate(45deg);
    }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(2){
    opacity: 0;
    }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(3){
    transform: translateY(-9px) rotate(-45deg);
    }}
.pa1d0b0_21l.active{color: var(--primary-color);}
@media (min-width: 1151px){.h5f0fcf95 #ntef6c87fc3d, .h5f0fcf95 label[for="ntef6c87fc3d"]{ display: none !important; }}
@media (min-width: 1151px){.h5f0fcf95 .m40488_7f4s{ 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: 1151px){.h5f0fcf95 .m40488_7f4s{ 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: 1151px){.h5f0fcf95 .m40488_7f4s a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.pa1d0b0_21l.active{color: var(--primary-color);}
#ntef6c87fc3d:checked ~ .m40488_7f4s{ right: 0 !important; left: auto !important; }
@media (max-width: 1150px){.h5f0fcf95.o018__273d .m40488_7f4s{ 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: 1150px){#ntef6c87fc3d:checked ~ .m40488_7f4s{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1151px){.h5f0fcf95.o018__273d #ntef6c87fc3d, .h5f0fcf95.o018__273d label[for="ntef6c87fc3d"]{ display: none !important; }}
@media (min-width: 1151px){.h5f0fcf95.o018__273d .m40488_7f4s{ 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: 1151px){.h5f0fcf95.o018__273d .m40488_7f4s{ 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: 1151px){.h5f0fcf95.o018__273d .m40488_7f4s a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.z16aeb1_h6ne{
    background-color: var(--bg-color);
    border-top: 4px solid var(--border-color);
    padding-top: 80px;
    padding-bottom: 60px;
    padding-left: 24px;
    padding-right: 24px; color: #1a1a2e;}
.bcce3_c9{
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    }
.k4o93vw4ye{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    width: 100%;
    max-width: 680px;
    }
.v6645__190{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 24px;
    }
.cdb4ff_ns{
    width: 24px;
    height: 24px;
    background-color: var(--secondary-color);
    border: 2px solid var(--border-color);
    flex: 0 0 auto; color: #ffffff;}
.jcba52f3236{
    font-family: "Playfair Display", "Noto Serif SC", serif;
    font-size: 42px;
    font-weight: 900;
    color: var(--text-color);
    margin-top: 0;
    margin-bottom: 0;
    letter-spacing: 1px;
    flex: 1 1 auto;
    }
.b778__4f0{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 18px;
    line-height: 1.6;
    color: var(--text-muted);
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 500;
    width: 100%;
    }
.d67315_5824{
    width: 100%;
    height: 2px;
    background-color: var(--border-color);
    margin-top: 0;
    margin-bottom: 40px;
    flex: 0 0 auto; color: #ffffff;}
.t7b2a5b{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 32px;
    }
.ef12c94_36{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    flex: 0 0 auto;
    }
.q23af64{
    display: flex;
    flex: 0 0 auto;
    }
.edb96bded{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    color: var(--btn-text);
    border: 2px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    flex: 0 0 auto;
    transition: var(--transition);
    cursor: pointer;
    }
.edb96bded:hover{
    transform: translate(-2px, -2px);
    box-shadow: var(--shadow-md);
    background-color: var(--secondary-color); color: #ffffff;}
@media (max-width: 768px){.z16aeb1_h6ne{
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    }
.jcba52f3236{
    font-size: 32px;
    }
.b778__4f0{
    font-size: 16px;
    }
.t7b2a5b{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    }}
.h5f0fcf95, .h5f0fcf95 *{
  box-sizing: border-box;
}
.h5f0fcf95{
  position: sticky;
  top: 0;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 2px solid var(--border-color);
  z-index: 9999;
  
  font-family: "Noto Serif SC", "Songti SC", "SimSun", "Times New Roman", serif; color: #1a1a2e;}
.h64c2acb_a6a{
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  align-items: center;
}
.t6a11ea9_fo7{
  font-size: 1.6rem;
  font-weight: 900;
  color: var(--text-color);
  text-decoration: none;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.dpnwt3qwk8u5{
  display: none;
}
.s951f6_czs{
  display: none;
  width: 32px;
  height: 20px;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}
.re044__d52{
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.m40488_7f4s{
  display: flex;
  align-items: center;
  flex: 1;
  margin-left: 48px;
}
.b832ed1f{
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 24px;
}
.w5b9__d8e{
  display: inline-block;
}
.pa1d0b0_21l{
  color: var(--text-color);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 0;
  position: relative;
  transition: var(--transition);
}
.pa1d0b0_21l::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  transition: var(--transition); color: #ffffff;}
.pa1d0b0_21l:hover{
  color: var(--primary-color);
}
.pa1d0b0_21l:hover::after{
  width: 100%;
}
.ied21a5aaa{
  margin-left: auto;
  display: flex;
  align-items: center;
}
.w9f9e8_be05{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--btn-text);
  
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  text-decoration: none;
  padding: 0 32px;
  height: 48px;
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: var(--radius-md);
}
.w9f9e8_be05:hover{
  background-color: var(--secondary-color);
  box-shadow: var(--shadow-md);
  transform: translate(-2px, -2px); color: #ffffff;}
.w9f9e8_be05:active{
  box-shadow: 0 0 0 var(--border-color);
  transform: translate(2px, 2px);
}
@media (max-width: 1150px){.m40488_7f4s {
    margin-left: 24px;
  }
.b832ed1f {
    gap: 16px;
  }
.w9f9e8_be05 {
    padding: 0 20px;
  }}
@media (max-width: 960px){.h64c2acb_a6a{
    justify-content: space-between;
  }
.s951f6_czs{
    display: flex;
  }
.m40488_7f4s{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    margin-left: 0;
    flex-direction: column;
    align-items: flex-start;
    background-color: var(--nav-bg);
    border-bottom: 2px solid var(--border-color);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1); color: #1a1a2e;}
.dpnwt3qwk8u5:checked ~ .m40488_7f4s{
    max-height: 800px;
    padding-bottom: 32px;
  }
.b832ed1f{
    flex-direction: column;
    width: 100%;
    gap: 0;
  }
.w5b9__d8e{
    width: 100%;
    border-bottom: 1px solid rgba(11, 19, 43, 0.1);
  }
.pa1d0b0_21l{
    display: block;
    padding: 16px 24px;
  }
.ied21a5aaa{
    margin: 32px 24px 0 24px;
    width: calc(100% - 48px);
  }
.w9f9e8_be05{
    width: 100%;
  }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(1){
    transform: translateY(8px) rotate(45deg);
  }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(2){
    opacity: 0;
  }
.dpnwt3qwk8u5:checked + .s951f6_czs .re044__d52:nth-child(3){
    transform: translateY(-9px) rotate(-45deg);
  }}
.pa1d0b0_21l.active{color: var(--primary-color);}
@media (min-width: 1151px){.h5f0fcf95 #ntef6c87fc3d, .h5f0fcf95 label[for="ntef6c87fc3d"]{ display: none !important; }}
@media (min-width: 1151px){.h5f0fcf95 .m40488_7f4s{ 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: 1151px){.h5f0fcf95 .m40488_7f4s{ 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: 1151px){.h5f0fcf95 .m40488_7f4s a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.pa1d0b0_21l.active{color: var(--primary-color);}
#ntef6c87fc3d:checked ~ .m40488_7f4s{ right: 0 !important; left: auto !important; }
@media (max-width: 1150px){.h5f0fcf95.o018__273d .m40488_7f4s{ 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: 1150px){#ntef6c87fc3d:checked ~ .m40488_7f4s{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 1151px){.h5f0fcf95.o018__273d #ntef6c87fc3d, .h5f0fcf95.o018__273d label[for="ntef6c87fc3d"]{ display: none !important; }}
@media (min-width: 1151px){.h5f0fcf95.o018__273d .m40488_7f4s{ 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: 1151px){.h5f0fcf95.o018__273d .m40488_7f4s{ 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: 1151px){.h5f0fcf95.o018__273d .m40488_7f4s a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.w5c4af_f700{
  background-color: var(--bg-color);
  border-top: 4px solid var(--border-color);
  padding-top: 80px;
  padding-bottom: 60px;
  padding-left: 24px;
  padding-right: 24px; color: #1a1a2e;}
.ta47__9688{
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.vcedcc567f9{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  width: 100%;
  max-width: 680px;
}
.fa85e948a63{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 24px;
}
.o7d50a_db5e{
  width: 24px;
  height: 24px;
  background-color: var(--secondary-color);
  border: 2px solid var(--border-color);
  flex: 0 0 auto; color: #ffffff;}
.f4232c_5443{
  font-family: "Playfair Display", "Noto Serif SC", serif;
  font-size: 42px;
  font-weight: 900;
  color: var(--text-color);
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
  flex: 1 1 auto;
}
.nc2dd8112{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 18px;
  line-height: 1.6;
  color: var(--text-muted);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  width: 100%;
}
.j192f9_ad2d{
  width: 100%;
  height: 2px;
  background-color: var(--border-color);
  margin-top: 0;
  margin-bottom: 40px;
  flex: 0 0 auto; color: #ffffff;}
.s344__1b4e{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 32px;
}
.r4d0c36a74c{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 15px;
  color: var(--text-color);
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  flex: 0 0 auto;
}
.m06b9c_7270{
  display: flex;
  flex: 0 0 auto;
}
.mc82__7d09{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--primary-color);
  color: var(--btn-text);
  border: 2px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  padding: 14px 32px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  flex: 0 0 auto;
  transition: var(--transition);
  cursor: pointer;
}
.mc82__7d09:hover{
  transform: translate(-2px, -2px);
  box-shadow: var(--shadow-md);
  background-color: var(--secondary-color); color: #ffffff;}
@media (max-width: 768px){.w5c4af_f700{
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
  }
.f4232c_5443{
    font-size: 32px;
  }
.nc2dd8112{
    font-size: 16px;
  }
.s344__1b4e{
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }}
.x2c4__dbcb{box-sizing:border-box;}
.uc049228c{box-sizing:border-box;}
.v1077f410{box-sizing:border-box;}
.p82d2d_de65{display:block;max-width:100%;height:auto;}
@media (max-width: 768px) {.t7b2a5b { flex-direction: column !important; align-items: flex-start !important; justify-content: flex-start !important; gap: 14px !important; padding: 20px !important; width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; }}