:root {

  --primary-color: hsl(79, 73%, 55%);
  --secondary-color: hsl(222, 58%, 55%);
  --bg-color: hsl(79, 7%, 96%);
  --text-color: hsl(79, 10%, 9%);
  --text-muted: hsl(79, 5%, 45%);
  --border-color: rgba(23, 25, 20, 0.1);
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.04);
  --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
  --shadow-lg: 0 8px 24px rgba(0, 0, 0, 0.12);
  --nav-height: 72px;
  --max-width: min(1200px, 92vw);
  --transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  --nav-bg: var(--bg-color);
  --btn-text: #ffffff;
  --page-bg-base: var(--bg-color, hsl(79, 7%, 96%));
  --page-bg-alt: var(--bg-alt-color, #ffffff);
  --page-bg-dark: hsl(79, 10%, 9%);
  --page-text-main: var(--text-color, hsl(79, 10%, 9%));
  --page-text-muted: var(--text-muted-color, hsl(79, 5%, 40%));
  --page-text-light: hsl(79, 7%, 96%);
  --page-brand-primary: hsl(79, 73%, 55%);
  --page-brand-secondary: hsl(222, 58%, 55%);
  --page-border-radius: var(--border-radius, 8px);
  --page-shadow-sm: var(--box-shadow, 0 2px 8px rgba(0,0,0,0.05));
  --page-shadow-lg: 0 12px 32px rgba(0,0,0,0.1);
  --page-content-max: 1200px;
  --page-read-max: 680px;
  --page-section-py: 5rem;
  --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%);
}
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;500;600&display=swap");
.tf6ctgvd *, .tf6ctgvd *::before, .tf6ctgvd *::after{
    box-sizing: border-box;
    }
.tf6ctgvd{
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.x39aeb2{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.y9ef7125_dd9z{
    display: flex;
    align-items: center;
    }
.g84842_94e{
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    }
.yeuf9d6ov19{
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: var(--primary-color);
    border-radius: var(--radius-sm);
    margin-right: 0.6rem;
    box-shadow: 2px 2px 0 var(--text-color); 
    transition: var(--transition); color: #1a1a2e;}
.g84842_94e:hover .yeuf9d6ov19{
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--text-color);
    }
.zad7__65c8b{
    display: none;
    }
.a133be4{
    display: flex;
    align-items: center;
    gap: 2rem;
    }
.oa6db8__bcdd2{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
    }
.oa6db8__bcdd2:hover{
    color: var(--text-color);
    }
.oa6db8__bcdd2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.oa6db8__bcdd2:hover::after{
    width: 100%;
    }
.y874e_9c{
    display: flex;
    align-items: center;
    gap: 1.25rem;
    }
.udt0wsaq{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.25rem;
    background: var(--secondary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    }
.udt0wsaq:hover{
    background: var(--text-color);
    color: var(--bg-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    }
.h775a96_b6a8{
    display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    background-color: transparent;
    transition: var(--transition);
    }
.h775a96_b6a8:hover{
    background-color: rgba(0, 0, 0, 0.04); color: #ffffff;}
.u01mlvm48z{
    position: relative;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.u01mlvm48z::before, .u01mlvm48z::after{
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.u01mlvm48z::before{ top: -6px; }
.u01mlvm48z::after{ top: 6px; }
@media (max-width: 900px){.a133be4 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-md);
    border-bottom: 0 solid var(--border-color); color: #1a1a2e;}
.zad7__65c8b:checked ~ .a133be4 {
    max-height: 400px; 
    border-bottom: 1px solid var(--border-color);
    }
.oa6db8__bcdd2 {
    width: 100%;
    
    padding-left: calc(50vw - (var(--max-width) / 2));
    padding-right: calc(50vw - (var(--max-width) / 2));
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    font-size: 1.05rem;
    }
.oa6db8__bcdd2:last-child {
    border-bottom: none;
    }
.oa6db8__bcdd2::after {
    display: none; 
    }
.h775a96_b6a8 {
    display: flex;
    }
.zad7__65c8b:checked ~ .y874e_9c .h775a96_b6a8 .u01mlvm48z {
    background-color: transparent;
    }
.zad7__65c8b:checked ~ .y874e_9c .h775a96_b6a8 .u01mlvm48z::before {
    top: 0;
    transform: rotate(45deg);
    }
.zad7__65c8b:checked ~ .y874e_9c .h775a96_b6a8 .u01mlvm48z::after {
    top: 0;
    transform: rotate(-45deg);
    }}
@media (min-width: 901px){.tf6ctgvd #nt921b1d4145, .tf6ctgvd label[for="nt921b1d4145"]{ display: none !important; }}
@media (min-width: 901px){.tf6ctgvd .a133be4{ 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){.tf6ctgvd .a133be4{ 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){.tf6ctgvd .a133be4 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt921b1d4145:checked ~ .a133be4 { right: 0 !important; left: auto !important; }
@media (max-width: 900px) {.tf6ctgvd.gac184_ddc3 .a133be4 { 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) {#nt921b1d4145:checked ~ .a133be4 { right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px) {.tf6ctgvd.gac184_ddc3 #nt921b1d4145, .tf6ctgvd.gac184_ddc3 label[for="nt921b1d4145"] { display: none !important; }}
@media (min-width: 901px) {.tf6ctgvd.gac184_ddc3 .a133be4 { 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) {.tf6ctgvd.gac184_ddc3 .a133be4 { 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) {.tf6ctgvd.gac184_ddc3 .a133be4 a { display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.k7743__fbdd{
    background-color: var(--text-color, #161715);
    padding-top: 80px;
    padding-bottom: 40px; color: #ffffff;}
.gr963sj1o{
    width: 100%;
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.jm6v74rxu{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    }
.u7w0bd7265q{
    flex: 0 0 auto;
    width: 100%;
    font-family: "Georgia", "Times New Roman", serif;
    color: var(--bg-color, #f4f5f3);
    font-size: 36px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }
.f0271111{
    flex: 0 0 auto;
    width: 100%;
    max-width: 680px;
    font-family: "Georgia", "Times New Roman", serif;
    color: var(--bg-color, #f4f5f3);
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 16px;
    }
.iyte92ddpjfv{
    flex: 0 0 auto;
    width: 100%;
    max-width: 680px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #a8a9a6;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0;
    }
.sslsvrthp34{
    flex: 0 0 auto;
    width: 100%;
    height: 1px;
    background-color: #31332f;
    margin-top: 64px;
    margin-bottom: 32px; color: #ffffff;}
.p3ea22c6{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    }
.me746b3_5m5g{
    flex: 0 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #a8a9a6;
    font-size: 14px;
    }
@media (max-width: 768px){.k7743__fbdd{
    padding-top: 48px;
    padding-bottom: 24px;
    }
.u7w0bd7265q{
    font-size: 28px;
    margin-bottom: 16px;
    }
.f0271111{
    font-size: 18px;
    margin-bottom: 12px;
    }
.sslsvrthp34{
    margin-top: 40px;
    margin-bottom: 24px;
    }}
div.k5b6__8c70.g466bd_f2f{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    color: var(--page-text-main);
    background-color: var(--page-bg-base);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    }
div.k5b6__8c70.g466bd_f2f *{
    box-sizing: border-box;
    }
div.k5b6__8c70.g466bd_f2f img{
    max-width: 100%;
    height: auto;
    display: block;
    }
div.k5b6__8c70.g466bd_f2f a{
    color: var(--page-brand-secondary);
    text-decoration: none;
    transition: color 0.2s ease;
    }
div.k5b6__8c70.g466bd_f2f a:hover{
    color: var(--page-brand-primary);
    text-decoration: underline;
    }
div.k5b6__8c70.g466bd_f2f .xc38c41b2{
    max-width: var(--page-content-max);
    margin: 0 auto;
    padding: 0 5%;
    }
div.k5b6__8c70.g466bd_f2f .na805a5_zgos{
    padding: var(--page-section-py) 0;
    }
div.k5b6__8c70.g466bd_f2f .l8acc2_c3{
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    }
div.k5b6__8c70.g466bd_f2f .l2a82007a43{
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    color: var(--page-text-main);
    }
div.k5b6__8c70.g466bd_f2f .f73b3723{
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.2;
    }
div.k5b6__8c70.g466bd_f2f .s92273_8e{
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
    }
div.k5b6__8c70.g466bd_f2f .d5fntngf5{
    font-size: clamp(1.125rem, 2vw, 1.25rem);
    color: var(--page-text-muted);
    max-width: var(--page-read-max);
    margin-bottom: 2rem;
    }
div.k5b6__8c70.g466bd_f2f .xecfae34{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    margin-top: 1rem;
    }
div.k5b6__8c70.g466bd_f2f .oefcaa3_yefx{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.875rem 1.75rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: var(--page-border-radius);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    text-decoration: none !important;
    border: none;
    cursor: pointer;
    }
div.k5b6__8c70.g466bd_f2f .n17ab46{
    background-color: var(--page-text-main);
    color: var(--page-bg-base);
    box-shadow: var(--page-shadow-sm);
    }
div.k5b6__8c70.g466bd_f2f .n17ab46:hover{
    background-color: var(--page-brand-primary);
    color: var(--page-text-main);
    transform: translateY(-2px);
    box-shadow: var(--page-shadow-lg);
    }
div.k5b6__8c70.g466bd_f2f .l899958b189{
    background-color: transparent;
    color: var(--page-text-main);
    border: 2px solid var(--page-text-main);
    }
div.k5b6__8c70.g466bd_f2f .l899958b189:hover{
    background-color: var(--page-text-main);
    color: var(--page-bg-base);
    }
div.k5b6__8c70.g466bd_f2f .eab8ca_xy{
    background-color: var(--page-bg-base);
    padding-top: calc(var(--page-section-py) * 1.5);
    padding-bottom: var(--page-section-py);
    position: relative; color: #1a1a2e;}
div.k5b6__8c70.g466bd_f2f .i92eb77_fc3{
    max-width: var(--page-read-max);
    position: relative;
    z-index: 2;
    }
div.k5b6__8c70.g466bd_f2f .xbee052a59{
    width: 60px;
    height: 6px;
    background-color: var(--page-brand-primary);
    margin-bottom: 2rem;
    border-radius: 3px; color: #1a1a2e;}
div.k5b6__8c70.g466bd_f2f .dcfd5e86{
    background-color: var(--page-bg-alt);
    border-top: 1px solid rgba(0,0,0,0.05);
    border-bottom: 1px solid rgba(0,0,0,0.05); color: #1a1a2e;}
div.k5b6__8c70.g466bd_f2f .f8mzdosimcl{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    }
div.k5b6__8c70.g466bd_f2f .kb990_94{
    background: var(--page-bg-base);
    padding: 2rem;
    border-radius: var(--page-border-radius);
    box-shadow: var(--page-shadow-sm);
    border-left: 4px solid var(--page-brand-secondary);
    transition: transform 0.3s ease; color: #1a1a2e;}
div.k5b6__8c70.g466bd_f2f .kb990_94:hover{
    transform: translateY(-4px);
    }
div.k5b6__8c70.g466bd_f2f .he114b1_czr{
    background-color: var(--page-bg-base); color: #1a1a2e;}
div.k5b6__8c70.g466bd_f2f .u0fd3b58{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 6rem;
    }
div.k5b6__8c70.g466bd_f2f .u0fd3b58:last-child{
    margin-bottom: 0;
    }
div.k5b6__8c70.g466bd_f2f .j45f0_77{
    border-radius: var(--page-border-radius);
    overflow: hidden;
    box-shadow: var(--page-shadow-lg);
    aspect-ratio: 4/3;
    background-color: var(--page-bg-dark); color: #ffffff;}
div.k5b6__8c70.g466bd_f2f .j45f0_77 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
div.k5b6__8c70.g466bd_f2f .jc47b8c2740{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1.5rem;
    margin-top: 3rem;
    }
div.k5b6__8c70.g466bd_f2f .n401__bd74{
    padding: 1.5rem;
    background: var(--page-bg-alt);
    border-radius: var(--page-border-radius);
    border: 1px solid rgba(0,0,0,0.05); color: #1a1a2e;}
div.k5b6__8c70.g466bd_f2f .ch2c0qoy0yze{
    background-color: var(--page-bg-dark);
    color: var(--page-text-light);
    }
div.k5b6__8c70.g466bd_f2f .ch2c0qoy0yze .f73b3723, div.k5b6__8c70.g466bd_f2f .ch2c0qoy0yze .d5fntngf5{
    color: var(--page-text-light);
    }
div.k5b6__8c70.g466bd_f2f .ch2c0qoy0yze .xbee052a59{
    background-color: var(--page-brand-primary); color: #1a1a2e;}
div.k5b6__8c70.g466bd_f2f .p0dfce_bvh{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
    position: relative;
    }
div.k5b6__8c70.g466bd_f2f .uecdd__90a8{
    background: rgba(255,255,255,0.05);
    padding: 2.5rem;
    border-radius: var(--page-border-radius);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.1); color: #1a1a2e;}
div.k5b6__8c70.g466bd_f2f .cdd4__3195{
    font-size: 3rem;
    font-weight: 800;
    color: var(--page-brand-primary);
    opacity: 0.5;
    line-height: 1;
    margin-bottom: 1rem;
    }
div.k5b6__8c70.g466bd_f2f .l42339_259f{
    background-color: var(--page-bg-alt);
    padding: 4rem 0 2rem;
    border-top: 1px solid rgba(0,0,0,0.05); color: #1a1a2e;}
div.k5b6__8c70.g466bd_f2f .bde7__a250{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
    }
div.k5b6__8c70.g466bd_f2f .nb01__4785 h4{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: var(--page-text-main);
    }
div.k5b6__8c70.g466bd_f2f .nb01__4785 ul{
    list-style: none;
    padding: 0;
    margin: 0;
    }
div.k5b6__8c70.g466bd_f2f .nb01__4785 ul li{
    margin-bottom: 0.75rem;
    }
div.k5b6__8c70.g466bd_f2f .nb01__4785 ul a{
    color: var(--page-text-muted);
    font-size: 0.95rem;
    }
div.k5b6__8c70.g466bd_f2f .nb01__4785 ul a:hover{
    color: var(--page-brand-primary);
    }
div.k5b6__8c70.g466bd_f2f .p3ea22c6{
    text-align: left;
    padding-top: 2rem;
    border-top: 1px solid rgba(0,0,0,0.05);
    color: var(--page-text-muted);
    font-size: 0.875rem;
    }
@media (max-width: 768px) {div.k5b6__8c70.g466bd_f2f .u0fd3b58{
    grid-template-columns: 1fr;
    gap: 2rem;
    }
div.k5b6__8c70.g466bd_f2f .u0fd3b58:nth-child(even) .b593a96_3e89{
    order: -1;
    }
div.k5b6__8c70.g466bd_f2f .l2a82007a43{
    font-size: clamp(2rem, 8vw, 2.5rem);
    }
div.k5b6__8c70.g466bd_f2f .xecfae34{
    flex-direction: column;
    width: 100%;
    }
div.k5b6__8c70.g466bd_f2f .oefcaa3_yefx{
    width: 100%;
    }}
div.k5b6__8c70.g466bd_f2f .rd249_c1{box-sizing:border-box;}
html, body {
    margin: 0;
    padding: 0;
    }
body *, body *::before, body *::after {
    box-sizing: border-box;
    }
div.k5b6__8c70 img.ndd1cbc42 {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    }
div.k5b6__8c70 img.ndd1cbc42.g12354_1192 { aspect-ratio: 16 / 9; }
div.k5b6__8c70 img.ndd1cbc42.xee9__0121 { aspect-ratio: 16 / 10; }
div.k5b6__8c70 img.ndd1cbc42.tc4f__0ce7 { aspect-ratio: 4 / 3; }
div.k5b6__8c70 img.ndd1cbc42.bbe5__20e7 { aspect-ratio: 1 / 1; }
div.k5b6__8c70 :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.k5b6__8c70 .kf1d__d4b2 {
    overflow: hidden;
    box-sizing: border-box !important;
    max-width: 100%;
    padding: 0 !important;
    min-height: 0;
    }
div.k5b6__8c70 .kf1d__d4b2.g12354_1192 { aspect-ratio: 16 / 9; }
div.k5b6__8c70 .kf1d__d4b2.xee9__0121 { aspect-ratio: 16 / 10; }
div.k5b6__8c70 .kf1d__d4b2.tc4f__0ce7 { aspect-ratio: 4 / 3; }
div.k5b6__8c70 .kf1d__d4b2.bbe5__20e7 { aspect-ratio: 1 / 1; }
div.k5b6__8c70 .kf1d__d4b2 > img.ndd1cbc42,
    div.k5b6__8c70 .kf1d__d4b2 > picture > img.ndd1cbc42 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    }
.v40b8a_abe5 {
    padding-left: clamp(16px, 4vw, 48px);
    padding-right: clamp(16px, 4vw, 48px);
    }
.v40b8a_abe5 > :first-child,
    .v40b8a_abe5 > :last-child {
    width: min(1280px, 100%);
    margin-left: auto;
    margin-right: auto;
    }
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;500;600&display=swap");
.tf6ctgvd *, .tf6ctgvd *::before, .tf6ctgvd *::after{
    box-sizing: border-box;
    }
.tf6ctgvd{
    position: sticky;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: var(--nav-height);
    background-color: var(--nav-bg);
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.x39aeb2{
    max-width: var(--max-width);
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    }
.y9ef7125_dd9z{
    display: flex;
    align-items: center;
    }
.g84842_94e{
    font-family: "Playfair Display", serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--text-color);
    text-decoration: none;
    display: flex;
    align-items: center;
    letter-spacing: -0.02em;
    }
.yeuf9d6ov19{
    display: inline-block;
    width: 22px;
    height: 22px;
    background-color: var(--primary-color);
    border-radius: var(--radius-sm);
    margin-right: 0.6rem;
    box-shadow: 2px 2px 0 var(--text-color); 
    transition: var(--transition); color: #1a1a2e;}
.g84842_94e:hover .yeuf9d6ov19{
    transform: translate(-1px, -1px);
    box-shadow: 3px 3px 0 var(--text-color);
    }
.zad7__65c8b{
    display: none;
    }
.a133be4{
    display: flex;
    align-items: center;
    gap: 2rem;
    }
.oa6db8__bcdd2{
    color: var(--text-muted);
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    transition: var(--transition);
    position: relative;
    padding: 0.5rem 0;
    }
.oa6db8__bcdd2:hover{
    color: var(--text-color);
    }
.oa6db8__bcdd2::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.oa6db8__bcdd2:hover::after{
    width: 100%;
    }
.y874e_9c{
    display: flex;
    align-items: center;
    gap: 1.25rem;
    }
.udt0wsaq{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 1.25rem;
    background: var(--secondary-color);
    color: #1a1a2e;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 600;
    border-radius: var(--radius-md);
    transition: var(--transition);
    box-shadow: var(--shadow-sm);
    }
.udt0wsaq:hover{
    background: var(--text-color);
    color: var(--bg-color);
    box-shadow: var(--shadow-md);
    transform: translateY(-2px);
    }
.h775a96_b6a8{
    display: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
    background-color: transparent;
    transition: var(--transition);
    }
.h775a96_b6a8:hover{
    background-color: rgba(0, 0, 0, 0.04); color: #ffffff;}
.u01mlvm48z{
    position: relative;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.u01mlvm48z::before, .u01mlvm48z::after{
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: var(--text-color);
    transition: var(--transition); color: #ffffff;}
.u01mlvm48z::before{ top: -6px; }
.u01mlvm48z::after{ top: 6px; }
@media (max-width: 900px){.a133be4 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-md);
    border-bottom: 0 solid var(--border-color); color: #1a1a2e;}
.zad7__65c8b:checked ~ .a133be4 {
    max-height: 400px; 
    border-bottom: 1px solid var(--border-color);
    }
.oa6db8__bcdd2 {
    width: 100%;
    
    padding-left: calc(50vw - (var(--max-width) / 2));
    padding-right: calc(50vw - (var(--max-width) / 2));
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    font-size: 1.05rem;
    }
.oa6db8__bcdd2:last-child {
    border-bottom: none;
    }
.oa6db8__bcdd2::after {
    display: none; 
    }
.h775a96_b6a8 {
    display: flex;
    }
.zad7__65c8b:checked ~ .y874e_9c .h775a96_b6a8 .u01mlvm48z {
    background-color: transparent;
    }
.zad7__65c8b:checked ~ .y874e_9c .h775a96_b6a8 .u01mlvm48z::before {
    top: 0;
    transform: rotate(45deg);
    }
.zad7__65c8b:checked ~ .y874e_9c .h775a96_b6a8 .u01mlvm48z::after {
    top: 0;
    transform: rotate(-45deg);
    }}
@media (min-width: 901px){.tf6ctgvd #nt921b1d4145, .tf6ctgvd label[for="nt921b1d4145"]{ display: none !important; }}
@media (min-width: 901px){.tf6ctgvd .a133be4{ 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){.tf6ctgvd .a133be4{ 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){.tf6ctgvd .a133be4 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt921b1d4145:checked ~ .a133be4{ right: 0 !important; left: auto !important; }
@media (max-width: 900px){.tf6ctgvd.gac184_ddc3 .a133be4{ 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){#nt921b1d4145:checked ~ .a133be4{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px){.tf6ctgvd.gac184_ddc3 #nt921b1d4145, .tf6ctgvd.gac184_ddc3 label[for="nt921b1d4145"]{ display: none !important; }}
@media (min-width: 901px){.tf6ctgvd.gac184_ddc3 .a133be4{ 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){.tf6ctgvd.gac184_ddc3 .a133be4{ 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){.tf6ctgvd.gac184_ddc3 .a133be4 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.k7743__fbdd{
    background-color: var(--text-color, #161715);
    padding-top: 80px;
    padding-bottom: 40px; color: #ffffff;}
.gr963sj1o{
    width: 100%;
    max-width: var(--max-width, 1200px);
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    }
.jm6v74rxu{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    }
.u7w0bd7265q{
    flex: 0 0 auto;
    width: 100%;
    font-family: "Georgia", "Times New Roman", serif;
    color: var(--bg-color, #f4f5f3);
    font-size: 36px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }
.f0271111{
    flex: 0 0 auto;
    width: 100%;
    max-width: 680px;
    font-family: "Georgia", "Times New Roman", serif;
    color: var(--bg-color, #f4f5f3);
    font-size: 20px;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 16px;
    }
.iyte92ddpjfv{
    flex: 0 0 auto;
    width: 100%;
    max-width: 680px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #a8a9a6;
    font-size: 14px;
    line-height: 1.6;
    margin-top: 0;
    margin-bottom: 0;
    }
.sslsvrthp34{
    flex: 0 0 auto;
    width: 100%;
    height: 1px;
    background-color: #31332f;
    margin-top: 64px;
    margin-bottom: 32px; color: #ffffff;}
.p3ea22c6{
    flex: 0 0 auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    }
.me746b3_5m5g{
    flex: 0 0 auto;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #a8a9a6;
    font-size: 14px;
    }
@media (max-width: 768px){.k7743__fbdd{
    padding-top: 48px;
    padding-bottom: 24px;
    }
.u7w0bd7265q{
    font-size: 28px;
    margin-bottom: 16px;
    }
.f0271111{
    font-size: 18px;
    margin-bottom: 12px;
    }
.sslsvrthp34{
    margin-top: 40px;
    margin-bottom: 24px;
    }}
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&family=Inter:wght@400;500;600&display=swap");
.tf6ctgvd *, .tf6ctgvd *::before, .tf6ctgvd *::after{
  box-sizing: border-box;
}
.tf6ctgvd{
  position: sticky;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: var(--nav-height);
  background-color: var(--nav-bg);
  border-bottom: 1px solid var(--border-color);
  box-shadow: var(--shadow-sm);
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; color: #1a1a2e;}
.x39aeb2{
  max-width: var(--max-width);
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.y9ef7125_dd9z{
  display: flex;
  align-items: center;
}
.g84842_94e{
  font-family: "Playfair Display", serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  letter-spacing: -0.02em;
}
.yeuf9d6ov19{
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: var(--primary-color);
  border-radius: var(--radius-sm);
  margin-right: 0.6rem;
  box-shadow: 2px 2px 0 var(--text-color); 
  transition: var(--transition); color: #1a1a2e;}
.g84842_94e:hover .yeuf9d6ov19{
  transform: translate(-1px, -1px);
  box-shadow: 3px 3px 0 var(--text-color);
}
.zad7__65c8b{
  display: none;
}
.a133be4{
  display: flex;
  align-items: center;
  gap: 2rem;
}
.oa6db8__bcdd2{
  color: var(--text-muted);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
  position: relative;
  padding: 0.5rem 0;
}
.oa6db8__bcdd2:hover{
  color: var(--text-color);
}
.oa6db8__bcdd2::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.oa6db8__bcdd2:hover::after{
  width: 100%;
}
.y874e_9c{
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.udt0wsaq{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.25rem;
  background: var(--secondary-color);
  color: #1a1a2e;
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  border-radius: var(--radius-md);
  transition: var(--transition);
  box-shadow: var(--shadow-sm);
}
.udt0wsaq:hover{
  background: var(--text-color);
  color: var(--bg-color);
  box-shadow: var(--shadow-md);
  transform: translateY(-2px);
}
.h775a96_b6a8{
  display: none;
  cursor: pointer;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  background-color: transparent;
  transition: var(--transition);
}
.h775a96_b6a8:hover{
  background-color: rgba(0, 0, 0, 0.04); color: #ffffff;}
.u01mlvm48z{
  position: relative;
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.u01mlvm48z::before, .u01mlvm48z::after{
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: var(--text-color);
  transition: var(--transition); color: #ffffff;}
.u01mlvm48z::before{ top: -6px; }
.u01mlvm48z::after{ top: 6px; }
@media (max-width: 900px){.a133be4 {
    position: absolute;
    top: var(--nav-height);
    left: 0;
    width: 100%;
    background-color: var(--nav-bg);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: var(--shadow-md);
    border-bottom: 0 solid var(--border-color); color: #1a1a2e;}
.zad7__65c8b:checked ~ .a133be4 {
    max-height: 400px; 
    border-bottom: 1px solid var(--border-color);
  }
.oa6db8__bcdd2 {
    width: 100%;
    
    padding-left: calc(50vw - (var(--max-width) / 2));
    padding-right: calc(50vw - (var(--max-width) / 2));
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--border-color);
    font-size: 1.05rem;
  }
.oa6db8__bcdd2:last-child {
    border-bottom: none;
  }
.oa6db8__bcdd2::after {
    display: none; 
  }
.h775a96_b6a8 {
    display: flex;
  }
.zad7__65c8b:checked ~ .y874e_9c .h775a96_b6a8 .u01mlvm48z {
    background-color: transparent;
  }
.zad7__65c8b:checked ~ .y874e_9c .h775a96_b6a8 .u01mlvm48z::before {
    top: 0;
    transform: rotate(45deg);
  }
.zad7__65c8b:checked ~ .y874e_9c .h775a96_b6a8 .u01mlvm48z::after {
    top: 0;
    transform: rotate(-45deg);
  }}
@media (min-width: 901px){.tf6ctgvd #nt921b1d4145, .tf6ctgvd label[for="nt921b1d4145"]{ display: none !important; }}
@media (min-width: 901px){.tf6ctgvd .a133be4{ 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){.tf6ctgvd .a133be4{ 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){.tf6ctgvd .a133be4 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
#nt921b1d4145:checked ~ .a133be4{ right: 0 !important; left: auto !important; }
@media (max-width: 900px){.tf6ctgvd.gac184_ddc3 .a133be4{ 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){#nt921b1d4145:checked ~ .a133be4{ right: 0 !important; left: auto !important; transform: translateX(0) !important; opacity: 1 !important; visibility: visible !important; pointer-events: auto !important; }}
@media (min-width: 901px){.tf6ctgvd.gac184_ddc3 #nt921b1d4145, .tf6ctgvd.gac184_ddc3 label[for="nt921b1d4145"]{ display: none !important; }}
@media (min-width: 901px){.tf6ctgvd.gac184_ddc3 .a133be4{ 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){.tf6ctgvd.gac184_ddc3 .a133be4{ 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){.tf6ctgvd.gac184_ddc3 .a133be4 a{ display: inline-flex !important; align-items: center !important; text-align: left !important; }}
.wb1f__1f50{
  background-color: var(--text-color, #161715);
  padding-top: 80px;
  padding-bottom: 40px; color: #ffffff;}
.v637c5c6a{
  width: 100%;
  max-width: var(--max-width, 1200px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
.efa6f6dd772{
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.cad962451df{
  flex: 0 0 auto;
  width: 100%;
  font-family: "Georgia", "Times New Roman", serif;
  color: var(--bg-color, #f4f5f3);
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 24px;
  letter-spacing: -0.02em;
}
.ca9eea7c0a0{
  flex: 0 0 auto;
  width: 100%;
  max-width: 680px;
  font-family: "Georgia", "Times New Roman", serif;
  color: var(--bg-color, #f4f5f3);
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 16px;
}
.n08dc2_a9a8{
  flex: 0 0 auto;
  width: 100%;
  max-width: 680px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #a8a9a6;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 0;
  margin-bottom: 0;
}
.k87aa3954fe{
  flex: 0 0 auto;
  width: 100%;
  height: 1px;
  background-color: #31332f;
  margin-top: 64px;
  margin-bottom: 32px; color: #ffffff;}
.ya5ecdf337a{
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.kc4e7ab77{
  flex: 0 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #a8a9a6;
  font-size: 14px;
}
@media (max-width: 768px){.wb1f__1f50{
    padding-top: 48px;
    padding-bottom: 24px;
  }
.cad962451df{
    font-size: 28px;
    margin-bottom: 16px;
  }
.ca9eea7c0a0{
    font-size: 18px;
    margin-bottom: 12px;
  }
.k87aa3954fe{
    margin-top: 40px;
    margin-bottom: 24px;
  }}
.zd87ef333d8{box-sizing:border-box;}
.bd229a9bb{box-sizing:border-box;}
.rb28__9d18{box-sizing:border-box;}