:root {

  --primary-color: hsl(244, 75%, 48%);
  --secondary-color: hsl(34, 63%, 57%);
  --bg-color: hsl(244, 7%, 96%);
  --text-color: hsl(244, 10%, 11%);
  --text-muted: hsl(244, 5%, 45%);
  --border-color: rgba(26, 26, 31, 0.06);
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 99px;
  --shadow-sm: 0 2px 8px -2px rgba(26, 26, 31, 0.04), 0 1px 2px rgba(26, 26, 31, 0.02);
  --shadow-md: 0 12px 32px -4px rgba(26, 26, 31, 0.08), 0 4px 12px rgba(26, 26, 31, 0.04);
  --shadow-lg: 0 24px 48px -12px rgba(26, 26, 31, 0.16), 0 12px 24px rgba(26, 26, 31, 0.08);
  --nav-height: 60px;
  --max-width: 1080px;
  --transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  --nav-bg: var(--bg-color);
  --nav-text: var(--text-color);
  --btn-text: #ffffff;
  --ch-hue: 244;
  --ch-color-primary: hsl(var(--ch-hue), 79%, 57%);
  --ch-color-secondary: hsl(34, 63%, 57%);
  --ch-color-text-main: hsl(var(--ch-hue), 10%, 11%);
  --ch-color-text-muted: hsl(var(--ch-hue), 8%, 40%);
  --ch-color-bg-page: hsl(var(--ch-hue), 7%, 98%);
  --ch-color-bg-surface: #ffffff;
  --ch-color-border: hsl(var(--ch-hue), 10%, 90%);
  --ch-radius-sm: 12px;
  --ch-radius-md: 24px;
  --ch-radius-lg: 32px;
  --ch-shadow-soft: 0 24px 48px -12px rgba(18, 16, 36, 0.08);
  --ch-shadow-btn: 0 8px 24px -6px rgba(78, 56, 237, 0.4);
  --ch-space-section: clamp(80px, 10vw, 160px);
  --ch-space-element: clamp(24px, 4vw, 48px);
  --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%);
}
.mqgv0mbnds2{
    position: sticky;
    top: 24px;
    z-index: 100;
    padding: 0 24px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    
    margin-bottom: 48px;
    }
.ebxepaomi1gm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--nav-height);
    max-width: var(--max-width);
    margin: 0 auto;
    background-color: var(--nav-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 0 12px 0 24px;
    box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative; color: #1a1a2e;}
.c610b_8c6{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--nav-text);
    z-index: 102;
    transition: var(--transition);
    }
.c610b_8c6:hover{
    opacity: 0.8;
    }
.r942__52622{
    color: var(--primary-color);
    filter: drop-shadow(0 2px 4px rgba(54, 35, 214, 0.2));
    }
.l870ac__6de{
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    }
.s60d853_be{
    display: flex;
    align-items: center;
    flex: 1;
    }
.vbd184__3b51{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    }
.nvbk28hx{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    }
.nvbk28hx:hover{
    color: #ffffff;
    background-color: rgba(26, 26, 31, 0.04);
    }
.qc3b84__e53e{
    display: flex;
    align-items: center;
    margin-left: auto;
    }
.n8ffe4_te{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    background-color: var(--primary-color);
    
    background-image: linear-gradient(180deg, hsla(0,0%,100%,0.15) 0%, hsla(0,0%,0%,0) 100%);
    color: var(--btn-text);
    padding: 0 24px;
    height: 40px;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -0.01em;
    transition: var(--transition);
    box-shadow:
    0 2px 4px -1px rgba(54, 35, 214, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }
.n8ffe4_te:hover{
    
    filter: brightness(1.15);
    transform: translateY(-1px);
    box-shadow:
    0 6px 16px -2px rgba(54, 35, 214, 0.4),
    0 2px 6px -1px rgba(54, 35, 214, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }
.n8ffe4_te:active{
    transform: translateY(0);
    filter: brightness(0.95);
    box-shadow:
    0 1px 2px rgba(54, 35, 214, 0.3),
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }
.i83a0_8f{
    display: none;
    }
.pd73__18c23{
    display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 102;
    margin-left: 12px;
    background-color: rgba(26, 26, 31, 0.04);
    border-radius: 50%;
    transition: var(--transition); color: #ffffff;}
.pd73__18c23:hover{
    background-color: rgba(26, 26, 31, 0.08); color: #ffffff;}
.bd70__d06d6, .bd70__d06d6::before, .bd70__d06d6::after{
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background-color: var(--text-color);
    position: absolute;
    transition: var(--transition);
    border-radius: 2px;
    left: 11px; color: #ffffff;}
.bd70__d06d6{
    top: 19px;
    }
.bd70__d06d6::before{
    top: -5px;
    left: 0;
    }
.bd70__d06d6::after{
    top: 5px;
    left: 0;
    }
@media (max-width: 900px){.mqgv0mbnds2 {
    padding: 0 16px;
    top: 16px;
    }
.ebxepaomi1gm {
    padding: 0 8px 0 20px;
    }
.vbd184__3b51 {
    position: static;
    transform: none;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    }
.nvbk28hx {
    width: 100%;
    text-align: center;
    padding: 14px 16px;
    font-size: 1.05rem;
    border-radius: var(--radius-md);
    }
.s60d853_be {
    position: fixed;
    top: calc(16px + var(--nav-height) + 12px);
    left: 16px;
    right: 16px;
    background-color: var(--nav-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    flex-direction: column;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition);
    z-index: 101; color: #1a1a2e;}
.qc3b84__e53e {
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
    }
.n8ffe4_te {
    width: 100%;
    height: 48px;
    font-size: 1.05rem;
    }
.pd73__18c23 {
    display: block;
    }
.i83a0_8f:checked ~ .pd73__18c23 .bd70__d06d6 {
    background-color: transparent;
    }
.i83a0_8f:checked ~ .pd73__18c23 .bd70__d06d6::before {
    transform: translateY(5px) rotate(45deg);
    }
.i83a0_8f:checked ~ .pd73__18c23 .bd70__d06d6::after {
    transform: translateY(-5px) rotate(-45deg);
    }
.i83a0_8f:checked ~ .s60d853_be {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }}
#ntda8b177bdb:checked ~ .s60d853_be{ right: 0 !important; left: auto !important; }
@media (max-width: 900px){.mqgv0mbnds2 .s60d853_be{ 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: 900px){#ntda8b177bdb:checked ~ .s60d853_be{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px){.mqgv0mbnds2 #ntda8b177bdb, .mqgv0mbnds2 label[for="ntda8b177bdb"]{ display: none !important; }}
@media (min-width: 901px){.mqgv0mbnds2 .s60d853_be{ 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: 901px){.mqgv0mbnds2 .s60d853_be{ 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: 901px){.mqgv0mbnds2 .s60d853_be a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#ntda8b177bdb:checked ~ .s60d853_be { right: 0 !important; left: auto !important; }
@media (max-width: 900px) {.mqgv0mbnds2.n003103db .s60d853_be { 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: 900px) {#ntda8b177bdb:checked ~ .s60d853_be { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px) {.mqgv0mbnds2.n003103db #ntda8b177bdb, .mqgv0mbnds2.n003103db label[for="ntda8b177bdb"] { display: none !important; }}
@media (min-width: 901px) {.mqgv0mbnds2.n003103db .s60d853_be { 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: 901px) {.mqgv0mbnds2.n003103db .s60d853_be { 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: 901px) {.mqgv0mbnds2.n003103db .s60d853_be a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ld4b288_d8{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; color: #1a1a2e;}
.obwxupwcj{
    width: 100%;
    max-width: var(--max-width);
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    }
.ae71693_z10k{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 64px;
    }
.wad37_be0c{
    flex: 1;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    }
.vd4aa__fab54{
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
.g49642e81f5{
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
.ed079d__62d3b{
    flex: 0 0 auto;
    display: flex;
    gap: 32px;
    }
.l11e8c3_ja7x{
    flex: 0 0 auto;
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
.l11e8c3_ja7x:hover{
    color: var(--text-color);
    }
.bda48_f44{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    }
.wa2409aa_wvk6{
    flex: 1;
    font-size: 13px;
    color: var(--text-muted);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
.s4998d_xsr4{
    flex: 0 0 auto;
    font-size: 13px;
    color: var(--text-muted);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
@media (max-width: 768px){.ae71693_z10k{
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
    }
.wad37_be0c{
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    }
.ed079d__62d3b{
    flex: 0 0 auto;
    width: 100%;
    flex-direction: column;
    gap: 16px;
    }
.l11e8c3_ja7x{
    width: 100%;
    }
.bda48_f44{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.wa2409aa_wvk6{
    flex: 0 0 auto;
    width: 100%;
    }
.s4998d_xsr4{
    flex: 0 0 auto;
    width: 100%;
    }}
div.gde863_5a5c.ia5be8e2c{
    font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: var(--ch-color-text-main, #1c1c1f);
    background-color: var(--ch-color-bg-page, #fafafa);
    line-height: 1.6;
    overflow-x: hidden;
    }
div.gde863_5a5c.ia5be8e2c .i143__f2d{
    font-size: clamp(3rem, 6vw, 5.5rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.05;
    margin-bottom: 24px;
    color: var(--ch-color-text-main, #111);
    }
div.gde863_5a5c.ia5be8e2c .r1ba__b18{
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 20px;
    }
div.gde863_5a5c.ia5be8e2c .ch-h3{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 12px;
    color: var(--ch-color-text-main, #111);
    }
div.gde863_5a5c.ia5be8e2c .yccea3_bf{
    font-size: clamp(1.125rem, 2vw, 1.375rem);
    color: var(--ch-color-text-muted, #555);
    margin-bottom: 40px;
    max-width: 680px;
    }
div.gde863_5a5c.ia5be8e2c .h22f7a0{
    font-size: 1.125rem;
    color: var(--ch-color-text-muted, #555);
    margin-bottom: 24px;
    }
div.gde863_5a5c.ia5be8e2c .l8306eef8{
    color: var(--ch-color-primary, #4e38ed);
    text-decoration: none;
    font-weight: 500;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease;
    }
div.gde863_5a5c.ia5be8e2c .l8306eef8:hover{
    border-bottom-color: var(--ch-color-primary, #4e38ed);
    }
div.gde863_5a5c.ia5be8e2c .te29d5_58c5{
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    }
div.gde863_5a5c.ia5be8e2c .r28f3f_3e{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 36px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    }
div.gde863_5a5c.ia5be8e2c .eaaec1c_2e35{
    background-color: var(--ch-color-primary, #4e38ed);
    color: #ffffff;
    box-shadow: var(--ch-shadow-btn);
    }
div.gde863_5a5c.ia5be8e2c .eaaec1c_2e35:hover{
    transform: translateY(-2px);
    box-shadow: 0 12px 32px -8px rgba(78, 56, 237, 0.5);
    }
div.gde863_5a5c.ia5be8e2c .pa4aee_m1yv{
    background-color: transparent;
    color: var(--ch-color-text-main, #111);
    border: 1px solid var(--ch-color-border, #e5e5e5);
    }
div.gde863_5a5c.ia5be8e2c .pa4aee_m1yv:hover{
    background-color: rgba(0, 0, 0, 0.03);
    border-color: var(--ch-color-text-main, #111); color: #ffffff;}
div.gde863_5a5c.ia5be8e2c .m36492a35e5{
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 5vw;
    }
div.gde863_5a5c.ia5be8e2c .zcb99_cf{
    min-height: 90vh;
    display: flex;
    align-items: center;
    padding-top: 120px;
    padding-bottom: 80px;
    }
div.gde863_5a5c.ia5be8e2c .ec02c9__518{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    }
div.gde863_5a5c.ia5be8e2c .k384607_mn8{
    max-width: 640px;
    z-index: 2;
    }
div.gde863_5a5c.ia5be8e2c .z9798_16{position: relative;
    border-radius: var(--ch-radius-lg);
    overflow: hidden;
    box-shadow: var(--ch-shadow-soft);
    aspect-ratio: 4/3;
    transform: translateZ(0); isolation: isolate;}
div.gde863_5a5c.ia5be8e2c .z9798_16 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    }
div.gde863_5a5c.ia5be8e2c .jolbu09go1s{
    padding: var(--ch-space-section) 0;
    }
div.gde863_5a5c.ia5be8e2c .kdfde0_jaq{
    display: flex;
    flex-direction: column;
    gap: var(--ch-space-element);
    margin-bottom: var(--ch-space-section);
    }
div.gde863_5a5c.ia5be8e2c .kdfde0_jaq:last-child{
    margin-bottom: 0;
    }
div.gde863_5a5c.ia5be8e2c .sb00__5e6{
    width: 100%;
    border-radius: var(--ch-radius-lg);
    overflow: hidden;
    background-color: var(--ch-color-bg-surface);
    box-shadow: var(--ch-shadow-soft);
    aspect-ratio: 21/9; color: #1a1a2e;}
div.gde863_5a5c.ia5be8e2c .sb00__5e6 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.gde863_5a5c.ia5be8e2c .dcfa1_4adc{
    max-width: 800px;
    }
div.gde863_5a5c.ia5be8e2c .f60c381f_zk18{
    background-color: var(--ch-color-bg-surface, #fff);
    border-radius: var(--ch-radius-lg);
    padding: clamp(48px, 6vw, 80px);
    box-shadow: var(--ch-shadow-soft);
    margin: var(--ch-space-section) auto; color: #1a1a2e;}
div.gde863_5a5c.ia5be8e2c .lb3a399_5wxg{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 40px;
    margin-top: 48px;
    border-top: 1px solid var(--ch-color-border);
    padding-top: 48px;
    }
div.gde863_5a5c.ia5be8e2c .c885c7a_ab7a{
    display: flex;
    flex-direction: column;
    gap: 8px;
    }
div.gde863_5a5c.ia5be8e2c .n6f358b09a9{
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--ch-color-text-muted);
    font-weight: 600;
    }
div.gde863_5a5c.ia5be8e2c .n37e83__53c55{
    font-size: 1.5rem;
    font-weight: 500;
    color: var(--ch-color-text-main);
    }
div.gde863_5a5c.ia5be8e2c .u3b06b_79e0{
    padding: 80px 5vw 40px;
    border-top: 1px solid var(--ch-color-border);
    margin-top: 80px;
    text-align: center;
    }
div.gde863_5a5c.ia5be8e2c .d985__5cc3{
    display: flex;
    justify-content: center;
    gap: 32px;
    margin-bottom: 32px;
    flex-wrap: wrap;
    }
div.gde863_5a5c.ia5be8e2c .t89fcb3fd{
    color: var(--ch-color-text-muted);
    text-decoration: none;
    transition: color 0.2s ease;
    }
div.gde863_5a5c.ia5be8e2c .t89fcb3fd:hover{
    color: var(--ch-color-text-main);
    }
div.gde863_5a5c.ia5be8e2c .ch-copyright{
    color: var(--ch-color-text-muted);
    font-size: 0.875rem;
    }
@media (max-width: 992px) {div.gde863_5a5c.ia5be8e2c .ec02c9__518{
    grid-template-columns: 1fr;
    gap: 48px;
    }
div.gde863_5a5c.ia5be8e2c .sb00__5e6{
    aspect-ratio: 16/9;
    }}
@media (max-width: 768px) {div.gde863_5a5c.ia5be8e2c .te29d5_58c5{
    flex-direction: column;
    }
div.gde863_5a5c.ia5be8e2c .r28f3f_3e{
    width: 100%;
    }
div.gde863_5a5c.ia5be8e2c .sb00__5e6{
    aspect-ratio: 4/3;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.gde863_5a5c img.s326a8_c961 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.gde863_5a5c img.s326a8_c961.l15c00a57df { aspect-ratio: 16 / 9; }
div.gde863_5a5c img.s326a8_c961.kc57__47cf { aspect-ratio: 16 / 10; }
div.gde863_5a5c img.s326a8_c961.h744e964f { aspect-ratio: 4 / 3; }
div.gde863_5a5c img.s326a8_c961.l935__46e7 { aspect-ratio: 1 / 1; }
div.gde863_5a5c :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.gde863_5a5c .zb5c3b_0cf7 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.gde863_5a5c .zb5c3b_0cf7.l15c00a57df { aspect-ratio: 16 / 9; }
div.gde863_5a5c .zb5c3b_0cf7.kc57__47cf { aspect-ratio: 16 / 10; }
div.gde863_5a5c .zb5c3b_0cf7.h744e964f { aspect-ratio: 4 / 3; }
div.gde863_5a5c .zb5c3b_0cf7.l935__46e7 { aspect-ratio: 1 / 1; }
div.gde863_5a5c .zb5c3b_0cf7 > img.s326a8_c961,
    div.gde863_5a5c .zb5c3b_0cf7 > picture > img.s326a8_c961 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.gde863_5a5c.ia5be8e2c .eaaec1c_2e35 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.gde863_5a5c.ia5be8e2c .eaaec1c_2e35 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.gde863_5a5c.ia5be8e2c .eaaec1c_2e35 a:not([class]):hover{opacity:0.92;}
div.gde863_5a5c.ia5be8e2c .eaaec1c_2e35 a[class=""]:hover{opacity:0.92;}
div.gde863_5a5c.ia5be8e2c .eaaec1c_2e35 a:not([class]):visited{color:#ffffff !important;}
div.gde863_5a5c.ia5be8e2c .eaaec1c_2e35 a[class=""]:visited{color:#ffffff !important;}
.mqgv0mbnds2{
    position: sticky;
    top: 24px;
    z-index: 100;
    padding: 0 24px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    
    margin-bottom: 48px;
    }
.ebxepaomi1gm{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: var(--nav-height);
    max-width: var(--max-width);
    margin: 0 auto;
    background-color: var(--nav-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 0 12px 0 24px;
    box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    position: relative; color: #1a1a2e;}
.c610b_8c6{
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--nav-text);
    z-index: 102;
    transition: var(--transition);
    }
.c610b_8c6:hover{
    opacity: 0.8;
    }
.r942__52622{
    color: var(--primary-color);
    filter: drop-shadow(0 2px 4px rgba(54, 35, 214, 0.2));
    }
.l870ac__6de{
    font-weight: 600;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    }
.s60d853_be{
    display: flex;
    align-items: center;
    flex: 1;
    }
.vbd184__3b51{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
    }
.nvbk28hx{
    text-decoration: none;
    color: var(--text-muted);
    font-size: 0.9rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: var(--radius-lg);
    transition: var(--transition);
    }
.nvbk28hx:hover{
    color: #ffffff;
    background-color: rgba(26, 26, 31, 0.04);
    }
.qc3b84__e53e{
    display: flex;
    align-items: center;
    margin-left: auto;
    }
.n8ffe4_te{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    
    background-color: var(--primary-color);
    
    background-image: linear-gradient(180deg, hsla(0,0%,100%,0.15) 0%, hsla(0,0%,0%,0) 100%);
    color: var(--btn-text);
    padding: 0 24px;
    height: 40px;
    border-radius: var(--radius-lg);
    font-size: 0.9375rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: -0.01em;
    transition: var(--transition);
    box-shadow:
    0 2px 4px -1px rgba(54, 35, 214, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }
.n8ffe4_te:hover{
    
    filter: brightness(1.15);
    transform: translateY(-1px);
    box-shadow:
    0 6px 16px -2px rgba(54, 35, 214, 0.4),
    0 2px 6px -1px rgba(54, 35, 214, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }
.n8ffe4_te:active{
    transform: translateY(0);
    filter: brightness(0.95);
    box-shadow:
    0 1px 2px rgba(54, 35, 214, 0.3),
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
    }
.i83a0_8f{
    display: none;
    }
.pd73__18c23{
    display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 102;
    margin-left: 12px;
    background-color: rgba(26, 26, 31, 0.04);
    border-radius: 50%;
    transition: var(--transition); color: #ffffff;}
.pd73__18c23:hover{
    background-color: rgba(26, 26, 31, 0.08); color: #ffffff;}
.bd70__d06d6, .bd70__d06d6::before, .bd70__d06d6::after{
    content: "";
    display: block;
    width: 18px;
    height: 2px;
    background-color: var(--text-color);
    position: absolute;
    transition: var(--transition);
    border-radius: 2px;
    left: 11px; color: #ffffff;}
.bd70__d06d6{
    top: 19px;
    }
.bd70__d06d6::before{
    top: -5px;
    left: 0;
    }
.bd70__d06d6::after{
    top: 5px;
    left: 0;
    }
@media (max-width: 900px){.mqgv0mbnds2 {
    padding: 0 16px;
    top: 16px;
    }
.ebxepaomi1gm {
    padding: 0 8px 0 20px;
    }
.vbd184__3b51 {
    position: static;
    transform: none;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    }
.nvbk28hx {
    width: 100%;
    text-align: center;
    padding: 14px 16px;
    font-size: 1.05rem;
    border-radius: var(--radius-md);
    }
.s60d853_be {
    position: fixed;
    top: calc(16px + var(--nav-height) + 12px);
    left: 16px;
    right: 16px;
    background-color: var(--nav-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    flex-direction: column;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition);
    z-index: 101; color: #1a1a2e;}
.qc3b84__e53e {
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
    }
.n8ffe4_te {
    width: 100%;
    height: 48px;
    font-size: 1.05rem;
    }
.pd73__18c23 {
    display: block;
    }
.i83a0_8f:checked ~ .pd73__18c23 .bd70__d06d6 {
    background-color: transparent;
    }
.i83a0_8f:checked ~ .pd73__18c23 .bd70__d06d6::before {
    transform: translateY(5px) rotate(45deg);
    }
.i83a0_8f:checked ~ .pd73__18c23 .bd70__d06d6::after {
    transform: translateY(-5px) rotate(-45deg);
    }
.i83a0_8f:checked ~ .s60d853_be {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    }}
#ntda8b177bdb:checked ~ .s60d853_be{ right: 0 !important; left: auto !important; }
@media (max-width: 900px){.mqgv0mbnds2 .s60d853_be{ 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: 900px){#ntda8b177bdb:checked ~ .s60d853_be{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px){.mqgv0mbnds2 #ntda8b177bdb, .mqgv0mbnds2 label[for="ntda8b177bdb"]{ display: none !important; }}
@media (min-width: 901px){.mqgv0mbnds2 .s60d853_be{ 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: 901px){.mqgv0mbnds2 .s60d853_be{ 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: 901px){.mqgv0mbnds2 .s60d853_be a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#ntda8b177bdb:checked ~ .s60d853_be{ right: 0 !important; left: auto !important; }
@media (max-width: 900px){.mqgv0mbnds2.n003103db .s60d853_be{ 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: 900px){#ntda8b177bdb:checked ~ .s60d853_be{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px){.mqgv0mbnds2.n003103db #ntda8b177bdb, .mqgv0mbnds2.n003103db label[for="ntda8b177bdb"]{ display: none !important; }}
@media (min-width: 901px){.mqgv0mbnds2.n003103db .s60d853_be{ 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: 901px){.mqgv0mbnds2.n003103db .s60d853_be{ 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: 901px){.mqgv0mbnds2.n003103db .s60d853_be a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ld4b288_d8{
    background-color: var(--bg-color);
    padding-top: 80px;
    padding-bottom: 40px;
    border-top: 1px solid var(--border-color);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; color: #1a1a2e;}
.obwxupwcj{
    width: 100%;
    max-width: var(--max-width);
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    flex-direction: column;
    }
.ae71693_z10k{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 64px;
    }
.wad37_be0c{
    flex: 1;
    max-width: 320px;
    display: flex;
    flex-direction: column;
    }
.vd4aa__fab54{
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: var(--text-color);
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
.g49642e81f5{
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted);
    margin: 0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
.ed079d__62d3b{
    flex: 0 0 auto;
    display: flex;
    gap: 32px;
    }
.l11e8c3_ja7x{
    flex: 0 0 auto;
    font-size: 14px;
    color: var(--text-muted);
    text-decoration: none;
    transition: var(--transition);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
.l11e8c3_ja7x:hover{
    color: var(--text-color);
    }
.bda48_f44{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    }
.wa2409aa_wvk6{
    flex: 1;
    font-size: 13px;
    color: var(--text-muted);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
.s4998d_xsr4{
    flex: 0 0 auto;
    font-size: 13px;
    color: var(--text-muted);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    }
@media (max-width: 768px){.ae71693_z10k{
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
    }
.wad37_be0c{
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    }
.ed079d__62d3b{
    flex: 0 0 auto;
    width: 100%;
    flex-direction: column;
    gap: 16px;
    }
.l11e8c3_ja7x{
    width: 100%;
    }
.bda48_f44{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
.wa2409aa_wvk6{
    flex: 0 0 auto;
    width: 100%;
    }
.s4998d_xsr4{
    flex: 0 0 auto;
    width: 100%;
    }}
.mqgv0mbnds2{
  position: sticky;
  top: 24px;
  z-index: 100;
  padding: 0 24px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  
  margin-bottom: 48px;
}
.ebxepaomi1gm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: var(--nav-height);
  max-width: var(--max-width);
  margin: 0 auto;
  background-color: var(--nav-bg);
  border: 1px solid var(--border-color);
  border-radius: var(--radius-lg);
  padding: 0 12px 0 24px;
  box-shadow: var(--shadow-sm), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  position: relative; color: #1a1a2e;}
.c610b_8c6{
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: var(--nav-text);
  z-index: 102;
  transition: var(--transition);
}
.c610b_8c6:hover{
  opacity: 0.8;
}
.r942__52622{
  color: var(--primary-color);
  filter: drop-shadow(0 2px 4px rgba(54, 35, 214, 0.2));
}
.l870ac__6de{
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
}
.s60d853_be{
  display: flex;
  align-items: center;
  flex: 1;
}
.vbd184__3b51{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
}
.nvbk28hx{
  text-decoration: none;
  color: var(--text-muted);
  font-size: 0.9rem;
  font-weight: 500;
  padding: 8px 16px;
  border-radius: var(--radius-lg);
  transition: var(--transition);
}
.nvbk28hx:hover{
  color: #ffffff;
  background-color: rgba(26, 26, 31, 0.04);
}
.qc3b84__e53e{
  display: flex;
  align-items: center;
  margin-left: auto;
}
.n8ffe4_te{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  
  background-color: var(--primary-color);
  
  background-image: linear-gradient(180deg, hsla(0,0%,100%,0.15) 0%, hsla(0,0%,0%,0) 100%);
  color: var(--btn-text);
  padding: 0 24px;
  height: 40px;
  border-radius: var(--radius-lg);
  font-size: 0.9375rem;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: -0.01em;
  transition: var(--transition);
  box-shadow:
    0 2px 4px -1px rgba(54, 35, 214, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.n8ffe4_te:hover{
  
  filter: brightness(1.15);
  transform: translateY(-1px);
  box-shadow:
    0 6px 16px -2px rgba(54, 35, 214, 0.4),
    0 2px 6px -1px rgba(54, 35, 214, 0.2),
    inset 0 1px 0 rgba(255, 255, 255, 0.25),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.n8ffe4_te:active{
  transform: translateY(0);
  filter: brightness(0.95);
  box-shadow:
    0 1px 2px rgba(54, 35, 214, 0.3),
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}
.i83a0_8f{
  display: none;
}
.pd73__18c23{
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 102;
  margin-left: 12px;
  background-color: rgba(26, 26, 31, 0.04);
  border-radius: 50%;
  transition: var(--transition); color: #ffffff;}
.pd73__18c23:hover{
  background-color: rgba(26, 26, 31, 0.08); color: #ffffff;}
.bd70__d06d6, .bd70__d06d6::before, .bd70__d06d6::after{
  content: "";
  display: block;
  width: 18px;
  height: 2px;
  background-color: var(--text-color);
  position: absolute;
  transition: var(--transition);
  border-radius: 2px;
  left: 11px; color: #ffffff;}
.bd70__d06d6{
  top: 19px;
}
.bd70__d06d6::before{
  top: -5px;
  left: 0;
}
.bd70__d06d6::after{
  top: 5px;
  left: 0;
}
@media (max-width: 900px){.mqgv0mbnds2 {
    padding: 0 16px;
    top: 16px;
  }
.ebxepaomi1gm {
    padding: 0 8px 0 20px;
  }
.vbd184__3b51 {
    position: static;
    transform: none;
    flex-direction: column;
    gap: 12px;
    width: 100%;
  }
.nvbk28hx {
    width: 100%;
    text-align: center;
    padding: 14px 16px;
    font-size: 1.05rem;
    border-radius: var(--radius-md);
  }
.s60d853_be {
    position: fixed;
    top: calc(16px + var(--nav-height) + 12px);
    left: 16px;
    right: 16px;
    background-color: var(--nav-bg);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg), inset 0 1px 0 rgba(255, 255, 255, 0.8);
    flex-direction: column;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px);
    transition: var(--transition);
    z-index: 101; color: #1a1a2e;}
.qc3b84__e53e {
    margin-top: 24px;
    margin-left: 0;
    width: 100%;
  }
.n8ffe4_te {
    width: 100%;
    height: 48px;
    font-size: 1.05rem;
  }
.pd73__18c23 {
    display: block;
  }
.i83a0_8f:checked ~ .pd73__18c23 .bd70__d06d6 {
    background-color: transparent;
  }
.i83a0_8f:checked ~ .pd73__18c23 .bd70__d06d6::before {
    transform: translateY(5px) rotate(45deg);
  }
.i83a0_8f:checked ~ .pd73__18c23 .bd70__d06d6::after {
    transform: translateY(-5px) rotate(-45deg);
  }
.i83a0_8f:checked ~ .s60d853_be {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }}
#ntda8b177bdb:checked ~ .s60d853_be{ right: 0 !important; left: auto !important; }
@media (max-width: 900px){.mqgv0mbnds2 .s60d853_be{ 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: 900px){#ntda8b177bdb:checked ~ .s60d853_be{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px){.mqgv0mbnds2 #ntda8b177bdb, .mqgv0mbnds2 label[for="ntda8b177bdb"]{ display: none !important; }}
@media (min-width: 901px){.mqgv0mbnds2 .s60d853_be{ 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: 901px){.mqgv0mbnds2 .s60d853_be{ 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: 901px){.mqgv0mbnds2 .s60d853_be a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#ntda8b177bdb:checked ~ .s60d853_be{ right: 0 !important; left: auto !important; }
@media (max-width: 900px){.mqgv0mbnds2.n003103db .s60d853_be{ 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: 900px){#ntda8b177bdb:checked ~ .s60d853_be{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px){.mqgv0mbnds2.n003103db #ntda8b177bdb, .mqgv0mbnds2.n003103db label[for="ntda8b177bdb"]{ display: none !important; }}
@media (min-width: 901px){.mqgv0mbnds2.n003103db .s60d853_be{ 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: 901px){.mqgv0mbnds2.n003103db .s60d853_be{ 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: 901px){.mqgv0mbnds2.n003103db .s60d853_be a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.ncd2f4d4eaf{
  background-color: var(--bg-color);
  padding-top: 80px;
  padding-bottom: 40px;
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; color: #1a1a2e;}
.y2adf9977{
  width: 100%;
  max-width: var(--max-width);
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  flex-direction: column;
}
.reed7db44{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 64px;
}
.p2a3__a81f{
  flex: 1;
  max-width: 320px;
  display: flex;
  flex-direction: column;
}
.i37b7968e{
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: var(--text-color);
  letter-spacing: -0.02em;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.u538416c2{
  width: 100%;
  font-size: 14px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.ze48a77b8e5{
  flex: 0 0 auto;
  display: flex;
  gap: 32px;
}
.oc723457823{
  flex: 0 0 auto;
  font-size: 14px;
  color: var(--text-muted);
  text-decoration: none;
  transition: var(--transition);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.oc723457823:hover{
  color: var(--text-color);
}
.xbba__c8ff{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 24px;
  border-top: 1px solid var(--border-color);
}
.r36b85_a635{
  flex: 1;
  font-size: 13px;
  color: var(--text-muted);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
.df9ed790f{
  flex: 0 0 auto;
  font-size: 13px;
  color: var(--text-muted);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
@media (max-width: 768px){.reed7db44{
    flex-direction: column;
    gap: 40px;
    margin-bottom: 40px;
  }
.p2a3__a81f{
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
  }
.ze48a77b8e5{
    flex: 0 0 auto;
    width: 100%;
    flex-direction: column;
    gap: 16px;
  }
.oc723457823{
    width: 100%;
  }
.xbba__c8ff{
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
.r36b85_a635{
    flex: 0 0 auto;
    width: 100%;
  }
.df9ed790f{
    flex: 0 0 auto;
    width: 100%;
  }}
.v4047e_b28c{box-sizing:border-box;}
.rf3c0af50{box-sizing:border-box;}
.u9e4__f2d4{display:block;max-width:100%;height:auto;}
.r58a0c_98b4{box-sizing:border-box;}
@media (max-width: 768px) {.bda48_f44 { 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; }}