*{box-sizing:border-box}:root{--color-zinc-800:#27272a;--color-text-primary:#2c2c2e;--color-text-secondary:#606060;--color-accent:#bda28c;--color-surface-soft:#f0eee9;--color-button-light:#f8f5f2;--color-white:#fff;--page-safe-x:256px;--page-safe-y:56px;--ease-button:cubic-bezier(.33, 1, .68, 1);--duration-button:.28s}html{scroll-behavior:smooth;scroll-padding-top:80px}html,body{font-family:var(--font-poppins), Arial, sans-serif;margin:0;padding:0}body{background:var(--color-surface-soft);color:var(--color-text-primary)}.header{z-index:200;width:100%;padding:16px var(--page-safe-x);background:var(--color-surface-soft);justify-content:space-between;align-items:center;gap:32px;margin:0 auto;transition:background .25s,box-shadow .25s,-webkit-backdrop-filter .25s,backdrop-filter .25s;display:flex;position:sticky;top:0}.header--scrolled{-webkit-backdrop-filter:blur(12px);background:#f0eee9e0;box-shadow:0 1px #2c2c2e14}.header__brand{min-width:max-content;height:40px;color:inherit;cursor:pointer;align-items:center;gap:8px;text-decoration:none;display:flex}.header__brandTitle{color:var(--color-zinc-800);font-size:20px;font-weight:500;line-height:28px;font-family:var(--font-cormorant), Georgia, serif}.header__nav{flex:1;justify-content:center;align-items:center;gap:64px;min-width:0;display:flex}.header__navItem{color:var(--color-text-secondary);font-size:16px;font-weight:400;line-height:24px;font-family:var(--font-poppins), Arial, sans-serif;white-space:nowrap;transition:color var(--duration-button) var(--ease-button);text-decoration:none}.header__navItem:hover{color:var(--color-accent)}.header__navItem--active{color:var(--color-zinc-800);font-weight:500}.header__navItem--active:hover{color:var(--color-accent)}.header__actions{align-items:center;gap:16px;min-width:max-content;display:flex}.header__burger{cursor:pointer;width:44px;height:44px;transition:background var(--duration-button) var(--ease-button), transform var(--duration-button) var(--ease-button), opacity var(--duration-button) var(--ease-button);background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;padding:0;display:none}.header__burger:hover{background:#2c2c2e14}.header__mobilePanel,.header__backdrop{display:none}a.button{box-sizing:border-box;text-decoration:none}.button{font-size:14px;font-weight:500;line-height:24px;font-family:var(--font-poppins), Arial, sans-serif;cursor:pointer;transition:filter var(--duration-button) var(--ease-button), background var(--duration-button) var(--ease-button), background-color var(--duration-button) var(--ease-button), box-shadow var(--duration-button) var(--ease-button), transform var(--duration-button) var(--ease-button), color var(--duration-button) var(--ease-button), opacity var(--duration-button) var(--ease-button);border:0;border-radius:12px;align-items:center;gap:8px;padding:12px 16px;display:inline-flex;box-shadow:0 4px 8px -3px #0000000a}.button--light{background:var(--color-button-light);color:var(--color-zinc-800)}.button--light:hover{filter:brightness(.94)}.button--accent{background:var(--color-accent);color:var(--color-white);padding:12px 24px}.button--accent:hover{filter:brightness(.92)}.container{max-width:960px;min-height:100vh;margin:0 auto;padding:32px 20px}.hero{width:100%;min-height:952px;padding:64px var(--page-safe-x) 100px;box-sizing:border-box;z-index:1;background-image:url(/icons/effectHero.svg);background-position:right 0 bottom 0;background-repeat:no-repeat;background-size:720px 667px;grid-template-columns:minmax(0,1fr) auto;align-items:start;column-gap:clamp(20px,4vw,56px);margin:0 auto;display:grid;position:relative}.hero__left{flex-direction:column;gap:48px;width:100%;min-width:0;max-width:663px;margin-top:60px;display:flex;position:static}.hero__top{flex-direction:column;gap:32px;width:100%;display:flex}.hero__copy{flex-direction:column;gap:24px;display:flex}.hero__badge{width:fit-content;color:var(--color-zinc-800);background:#fff9;border-radius:24px;align-items:center;gap:8px;padding:8px 16px;font-size:14px;line-height:20px;display:inline-flex;box-shadow:0 1px 3px #0000001a}.hero__title{color:var(--color-zinc-800);font-family:var(--font-cormorant), Georgia, serif;margin:0;font-size:60px;font-weight:500;line-height:80px}.hero__description{color:#6e6e6a;width:100%;max-width:534px;margin:0;font-size:16px;font-weight:400;line-height:30px}.hero__buttons{justify-content:flex-start;align-items:flex-start;gap:16px;width:100%;display:flex}a.heroButton{box-sizing:border-box;text-decoration:none}.heroButton{cursor:pointer;height:64px;font-family:var(--font-poppins), Arial, sans-serif;transition:filter var(--duration-button) var(--ease-button), background var(--duration-button) var(--ease-button), background-color var(--duration-button) var(--ease-button), box-shadow var(--duration-button) var(--ease-button), transform var(--duration-button) var(--ease-button), color var(--duration-button) var(--ease-button), opacity var(--duration-button) var(--ease-button);border:0;border-radius:16px;justify-content:flex-start;align-items:center;gap:16px;font-size:16px;font-weight:500;line-height:24px;display:inline-flex;box-shadow:0 4px 8px -3px #0000000a}.heroButton--download{color:var(--color-white);background:var(--color-accent);padding:12px 16px}.heroButton--download:hover{filter:brightness(.92)}.heroButton--stylist{color:var(--color-zinc-800);background:var(--color-button-light);padding:12px 32px}.heroButton--stylist:hover{filter:brightness(.94)}.hero__stats{grid-template-rows:1fr;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%;max-width:574px;height:60px;display:grid}.hero__stat{flex-direction:column;gap:4px;display:flex}.hero__statValue{color:var(--color-zinc-800);font-size:24px;font-weight:300;line-height:36px}.hero__statLabel{color:#78716c;font-size:14px;line-height:20px}.hero__right{transform-origin:100% 0;flex-shrink:0;justify-self:end;width:402px;height:708px;position:relative;transform:rotate(5deg)}.heroPhone{isolation:isolate;width:316.8px;height:633.6px;position:absolute;top:35.6px;left:-60px}.heroPhone__body{background:var(--color-white);border:7.92px solid var(--color-zinc-800);z-index:0;border-radius:39.6px;width:316.8px;height:633.6px;position:absolute;top:0;left:0;overflow:hidden;box-shadow:0 24.75px 49.5px -11.88px #00000040}.heroPhone__screen{border-radius:31.68px;position:absolute;inset:0;overflow:hidden}.heroPhone__screenImg{object-fit:cover;object-position:top center}.heroPhone__notch{z-index:1;background:var(--color-zinc-800);border-bottom-right-radius:23.76px;border-bottom-left-radius:23.76px;width:126.72px;height:27.72px;position:absolute;top:5.92px;left:50%;transform:translate(-50%)}.hero__float{--hero-float-tilt:-5deg;transform-origin:50%;width:79px;height:79px;transform:rotate(var(--hero-float-tilt)) translateY(0);will-change:transform;border-radius:23.76px;justify-content:center;align-items:center;animation:5.5s ease-in-out infinite heroFloatBob;display:inline-flex;position:absolute;box-shadow:0 3.96px 5.94px -3.96px #0000001a,0 9.9px 14.85px -2.97px #0000001a}@media (prefers-reduced-motion:reduce){.hero__float{transform:rotate(var(--hero-float-tilt));animation:none}}.hero__floatInner{background:#ffffff80;border-radius:15.84px;justify-content:center;align-items:center;width:55.44px;height:55.44px;font-size:29.7px;line-height:1;display:inline-flex}.hero__float .icon{background:#f3d9ff;border-radius:20px;width:auto;height:auto;padding:12px;font-size:28px}.hero__float--dress{background:linear-gradient(135deg,#fce7f3,#fbcfe8);animation-delay:0s;top:-32px;left:-35px}.hero__float--heels{background:linear-gradient(135deg,#dbeafe,#bfdbfe);animation-delay:1.4s;top:130px;left:269px}.hero__float--heels .hero__floatInner,.hero__float--bag .hero__floatInner{font-size:23.8px}.hero__float--bag{background:linear-gradient(135deg,#fef3c7,#fde68a);animation-delay:2.8s;top:424px;left:-48px}.hero__float--spark{background:linear-gradient(135deg,#ede9fe,#ddd6fe);animation-delay:4.2s;top:588px;left:268px}.styleGradientZone{position:relative}.styleGradientZone:before{content:"";pointer-events:none;z-index:0;background:linear-gradient(#ffe6d5 0%,#f0eee9 100%);position:absolute;inset:209px 0 0}.styleGradientZone>*{z-index:1;position:relative}.features{width:100%;height:418px;padding:0 var(--page-safe-x);z-index:2;flex-direction:column;gap:37px;margin:-130px auto 0;display:flex;position:relative}.features__heading{flex-direction:column;align-items:flex-start;gap:16px;width:100%;max-width:841px;height:92px;display:inline-flex}.features__heading h2{width:100%;color:var(--color-zinc-800);font-family:var(--font-cormorant), Georgia, serif;margin:0;font-size:40px;font-weight:400;line-height:48px}.features__heading p{color:#78716c;width:100%;margin:0;font-size:16px;line-height:28px}.features__cards{justify-content:flex-start;align-items:center;gap:24px;width:100%;height:289px;display:inline-flex}.featureCard{border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:24px;height:289px;padding:28px;display:inline-flex;box-shadow:0 8px 8px -3px #0000000d}.featureCard__content{flex-direction:column;gap:12px;width:100%;display:flex}.featureCard__content h3{color:var(--color-zinc-800);margin:0;font-size:18px;font-weight:500;line-height:28px}.featureCard__content p{color:#2c2c2eb3;margin:0;font-size:14px;line-height:22.8px}.featureCard__icon{border-radius:22px;justify-content:center;align-items:center;width:88px;height:88px;display:inline-flex;position:relative;overflow:hidden}.featureCard__icon>.overlay{border-radius:inherit;pointer-events:none;position:absolute;inset:0}.featureCard__image{object-fit:contain;width:100%;height:100%}.overlay{mix-blend-mode:overlay}.card--one{background:linear-gradient(124deg,#ffcda5 0%,#f5dcd2 100%)}.card--two{background:linear-gradient(124deg,#ffe1c3 0%,#ffcda5 100%),linear-gradient(124deg,#f5dcd2 0%,#ebc3af 100%)}.card--three{background:linear-gradient(124deg,#f5dcd2 0%,#ebc3af 100%)}.card--four{background:linear-gradient(124deg,#dcb4a5 0%,#c89b87 100%)}.featureCard--fixed{flex:0 0 320px;width:320px}.featureCard--fluid{flex:1 1 0;width:auto}.howWorks{flex-direction:column;align-items:center;gap:56px;width:100%;padding:56px 0 28px;display:flex}.howWorks__heading{width:100%;padding:0 var(--page-safe-x);flex-direction:column;align-items:flex-start;gap:16px;height:96px;display:flex}.howWorks__heading h2{text-align:center;width:100%;color:var(--color-zinc-800);font-family:var(--font-cormorant), Georgia, serif;margin:0;font-size:54px;font-weight:300;line-height:48px}.howWorks__heading p{text-align:center;color:#78716c;width:100%;margin:0;font-size:18px;line-height:28px}.howWorks__body{width:calc(100% - (var(--page-safe-x) * 2));max-width:1408px;height:734px;margin:0 auto;position:relative;overflow:hidden}.howWorks__phones{width:830px;height:734px;position:absolute;top:0;right:0}.howWorksPhonesStage{width:830px;height:734px;position:relative}.howWorksPhone{filter:blur(1.28px);width:244px;height:488px;position:absolute}.howWorksPhone__body{border:8px solid var(--color-zinc-800);z-index:0;background:#fff;border-radius:35.02px;width:100%;height:100%;position:absolute;inset:0;overflow:hidden;box-shadow:0 6.84px 13.68px #00000040}.howWorksPhone--left{top:58px;left:114px;transform:rotate(-10deg)}.howWorksPhone--right{top:58px;left:532px;transform:rotate(10deg)}.howWorksPhone__notch{background:var(--color-zinc-800);z-index:1;border-bottom-right-radius:21.01px;border-bottom-left-radius:21.01px;width:112px;height:24px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.howWorksPhone__screen,.howWorksPhoneMain__screen{color:#2c2c2e;border-radius:20px;flex-direction:column;justify-content:flex-end;gap:6px;padding:18px;animation:.28s phoneScreenIn;display:flex;position:absolute;inset:70px 18px 18px}.howWorksPhone__screen strong,.howWorksPhoneMain__screen strong{font-size:18px;font-weight:600;line-height:24px}.howWorksPhone__screen span,.howWorksPhoneMain__screen span{opacity:.75;font-size:13px;line-height:18px}.howWorksPhone__screen.howWorksPhone__screen--hero{border-radius:27.02px;padding:0;inset:0;overflow:hidden}.howWorksPhoneMain__screen.howWorksPhoneMain__screen--hero{border-radius:32px;padding:0;inset:0;overflow:hidden}.howWorksPhoneMain{width:280px;height:560px;position:absolute;top:0;left:305px}.howWorksPhoneMain__body{border:8px solid var(--color-zinc-800);z-index:0;background:#fff;border-radius:40px;width:100%;height:100%;position:absolute;inset:0;overflow:hidden;box-shadow:0 25px 45px #0003}.howWorksPhoneMain__notch{background:var(--color-zinc-800);z-index:1;border-bottom-right-radius:24px;border-bottom-left-radius:24px;width:112px;height:24px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.screen--look{background:linear-gradient(160deg,#f7ebe2 0%,#e9d0bf 100%)}.screen--feed{background:linear-gradient(160deg,#e5eef9 0%,#cfdff6 100%)}.screen--chat{background:linear-gradient(160deg,#efe8ff 0%,#e2d7ff 100%)}.screen--shop{background:linear-gradient(160deg,#fae6dc 0%,#f2cdbd 100%)}.howWorksSwitcher{justify-content:space-between;align-items:center;gap:16px;width:280px;display:inline-flex;position:absolute;top:580px;left:305px}.howWorksSwitcher__btn{-webkit-backdrop-filter:none;backdrop-filter:none;cursor:pointer;width:48px;height:48px;transition:background var(--duration-button) var(--ease-button), transform var(--duration-button) var(--ease-button), opacity var(--duration-button) var(--ease-button);background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;display:flex}.howWorksSwitcher__btn:hover{background:#8253531a}.howWorksSwitcher span{opacity:.5;color:#825353;font-family:var(--font-cormorant), Georgia, serif;text-align:center;white-space:nowrap;flex:1;font-size:20px;font-weight:500;line-height:20px}@keyframes phoneScreenIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes heroFloatBob{0%,to{transform:rotate(var(--hero-float-tilt)) translateY(0)}50%{transform:rotate(var(--hero-float-tilt)) translateY(-10px)}}.howWorks__steps{flex-direction:column;gap:44px;width:608px;height:480px;display:flex;position:absolute;top:0;left:0}.howWorksStep{align-items:flex-start;gap:24px;width:100%;min-height:96px;display:flex}.howWorksStep:first-child{margin-bottom:26px}.howWorksStep__iconCol{width:64px;height:96px;position:relative}.howWorksStep__icon{width:64px;height:64px;color:var(--color-accent);background:#fff4ed;border-radius:16px;justify-content:center;align-items:center;font-size:28px;display:flex;box-shadow:0 4px 4px -3px #a477641a}.howWorksStep__line{background:linear-gradient(#c6beb34d,#c6beb300);width:2px;height:48px;position:absolute;top:80px;left:31px}.howWorksStep__content{flex-direction:column;flex:1;gap:8px;display:flex}.howWorksStep__content span{color:#d6d3d1;font-size:14px;font-weight:500;line-height:20px}.howWorksStep__content h3{color:var(--color-zinc-800);margin:0;font-size:18px;font-weight:500;line-height:28px}.howWorksStep__content p{color:#78716c;margin:0;font-size:16px;line-height:24px}.howWorksStep__content button,.howWorksStep__content .howWorksStep__downloadLink{background:var(--color-accent);color:#fff;cursor:pointer;width:fit-content;transition:filter var(--duration-button) var(--ease-button), background var(--duration-button) var(--ease-button), background-color var(--duration-button) var(--ease-button), box-shadow var(--duration-button) var(--ease-button), transform var(--duration-button) var(--ease-button), color var(--duration-button) var(--ease-button), opacity var(--duration-button) var(--ease-button);box-sizing:border-box;border:0;border-radius:12px;align-items:center;gap:8px;margin-top:4px;padding:12px 16px;font-size:14px;font-weight:500;line-height:24px;text-decoration:none;display:inline-flex;box-shadow:0 4px 8px -3px #00000026}.howWorksStep__content button:hover,.howWorksStep__content .howWorksStep__downloadLink:hover{filter:brightness(.92)}@media (max-width:1200px){:root{--page-safe-x:64px;--page-safe-y:40px}.header{padding:16px var(--page-safe-x);gap:16px}.header__nav{gap:28px}.hero{padding:24px var(--page-safe-x) 32px;text-align:center;flex-direction:column;align-items:center;gap:28px;height:auto;min-height:0;display:flex;position:static}.hero__left{width:100%;display:contents;position:static}.hero__copy{align-items:center}.hero__top{order:1;width:100%;max-width:680px}.hero__title{font-size:56px;line-height:60px}.hero__description{width:100%;max-width:520px;margin-left:auto;margin-right:auto}.hero__buttons{flex-wrap:wrap;justify-content:center}.hero__stats{order:3;width:100%;max-width:560px;margin-left:auto;margin-right:auto}.hero__right{order:2;justify-content:center;align-items:flex-start;width:100%;max-width:400px;height:480px;margin:0 auto;display:flex;position:relative;top:auto;left:auto;overflow:visible;transform:none}.heroPhone{transform-origin:top;position:absolute;top:0;left:50%;transform:translate(-50%)scale(.74)rotate(4deg)}.hero__float{--hero-float-tilt:-4deg}.features{width:100%;height:auto;margin:8px auto 24px;padding-bottom:24px}.features__heading,.features__cards{width:100%}.features__cards{grid-template-columns:repeat(2,minmax(0,1fr));height:auto;margin-top:20px;display:grid}.featureCard{width:100%}.howWorks{gap:28px;width:100%;padding:40px 0 24px}.howWorks__heading{width:100%}.howWorks__body{width:100%;max-width:none;padding:0 var(--page-safe-x);flex-direction:column;gap:20px;height:auto;margin:0;display:flex}.howWorks__steps{order:1;width:100%;height:auto;position:static}.howWorks__phones{order:2;width:100%;height:auto;min-height:0;position:static}.howWorksPhonesStage{width:min(680px,100%);height:560px;min-height:0;margin:0 auto;display:block;position:relative}.howWorksPhoneMain{z-index:3;width:240px;height:480px;position:absolute;top:0;left:50%;transform:translate(-50%)}.howWorksPhoneMain__body{border-width:7px}.howWorksPhoneMain__screen.howWorksPhoneMain__screen--hero{border-radius:33px}.howWorksPhone{filter:blur(.8px);z-index:1;width:185px;height:370px;top:76px}.howWorksPhone__body{border-width:6px}.howWorksPhone__screen.howWorksPhone__screen--hero{border-radius:29.02px}.howWorksPhone--left{left:calc(50% - 248px);transform:rotate(-10deg)}.howWorksPhone--right{left:calc(50% + 62px);right:auto;transform:rotate(10deg)}.howWorksPhoneMain__notch{width:96px;height:20px;top:5px}.howWorksPhone__notch{width:78px;height:16px;top:4px}.howWorksSwitcher{width:min(320px,100% - 24px);margin-top:0;position:absolute;top:500px;left:50%;transform:translate(-50%)}.proSection{margin:20px var(--page-safe-x) 48px;padding:48px}.proSection__cards{grid-template-rows:auto;grid-template-columns:1fr;height:auto}.proSection__stats{flex-wrap:wrap}.proMetric{width:min(303px,45%)}.faq{gap:28px;padding:24px 0 40px}}@media (max-width:1200px) and (min-width:901px){:root{--page-safe-x:clamp(28px, 5vw, 64px)}.proSection__cards{grid-template-rows:auto auto;grid-template-columns:1fr 1fr;height:auto}}@media (max-width:900px){:root{--page-safe-x:16px;--page-safe-y:24px}.header{flex-wrap:wrap}.header__nav,.header__actions{display:none}.header__burger{display:inline-flex}.header__backdrop{z-index:198;cursor:pointer;-webkit-tap-highlight-color:transparent;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--duration-button) var(--ease-button), visibility 0s linear var(--duration-button);background:#2c2c2e66;border:0;margin:0;padding:0;display:block;position:fixed;inset:72px 0 0}body.header-menu-open .header__backdrop{opacity:1;visibility:visible;pointer-events:auto;transition:opacity var(--duration-button) var(--ease-button), visibility 0s}.header__mobilePanel{z-index:199;padding:24px var(--page-safe-x) max(24px, env(safe-area-inset-bottom));background:var(--color-surface-soft);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--duration-button) var(--ease-button), transform var(--duration-button) var(--ease-button), visibility 0s linear var(--duration-button);flex-direction:column;align-items:stretch;gap:24px;display:flex;position:fixed;inset:72px 0 0;overflow-y:auto;transform:translateY(-10px);box-shadow:0 12px 32px #2c2c2e1f}body.header-menu-open .header__mobilePanel{opacity:1;visibility:visible;pointer-events:auto;transition:opacity var(--duration-button) var(--ease-button), transform var(--duration-button) var(--ease-button), visibility 0s;transform:translateY(0)}.header__mobileNav{flex-direction:column;align-items:stretch;gap:4px;display:flex}.header__mobileNavLink{border-radius:12px;padding:14px 16px}.header__mobilePanelActions{flex-direction:column;gap:12px;display:flex}.header__mobilePanelActions .button{justify-content:center;width:100%}}@media (max-width:900px) and (prefers-reduced-motion:reduce){.header__backdrop,.header__mobilePanel{transition:none}}@media (max-width:900px){.hero{text-align:center;background-position:right -60px bottom -40px;background-size:520px 482px;flex-direction:column;align-items:center;gap:24px;height:auto;min-height:0;padding:16px 0 32px;position:static}.hero__left{align-items:center;gap:24px;width:100%;display:contents;position:static}.hero__copy{align-items:center}.hero__badge{display:none}.hero__title{font-size:44px;line-height:48px}.hero__description{width:100%;line-height:28px}.hero__buttons{flex-direction:column;align-items:stretch}.heroButton--stylist{display:none}.heroButton--download{border-radius:12px;gap:10px;width:min(100%,320px);height:48px;margin:0 auto;padding:10px 14px;font-size:14px;line-height:20px}.heroButton--download img{width:28px;height:28px}.hero__top{width:100%;padding:0 var(--page-safe-x);order:1}.hero__stats{width:100%;padding:0 var(--page-safe-x);gap:16px}.hero__right{order:2;justify-content:center;align-items:flex-start;width:100vw;height:500px;margin-left:0;margin-right:0;display:flex;position:relative;top:auto;left:50%;overflow:visible;transform:translate(-50%)}.hero__stats{order:3;width:100%}.heroPhone{transform-origin:top;margin-bottom:0;position:absolute;top:0;left:50%;transform:translate(calc(6px - 50%))scale(.66)rotate(4deg)}.features{width:100%;padding:0 var(--page-safe-x);gap:24px;margin:20px auto 24px}.features__heading{text-align:center;align-items:center;height:auto;min-height:0}.features__heading h2{font-size:30px;line-height:38px}.features__heading p{max-width:320px;margin:0 auto}.features__cards{grid-template-columns:1fr;gap:16px;margin-top:0}.featureCard{border-radius:18px;flex-direction:row;justify-content:space-between;align-items:center;gap:16px;height:165px;padding:20px;display:flex;position:static}.featureCard__content{gap:8px;width:auto;max-width:64%}.featureCard__content h3{color:#2c2c2e;font-size:17px;font-weight:500;line-height:26px}.featureCard__content p{color:#616161;font-size:14px;line-height:21px}.featureCard__icon{flex:0 0 96px;width:96px;height:96px;margin-left:8px;position:relative;transform:none}.howWorks{width:100%}.howWorks__heading h2{font-size:36px;line-height:40px}.howWorks__heading p{font-size:16px}.howWorks__body{padding:0 var(--page-safe-x);gap:60px}.howWorksPhoneMain{transform-origin:top;transform:scale(.78)}.howWorks__phones{min-height:510px;overflow:visible}.howWorksPhonesStage{width:100%;height:470px;min-height:470px;display:block;position:relative}.howWorksSwitcher{display:none}.howWorksSwitcher span{font-size:17px}.howWorksPhoneMain{z-index:3;width:220px;height:440px;position:absolute;top:0;left:50%;transform:translate(-50%)}.howWorksPhoneMain__body{border-width:6px}.howWorksPhoneMain__screen.howWorksPhoneMain__screen--hero{border-radius:34px}.howWorksPhoneMain__notch{width:88px;height:19px;top:4px}.howWorksPhone{filter:blur(.8px);z-index:1;width:170px;height:340px;display:block}.howWorksPhone__body{border-width:5px}.howWorksPhone__screen.howWorksPhone__screen--hero{border-radius:30.02px}.howWorksPhone__notch{width:74px;height:15px;top:3px}.howWorksPhone--left{top:76px;left:-28px;transform:rotate(-10deg)}.howWorksPhone--right{top:76px;left:auto;right:-28px;transform:rotate(10deg)}.howWorksStep{gap:16px}.howWorks__steps{gap:20px}.howWorksStep:first-child{margin-bottom:0}.howWorksStep__content p{font-size:15px;line-height:22px}.proSection{margin:18px var(--page-safe-x) 40px;background:linear-gradient(#f8f3ee 0%,#f4ece4 100%);border-radius:24px;gap:18px;padding:20px 12px 22px}.proSection__header h2{white-space:nowrap;font-size:22px;line-height:32px}.proSection__header{gap:10px}.proSection__badge{border-radius:12px;width:40px;height:40px}.proSection__sub{text-align:center;max-width:92%;font-size:17px;line-height:34px}.proSection__stats{background:#f4f4f48c;border-radius:16px;gap:8px;padding:18px 14px}.proMetric{width:33.333%}.proSection__cards{gap:10px}.proCard{border-radius:16px;padding:16px}.proCard__text h3{font-size:14px;line-height:20px}.proCard__text p{font-size:12px;line-height:16px}.proCard__icon{width:44px;height:44px}.proCard__iconImage{width:22px;height:22px}.proMetric__value{font-size:40px;line-height:40px}.proMetric__label{margin-top:8px;font-size:13px;line-height:18px}.proSection__cta{border-radius:14px;justify-content:center;width:100%;max-width:360px;padding:14px 20px}.proSection__footer{gap:14px}.proSection__footer>span{font-size:13px}.proSection__glow--two,.proSection__glow--three{display:none}.faq{gap:28px}.faq__heading{height:auto}.faq__heading h2{font-size:30px;line-height:34px}.faq__heading p{font-size:14px;line-height:20px}.faqItem__trigger{gap:12px;height:auto;padding:18px 16px}.faqItem__contentInner{padding:0 16px}.siteFooter{padding:32px var(--page-safe-x)}.siteFooter__logoRow span{font-size:28px}}@media (max-width:520px){:root{--page-safe-x:16px;--page-safe-y:20px}.header{padding:12px var(--page-safe-x)}.header__brandTitle{font-size:18px;line-height:24px}.hero__title{font-size:34px;line-height:38px}.hero__description{font-size:15px;line-height:24px}.hero__buttons{flex-direction:column;align-items:stretch}.heroButton{border-radius:14px;justify-content:center;width:100%;height:56px}.heroButton--download{border-radius:10px;gap:8px;width:min(100%,290px);height:44px;padding:8px 12px;font-size:13px;line-height:18px}.heroButton--download img{width:22px;height:22px}.heroPhone{margin-bottom:0;top:6px;transform:translate(calc(6px - 50%))scale(.62)rotate(4deg)}.hero__right{width:100%;height:430px;margin-top:20px}.proSection__header h2{font-size:20px;line-height:28px}.features{margin-top:8px}.features__heading h2{font-size:28px;line-height:34px}.features__heading p{font-size:15px;line-height:22px}.howWorks__heading h2{font-size:32px;line-height:36px}.howWorks{gap:24px}.howWorksSwitcher span{font-size:18px}.proSection__header h2{text-align:center;font-size:28px;line-height:34px}.proSection__sub{text-align:center}.faq{gap:24px;padding:24px 0 36px}.faq__heading h2{font-size:28px;line-height:32px}.siteFooter__logoRow span{font-size:26px}}.proSection{width:auto;margin:24px var(--page-safe-x) 56px;background:linear-gradient(128deg,#fff5ea 0%,#fffaf5 50%,#faf5f0 100%);border-radius:40px;flex-direction:column;align-items:center;gap:40px;padding:64px;display:flex;position:relative;overflow:hidden}.proSection__glow{pointer-events:none;border-radius:99px;width:384px;height:384px;position:absolute}.proSection__glow--one{filter:blur(142px);background:#ffbe9899;top:496px;left:152px}.proSection__glow--two{filter:blur(48px);background:linear-gradient(173deg,#ffe6d51a 0%,#ffa2721a 100%);top:-7px;left:400px}.proSection__glow--three{filter:blur(67px);background:linear-gradient(173deg,#ffe6d540 0%,#ffa27240 100%);top:411px;left:954px}.proSection__header{z-index:1;justify-content:center;align-items:center;gap:24px;display:flex;position:relative}.proSection__badge{background:linear-gradient(117deg,#ffe6d5 0%,#fd713a 100%);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.proSection__header h2{color:#2b2b2a;font-family:var(--font-cormorant), Georgia, serif;margin:0;font-size:40px;font-weight:500;line-height:48px}.proSection__sub{z-index:1;color:#616161;margin:0;font-size:16px;line-height:28px;position:relative}.proSection__cards{z-index:1;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:16px;width:100%;height:236px;display:grid;position:relative}.proCard{background:#f4f4f466;border:1px solid #a9a9a933;border-radius:16px;align-items:flex-start;gap:16px;padding:25px;display:flex}.proCard__icon{background:linear-gradient(117deg,#b9b9b940 0%,#f8f8f81a 100%);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.proCard__iconImage{object-fit:contain;width:24px;height:24px}.proCard__text h3{color:#2b2b2a;margin:0;font-size:16px;font-weight:500;line-height:28px}.proCard__text p{color:#616161;margin:2px 0 0;font-size:14px;line-height:20px}.proSection__stats{z-index:1;background:#f4f4f466;border:1px solid #a9a9a933;border-radius:16px;justify-content:center;align-items:center;gap:24px;width:100%;padding:24px 32px;display:flex;position:relative}.proMetric{text-align:center;width:303px}.proMetric__value{color:#2b2b2a;font-size:28px;font-weight:300;line-height:40px}.proMetric__label{color:#616161;font-size:14px;line-height:20px}.proSection__footer{z-index:1;flex-direction:column;align-items:center;gap:24px;display:flex;position:relative}.buttonPro{isolation:isolate;cursor:pointer;transition:box-shadow var(--duration-button) var(--ease-button), transform var(--duration-button) var(--ease-button);color:#fff;background:linear-gradient(90deg,#ffbe98 0%,#fc4c13 100%);border:0;border-radius:12px;align-items:center;gap:8px;padding:14px 40px;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 8px -12px #00000026}.buttonPro:before{content:"";border-radius:inherit;opacity:0;transition:opacity var(--duration-button) var(--ease-button);pointer-events:none;z-index:0;background:linear-gradient(234deg,#ffbe98 0%,#fc4c13 100%);position:absolute;inset:0}.buttonPro:hover:before{opacity:1}.buttonPro__icon,.buttonPro__text{z-index:1;position:relative}.buttonPro__icon{justify-content:center;align-items:center;width:20px;height:20px;display:inline-flex}.buttonPro__text{font-family:var(--font-poppins), Arial, sans-serif;color:#fff;white-space:nowrap;margin-top:-1px;font-size:16px;font-weight:500;line-height:24px}.proSection__footer>span{color:#838381;font-size:14px;line-height:20px}.faq{width:auto;margin:0 var(--page-safe-x);box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:56px;padding:32px 0 56px;display:flex}.faq__heading{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;height:96px;margin:0;padding:0;display:flex}.faq__heading h2{text-align:center;width:100%;color:var(--color-zinc-800);font-family:var(--font-cormorant), Georgia, serif;margin:0;font-size:48px;font-weight:300;line-height:48px}.faq__heading p{text-align:center;color:#78716c;width:100%;margin:0;font-size:18px;line-height:28px}.faq__list{box-sizing:border-box;flex-direction:column;gap:16px;width:100%;margin:0;padding:0;display:flex}.faqItem{background:#fff9;border:1px solid #e7e5e4;border-radius:16px;width:100%;overflow:hidden}.faqItem__trigger{cursor:pointer;width:100%;height:80px;transition:background var(--duration-button) var(--ease-button), transform var(--duration-button) var(--ease-button), opacity var(--duration-button) var(--ease-button);background:0 0;border:0;justify-content:space-between;align-items:center;padding:0 24px;display:inline-flex}.faqItem__trigger:hover{background:#0000000a}.faqItem__trigger span{text-align:left;color:var(--color-zinc-800);flex:1;font-size:16px;font-weight:500;line-height:28px}.faqItem__icon{transition:transform var(--duration-button) var(--ease-button)}.faqItem__content{transition:grid-template-rows calc(var(--duration-button) * 1.15) var(--ease-button);grid-template-rows:0fr;display:grid}.faqItem__contentInner{padding:0 24px;overflow:hidden}.faqItem__contentInner p{color:#616161;opacity:0;transition:opacity var(--duration-button) var(--ease-button), transform var(--duration-button) var(--ease-button);margin:0;padding:0 0 24px;font-size:15px;line-height:24px;transform:translateY(-8px)}.faqItem--open .faqItem__content{grid-template-rows:1fr}.faqItem--open .faqItem__contentInner p{opacity:1;transform:translateY(0)}.faqItem--open .faqItem__icon{transform:rotate(180deg)}.siteFooter{width:100%;padding:40px var(--page-safe-x);background:#6f5b53;flex-direction:column;align-items:center;gap:40px;display:flex}.siteFooter__top{justify-content:space-between;align-items:center;gap:24px;width:100%;display:inline-flex}.siteFooter__brand{flex-direction:column;align-items:flex-start;gap:12px;display:inline-flex}.siteFooter__logoRow{align-items:center;gap:8px;display:inline-flex}.siteFooter__logoRow span{color:#fff;font-family:var(--font-cormorant), Georgia, serif;font-size:32px;font-weight:500;line-height:28px}.siteFooter__brand p{color:#e8ddd8;margin:0;font-size:14px;font-weight:300;line-height:20px}.siteFooter__nav{flex:1;justify-content:center;align-items:center;gap:56px;display:inline-flex}.siteFooter__navLink{color:#fff;font-size:14px;line-height:20px;text-decoration:none}.siteFooter__actions{align-items:center;gap:16px;display:inline-flex}a.siteFooter__btn{box-sizing:border-box;text-decoration:none}.siteFooter__btn{cursor:pointer;transition:filter var(--duration-button) var(--ease-button), background var(--duration-button) var(--ease-button), background-color var(--duration-button) var(--ease-button), box-shadow var(--duration-button) var(--ease-button), transform var(--duration-button) var(--ease-button), color var(--duration-button) var(--ease-button), opacity var(--duration-button) var(--ease-button);border:0;border-radius:12px;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;line-height:24px;display:inline-flex}.siteFooter__btn--light{color:#2c2c2e;background:#efe4de}.siteFooter__btn--light:hover{filter:brightness(.93)}.siteFooter__btn--accent{color:#fff;background:#a47764}.siteFooter__btn--accent:hover{filter:brightness(.9)}.siteFooter__copyright{text-align:center;color:#e8ddd8;width:100%;margin:0;font-size:14px;line-height:20px}.siteFooter__divider{background:#e8ddd833;width:100%;height:1px}@media (max-width:1400px){.siteFooter__top{flex-wrap:wrap;justify-content:center;row-gap:20px}.siteFooter__brand{align-items:center}.siteFooter__nav{flex:0 0 100%;order:3}}@media (max-width:900px){.siteFooter{padding:24px var(--page-safe-x);align-items:stretch;gap:28px}.siteFooter__top{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px}.siteFooter__brand{align-items:flex-start;gap:10px}.siteFooter__logoRow span{font-size:20px;line-height:28px}.siteFooter__brand p{font-size:14px;line-height:20px}.siteFooter__nav{order:2;grid-template-columns:1fr 1fr;justify-items:start;gap:12px 20px;width:100%;display:grid}.siteFooter__navLink{font-size:16px;line-height:20px}.siteFooter__actions{display:none}.siteFooter__divider{margin-top:-4px}.siteFooter__copyright{font-size:15px;line-height:22px}.proSection{margin:12px var(--page-safe-x) 40px;background:linear-gradient(#f8f3ee 0%,#f4ece4 100%);border-radius:24px;gap:18px;padding:20px 12px 22px;overflow:hidden}.proSection__header{justify-content:center;gap:10px;width:100%}.proSection__badge{border-radius:12px;flex:0 0 40px;width:40px;height:40px}.proSection__header h2{white-space:nowrap;margin:0;font-size:22px;line-height:32px}.proSection__sub{text-align:center;max-width:92%;margin:0;font-size:17px;line-height:34px}.proSection__cards{grid-template-rows:auto;grid-template-columns:1fr;gap:10px;width:100%;height:auto;display:grid}.proCard{border-radius:16px;gap:12px;padding:16px}.proCard__icon{flex:0 0 44px;width:44px;height:44px}.proCard__iconImage{width:22px;height:22px}.proCard__text h3{font-size:14px;line-height:20px}.proCard__text p{font-size:12px;line-height:16px}.proSection__stats{background:#f4f4f48c;border-radius:16px;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:8px;width:100%;padding:18px 14px;display:flex}.proMetric{width:33.333%}.proMetric__value{font-size:40px;line-height:40px}.proMetric__label{margin-top:8px;font-size:13px;line-height:18px}.proSection__footer{gap:14px;width:100%}.proSection__cta{border-radius:14px;justify-content:center;width:100%;max-width:360px;padding:14px 20px}.proSection__footer>span{font-size:13px}.proSection__glow--two,.proSection__glow--three{display:none}.faq__heading h2{font-size:30px;line-height:34px}.faq__heading p{font-size:14px;line-height:20px}.faq{gap:0}}@media (max-width:520px){.faq__heading h2{font-size:28px;line-height:32px}}.stylistModal{z-index:240;animation:stylistModalIn .32s var(--ease-button) both;justify-content:center;align-items:center;padding:20px 12px;display:flex;position:fixed;inset:0;overflow-x:hidden}@keyframes stylistModalIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.stylistModal{animation:none}}.stylistModal__backdrop{cursor:pointer;-webkit-backdrop-filter:blur(8px);background:#2c2c2e73;border:0;margin:0;padding:0;position:absolute;inset:0}.stylistModal__panel{z-index:1;width:100%;max-width:min(1100px,100vw - 24px);max-height:min(92vh,900px);animation:stylistPanelIn .38s var(--ease-button) both;background:linear-gradient(165deg,#fffefb 0%,#faf8f5 45%,#f5f2ed 100%);border-radius:24px;padding:36px 32px 32px;position:relative;overflow:hidden auto;box-shadow:0 24px 64px #27272a2e,0 0 0 1px #bda28c1f}@keyframes stylistPanelIn{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}@media (prefers-reduced-motion:reduce){.stylistModal__panel{animation:none}}.stylistModal__decor{pointer-events:none;background:radial-gradient(circle,#bda28c38 0%,#0000 70%);border-radius:50%;width:160px;height:160px;position:absolute;top:-32px;right:0}.stylistModal__close{z-index:2;cursor:pointer;width:44px;height:44px;color:var(--color-text-secondary);transition:background var(--duration-button) var(--ease-button), color var(--duration-button) var(--ease-button);background:#ffffffb3;border:0;border-radius:12px;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:14px;right:14px}.stylistModal__close:hover{color:var(--color-zinc-800);background:#f8f5f2}.stylistModal__eyebrow{color:#8a7568;background:#bda28c24;border:1px solid #bda28c33;border-radius:999px;align-items:center;gap:8px;margin:0 0 12px;padding:6px 14px 6px 10px;font-size:13px;font-weight:500;line-height:18px;display:inline-flex}.stylistModal__eyebrowIcon{color:var(--color-accent);display:inline-flex}.stylistModal__title{max-width:520px;font-family:var(--font-cormorant), Georgia, serif;color:var(--color-zinc-800);margin:0 0 10px;font-size:clamp(28px,4.5vw,40px);font-weight:600;line-height:1.15}.stylistModal__lead{color:#78716c;max-width:520px;margin:0 0 28px;font-size:16px;line-height:26px}.stylistModal__steps{flex-direction:row;align-items:stretch;gap:0;width:100%;min-width:0;margin-bottom:28px;display:flex}.stylistModal__step{background:#ffffffbf;border:1px solid #bda28c26;border-radius:18px;flex:1 1 0;min-width:0;padding:18px 14px 20px;box-shadow:0 4px 20px #27272a0a}.stylistModal__stepTop{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.stylistModal__iconWrap{border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:inline-flex}.stylistModal__iconWrap--1{background:linear-gradient(145deg,#fce7f3,#fbcfe8);box-shadow:0 4px 12px #fbcfe873}.stylistModal__iconWrap--2{background:linear-gradient(145deg,#dbeafe,#bfdbfe);box-shadow:0 4px 12px #bfdbfe80}.stylistModal__iconWrap--3{background:linear-gradient(145deg,#fef3c7,#fde68a);box-shadow:0 4px 12px #fde68a73}.stylistModal__stepNum{letter-spacing:.06em;color:#bda28ce6;font-size:12px;font-weight:600;line-height:1}.stylistModal__stepTitle{color:var(--color-text-primary);margin:0 0 8px;font-size:17px;font-weight:600;line-height:24px}.stylistModal__stepText{color:#78716c;overflow-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;margin:0;font-size:14px;line-height:22px}.stylistModal__arrow{color:#bda28ca6;flex:0 0 28px;justify-content:center;align-self:center;align-items:center;width:28px;min-width:28px;display:flex}.stylistModal__arrowSvg--v{display:none}.stylistModal__footer{border-top:1px solid #bda28c1f;flex-direction:column;align-items:center;gap:10px;padding-top:8px;display:flex}.stylistModal__cta{color:#fff;transition:filter var(--duration-button) var(--ease-button), transform var(--duration-button) var(--ease-button);background:linear-gradient(135deg,#c4a896,#a47764);border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:14px 28px;font-size:15px;font-weight:600;line-height:24px;text-decoration:none;display:inline-flex;box-shadow:0 8px 24px #a4776459}.stylistModal__cta:hover{filter:brightness(1.05);transform:translateY(-1px)}.stylistModal__hint{color:#a8a29e;margin:0;font-size:13px;line-height:18px}@media (max-width:820px){.stylistModal{padding-top:max(12px, env(safe-area-inset-top,0px));padding-right:10px;padding-bottom:max(12px, env(safe-area-inset-bottom,0px));-webkit-overflow-scrolling:touch;justify-content:center;align-items:flex-start;padding-left:10px;overflow:hidden auto}.stylistModal__panel{box-sizing:border-box;border-radius:16px;flex-shrink:0;max-width:100%;max-height:none;padding:40px 14px 14px;overflow:visible}.stylistModal__decor{display:none}.stylistModal__close{border-radius:12px;width:48px;height:48px;top:8px;right:8px}.stylistModal__close svg{width:44px;height:44px}.stylistModal__eyebrow{gap:6px;margin:0 0 6px;padding:4px 10px 4px 8px;font-size:11px;line-height:16px}.stylistModal__eyebrowIcon svg{width:28px;height:28px}.stylistModal__title{max-width:none;margin:0 0 6px;padding-right:52px;font-size:22px;line-height:26px}.stylistModal__lead{max-width:none;margin:0 0 12px;font-size:13px;line-height:18px}.stylistModal__steps{flex-direction:column;align-items:stretch;gap:0;margin-bottom:12px}.stylistModal__step{border-radius:12px;grid-template-rows:auto auto;grid-template-columns:80px 1fr;gap:2px 12px;padding:8px 10px 10px;display:grid}.stylistModal__stepTop{flex-direction:column;grid-area:1/1/-1;justify-content:flex-start;align-self:start;align-items:center;gap:4px;margin-bottom:0;padding-top:2px}.stylistModal__iconWrap{border-radius:20px;width:80px;height:80px}.stylistModal__step .stylistModal__iconWrap svg{width:44px;height:44px}.stylistModal__stepNum{font-size:10px}.stylistModal__stepTitle{grid-area:1/2;align-self:end;margin:0 0 2px;font-size:14px;line-height:18px}.stylistModal__stepText{grid-area:2/2;font-size:12px;line-height:16px}.stylistModal__arrow{flex:none;width:100%;min-width:0;height:28px;padding:0}.stylistModal__arrowSvg--h{display:none}.stylistModal__arrowSvg--v{width:36px;height:28px;display:block}.stylistModal__footer{gap:6px;padding-top:6px}.stylistModal__cta{box-sizing:border-box;border-radius:12px;width:100%;max-width:100%;padding:10px 16px;font-size:14px;line-height:20px}.stylistModal__cta svg{flex-shrink:0;width:32px;height:32px}.stylistModal__hint{text-align:center;font-size:11px;line-height:15px}}
@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/41e95f694c5c4549-s.0r1jrq7neqdsq.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/6c55a692938ebbbc-s.0g6rbszwfgn9y.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:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/a218039a3287bcfd-s.p.17-1enzs_j91b.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:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/bdc7e24a509eb931-s.0apt5mko2.qn3.woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/0da9c7f357bd9d4d-s.0ek5sshv8wk3m.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:Poppins;font-style:normal;font-weight:500;font-display:swap;src:url(../media/8e6fa89aa22d24ec-s.p.0uvzar8hswo3p.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:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/0a7740363b4d4863-s.1110aazvokzp..woff2)format("woff2");unicode-range:U+900-97F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5f9d24ebef5d5292-s.0esuu2f5si~v8.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:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(../media/e2334d715941921e-s.p.12skym0rqknxy.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:Poppins Fallback;src:local(Arial);ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.poppins_8c49e2ce-module__mKkctW__className{font-family:Poppins,Poppins Fallback;font-style:normal}.poppins_8c49e2ce-module__mKkctW__variable{--font-poppins:"Poppins", "Poppins Fallback"}
@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2)format("woff2");unicode-range:U+460-52F,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:500;font-display:swap;src:url(../media/b0947914c9718a1e-s.p.0l.9lak812di~.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.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:Cormorant Garamond;font-style:normal;font-weight:500;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.10ked.7w885.g.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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9cc5c0547f229dea-s.00b2_ptq3xnpy.woff2)format("woff2");unicode-range:U+460-52F,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(../media/b0947914c9718a1e-s.p.0l.9lak812di~.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/d0b60be57f16ee32-s.0m2lc_66fsc~9.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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1f9e983605289f29-s.0~7_67muh398v.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:Cormorant Garamond;font-style:normal;font-weight:600;font-display:swap;src:url(../media/01e4147cff8141ee-s.p.10ked.7w885.g.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:Cormorant Garamond Fallback;src:local(Times New Roman);ascent-override:95.27%;descent-override:29.59%;line-gap-override:0.0%;size-adjust:96.98%}.cormorant_garamond_78c67800-module__Oi3_dq__className{font-family:Cormorant Garamond,Cormorant Garamond Fallback;font-style:normal}.cormorant_garamond_78c67800-module__Oi3_dq__variable{--font-cormorant:"Cormorant Garamond", "Cormorant Garamond Fallback"}
