:root {

  --s-primary: hsl(79, 73%, 55%);
  --s-primary-dark: hsl(79, 80%, 40%);
  --s-secondary: hsl(222, 58%, 55%);
  --s-secondary-dark: hsl(222, 65%, 45%);
  --s-text-main: hsl(79, 10%, 9%);
  --s-text-muted: hsl(79, 5%, 40%);
  --s-bg-page: hsl(79, 7%, 96%);
  --s-bg-card: #ffffff;
  --s-bg-dark: #121212;
  --s-border: #e2e2e2;
  --s-radius: 8px;
  --s-shadow: 0 10px 30px rgba(0,0,0,0.08);
  --s-font-serif: "Georgia", "Times New Roman", serif;
  --s-font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --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;
  --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.k5b6__8c70.ef0107c_2d16.ed6551__eb8d{
    background-color: var(--s-bg-page);
    color: var(--s-text-main);
    font-family: var(--s-font-sans);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    }
div.k5b6__8c70.ef0107c_2d16.ed6551__eb8d h1, div.k5b6__8c70.ef0107c_2d16.ed6551__eb8d h2, div.k5b6__8c70.ef0107c_2d16.ed6551__eb8d h3{
    font-family: var(--s-font-serif);
    font-weight: 700;
    margin-top: 0;
    }
div.k5b6__8c70.ef0107c_2d16 .tb9f__1d5d6{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    text-align: left;
    }
div.k5b6__8c70.ef0107c_2d16 .t047e043_vt{
    max-width: 680px;
    }
div.k5b6__8c70.ef0107c_2d16 .vef92f2{background-color: var(--s-bg-dark);
    color: #ffffff;
    padding: 120px 0 80px 0;
    position: relative;
    overflow: hidden; isolation: isolate;}
div.k5b6__8c70.ef0107c_2d16 .vef92f2::after{
    content: "";
    position: absolute;
    top: -50%;
    right: -10%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(162,219,53,0.15) 0%, rgba(0,0,0,0) 70%);
    border-radius: 50%;
    pointer-events: none; color: #1a1a2e;}
div.k5b6__8c70.ef0107c_2d16 .vef92f2 h1{
    font-size: clamp(2.5rem, 5vw, 4rem);
    line-height: 1.1;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
    }
div.k5b6__8c70.ef0107c_2d16 .vef92f2 .t047e043_vt{
    font-size: 1.125rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    }
div.k5b6__8c70.ef0107c_2d16 .t058959f_ikh{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 32px;
    background-color: var(--s-secondary);
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 600;
    border-radius: var(--s-radius);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(59, 107, 219, 0.4);
    border: none;
    cursor: pointer;
    }
div.k5b6__8c70.ef0107c_2d16 .t058959f_ikh:hover{
    background-color: var(--s-secondary-dark);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(59, 107, 219, 0.5); color: #ffffff;}
div.k5b6__8c70.ef0107c_2d16 .gbd7__a7652{
    background-color: transparent;
    color: var(--s-text-main);
    border: 2px solid var(--s-text-main);
    box-shadow: none;
    }
div.k5b6__8c70.ef0107c_2d16 .gbd7__a7652:hover{
    background-color: var(--s-text-main);
    color: var(--s-bg-page);
    transform: none;
    }
div.k5b6__8c70.ef0107c_2d16 .ryuuplvavy{
    padding: 100px 0;
    border-bottom: 1px solid var(--s-border);
    }
div.k5b6__8c70.ef0107c_2d16 .u3e1f3f0e{
    display: grid;
    grid-template-columns: 1fr;
    gap: 48px;
    }
@media (min-width: 900px) {div.k5b6__8c70.ef0107c_2d16 .u3e1f3f0e{
    grid-template-columns: 3fr 7fr;
    align-items: start;
    }
div.k5b6__8c70.ef0107c_2d16 .ac2214b0{
    text-align: left;
    padding-right: 32px;
    border-right: 4px solid var(--s-primary);
    }}
div.k5b6__8c70.ef0107c_2d16 .ac2214b0 h2{
    font-size: 2rem;
    color: var(--s-text-main);
    margin-bottom: 16px;
    }
div.k5b6__8c70.ef0107c_2d16 .ac2214b0 p{
    color: var(--s-text-muted);
    font-size: 0.95rem;
    }
div.k5b6__8c70.ef0107c_2d16 .uje94rk2i37l{
    
    text-align: left;
    }
div.k5b6__8c70.ef0107c_2d16 .g5b8__601e2{
    background: var(--s-bg-card);
    border-radius: var(--s-radius);
    padding: 32px;
    margin-bottom: 24px;
    box-shadow: var(--s-shadow);
    border-left: 4px solid var(--s-secondary); color: #1a1a2e;}
div.k5b6__8c70.ef0107c_2d16 .g5b8__601e2 h3{
    font-size: 1.25rem;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    }
div.k5b6__8c70.ef0107c_2d16 .vd67d6__3e25f{
    display: inline-block;
    background: rgba(162,219,53,0.2);
    color: var(--s-text-main);
    font-size: 0.85rem;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
    font-weight: 600;
    }
div.k5b6__8c70.ef0107c_2d16 .ya9074_fvkx{
    list-style: none;
    padding: 0;
    margin: 0;
    }
div.k5b6__8c70.ef0107c_2d16 .ya9074_fvkx li{
    position: relative;
    padding-left: 28px;
    margin-bottom: 12px;
    color: var(--s-text-muted);
    }
div.k5b6__8c70.ef0107c_2d16 .ya9074_fvkx li::before{
    content: "→";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--s-primary-dark);
    font-weight: bold;
    }
div.k5b6__8c70.ef0107c_2d16 .gc9aa5dda{
    margin: 40px 0;
    border-radius: var(--s-radius);
    overflow: hidden;
    box-shadow: var(--s-shadow);
    background: #fff;
    padding: 8px; color: #1a1a2e;}
div.k5b6__8c70.ef0107c_2d16 .gc9aa5dda img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: calc(var(--s-radius) - 4px);
    object-fit: cover;
    }
div.k5b6__8c70.ef0107c_2d16 .xbcno0fdjtb7{
    font-size: 0.85rem;
    color: var(--s-text-muted);
    text-align: center;
    margin-top: 12px;
    display: block;
    }
div.k5b6__8c70.ef0107c_2d16 .m6d72b06fae{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 32px;
    }
@media (min-width: 600px) {div.k5b6__8c70.ef0107c_2d16 .m6d72b06fae{ grid-template-columns: repeat(2, 1fr); }}
@media (min-width: 1024px) {div.k5b6__8c70.ef0107c_2d16 .m6d72b06fae{ grid-template-columns: repeat(4, 1fr); }}
div.k5b6__8c70.ef0107c_2d16 .zozbly01p6{
    background: var(--s-bg-card);
    padding: 24px;
    border-radius: var(--s-radius);
    border: 1px solid var(--s-border); color: #1a1a2e;}
div.k5b6__8c70.ef0107c_2d16 .zozbly01p6 h4{
    margin: 0 0 8px 0;
    font-size: 1.1rem;
    color: var(--s-secondary-dark);
    }
div.k5b6__8c70.ef0107c_2d16 .zozbly01p6 p{
    font-size: 0.9rem;
    color: var(--s-text-muted);
    margin: 0;
    }
div.k5b6__8c70.ef0107c_2d16 .dtusgmhjo8n{
    background-color: var(--s-bg-dark);
    color: #fff;
    padding: 80px 0;
    text-align: left;
    }
div.k5b6__8c70.ef0107c_2d16 .dtusgmhjo8n h2{
    font-size: 2.5rem;
    margin-bottom: 24px;
    }
div.k5b6__8c70.ef0107c_2d16 .de7602_b9c6{
    background-color: #0a0a0a;
    color: rgba(255,255,255,0.6);
    padding: 40px 0;
    font-size: 0.9rem;
    border-top: 1px solid rgba(255,255,255,0.1);
    }
div.k5b6__8c70.ef0107c_2d16 .u2774e2_f079{
    color: var(--s-primary);
    text-decoration: underline;
    text-underline-offset: 4px;
    }
div.k5b6__8c70.ef0107c_2d16 .u2774e2_f079:hover{
    color: #fff;
    }
.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; }}
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;}