:root{--pink:#ec0f86;--pink-dark:#b80c69;--pink-light:#ffe6f3;--black:#141414;--gray-bg:#f7f7f9;--gray-line:#e8e8ec;--text:#2b2b2e;--text-light:#6b6b72}*{box-sizing:border-box;margin:0;padding:0}html{scroll-padding-top:80px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}.reveal{opacity:1!important;transform:none!important}}body{font-family:var(--font-sans), sans-serif;color:var(--text);background:#fff;line-height:1.6}h1,h2,h3,h4,h5{font-family:var(--font-heading), sans-serif;color:var(--black)}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{max-width:1180px;margin:0 auto;padding:0 24px}.reveal{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(18px)}.reveal.in{opacity:1;transform:none}header{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50;border-bottom:1px solid var(--gray-line);background:#fffffff5;position:sticky;top:0}.nav-wrap{justify-content:space-between;align-items:center;gap:20px;max-width:1180px;margin:0 auto;padding:12px 24px;display:flex}.logo img{height:48px;width:auto!important}section[id]{scroll-margin-top:80px}nav ul{align-items:center;gap:30px;list-style:none;display:flex}nav a{color:var(--text);font-size:15px;font-weight:500;transition:color .2s}nav a:hover{color:var(--pink)}.nav-cta{background:var(--pink);color:#fff;white-space:nowrap;border-radius:30px;padding:10px 22px;font-size:14px;font-weight:600;transition:background .2s}.nav-cta:hover{background:var(--pink-dark)}.nav-right{align-items:center;gap:14px;display:flex}.lang-switch{letter-spacing:.5px;border:1px solid var(--gray-line);color:var(--text-light);border-radius:30px;padding:8px 14px;font-size:13px;font-weight:600;transition:color .2s,border-color .2s}.lang-switch:hover{color:var(--pink);border-color:var(--pink)}.nav-toggle{cursor:pointer;background:0 0;border:none;padding:8px;display:none}.nav-toggle span{background:var(--black);width:22px;height:2px;margin:5px 0;transition:all .2s;display:block}a:focus-visible,button:focus-visible{outline:2px solid var(--pink);outline-offset:2px}.hero{color:#fff;background:linear-gradient(135deg,#151515 0%,#1c1220 55%,#3a0a26 100%);padding:104px 0 96px;position:relative;overflow:hidden}.hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#ec0f8659 0%,#ec0f8600 70%);width:1020px;height:1020px;position:absolute;top:-480px;right:-480px}.hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#ec0f8624 0%,#ec0f8600 70%);width:420px;height:420px;position:absolute;bottom:-200px;left:-160px}.hero-inner{z-index:2;max-width:720px;position:relative}.hero-eyebrow{color:#ff5cb3;letter-spacing:.4px;background:#ec0f8626;border:1px solid #ec0f8666;border-radius:30px;margin-bottom:22px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-block}.hero h1{color:#fff;margin-bottom:20px;font-size:45px;font-weight:800;line-height:1.3}.hero h1 span{color:var(--pink)}.hero p{color:#cfcfd4;max-width:520px;margin-bottom:34px;font-size:17px}.btn-row{flex-wrap:wrap;gap:16px;display:flex}.btn{border-radius:30px;padding:14px 28px;font-size:15px;font-weight:600;transition:all .2s;display:inline-block}.btn-primary{background:var(--pink);color:#fff}.btn-primary:hover{background:var(--pink-dark);transform:translateY(-1px)}.btn-ghost{color:#fff;border:1px solid #ffffff59}.btn-ghost:hover{border-color:var(--pink);color:#ff5cb3}.trust{background:var(--gray-bg);border-bottom:1px solid var(--gray-line);padding:22px 0}.trust-row{color:var(--text-light);letter-spacing:.3px;text-transform:uppercase;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:18px;font-size:13px;font-weight:600;display:flex}.trust-row span{opacity:.75}.trust-ticker{display:none}@keyframes ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:760px){.trust{padding:0}.trust-row{display:none}.trust-ticker{color:var(--text-light);letter-spacing:.3px;text-transform:uppercase;font-size:12px;font-weight:600;display:block;overflow:hidden}.trust-ticker-inner{width:max-content;animation:22s linear infinite ticker;display:flex}.trust-ticker-inner span{white-space:nowrap;border-right:1px solid var(--gray-line);opacity:.75;flex-shrink:0;padding:16px 18px}.trust-ticker-inner span:first-child{color:var(--text-dark);opacity:1;font-weight:700}}section{padding:88px 0}.section-head{text-align:center;max-width:640px;margin:0 auto 52px}.eyebrow{color:var(--pink);letter-spacing:1.2px;text-transform:uppercase;margin-bottom:10px;font-size:13px;font-weight:700;display:block}.section-head h2{margin-bottom:14px;font-size:32px;font-weight:700}.section-head p{color:var(--text-light);font-size:16px}.why-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.why-card{background:var(--gray-bg);border:1px solid var(--gray-line);border-radius:16px;padding:32px 28px;transition:transform .2s,box-shadow .2s}.why-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #14141414}.why-icon{background:var(--pink);color:#fff;border-radius:12px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:18px;display:flex}.why-icon svg{width:22px;height:22px}.why-card h3{margin-bottom:10px;font-size:18px}.why-card p{color:var(--text-light);font-size:14.5px}.products{background:var(--gray-bg)}.prod-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.prod-wrap{max-height:4000px;transition:max-height .6s;position:relative;overflow:hidden}.prod-expander--collapsed .prod-wrap{max-height:760px}.prod-wrap:after{content:"";background:linear-gradient(to bottom, #f7f7f900 0%, var(--gray-bg) 82%);pointer-events:none;opacity:0;height:170px;transition:opacity .4s;position:absolute;bottom:0;left:0;right:0}.prod-expander--collapsed .prod-wrap:after{opacity:1}.prod-toggle{z-index:2;justify-content:center;margin-top:34px;display:flex;position:relative}.prod-expander--collapsed .prod-toggle{margin-top:-26px}.prod-more-btn{color:var(--pink);border:1px solid var(--gray-line);cursor:pointer;background:#fff;border-radius:30px;align-items:center;gap:10px;padding:13px 26px;font-family:inherit;font-size:14.5px;font-weight:600;transition:all .25s;display:inline-flex;box-shadow:0 6px 22px #1414141a}.prod-more-btn:hover{border-color:#ec0f8673;transform:translateY(-2px);box-shadow:0 10px 28px #ec0f862e}.prod-more-btn svg{width:15px;height:15px;transition:transform .3s}.prod-more-btn[aria-expanded=true] svg{transform:rotate(180deg)}.prod-card{border:1px solid var(--gray-line);color:inherit;background:#fff;border-radius:16px;flex-direction:column;transition:transform .2s,box-shadow .2s;display:flex;overflow:hidden}.prod-card:hover{transform:translateY(-4px);box-shadow:0 16px 32px #14141414}.prod-card:hover .prod-link{color:var(--pink)}.prod-thumb{background:linear-gradient(135deg,#1c1220,#3a0a26);justify-content:center;align-items:center;height:140px;display:flex}.prod-thumb svg{width:46px;height:46px}.prod-thumb--photo{border-bottom:1px solid var(--gray-line);background:#fff}.prod-thumb img{object-fit:contain;width:100%;height:100%;padding:10px}.prod-body{flex-direction:column;flex:1;padding:18px 20px 22px;display:flex}.prod-body .ph-tag{letter-spacing:.4px;text-transform:uppercase;color:var(--pink);background:var(--pink-light);border-radius:20px;align-self:flex-start;margin-bottom:10px;padding:3px 9px;font-size:10.5px;font-weight:700;display:inline-block}.prod-body h4{margin-bottom:6px;font-size:15.5px}.prod-body p{color:var(--text-light);margin-bottom:14px;font-size:13px}.prod-link{color:var(--black);align-items:center;gap:6px;margin-top:auto;font-size:13px;font-weight:600;transition:color .2s;display:flex}.prod-link:hover{color:var(--pink)}.products-note{text-align:center;color:var(--text-light);margin-top:30px;font-size:13.5px}.ind-grid{grid-template-columns:repeat(4,1fr);gap:22px;display:grid}.ind-card{border:1px solid var(--gray-line);text-align:center;border-radius:16px;padding:30px 24px;transition:border-color .2s,transform .2s}.ind-card:hover{border-color:var(--pink);transform:translateY(-4px)}.ind-icon{background:var(--pink-light);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 16px;display:flex}.ind-icon svg{width:24px;height:24px}.ind-card h4{margin-bottom:8px;font-size:15.5px}.ind-card p{color:var(--text-light);font-size:13px}.stats{background:var(--black);color:#fff;padding:64px 0}.stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.stats-grid .num{color:var(--pink);font-size:38px;font-weight:800;font-family:var(--font-heading), sans-serif}.stats-grid .label{color:#c7c7cc;margin-top:6px;font-size:13.5px}.stats-ticker{display:none}@keyframes stats-ticker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (max-width:760px){.stats{padding:0}.stats-grid{display:none}.stats-ticker{display:block;overflow:hidden}.stats-ticker-inner{width:max-content;animation:20s linear infinite stats-ticker;display:flex}.stats-ticker-item{border-right:1px solid #ffffff1f;flex-shrink:0;align-items:center;gap:10px;padding:20px 24px;display:flex}.stats-ticker-num{color:var(--pink);font-size:26px;font-weight:800;font-family:var(--font-heading), sans-serif;white-space:nowrap}.stats-ticker-label{color:#c7c7cc;white-space:nowrap;font-size:12px}}.about-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:56px;display:grid}.about-photo{background:var(--gray-bg);border:1px solid var(--gray-line);height:340px;color:var(--text-light);text-align:center;border-radius:18px;justify-content:center;align-items:center;padding:40px;font-size:14px;display:flex}.about-photo img{width:auto;max-height:160px}.about-copy p{color:var(--text-light);margin-bottom:16px;font-size:15.5px}.about-people{flex-wrap:wrap;gap:18px;margin-top:26px;display:flex}.person{background:var(--gray-bg);border:1px solid var(--gray-line);border-radius:12px;flex:1;min-width:220px;padding:16px 20px;font-size:13.5px}.person b{font-size:15px;font-family:var(--font-heading), sans-serif;margin-bottom:6px;display:block}.person a{color:var(--text-light);margin-top:3px;transition:color .2s;display:block}.person a:hover{color:var(--pink)}.faq{background:var(--gray-bg)}.faq-list{max-width:760px;margin:0 auto}.faq-list details{border:1px solid var(--gray-line);background:#fff;border-radius:14px;margin-bottom:12px;overflow:hidden}.faq-list summary{cursor:pointer;font-size:15.5px;font-weight:600;font-family:var(--font-heading), sans-serif;color:var(--black);justify-content:space-between;align-items:center;gap:16px;padding:18px 22px;list-style:none;display:flex}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{content:"+";color:var(--pink);flex-shrink:0;font-size:20px;font-weight:600;transition:transform .2s}.faq-list details[open] summary:after{transform:rotate(45deg)}.faq-list details p{color:var(--text-light);padding:0 22px 20px;font-size:14.5px}.contact{color:#fff;background:linear-gradient(135deg,#151515,#3a0a26)}.contact-grid{grid-template-columns:1fr 1fr;align-items:start;gap:48px;display:grid}.contact h2{color:#fff;margin-bottom:14px;font-size:32px}.contact-lead{color:#cfcfd4}.contact-list{flex-direction:column;gap:18px;margin-top:26px;display:flex}.contact-list>div{align-items:flex-start;gap:14px;font-size:15px;display:flex}.contact-list b{color:#ff5cb3;text-transform:uppercase;letter-spacing:.4px;margin-bottom:2px;font-size:12.5px;display:block}.contact-list a{color:#fff;transition:color .2s}.contact-list a:hover{color:#ff5cb3}.c-ico{background:#ec0f8629;border:1px solid #ec0f8659;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.c-ico svg{width:18px;height:18px}.form-card{background:#ffffff0d;border:1px solid #ffffff26;border-radius:16px;padding:30px}.form-card h3{color:#fff;margin-bottom:18px;font-size:17px}.form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.form-field{flex-direction:column;gap:6px;display:flex}.form-field.full{grid-column:1/-1}.form-field label{color:#ff5cb3;text-transform:uppercase;letter-spacing:.4px;font-size:12.5px;font-weight:600}.form-field input,.form-field textarea,.form-field select{color:#fff;font-family:var(--font-sans), sans-serif;background:#ffffff12;border:1px solid #ffffff2e;border-radius:10px;padding:12px 14px;font-size:14.5px;transition:border-color .2s}.form-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23ff5cb3' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 14px center;background-repeat:no-repeat;padding-right:38px}.form-field select option{color:#fff;background:#1c1220}.form-field input::placeholder,.form-field textarea::placeholder{color:#8a8a90}.form-field input:focus,.form-field textarea:focus,.form-field select:focus{border-color:var(--pink);outline:none}.form-field textarea{resize:vertical;min-height:110px}.form-submit{flex-wrap:wrap;align-items:center;gap:16px;margin-top:18px;display:flex}.form-submit button{cursor:pointer;font-family:var(--font-sans), sans-serif;border:none}.form-note{color:#9a9aa0;font-size:12.5px;line-height:1.5}.form-status{color:#7ce0a3;margin-top:14px;font-size:13.5px;display:none}.form-status.show{display:block}.form-status.error{color:#ff9b9b}.form-honeypot{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}@media (max-width:560px){.form-grid{grid-template-columns:1fr}}.product-page{padding:72px 0 88px}.product-back{color:var(--text-light);margin-bottom:28px;font-size:13.5px;font-weight:600;transition:color .2s;display:inline-block}.product-back:hover{color:var(--pink)}.product-page h1{margin-bottom:14px;font-size:34px;font-weight:700;line-height:1.2}.product-model{color:var(--pink)}.product-lead{color:var(--text-light);max-width:640px;margin-bottom:34px;font-size:17px}.product-page h2{margin:36px 0 14px;font-size:20px;font-weight:600}.product-images{flex-wrap:wrap;gap:18px;margin:10px 0 20px;display:flex}.product-images img{border:1px solid var(--gray-line);background:var(--gray-bg);border-radius:14px;width:auto;max-height:260px}.spec-table{border-collapse:collapse;width:100%;max-width:640px;font-size:14.5px}.spec-table th,.spec-table td{text-align:left;border-bottom:1px solid var(--gray-line);vertical-align:top;padding:11px 14px}.spec-table th{color:var(--text-light);width:38%;font-weight:500}.spec-table td{color:var(--black);font-weight:600}.product-desc{color:var(--text-light);max-width:640px;margin-bottom:14px;font-size:15.5px}.product-downloads{list-style:none}.product-downloads li{margin-bottom:8px}.product-downloads a{color:var(--pink-dark);font-weight:600;transition:color .2s}.product-downloads a:hover{color:var(--pink)}.product-coming{color:var(--text-light);background:var(--gray-bg);border:1px solid var(--gray-line);border-radius:12px;max-width:640px;margin-top:32px;padding:16px 20px;font-size:14.5px}.product-cta{margin-top:34px}@media (max-width:560px){.product-page h1{font-size:26px}}footer{color:#9a9aa0;background:#0f0f10;padding:50px 0 26px;font-size:14px}.foot-grid{grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;margin-bottom:36px;display:grid}.foot-grid h5{color:#fff;font-size:14px;font-family:var(--font-heading), sans-serif;margin-bottom:16px}.foot-grid ul{list-style:none}.foot-grid li{margin-bottom:10px}.foot-grid .foot-products li{margin-bottom:5px;line-height:1.3}.foot-grid a{transition:color .2s}.foot-grid a:hover{color:var(--pink)}.foot-logo img{height:32px;margin-bottom:14px;width:auto!important}.foot-person{margin-bottom:14px}.foot-person b{color:#d7d7dc;margin-bottom:4px;font-weight:600;display:block}.foot-bottom{border-top:1px solid #232326;flex-wrap:wrap;justify-content:space-between;gap:10px;padding-top:20px;font-size:12.5px;display:flex}@media (max-width:960px){.about-grid,.contact-grid{grid-template-columns:1fr}.why-grid,.prod-grid{grid-template-columns:repeat(2,1fr)}.prod-expander--collapsed .prod-wrap{max-height:1350px}.ind-grid,.stats-grid,.foot-grid{grid-template-columns:repeat(2,1fr)}nav ul{border-bottom:1px solid var(--gray-line);background:#fff;flex-direction:column;align-items:stretch;gap:0;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 16px 32px #14141414}nav ul.open{display:flex}nav ul li a{border-top:1px solid var(--gray-line);padding:14px 24px;display:block}.nav-toggle{display:block}}@media (max-width:560px){.hero{padding:72px 0 64px}.hero h1{font-size:31px}.prod-grid,.ind-grid,.why-grid{grid-template-columns:1fr}.prod-expander--collapsed .prod-wrap{max-height:2350px}.stats-grid{grid-template-columns:repeat(2,1fr)}section{padding:64px 0}.nav-cta{display:none}.logo img{height:40px}.about-photo{height:auto;padding:32px 40px}.about-photo img{max-height:80px}}
@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(../media/41e95f694c5c4549-s.2b_sldcwg6mn_.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.p.1emuuracu50qd.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.43zbiuwnnoiok.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.0ynx40_3oa9rk.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.p.1975l3y3401x_.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.2o7m9ogm38dql.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.3ji57o093q1kd.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.p.19xuq3td7fwu_.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.3o_v2fun1jzxk.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:700;font-display:swap;src:url(../media/b53057dbf91a7acf-s.11ypmpdlzqdb_.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:700;font-display:swap;src:url(../media/798ea22d9983e047-s.p.3go-kn2r40gie.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:700;font-display:swap;src:url(../media/47fe1b7cd6e6ed85-s.p.3bh2vc0w-r-ll.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:800;font-display:swap;src:url(../media/99ce71e74c11bc20-s.1jc1xb-qv_87z.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:800;font-display:swap;src:url(../media/8cf1ea7b03cdeb83-s.p.3dbq0oou7i_24.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:800;font-display:swap;src:url(../media/829ba4228c966254-s.p.2mm3nq9i83l-m.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_adebbd7a-module__I0PJpW__className{font-family:Poppins,Poppins Fallback;font-style:normal}.poppins_adebbd7a-module__I0PJpW__variable{--font-heading:"Poppins", "Poppins Fallback"}
@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.3-6t-g6q0vh0a.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:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.3-6t-g6q0vh0a.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:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2c55a0e60120577a-s.0-dom-5bn10r2.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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.1y4-pdgsjb-pw.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/ad66f9afd8947f86-s.3lvt2whj97whp.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/5476f68d60460930-s.2uwcyprjm3xu3.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.0k62hbripvv8p.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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/1bffadaabf893a1e-s.p.3-6t-g6q0vh0a.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:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.2bn3s6zvc0dyp.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:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_a2501b6f-module__9b58vq__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_a2501b6f-module__9b58vq__variable{--font-sans:"Inter", "Inter Fallback"}
