:root{--color-bg:#fafaf9;--color-surface:#ffffff;--color-text:#1c1917;--color-text-secondary:#78716c;--color-accent:#dc2626;--color-accent-dark:#b91c1c;--color-border:#e7e5e4;--color-tag-bg:#fef2f2;--color-tag-text:#dc2626;--font-body:"Inter",system-ui,sans-serif;--font-heading:"Playfair Display",Georgia,serif;--container-max:1200px;--container-padding:1.5rem;--shadow-sm:0 1px 2px rgba(0,0,0,0.05);--shadow-md:0 4px 6px -1px rgba(0,0,0,0.07),0 2px 4px -2px rgba(0,0,0,0.05);--shadow-lg:0 10px 15px -3px rgba(0,0,0,0.08),0 4px 6px -4px rgba(0,0,0,0.05);--transition:200ms ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding)}.breadcrumbs{margin-bottom:1.5rem;font-size:.85rem;font-weight:500;color:var(--color-text-secondary);text-align:left}.breadcrumbs ol{list-style:none;flex-wrap:wrap;padding:0;margin:0}.breadcrumb-item,.breadcrumbs ol{display:flex;align-items:center;gap:.5rem}.breadcrumb-item a{transition:color var(--transition)}.breadcrumb-item a:hover{color:var(--color-accent)}.breadcrumb-item span[aria-current=page]{color:var(--color-text);font-weight:600}.breadcrumb-separator{color:var(--color-border);font-size:.8rem}.header{background:var(--color-surface);border-bottom:1px solid var(--color-border);position:-webkit-sticky;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:rgba(255,255,255,.92)}.header-inner{justify-content:space-between;padding:1rem 0}.header-inner,.logo{display:flex;align-items:center}.logo{gap:.5rem}.logo-icon{font-size:1.8rem}.logo-text{font-family:var(--font-heading);font-size:1.4rem;font-weight:800;color:var(--color-text)}.logo-text span{color:var(--color-accent)}.nav{display:flex;gap:.25rem;flex-wrap:wrap;justify-content:center}.nav a{padding:.5rem .75rem;border-radius:8px;font-size:.875rem;font-weight:500;color:var(--color-text-secondary);transition:all var(--transition)}.nav a.active,.nav a:hover{color:var(--color-accent);background:var(--color-tag-bg)}.nav a.active{font-weight:600}.nav-toggle{display:none;background:none;border:none;font-size:1.5rem;cursor:pointer;padding:.5rem}.header-actions{display:flex;align-items:center;gap:.25rem}.search-toggle{background:none;border:none;font-size:1.2rem;cursor:pointer;padding:.5rem .6rem;border-radius:8px;color:var(--color-text-secondary);transition:all var(--transition);line-height:1}.search-toggle:hover{background:var(--color-tag-bg);color:var(--color-accent)}.search-bar{display:flex;align-items:center;gap:0;background:var(--color-bg);border:1.5px solid var(--color-border);border-radius:10px;overflow:hidden;animation:searchExpand .18s ease}@keyframes searchExpand{0%{opacity:0;transform:scaleX(.85)}to{opacity:1;transform:scaleX(1)}}.search-bar-input{border:none;outline:none;background:transparent;padding:.45rem .75rem;font-family:var(--font-body);font-size:.875rem;color:var(--color-text);width:210px}.search-bar-input::placeholder{color:var(--color-text-secondary)}.search-bar-submit{background:none;border:none;cursor:pointer;padding:.45rem .6rem;font-size:1rem;color:var(--color-text-secondary);transition:color var(--transition);line-height:1}.search-bar-submit:hover{color:var(--color-accent)}.search-empty{text-align:center;padding:4rem 1rem;color:var(--color-text-secondary)}.search-empty-icon{font-size:3rem;display:block;margin-bottom:1rem}.search-empty h2{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-text);margin-bottom:.5rem}.search-empty p{font-size:.95rem;max-width:400px;margin:0 auto}.hero em{font-style:italic;color:var(--color-accent)}.hero{text-align:center;padding:3rem 0 2rem}.hero h1{font-family:var(--font-heading);font-size:2.5rem;font-weight:800;margin-bottom:.5rem;line-height:1.2}.hero p{font-size:1.125rem;color:var(--color-text-secondary);max-width:500px;margin:0 auto}.section-header{text-align:center;padding:2.5rem 0 1.5rem}.section-header h2{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;position:relative;display:inline-block}.section-header h2:after{content:"";display:block;width:40px;height:3px;background:var(--color-accent);margin:.5rem auto 0;border-radius:2px}.recipe-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1.5rem;gap:1.5rem;padding-bottom:2rem}.recipe-card{background:var(--color-surface);border-radius:12px;overflow:hidden;box-shadow:var(--shadow-sm);transition:transform var(--transition),box-shadow var(--transition)}.recipe-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.recipe-card-image{position:relative;aspect-ratio:4/3;overflow:hidden}.recipe-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.recipe-card:hover .recipe-card-image img{transform:scale(1.05)}.recipe-card-badge{position:absolute;top:.75rem;left:.75rem;background:var(--color-accent);color:white;font-size:.7rem;font-weight:600;padding:.25rem .6rem;border-radius:20px;text-transform:uppercase;letter-spacing:.05em}.recipe-card-body{padding:1rem}.recipe-card-title{font-size:.95rem;font-weight:600;line-height:1.4;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.recipe-card-tags{display:flex;gap:.375rem;flex-wrap:wrap}.recipe-card-tag{font-size:.7rem;font-weight:500;padding:.2rem .5rem;border-radius:4px;background:var(--color-tag-bg);color:var(--color-tag-text)}.recipe-page{max-width:800px;margin:0 auto;padding:2rem var(--container-padding)}.recipe-page h1{font-family:var(--font-heading);font-size:2.25rem;font-weight:800;line-height:1.2;margin-bottom:1rem}.recipe-meta{display:flex;gap:1rem;color:var(--color-text-secondary);font-size:.875rem;margin-bottom:1.5rem;flex-wrap:wrap}.recipe-hero-image{border-radius:12px;overflow:hidden;margin-bottom:2rem;box-shadow:var(--shadow-md)}.recipe-content{font-size:1.05rem;line-height:1.8}.recipe-content h2,.recipe-content h3{font-family:var(--font-heading);margin-top:2rem;margin-bottom:.75rem}.recipe-content h2{font-size:1.5rem}.recipe-content h3{font-size:1.25rem}.recipe-content p{margin-bottom:1rem}.recipe-content ol,.recipe-content ul{margin:1rem 0;padding-left:1.5rem}.recipe-content li{margin-bottom:.5rem}.recipe-content img{border-radius:8px;margin:1.5rem 0}.recipe-content a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px;transition:color var(--transition)}.recipe-content a:hover{color:var(--color-accent-dark)}.inline-product-link{font-weight:500}.recipe-categories{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.5rem}.recipe-category-link{background:var(--color-tag-bg);color:var(--color-tag-text);padding:.35rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;transition:all var(--transition)}.recipe-category-link:hover{background:var(--color-accent);color:white}.section-divider{width:40px;height:3px;background:var(--color-accent);margin:.5rem auto 0;border-radius:2px}.section-footer{text-align:center;padding-top:1rem}.view-all-link{display:inline-block;font-size:.9rem;font-weight:600;color:var(--color-accent);transition:all var(--transition)}.view-all-link:hover{color:var(--color-accent-hover);transform:translateX(4px)}.about-banner{background:linear-gradient(135deg,#2d5016,#3a6b1e);color:white;padding:2.5rem 0;margin-top:2rem}.about-banner-inner{display:flex;align-items:center;gap:1.5rem}.about-banner-icon{font-size:3rem;flex-shrink:0}.about-banner-text p{font-size:.95rem;line-height:1.7;margin:0;opacity:.9}.footer{background:var(--color-text);color:rgba(255,255,255,.7);padding:3rem 0;margin-top:0}.footer-inner{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap}.footer-brand{flex:1 1;min-width:250px}.footer-logo{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;color:white;margin-bottom:.75rem}.footer-tagline{font-size:.8rem;line-height:1.6;opacity:.7;max-width:300px}.footer-nav{display:flex;gap:3rem}.footer-col{display:flex;flex-direction:column;gap:.5rem}.footer-col h4{color:white;font-size:.9rem;font-weight:600;margin-bottom:.25rem}.footer-col a{font-size:.8rem;transition:color var(--transition)}.footer-col a:hover{color:white}.footer-copy{text-align:center;font-size:.8rem;margin-top:2rem;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1)}.pagination{display:flex;justify-content:center;gap:.5rem;padding:2rem 0}.pagination a,.pagination span{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500}.pagination a{background:var(--color-surface);border:1px solid var(--color-border);transition:all var(--transition)}.pagination a:hover{border-color:var(--color-accent);color:var(--color-accent)}.pagination .active{background:var(--color-accent);color:white;border:1px solid var(--color-accent)}.category-description{max-width:760px;margin:0 auto 2rem;padding:1.5rem 0;border-top:3px solid var(--color-accent)}.category-description p{font-size:1.05rem;line-height:1.8;color:var(--color-text-secondary);margin-bottom:.75rem}.category-description p:last-child{margin-bottom:0}.faq-section{max-width:760px;margin:1rem auto 3rem}.faq-heading{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;margin-bottom:1.25rem;color:var(--color-text)}.faq-list{display:flex;flex-direction:column;gap:.5rem}.faq-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:10px;overflow:hidden;transition:border-color var(--transition)}.faq-item:hover,.faq-item[open]{border-color:var(--color-accent)}.faq-question{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;font-weight:600;font-size:.95rem;cursor:pointer;list-style:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;gap:1rem}.faq-question::-webkit-details-marker{display:none}.faq-question:after{content:"+";font-size:1.25rem;color:var(--color-accent);font-weight:400;flex-shrink:0;transition:transform var(--transition)}.faq-item[open] .faq-question:after{transform:rotate(45deg)}.faq-answer{font-size:.95rem;line-height:1.7;border-top:1px solid var(--color-border);padding:.75rem 1.25rem 1rem}.faq-answer,.loading{color:var(--color-text-secondary)}.loading{text-align:center;padding:4rem 0}@media (max-width:1024px){.recipe-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.recipe-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.hero h1{font-size:1.75rem}.nav-toggle{display:block}.nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-surface);flex-direction:column;padding:1rem;border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-lg)}.nav.open{display:flex}.recipe-page h1{font-size:1.75rem}.footer-inner{flex-direction:column}.footer-nav{flex-wrap:wrap;gap:2rem}.about-banner-inner{flex-direction:column;text-align:center}}@media (max-width:480px){.recipe-grid{grid-template-columns:1fr}.header-inner{flex-wrap:wrap}.footer-nav{flex-direction:column;gap:1.5rem}}.cookie-banner{position:fixed;bottom:0;left:0;right:0;z-index:9999;background:rgba(255,255,255,.97);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid var(--color-border);box-shadow:0 -4px 24px rgba(0,0,0,.1);animation:cookieSlideUp .4s ease-out}@keyframes cookieSlideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-banner-inner{max-width:var(--container-max);margin:0 auto;padding:1.5rem var(--container-padding)}.cookie-banner-text{margin-bottom:1.25rem}.cookie-banner-title{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;margin-bottom:.4rem;color:var(--color-text)}.cookie-banner-text p{font-size:.85rem;color:var(--color-text-secondary);line-height:1.6;max-width:680px}.cookie-banner-options{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.cookie-toggle{display:flex;align-items:center;justify-content:space-between;gap:.75rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:10px;padding:.75rem 1rem;flex:1 1;min-width:220px;cursor:default}.cookie-toggle-label{display:flex;flex-direction:column;gap:.15rem}.cookie-toggle-label strong{font-size:.85rem;font-weight:600;color:var(--color-text)}.cookie-toggle-label small{font-size:.72rem;color:var(--color-text-secondary);line-height:1.4}.cookie-switch{position:relative;width:44px;height:24px;background:#d4d4d4;border-radius:12px;border:none;cursor:pointer;flex-shrink:0;transition:background .2s ease;padding:0}.cookie-switch--on{background:#16a34a}.cookie-switch--disabled{cursor:not-allowed;opacity:.7}.cookie-switch-knob{position:absolute;top:3px;left:3px;width:18px;height:18px;background:white;border-radius:50%;transition:transform .2s ease;box-shadow:0 1px 3px rgba(0,0,0,.15)}.cookie-switch--on .cookie-switch-knob{transform:translateX(20px)}.cookie-banner-actions{display:flex;gap:.625rem;flex-wrap:wrap}.cookie-btn{padding:.6rem 1.25rem;border-radius:8px;font-size:.85rem;font-weight:600;font-family:var(--font-body);cursor:pointer;border:none;transition:all var(--transition)}.cookie-btn--accept{background:var(--color-accent);color:white}.cookie-btn--accept:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.cookie-btn--save{background:var(--color-text);color:white}.cookie-btn--save:hover{opacity:.85;transform:translateY(-1px)}.cookie-btn--reject{background:transparent;color:var(--color-text-secondary);border:1px solid var(--color-border)}.cookie-btn--reject:hover{border-color:var(--color-text-secondary);color:var(--color-text)}.footer-manage-cookies{background:none;border:none;color:rgba(255,255,255,.7);font-size:.8rem;font-family:var(--font-body);cursor:pointer;padding:0;text-align:left;transition:color var(--transition)}.footer-manage-cookies:hover{color:white}@media (max-width:768px){.cookie-banner-options{flex-direction:column;gap:.75rem}.cookie-toggle{min-width:unset}.cookie-banner-actions{flex-direction:column}.cookie-btn{text-align:center}}.legal-page table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:.95rem}.legal-page td,.legal-page th{border:1px solid var(--color-border);padding:.75rem 1rem;text-align:left}.legal-page th{background:var(--color-bg);font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.03em}.legal-page a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.legal-page a:hover{color:var(--color-accent-dark)}.contact-form{gap:1.25rem;margin-top:1rem;max-width:600px}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.4rem}.form-group label{font-size:.9rem;font-weight:600;color:var(--color-text)}.form-group input,.form-group textarea{font-family:var(--font-body);font-size:.95rem;padding:.75rem 1rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-surface);color:var(--color-text);transition:border-color var(--transition),box-shadow var(--transition);outline:none}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px rgba(220,38,38,.1)}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--color-text-secondary);opacity:.6}.form-group textarea{resize:vertical;min-height:120px}.contact-submit{align-self:flex-start;padding:.75rem 2rem;border-radius:8px;border:none;background:var(--color-accent);color:white;font-family:var(--font-body);font-size:.95rem;font-weight:600;cursor:pointer;transition:all var(--transition)}.contact-submit:hover{background:var(--color-accent-dark);transform:translateY(-1px);box-shadow:var(--shadow-md)}.contact-success{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:8px;padding:1.25rem 1.5rem;margin-top:1rem}.contact-success p{color:#166534;font-size:.95rem}.contact-success a{color:var(--color-accent);text-decoration:underline}.affiliate-notice{font-size:.8rem;color:var(--color-text-secondary);font-style:italic;margin:.75rem 0 1.5rem;line-height:1.5}.affiliate-notice a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.recommended-tools{background:var(--color-bg);border:1px solid var(--color-border);border-radius:12px;padding:1.5rem;margin:2.5rem 0 1rem}.recommended-tools--inline{background:var(--color-bg-alt,#f9f9f9);border-color:var(--color-border);margin:1.5rem 0;padding:1.25rem 1.5rem}.recommended-tools-header{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.recommended-tools-inline-header{display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.recommended-tools-title{font-family:var(--font-heading);font-size:1.2rem;font-weight:700;margin:0}.recommended-tools-inline-label{font-family:var(--font-heading);font-size:1rem;font-weight:700}.recommended-tools-disclosure{font-size:.75rem;color:var(--color-text-secondary);font-style:italic;margin:0;line-height:1.5}.recommended-tools-disclosure--inline{font-size:.7rem}.recommended-tools-disclosure a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.product-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1rem;gap:1rem}.product-cards--inline{grid-template-columns:repeat(3,1fr);gap:.75rem}@media (max-width:768px){.product-cards,.product-cards--inline{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.product-cards{grid-template-columns:1fr}.product-cards--inline{grid-template-columns:repeat(2,1fr)}}.product-card{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--color-border);border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .2s ease,transform .2s ease}.product-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-2px);text-decoration:none}.product-card--compact{border-radius:8px}.product-card-badge{position:absolute;top:.5rem;left:.5rem;background:var(--color-accent,#e05a2b);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:.2rem .45rem;border-radius:4px;z-index:1;line-height:1.4}.product-card-image{width:100%;aspect-ratio:1/1;background:#f5f5f5;overflow:hidden;flex-shrink:0}.product-card-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f0f0f0,#e0e0e0)}.product-card-body{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;flex:1 1}.product-card--compact .product-card-body{padding:.6rem;gap:.4rem}.product-card-name{font-size:.85rem;font-weight:600;line-height:1.35;color:var(--color-text,#1a1a1a);margin:0;flex:1 1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.product-card--compact .product-card-name{font-size:.8rem;-webkit-line-clamp:2}.product-card-cta{display:inline-block;background:var(--color-accent,#e05a2b);color:#fff;font-size:.78rem;font-weight:700;text-align:center;padding:.4rem .6rem;border-radius:6px;letter-spacing:.01em;transition:background .15s ease;white-space:nowrap}.product-card:hover .product-card-cta{background:var(--color-accent-dark,#c04820)}.product-card--compact .product-card-cta{font-size:.72rem;padding:.35rem .5rem}.social-share{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem;margin:1.5rem 0;padding:1rem 1.25rem;background:var(--color-bg);border:1px solid var(--color-border);border-radius:10px}.social-share-label{font-size:.85rem;font-weight:600;color:var(--color-text-secondary);white-space:nowrap}.social-share-buttons{display:flex;flex-wrap:wrap;gap:.5rem}.share-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;border-radius:6px;font-size:.82rem;font-weight:600;text-decoration:none;border:none;cursor:pointer;transition:opacity var(--transition),transform var(--transition);color:#fff;line-height:1}.share-btn:hover{opacity:.88;transform:translateY(-1px)}.share-pinterest{background:#E60023}.share-facebook{background:#1877F2}.share-whatsapp{background:#25D366}.share-copy{background:var(--color-text-secondary)}.jump-to-recipe-btn{display:inline-block;margin:.75rem 0;padding:.5rem 1.1rem;border-radius:6px;font-size:.85rem;font-weight:700;text-decoration:none;background:var(--color-primary);color:#fff;border:none;cursor:pointer;transition:opacity var(--transition),transform var(--transition);line-height:1}.jump-to-recipe-btn:hover{opacity:.88;transform:translateY(-1px)}@media print{.jump-to-recipe-btn{display:none!important}}.recipe-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.print-recipe-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.45rem .9rem;border-radius:6px;font-size:.82rem;font-weight:600;border:1px solid var(--color-border);background:var(--color-bg);color:var(--color-text-secondary);cursor:pointer;transition:background var(--transition),color var(--transition),transform var(--transition);line-height:1}.print-recipe-btn:hover{background:var(--color-text-secondary);color:#fff;transform:translateY(-1px)}@media print{#related-recipes,.affiliate-notice,.breadcrumbs,.cookie-banner,.footer,.navigation,.print-recipe-btn,.recipe-categories,.recommended-tools,.social-share,[class*=adsbygoogle]{display:none!important}body{font-size:12pt;color:#000;background:#fff}.recipe-page{max-width:100%;padding:0;margin:0}.recipe-hero-image img{max-width:400px;height:auto}.recipe-meta{font-size:10pt;color:#555}a{text-decoration:none;color:inherit}h1,h2,h3{page-break-after:avoid}ol,ul{page-break-inside:avoid}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_48b81b{font-family:Inter,Inter Fallback;font-style:normal}.__variable_48b81b{--font-body:"Inter","Inter Fallback"}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/47f136985ef5b5cb-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/4ead58c4dcc3f285-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/28a2004cf8372660-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Playfair Display;font-style:normal;font-weight:800;font-display:swap;src:url(/_next/static/media/eaead17c7dbfcd5d-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Playfair Display Fallback;src:local("Times New Roman");ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:111.26%}.__className_4752c5{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.__variable_4752c5{--font-heading:"Playfair Display","Playfair Display Fallback"}