@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700&display=swap");:root{--background:#ffffff;--foreground:#2d2621;--primary:#cba87c;--primary-hover:#b69263;--secondary:#e6dfd8;--accent:#f5f2ef;--glass-bg:rgba(255,255,255,0.85);--glass-border:rgba(203,168,124,0.2);--surface:#faf9f7;--text-muted:#847a71;--font-serif:var(--font-cormorant),serif}@media (prefers-color-scheme:dark){:root{--background:#ffffff;--foreground:#2d2621;--primary:#cba87c;--primary-hover:#b69263;--secondary:#e6dfd8;--accent:#f5f2ef;--glass-bg:rgba(255,255,255,0.85);--glass-border:rgba(203,168,124,0.2);--surface:#faf9f7;--text-muted:#847a71}}*{box-sizing:border-box;padding:0;margin:0}body{font-family:Outfit,sans-serif;background-color:var(--background);color:var(--foreground);line-height:1.6;overflow-x:hidden;transition:background-color .4s ease,color .4s ease}a{color:inherit;text-decoration:none;transition:color .3s ease}a:hover{color:var(--primary)}ul{list-style:none}img{max-width:100%;display:block}.btn{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2rem;border-radius:9999px;font-weight:500;font-size:1rem;cursor:pointer;transition:all .3s ease;border:none;text-transform:uppercase;letter-spacing:.05em}.btn-primary{background-color:var(--primary);color:#fff;box-shadow:0 4px 14px 0 rgba(203,168,124,.39)}.btn-primary:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 20px rgba(203,168,124,.4)}.btn-outline{background-color:transparent;border:1px solid var(--primary);color:var(--primary)}.btn-outline:hover{background-color:var(--primary);color:#fff}.container{max-width:1280px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 1.25rem}}.section{padding:6rem 0}.glass{background:var(--glass-bg);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid var(--glass-border)}.glass-card{background:var(--surface);border-radius:24px;box-shadow:0 10px 40px -10px rgba(0,0,0,.03);border:1px solid var(--glass-border);transition:transform .3s ease,box-shadow .3s ease}.glass-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px -10px rgba(0,0,0,.08)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-15px) rotate(2deg)}to{transform:translateY(0) rotate(0deg)}}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 rgba(203,168,124,.4)}70%{box-shadow:0 0 0 15px rgba(203,168,124,0)}to{box-shadow:0 0 0 0 rgba(203,168,124,0)}}.loader{position:fixed;inset:0;background:#fff;z-index:9999;display:flex;align-items:center;justify-content:center;transition:opacity .8s ease,visibility .8s ease}.loader.hidden{opacity:0;visibility:hidden}.loaderLogo{font-size:2.5rem;font-weight:700;letter-spacing:12px;animation:pulseLogo 2s ease-in-out infinite}@keyframes pulseLogo{0%,to{opacity:.3;transform:scale(.95)}50%{opacity:1;transform:scale(1)}}.scrollProgress{position:fixed;top:0;left:0;height:3px;background:var(--primary);z-index:1000;width:0;transition:width .1s ease}.giftSection{background:var(--accent);border-radius:40px;padding:5rem;margin:8rem 0;display:grid;grid-template-columns:1.2fr 1fr;grid-gap:6rem;gap:6rem;align-items:center}@media (max-width:900px){.giftSection{grid-template-columns:1fr;padding:3rem}}.giftImage{border-radius:20px;overflow:hidden;aspect-ratio:1/1;box-shadow:0 20px 40px -10px rgba(0,0,0,.08)}.floatingContact{position:fixed;bottom:2rem;right:2rem;z-index:90}.whatsappBtn{width:60px;height:60px;background:#25D366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 10px 30px rgba(37,211,102,.4);transition:all .3s ease}.whatsappBtn:hover{transform:scale(1.1) rotate(10deg)}.reveal{opacity:0;transform:translateY(30px);transition:all .8s cubic-bezier(.16,1,.3,1)}.reveal.active{opacity:1;transform:translateY(0)}.testimonialCard{padding:3rem;background:var(--surface);border-radius:32px;border:1px solid var(--glass-border);position:relative;overflow:hidden}.testimonialCard:before{content:'"';position:absolute;top:1rem;left:2rem;font-size:8rem;font-family:serif;color:var(--primary);opacity:.1;line-height:1}.starRating{display:flex;gap:.25rem;color:var(--primary);margin-bottom:1.5rem}.animate-fade-in-up{opacity:0;animation:fadeInUp 1s cubic-bezier(.16,1,.3,1) forwards}.animate-delay-1{animation-delay:.2s}.animate-delay-2{animation-delay:.4s}.animate-delay-3{animation-delay:.6s}.float-element{animation:float 6s ease-in-out infinite}.heading-line{height:2px;background:var(--primary);margin:1rem 0;border-radius:2px;animation:revealLine 1s ease forwards;animation-delay:.5s}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}em{font-family:var(--font-serif);font-style:italic;font-weight:400}.text-gradient{background:linear-gradient(135deg,var(--foreground) 0,var(--primary) 50%,var(--foreground) 100%);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:shine 5s linear infinite}@keyframes shine{to{background-position:200%}}.CartDrawer_overlay___Wmun{position:fixed;inset:0;background:rgba(45,38,33,.4);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;opacity:0;visibility:hidden;transition:all .5s cubic-bezier(.16,1,.3,1)}.CartDrawer_overlay___Wmun.CartDrawer_active__4UUfo{opacity:1;visibility:visible}.CartDrawer_drawer__DEHTO{position:fixed;top:0;right:-100%;width:100%;max-width:450px;height:100%;background:#fff;z-index:1001;box-shadow:-10px 0 50px rgba(0,0,0,.1);display:flex;flex-direction:column;transition:right .6s cubic-bezier(.16,1,.3,1)}.CartDrawer_drawer__DEHTO.CartDrawer_open__X_LCP{right:0}.CartDrawer_header__OvfI8{padding:2rem;border-bottom:1px solid var(--accent);display:flex;justify-content:space-between;align-items:center}.CartDrawer_header__OvfI8 h2{font-size:1.5rem;font-weight:700;letter-spacing:1px}.CartDrawer_header__OvfI8 h2 span{color:var(--primary);font-size:1.1rem}.CartDrawer_closeBtn__PIhEI{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-muted);transition:color .3s ease}.CartDrawer_closeBtn__PIhEI:hover{color:var(--foreground)}.CartDrawer_content__6nUFD{flex:1 1;overflow-y:auto;padding:2rem}.CartDrawer_items__Gv4Vi{display:flex;flex-direction:column;gap:2rem}.CartDrawer_item__RxM5H{display:flex;gap:1.5rem;align-items:flex-start}.CartDrawer_itemImage__nN8Rd{position:relative;width:100px;height:120px;border-radius:12px;overflow:hidden;background:var(--surface);flex-shrink:0}.CartDrawer_itemInfo__mstDn{flex:1 1}.CartDrawer_itemHeader__c1Btp{display:flex;justify-content:space-between;margin-bottom:.5rem}.CartDrawer_itemHeader__c1Btp h3{font-size:1rem;font-weight:600;line-height:1.4}.CartDrawer_removeBtn__3R1uh{background:none;border:none;color:#ef4444;font-size:.75rem;font-weight:600;cursor:pointer;text-decoration:underline}.CartDrawer_itemPrice__YdIS1{color:var(--primary);font-weight:700;margin-bottom:1rem}.CartDrawer_qtyControls__2Ihem{display:flex;align-items:center;gap:1.25rem;background:var(--surface);width:-moz-fit-content;width:fit-content;padding:.4rem 1rem;border-radius:50px}.CartDrawer_qtyControls__2Ihem button{background:none;border:none;font-size:1.2rem;cursor:pointer;color:var(--text-muted)}.CartDrawer_qtyControls__2Ihem span{font-weight:600;min-width:20px;text-align:center}.CartDrawer_empty__PibHy{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.CartDrawer_emptyIcon__zJjdu{margin-bottom:1.5rem;color:var(--accent)}.CartDrawer_empty__PibHy p{color:var(--text-muted);font-size:1.1rem;margin-bottom:2rem}.CartDrawer_footer__GL_Ow{padding:2rem;background:var(--surface);border-top:1px solid var(--accent)}.CartDrawer_totalRow__3zYbg{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.CartDrawer_totalRow__3zYbg span:first-child{font-size:1.1rem;font-weight:600}.CartDrawer_totalPrice__ervw6{font-size:1.5rem;font-weight:700;color:var(--foreground)}.CartDrawer_footerNote__vPp94{font-size:.85rem;color:var(--text-muted);margin-bottom:1.5rem}.CartDrawer_continueLink__QTwJY{display:block;width:100%;text-align:center;margin-top:1.5rem;background:none;border:none;color:var(--text-muted);font-weight:600;text-decoration:underline;cursor:pointer}.CartDrawer_checkoutForm__HvK7x{animation:CartDrawer_fadeIn__WJtlk .4s ease forwards}@keyframes CartDrawer_fadeIn__WJtlk{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.CartDrawer_backToCart__Fs6H_{display:flex;align-items:center;gap:.5rem;background:none;border:none;color:var(--primary);font-weight:700;font-size:.9rem;cursor:pointer;margin-bottom:2rem}.CartDrawer_formInstructions__3uyl5 h3{font-size:1.4rem;margin-bottom:.5rem}.CartDrawer_formInstructions__3uyl5 p{color:var(--text-muted);font-size:.95rem;margin-bottom:2rem}.CartDrawer_formGroup__6LExc{margin-bottom:1.25rem}.CartDrawer_formInput__Doxie{width:100%;padding:1rem 1.25rem;border-radius:12px;border:1px solid var(--accent);font-size:1rem;font-family:inherit;background:var(--surface);transition:all .3s ease;outline:none}.CartDrawer_formInput__Doxie:focus{border-color:var(--primary);background:#fff;box-shadow:0 10px 20px rgba(0,0,0,.05)}.CartDrawer_cityDropdown__RhJo9{position:absolute;top:100%;left:0;width:100%;background:#fff;border:1px solid var(--accent);border-radius:12px;margin-top:5px;max-height:180px;overflow-y:auto;z-index:1000;box-shadow:0 10px 30px rgba(0,0,0,.1);list-style:none;padding:.5rem 0}.CartDrawer_cityDropdown__RhJo9 li{padding:.75rem 1.25rem;cursor:pointer;font-size:.9rem;transition:background .2s ease}.CartDrawer_cityDropdown__RhJo9 li:hover{background:var(--accent)}.CartDrawer_orderSummary__Khjis{background:var(--surface);padding:1.5rem;border-radius:16px;margin:2rem 0}.CartDrawer_summaryRow__f__pZ{display:flex;justify-content:space-between;margin-bottom:.75rem;color:var(--text-muted);font-size:.95rem}.CartDrawer_summaryTotal__OvN1p{display:flex;justify-content:space-between;padding-top:1rem;border-top:1px solid rgba(0,0,0,.05);font-weight:700;font-size:1.1rem}.CartDrawer_codBadge__i2e6D{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#059669;margin-top:1rem;font-weight:600}.CartDrawer_confirmBtn__qrVT0{width:100%;padding:1.25rem;background:var(--foreground);color:#fff;border:none;border-radius:12px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease}.CartDrawer_confirmBtn__qrVT0:hover{background:var(--primary);transform:translateY(-2px);box-shadow:0 15px 30px rgba(203,168,124,.25)}.CartDrawer_successView__mv_cy{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;animation:CartDrawer_fadeIn__WJtlk .5s ease}.CartDrawer_successCheck__wr_B1{width:100px;height:100px;background:var(--primary);color:#fff;border-radius:50%;font-size:3.5rem;display:flex;align-items:center;justify-content:center;margin-bottom:2rem;box-shadow:0 20px 40px rgba(203,168,124,.3)}.CartDrawer_successView__mv_cy h2{font-size:1.75rem;margin-bottom:1rem}.CartDrawer_successView__mv_cy p{color:var(--text-muted);line-height:1.6}@font-face{font-family:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/98848575513c9742-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:Outfit;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/7b0b24f36b1a6d0b-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:Outfit Fallback;src:local("Arial");ascent-override:100.18%;descent-override:26.05%;line-gap-override:0.00%;size-adjust:99.82%}.__className_ed3508{font-family:Outfit,Outfit Fallback;font-style:normal}.__variable_ed3508{--font-outfit:"Outfit","Outfit Fallback"}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:Cormorant Garamond;font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:Cormorant Garamond;font-style:italic;font-weight:600;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/fd3893c623c32b6d-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:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/ea896c3885e026c1-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/024ead497118aa23-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:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e74f24ed7f0e4323-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:Cormorant Garamond;font-style:italic;font-weight:700;font-display:swap;src:url(/_next/static/media/e18f83c737786aa7-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/393d45a2251e223a-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8715d2ed531152f4-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c48b38fe8bb532f3-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/48410f3df60da620-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:Cormorant Garamond;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/7b89a4fd5e90ede0-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:Cormorant Garamond Fallback;src:local("Times New Roman");ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.00%;size-adjust:96.98%}.__className_5df062{font-family:Cormorant Garamond,Cormorant Garamond Fallback}.__variable_5df062{--font-cormorant:"Cormorant Garamond","Cormorant Garamond Fallback"}