:root {

  --pf-primary: hsl(340, 88%, 61%);
  --pf-primary-hover: hsl(340, 88%, 56%);
  --pf-secondary: hsl(63, 70%, 61%);
  --pf-secondary-hover: hsl(63, 70%, 55%);
  --pf-text-main: hsl(340, 10%, 9%);
  --pf-text-muted: hsl(340, 10%, 40%);
  --pf-bg-main: hsl(340, 8%, 96%);
  --pf-bg-card: #ffffff;
  --pf-radius-lg: 24px;
  --pf-radius-md: 16px;
  --pf-radius-sm: 8px;
  --pf-shadow-soft: 0 12px 36px rgba(0, 0, 0, 0.04);
  --pf-shadow-hover: 0 20px 48px rgba(0, 0, 0, 0.08);
  --primary-color: hsl(340, 88%, 61%);
  --secondary-color: hsl(63, 70%, 61%);
  --bg-color: hsl(340, 8%, 96%);
  --text-color: hsl(340, 10%, 9%);
  --text-muted: hsl(340, 10%, 45%);
  --border-color: hsl(340, 8%, 88%);
  --radius-sm: 6px;
  --radius-md: 12px;
  --radius-lg: 20px;
  --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 12px 32px rgba(0, 0, 0, 0.1);
  --nav-height: 68px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s ease;
  --content-page-bg: var(--bg-color, hsl(220, 7%, 96%));
  --content-surface-bg: #ffffff;
  --content-text: var(--text-color, hsl(220, 10%, 11%));
  --content-text-muted: var(--text-muted, rgba(31, 35, 40, 0.72));
  --content-border: var(--border-color, rgba(0, 0, 0, 0.08));
  --content-accent-text: hsl(22, 78%, 38%);
}
div.e554__cc56.yc1935f3.ddae79eb_f7af{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--text-color, var(--pf-text-main));
    background-color: var(--pf-bg-main);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    padding-bottom: 60px;
    }
div.e554__cc56.yc1935f3.ddae79eb_f7af *{
    box-sizing: border-box;
    }
div.e554__cc56.yc1935f3 .n24c__93b0{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 5%;
    }
div.e554__cc56.yc1935f3 .dklqfy13h9{
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 60px 0 80px;
    }
@media (min-width: 900px) {div.e554__cc56.yc1935f3 .dklqfy13h9{
    flex-direction: row-reverse;
    align-items: center;
    gap: 80px;
    padding: 80px 0 100px;
    }}
div.e554__cc56.yc1935f3 .pe9e27_li{
    flex: 1;
    position: relative;
    }
div.e554__cc56.yc1935f3 .pe9e27_li img{
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: var(--pf-radius-lg);
    box-shadow: var(--pf-shadow-soft);
    }
div.e554__cc56.yc1935f3 .p8a0a__884{
    flex: 1;
    }
div.e554__cc56.yc1935f3 .z402b7__36e69{
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 24px 0;
    letter-spacing: -0.02em;
    }
div.e554__cc56.yc1935f3 .c54503e89{
    font-size: 1.25rem;
    color: var(--pf-text-muted);
    margin-bottom: 40px;
    }
div.e554__cc56.yc1935f3 .caopq596ug{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    font-size: 1.125rem;
    font-weight: 600;
    border-radius: 100px;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    border: none;
    cursor: pointer;
    }
div.e554__cc56.yc1935f3 .u4zrqt2i43o4{
    background-color: var(--pf-primary);
    color: #1a1a2e;
    box-shadow: 0 8px 24px rgba(235, 76, 118, 0.3);
    }
div.e554__cc56.yc1935f3 .u4zrqt2i43o4:hover{
    background-color: var(--pf-primary-hover);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(235, 76, 118, 0.4); color: #1a1a2e;}
div.e554__cc56.yc1935f3 .m157a1d9_it{
    width: 100%;
    padding: 12px 24px;
    background-color: var(--pf-bg-main);
    color: var(--pf-text-main);
    font-size: 1rem;
    border-radius: var(--pf-radius-sm);
    margin-top: 24px;
    }
div.e554__cc56.yc1935f3 .m01eb90:hover .m157a1d9_it{
    background-color: var(--pf-secondary);
    color: var(--pf-text-main);
    }
div.e554__cc56.yc1935f3 .z0b30f54bd7{
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 60px;
    }
div.e554__cc56.yc1935f3 .o6731a_b0{
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    margin-bottom: 100px;
    }
@media (min-width: 768px) {div.e554__cc56.yc1935f3 .o6731a_b0{
    grid-template-columns: repeat(3, 1fr);
    }}
div.e554__cc56.yc1935f3 .m01eb90{
    background: var(--pf-bg-card);
    border-radius: var(--pf-radius-lg);
    padding: 40px 32px;
    box-shadow: var(--pf-shadow-soft);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    display: flex;
    flex-direction: column; color: #1a1a2e;}
div.e554__cc56.yc1935f3 .m01eb90:hover{
    transform: translateY(-8px);
    box-shadow: var(--pf-shadow-hover);
    }
div.e554__cc56.yc1935f3 .t7e3f__899e0{
    width: 56px;
    height: 56px;
    border-radius: var(--pf-radius-md);
    background-color: var(--pf-bg-main);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    color: #1a1a2e;
    }
div.e554__cc56.yc1935f3 .m01eb90 h3{
    font-size: 1.5rem;
    margin: 0 0 16px 0;
    }
div.e554__cc56.yc1935f3 .m01eb90 p{
    color: var(--pf-text-muted);
    flex-grow: 1;
    margin-bottom: 24px;
    }
div.e554__cc56.yc1935f3 .t26f26_7b07{
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid rgba(0,0,0,0.05);
    padding-top: 20px;
    }
div.e554__cc56.yc1935f3 .t26f26_7b07 li{
    font-size: 0.875rem;
    color: var(--pf-text-muted);
    margin-bottom: 12px;
    display: flex;
    align-items: flex-start;
    }
div.e554__cc56.yc1935f3 .t26f26_7b07 li strong{
    color: var(--pf-text-main);
    min-width: 80px;
    }
div.e554__cc56.yc1935f3 .f27b9b3{
    display: flex;
    flex-direction: column;
    background: var(--pf-bg-card);
    border-radius: var(--pf-radius-lg);
    overflow: hidden;
    box-shadow: var(--pf-shadow-soft);
    margin-bottom: 80px; color: #1a1a2e;}
@media (min-width: 900px) {div.e554__cc56.yc1935f3 .f27b9b3{
    flex-direction: row;
    }}
div.e554__cc56.yc1935f3 .i4cp3bd15j{
    padding: 60px 5%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    }
div.e554__cc56.yc1935f3 .i4cp3bd15j h2{
    font-size: 2rem;
    margin-top: 0;
    margin-bottom: 24px;
    }
div.e554__cc56.yc1935f3 .i4cp3bd15j p{
    color: var(--pf-text-muted);
    font-size: 1.125rem;
    margin-bottom: 20px;
    }
div.e554__cc56.yc1935f3 .n8fc19e4e{
    color: var(--pf-primary);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s;
    }
div.e554__cc56.yc1935f3 .n8fc19e4e:hover{
    border-color: var(--pf-primary);
    }
div.e554__cc56.yc1935f3 .edaaf0_5bd{
    flex: 1;
    }
div.e554__cc56.yc1935f3 .edaaf0_5bd img{
    width: 100%;
    height: 100%;
    min-height: 400px;
    object-fit: cover;
    }
div.e554__cc56.yc1935f3 .z6f4a2518{
    text-align: center;
    padding: 40px 0;
    border-top: 1px solid rgba(0,0,0,0.05);
    color: var(--pf-text-muted);
    }
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text-color);
    background: var(--bg-color);
    }
.if92625eed6{
    background: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 100; color: #1a1a2e;}
.v6791e_b0c2{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    gap: 32px;
    }
.i7964__4e102{
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    white-space: nowrap;
    }
.va54be57bf5{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    }
.va54be57bf5 span{
    width: 24px;
    height: 2px;
    background: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
.y4473d2_53{
    display: flex;
    list-style: none;
    gap: 32px;
    flex: 1;
    justify-content: center;
    }
.y4473d2_53 a{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
    white-space: nowrap;
    }
.y4473d2_53 a:hover{
    color: var(--text-color);
    }
.qsieqcloq6vs{
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 24px;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    white-space: nowrap;
    box-shadow: var(--shadow-sm);
    }
.qsieqcloq6vs:hover{
    background: hsl(340, 88%, 55%);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
@media (max-width: 768px){.va54be57bf5{
    display: flex;
    }
.y4473d2_53{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: var(--bg-color);
    flex-direction: column;
    gap: 0;
    padding: 16px 24px;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    display: none; color: #1a1a2e;}
.y4473d2_53.active{
    display: flex;
    }
.y4473d2_53 li{
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
    }
.y4473d2_53 li:last-child{
    border-bottom: none;
    }
.qsieqcloq6vs{
    display: none;
    }}
.l7468f__1a55f{
    background: var(--bg-color, hsl(340, 8%, 96%));
    border-top: 1px solid var(--border-color, hsl(340, 8%, 88%));
    padding: 64px 0 32px;
    margin-top: 120px; color: #1a1a2e;}
.ua5a0b9_cb{
    max-width: var(--max-width, min(1200px, 92vw));
    margin: 0 auto;
    padding: 0 24px;
    }
.x4141_33a{
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 48px;
    }
.jc7d90d5{
    flex: 0 0 280px;
    }
.cbde5957{
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color, hsl(340, 10%, 9%));
    margin-bottom: 12px;
    }
.g5f6ff9_0f{
    font-size: 14px;
    color: var(--text-muted, hsl(340, 10%, 45%));
    line-height: 1.6;
    margin: 0;
    }
.vfd99_f683{
    display: flex;
    gap: 64px;
    flex: 1;
    }
.jec46__117{
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.eb2da3e3d60{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color, hsl(340, 10%, 9%));
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }
.k4801da{
    font-size: 14px;
    color: var(--text-muted, hsl(340, 10%, 45%));
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.k4801da:hover{
    color: var(--primary-color, hsl(340, 88%, 61%));
    }
.l3f44d_4o{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, hsl(340, 8%, 88%));
    }
.q702__75541{
    font-size: 13px;
    color: var(--text-muted, hsl(340, 10%, 45%));
    margin: 0;
    }
.qcbe7a_1q9{
    font-size: 13px;
    color: var(--text-muted, hsl(340, 10%, 45%));
    margin: 0;
    }
@media (max-width: 768px){.l7468f__1a55f{
    padding: 48px 0 24px;
    margin-top: 80px;
    }
.x4141_33a{
    flex-direction: column;
    gap: 40px;
    margin-bottom: 32px;
    }
.jc7d90d5{
    flex: none;
    }
.vfd99_f683{
    flex-direction: column;
    gap: 32px;
    }
.l3f44d_4o{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    }}
html, body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.e554__cc56 img.hcea1c64fa2 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.e554__cc56 img.hcea1c64fa2.f89d__8a85 { aspect-ratio: 16 / 9; }
div.e554__cc56 img.hcea1c64fa2.y2ad9f6ba { aspect-ratio: 16 / 10; }
div.e554__cc56 img.hcea1c64fa2.le5143_4a56 { aspect-ratio: 4 / 3; }
div.e554__cc56 img.hcea1c64fa2.z9a8e13a8dd { aspect-ratio: 1 / 1; }
div.e554__cc56 :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.e554__cc56 .cc5396bb135 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.e554__cc56 .cc5396bb135.f89d__8a85 { aspect-ratio: 16 / 9; }
div.e554__cc56 .cc5396bb135.y2ad9f6ba { aspect-ratio: 16 / 10; }
div.e554__cc56 .cc5396bb135.le5143_4a56 { aspect-ratio: 4 / 3; }
div.e554__cc56 .cc5396bb135.z9a8e13a8dd { aspect-ratio: 1 / 1; }
div.e554__cc56 .cc5396bb135 > img.hcea1c64fa2,
    div.e554__cc56 .cc5396bb135 > picture > img.hcea1c64fa2 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
div.e554__cc56.yc1935f3 .u4zrqt2i43o4 a:not([class]){color:#ffffff !important;text-decoration:underline;}
div.e554__cc56.yc1935f3 .u4zrqt2i43o4 a[class=""]{color:#ffffff !important;text-decoration:underline;}
div.e554__cc56.yc1935f3 .u4zrqt2i43o4 a:not([class]):hover{opacity:0.92;}
div.e554__cc56.yc1935f3 .u4zrqt2i43o4 a[class=""]:hover{opacity:0.92;}
div.e554__cc56.yc1935f3 .u4zrqt2i43o4 a:not([class]):visited{color:#ffffff !important;}
div.e554__cc56.yc1935f3 .u4zrqt2i43o4 a[class=""]:visited{color:#ffffff !important;}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    }
body{
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--text-color);
    background: var(--bg-color);
    }
.if92625eed6{
    background: var(--bg-color);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 100; color: #1a1a2e;}
.v6791e_b0c2{
    max-width: var(--max-width);
    margin: 0 auto;
    height: var(--nav-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 24px;
    gap: 32px;
    }
.i7964__4e102{
    font-size: 18px;
    font-weight: 600;
    color: var(--text-color);
    text-decoration: none;
    white-space: nowrap;
    }
.va54be57bf5{
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    }
.va54be57bf5 span{
    width: 24px;
    height: 2px;
    background: var(--text-color);
    border-radius: 2px;
    transition: var(--transition); color: #ffffff;}
.y4473d2_53{
    display: flex;
    list-style: none;
    gap: 32px;
    flex: 1;
    justify-content: center;
    }
.y4473d2_53 a{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 15px;
    transition: var(--transition);
    white-space: nowrap;
    }
.y4473d2_53 a:hover{
    color: var(--text-color);
    }
.qsieqcloq6vs{
    background: var(--primary-color);
    color: #1a1a2e;
    padding: 10px 24px;
    border-radius: var(--radius-md);
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: var(--transition);
    white-space: nowrap;
    box-shadow: var(--shadow-sm);
    }
.qsieqcloq6vs:hover{
    background: hsl(340, 88%, 55%);
    box-shadow: var(--shadow-md);
    transform: translateY(-1px); color: #1a1a2e;}
@media (max-width: 768px){.va54be57bf5{
    display: flex;
    }
.y4473d2_53{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: var(--bg-color);
    flex-direction: column;
    gap: 0;
    padding: 16px 24px;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    display: none; color: #1a1a2e;}
.y4473d2_53.active{
    display: flex;
    }
.y4473d2_53 li{
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
    }
.y4473d2_53 li:last-child{
    border-bottom: none;
    }
.qsieqcloq6vs{
    display: none;
    }}
.l7468f__1a55f{
    background: var(--bg-color, hsl(340, 8%, 96%));
    border-top: 1px solid var(--border-color, hsl(340, 8%, 88%));
    padding: 64px 0 32px;
    margin-top: 120px; color: #1a1a2e;}
.ua5a0b9_cb{
    max-width: var(--max-width, min(1200px, 92vw));
    margin: 0 auto;
    padding: 0 24px;
    }
.x4141_33a{
    display: flex;
    justify-content: space-between;
    gap: 80px;
    margin-bottom: 48px;
    }
.jc7d90d5{
    flex: 0 0 280px;
    }
.cbde5957{
    font-size: 20px;
    font-weight: 600;
    color: var(--text-color, hsl(340, 10%, 9%));
    margin-bottom: 12px;
    }
.g5f6ff9_0f{
    font-size: 14px;
    color: var(--text-muted, hsl(340, 10%, 45%));
    line-height: 1.6;
    margin: 0;
    }
.vfd99_f683{
    display: flex;
    gap: 64px;
    flex: 1;
    }
.jec46__117{
    display: flex;
    flex-direction: column;
    gap: 12px;
    }
.eb2da3e3d60{
    font-size: 13px;
    font-weight: 600;
    color: var(--text-color, hsl(340, 10%, 9%));
    margin: 0 0 8px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    }
.k4801da{
    font-size: 14px;
    color: var(--text-muted, hsl(340, 10%, 45%));
    text-decoration: none;
    transition: var(--transition, all 0.3s ease);
    }
.k4801da:hover{
    color: var(--primary-color, hsl(340, 88%, 61%));
    }
.l3f44d_4o{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    border-top: 1px solid var(--border-color, hsl(340, 8%, 88%));
    }
.q702__75541{
    font-size: 13px;
    color: var(--text-muted, hsl(340, 10%, 45%));
    margin: 0;
    }
.qcbe7a_1q9{
    font-size: 13px;
    color: var(--text-muted, hsl(340, 10%, 45%));
    margin: 0;
    }
@media (max-width: 768px){.l7468f__1a55f{
    padding: 48px 0 24px;
    margin-top: 80px;
    }
.x4141_33a{
    flex-direction: column;
    gap: 40px;
    margin-bottom: 32px;
    }
.jc7d90d5{
    flex: none;
    }
.vfd99_f683{
    flex-direction: column;
    gap: 32px;
    }
.l3f44d_4o{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
    }}
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-color);
  background: var(--bg-color);
}
.if92625eed6{
  background: var(--bg-color);
  border-bottom: 1px solid var(--border-color);
  position: sticky;
  top: 0;
  z-index: 100; color: #1a1a2e;}
.v6791e_b0c2{
  max-width: var(--max-width);
  margin: 0 auto;
  height: var(--nav-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 24px;
  gap: 32px;
}
.i7964__4e102{
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
  text-decoration: none;
  white-space: nowrap;
}
.va54be57bf5{
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
.va54be57bf5 span{
  width: 24px;
  height: 2px;
  background: var(--text-color);
  border-radius: 2px;
  transition: var(--transition); color: #ffffff;}
.y4473d2_53{
  display: flex;
  list-style: none;
  gap: 32px;
  flex: 1;
  justify-content: center;
}
.y4473d2_53 a{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 15px;
  transition: var(--transition);
  white-space: nowrap;
}
.y4473d2_53 a:hover{
  color: var(--text-color);
}
.qsieqcloq6vs{
  background: var(--primary-color);
  color: #1a1a2e;
  padding: 10px 24px;
  border-radius: var(--radius-md);
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  transition: var(--transition);
  white-space: nowrap;
  box-shadow: var(--shadow-sm);
}
.qsieqcloq6vs:hover{
  background: hsl(340, 88%, 55%);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px); color: #1a1a2e;}
@media (max-width: 768px){.va54be57bf5{
    display: flex;
  }
.y4473d2_53{
    position: absolute;
    top: var(--nav-height);
    left: 0;
    right: 0;
    background: var(--bg-color);
    flex-direction: column;
    gap: 0;
    padding: 16px 24px;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-md);
    display: none; color: #1a1a2e;}
.y4473d2_53.active{
    display: flex;
  }
.y4473d2_53 li{
    padding: 12px 0;
    border-bottom: 1px solid var(--border-color);
  }
.y4473d2_53 li:last-child{
    border-bottom: none;
  }
.qsieqcloq6vs{
    display: none;
  }}
.hfa84353e{
  background: var(--bg-color, hsl(340, 8%, 96%));
  border-top: 1px solid var(--border-color, hsl(340, 8%, 88%));
  padding: 64px 0 32px;
  margin-top: 120px; color: #1a1a2e;}
.t5c4__4b39{
  max-width: var(--max-width, min(1200px, 92vw));
  margin: 0 auto;
  padding: 0 24px;
}
.i51b7443e23{
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 48px;
}
.f38434d83d3{
  flex: 0 0 280px;
}
.x2a8__56e6{
  font-size: 20px;
  font-weight: 600;
  color: var(--text-color, hsl(340, 10%, 9%));
  margin-bottom: 12px;
}
.q0c88a29d{
  font-size: 14px;
  color: var(--text-muted, hsl(340, 10%, 45%));
  line-height: 1.6;
  margin: 0;
}
.q47d934e7{
  display: flex;
  gap: 64px;
  flex: 1;
}
.q6a860_5923{
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.a357__6e40{
  font-size: 13px;
  font-weight: 600;
  color: var(--text-color, hsl(340, 10%, 9%));
  margin: 0 0 8px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pf70__b591{
  font-size: 14px;
  color: var(--text-muted, hsl(340, 10%, 45%));
  text-decoration: none;
  transition: var(--transition, all 0.3s ease);
}
.pf70__b591:hover{
  color: var(--primary-color, hsl(340, 88%, 61%));
}
.tfaca76ee{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  border-top: 1px solid var(--border-color, hsl(340, 8%, 88%));
}
.odc024_c8b7{
  font-size: 13px;
  color: var(--text-muted, hsl(340, 10%, 45%));
  margin: 0;
}
.h91dd3_1367{
  font-size: 13px;
  color: var(--text-muted, hsl(340, 10%, 45%));
  margin: 0;
}
@media (max-width: 768px){.hfa84353e{
    padding: 48px 0 24px;
    margin-top: 80px;
  }
.i51b7443e23{
    flex-direction: column;
    gap: 40px;
    margin-bottom: 32px;
  }
.f38434d83d3{
    flex: none;
  }
.q47d934e7{
    flex-direction: column;
    gap: 32px;
  }
.tfaca76ee{
    flex-direction: column;
    gap: 8px;
    align-items: flex-start;
  }}
.fad4c9922f8{box-sizing:border-box;}
.q76cf3e8cbc{display:block;max-width:100%;height:auto;}
.q305__af89{box-sizing:border-box;}
.kdd114_19dd{box-sizing:border-box;}
.x52bcd_6847{box-sizing:border-box;}
@media (max-width: 768px) {div.e554__cc56.yc1935f3 .dklqfy13h9 { flex-direction: column !important; }
.l3f44d_4o { 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; }}