:root{--color-brand-dark:#3e4c6f;--color-brand-accent:#d3759b;--color-badge:#8b8fa3;--color-bg-blush-gradient:#f5edf7;--color-bg-blush:#f9f1f9;--violet-glow:#aa8cff38;--color-gradient-accent:radial-gradient(circle at 80% 20%,#a078ff38,transparent 45%),radial-gradient(circle at 100% 70%,#ffb4c840,transparent 47%),radial-gradient(circle at 20% 70%,#d2b4ff29,transparent 50%),linear-gradient(180deg,#fff 0%,#fbf7fc 100%),linear-gradient(180deg,#fff8fb 0%,#fff3f7 100%);--color-text-dark:#4a4a4a;--color-text-soft:#5a5a5a;--color-shadow-blush:#f9d7dd;--color-shadow-hover:#ffaaaa59;--color-navbar-shadow:#0000000d;--section-padding-desktop:clamp(120px,12vw,180px);--section-padding-tablet:clamp(80px,10vw,120px);--section-padding-mobile:clamp(60px,12vw,100px)}*{box-sizing:border-box}html,body{overflow-x:hidden}html{scroll-behavior:smooth;height:100%}body{font-family:var(--font-karla);color:var(--color-text-dark);background-color:#fffafb;margin:0;padding:0}.section{padding-top:var(--section-padding-desktop);position:relative}@media (max-width:900px){.section{padding-top:var(--section-padding-tablet)}}@media (max-width:480px){.section{padding-top:var(--section-padding-mobile)}}h1,h2,h3{font-family:var(--font-playfair)}.headerBlock{max-width:520px;margin-bottom:60px}.badge{letter-spacing:2px;text-transform:uppercase;color:var(--color-badge);margin-bottom:6px;font-size:.8rem;font-weight:500;display:inline-block}.title{color:var(--color-brand-dark);margin:0;font-size:clamp(2rem,4vw,3rem);font-weight:600;line-height:1.2}.container{max-width:1200px;margin:0 auto;padding:0 clamp(20px,4vw,40px)}.divider{background:#3e4c6f1a;border:none;width:100%;height:1px;margin:clamp(1.5rem,4vw,2.5rem) 0}.layout{flex-direction:column;min-height:100vh;display:flex}.main-content{flex:1}.floating-order-button{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:var(--color-brand-dark);font-family:var(--font-karla);letter-spacing:.4px;text-wrap:nowrap;cursor:pointer;z-index:1000;background:#ffffffb3;border:1px solid #00000014;border-radius:999px;padding:10px 18px;font-size:.9rem;font-weight:500;transition:all .25s;position:fixed;bottom:40px;right:28px;box-shadow:0 8px 20px #00000014}.floating-order-button:hover{transform:translateY(-2px);box-shadow:0 12px 28px #0000001f}.courses-page{color:#2c2c2c;background-color:#fffbfd;font-family:Karla,sans-serif}.hero-section{justify-content:center;align-items:center;height:85vh;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;z-index:0;width:100%;height:100%;position:absolute;top:0;left:0}.hero-overlay{z-index:1;background:#fff9;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.hero-content{text-align:center;max-width:600px;padding:1rem}.hero-content h1{color:var(--color-brand-dark);margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.5rem}.hero-content p{color:#555;margin-bottom:2rem;font-size:1.1rem}
.header-module__gD0orW__navbar{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;background:#fffc;justify-content:space-between;align-items:center;width:100%;height:80px;padding:1.5rem 2rem;display:flex;position:fixed;top:0;box-shadow:0 1px #3e4c6f14,0 8px 20px #3e4c6f0a}.header-module__gD0orW__logo{font-family:var(--font-dancing);color:var(--color-brand-dark);font-size:2rem;text-decoration:none}.header-module__gD0orW__navLinks{align-items:center;gap:2rem;display:flex}.header-module__gD0orW__link{color:var(--color-brand-dark);font-weight:500;font-family:var(--font-karla);text-decoration:none;position:relative}.header-module__gD0orW__link:after{content:"";background:var(--color-brand-accent);border-radius:2px;width:0;height:2px;transition:width .3s;position:absolute;bottom:-6px;left:0}.header-module__gD0orW__link:hover:after,.header-module__gD0orW__active:after{width:100%}.header-module__gD0orW__burger{cursor:pointer;z-index:4000;background:0 0;border:none;flex-direction:column;gap:6px;padding:0;display:none;position:relative}.header-module__gD0orW__burger span{background:var(--color-brand-dark);width:28px;height:2px;transition:all .3s}.header-module__gD0orW__burgerActive span:first-child{transform:translateY(8px)rotate(45deg)}.header-module__gD0orW__burgerActive span:nth-child(2){opacity:0}.header-module__gD0orW__burgerActive span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.header-module__gD0orW__desktopOnly{display:block}.header-module__gD0orW__mobileDropdown{display:none}@media (max-width:768px){.header-module__gD0orW__burger{z-index:4000;display:flex}.header-module__gD0orW__navLinks{opacity:0;pointer-events:none;z-index:2000;background:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:calc(100vh - 80px);transition:all .3s;display:flex;position:fixed;top:80px;left:0;transform:translateY(-10px)}.header-module__gD0orW__navLinksOpen{opacity:1;pointer-events:auto;transform:translateY(0)}.header-module__gD0orW__navLinks a{text-align:center;font-size:1.3rem;display:inline-block}.header-module__gD0orW__desktopOnly{display:none}.header-module__gD0orW__mobileDropdown{flex-direction:column;align-items:center;width:100%;display:flex}.header-module__gD0orW__mobileDropdownToggle{cursor:pointer;color:var(--color-brand-dark);background:0 0;border:none;padding:.5rem 0;font-size:1.3rem}.header-module__gD0orW__mobileDropdownMenu{flex-direction:column;align-items:center;gap:1rem;max-height:0;transition:max-height .5s ease-in-out;display:flex;overflow:hidden}.header-module__gD0orW__mobileDropdownOpen{max-height:300px}}
.switcher-module__uPP0SG__switcher{align-items:center;gap:8px;display:flex}.switcher-module__uPP0SG__divider{opacity:.35;color:var(--color-brand-dark);font-size:.85rem}.switcher-module__uPP0SG__button{font-family:var(--font-karla);letter-spacing:.08em;text-transform:uppercase;color:var(--color-brand-dark);opacity:.45;cursor:pointer;background:0 0;border:none;padding:0;font-size:.82rem;font-weight:600;transition:opacity .25s,transform .25s}.switcher-module__uPP0SG__button:hover{opacity:.8}.switcher-module__uPP0SG__active{opacity:1}
.footer-module__DeADUW__footer{background:var(--color-brand-dark);color:#fff;padding:90px 0 50px}.footer-module__DeADUW__grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:flex-start;gap:48px;margin-bottom:50px;display:grid}.footer-module__DeADUW__column{flex-direction:column;gap:12px;display:flex}.footer-module__DeADUW__logo{font-family:var(--font-dancing);margin:0;font-size:clamp(2rem,1.5vw + 1.2rem,3rem);font-weight:400}.footer-module__DeADUW__tagline{opacity:.9;font-family:var(--font-karla);margin:0;font-size:clamp(.75rem,1vw + .4rem,.9rem)}.footer-module__DeADUW__heading{opacity:.8;text-transform:uppercase;letter-spacing:1px;font-family:var(--font-karla);margin-bottom:6px;font-size:clamp(.8rem,.6vw + .6rem,1rem)}.footer-module__DeADUW__nav{margin:0;padding:0;list-style:none}.footer-module__DeADUW__nav li{margin-bottom:8px}.footer-module__DeADUW__nav li a{color:#fff;opacity:.85;font-family:var(--font-karla);font-size:clamp(.85rem,.6vw + .4rem,.95rem);text-decoration:none;transition:opacity .25s;position:relative}.footer-module__DeADUW__nav li a:after{content:"";opacity:.6;background:#fff;width:0%;height:1px;transition:width .25s;position:absolute;bottom:-2px;left:0}.footer-module__DeADUW__nav li a:hover{opacity:1}.footer-module__DeADUW__nav li a:hover:after{width:100%}.footer-module__DeADUW__contact{opacity:.9;color:#fff;font-family:var(--font-karla);align-items:center;gap:8px;font-size:clamp(.95rem,1vw + .3rem,1.1rem);text-decoration:none;transition:opacity .25s,transform .2s;display:flex}.footer-module__DeADUW__contact:hover{opacity:1;transform:translate(2px)}.footer-module__DeADUW__text{opacity:.85;font-family:var(--font-karla);font-size:clamp(.85rem,1vw + .2rem,1rem)}.footer-module__DeADUW__delivery{opacity:.9;font-family:var(--font-karla);margin-top:8px;font-size:clamp(.9rem,1vw + .25rem,1.1rem)}.footer-module__DeADUW__bottom{text-align:center;opacity:.8;font-family:var(--font-karla);border-top:1px solid #ffffff26;padding-top:20px;font-size:clamp(.75rem,.6vw + .4rem,.9rem)}@media (max-width:900px){.footer-module__DeADUW__grid{grid-template-columns:repeat(2,1fr);gap:36px}}@media (max-width:650px){.footer-module__DeADUW__grid{grid-template-columns:1fr;gap:32px}.footer-module__DeADUW__footer{padding:70px 0 40px}}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/14e23f9b59180572-s.9c448f3c.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:400;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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:500;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(../media/14e23f9b59180572-s.9c448f3c.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:500;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:500;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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:600;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/14e23f9b59180572-s.9c448f3c.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:600;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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:700;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/14e23f9b59180572-s.9c448f3c.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:700;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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(../media/2a65768255d6b625-s.p.d19752fb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,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.0%;size-adjust:111.26%}.playfair_display_71cf579d-module__PpinXW__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_71cf579d-module__PpinXW__variable{--font-playfair:"Playfair Display","Playfair Display Fallback"}
@font-face{font-family:Karla;font-style:normal;font-weight:300;font-display:swap;src:url(../media/ba35eb811246f14c-s.9af79fe1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Karla;font-style:normal;font-weight:300;font-display:swap;src:url(../media/680aa1e827d679d2-s.p.59922d9b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Karla;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ba35eb811246f14c-s.9af79fe1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Karla;font-style:normal;font-weight:400;font-display:swap;src:url(../media/680aa1e827d679d2-s.p.59922d9b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Karla;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ba35eb811246f14c-s.9af79fe1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Karla;font-style:normal;font-weight:500;font-display:swap;src:url(../media/680aa1e827d679d2-s.p.59922d9b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Karla;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ba35eb811246f14c-s.9af79fe1.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Karla;font-style:normal;font-weight:600;font-display:swap;src:url(../media/680aa1e827d679d2-s.p.59922d9b.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Karla Fallback;src:local(Arial);ascent-override:89.55%;descent-override:24.61%;line-gap-override:0.0%;size-adjust:102.4%}.karla_e9b5add7-module__cElJDq__className{font-family:Karla,Karla Fallback;font-style:normal}.karla_e9b5add7-module__cElJDq__variable{--font-karla:"Karla","Karla Fallback"}
@font-face{font-family:Dancing Script;font-style:normal;font-weight:400;font-display:swap;src:url(../media/32fe63294b6cd18c-s.7f335ffb.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Dancing Script;font-style:normal;font-weight:400;font-display:swap;src:url(../media/73091b67359a1d13-s.48aa4bab.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Dancing Script;font-style:normal;font-weight:400;font-display:swap;src:url(../media/406d3fc8d5ec9f59-s.p.3f4cab70.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Dancing Script;font-style:normal;font-weight:500;font-display:swap;src:url(../media/32fe63294b6cd18c-s.7f335ffb.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Dancing Script;font-style:normal;font-weight:500;font-display:swap;src:url(../media/73091b67359a1d13-s.48aa4bab.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Dancing Script;font-style:normal;font-weight:500;font-display:swap;src:url(../media/406d3fc8d5ec9f59-s.p.3f4cab70.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Dancing Script;font-style:normal;font-weight:600;font-display:swap;src:url(../media/32fe63294b6cd18c-s.7f335ffb.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Dancing Script;font-style:normal;font-weight:600;font-display:swap;src:url(../media/73091b67359a1d13-s.48aa4bab.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Dancing Script;font-style:normal;font-weight:600;font-display:swap;src:url(../media/406d3fc8d5ec9f59-s.p.3f4cab70.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Dancing Script;font-style:normal;font-weight:700;font-display:swap;src:url(../media/32fe63294b6cd18c-s.7f335ffb.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Dancing Script;font-style:normal;font-weight:700;font-display:swap;src:url(../media/73091b67359a1d13-s.48aa4bab.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,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:Dancing Script;font-style:normal;font-weight:700;font-display:swap;src:url(../media/406d3fc8d5ec9f59-s.p.3f4cab70.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Dancing Script Fallback;src:local(Arial);ascent-override:112.99%;descent-override:34.39%;line-gap-override:0.0%;size-adjust:81.43%}.dancing_script_8484f51f-module__rZMEwq__className{font-family:Dancing Script,Dancing Script Fallback;font-style:normal}.dancing_script_8484f51f-module__rZMEwq__variable{--font-dancing:"Dancing Script","Dancing Script Fallback"}
