html:not(.redesign){--periwinkle:#8282e7;--periwinkle-hover:#6f6fbc;--red:#e01b1b;--red-dark:#c90505;--navy:#323c50;--orange:#ff8000;--light-strip:#f3f8fc;--footer-black:#000000;--font-heading:var(--font-poppins),"Poppins",sans-serif;--font-body:var(--font-montserrat),"Montserrat",sans-serif;--font-script:"Bradley Hand","Segoe Script","Snell Roundhand",cursive;--max-width:1120px}html:not(.redesign) *{box-sizing:border-box;margin:0;padding:0}html:not(.redesign){-webkit-text-size-adjust:100%;font-size:112.5%}html:not(.redesign) body{font-family:var(--font-body);font-weight:400;color:var(--navy);background:#ffffff;line-height:1.6}html:not(.redesign) h1,html:not(.redesign) h2,html:not(.redesign) h3,html:not(.redesign) h4,html:not(.redesign) h5,html:not(.redesign) h6{font-family:var(--font-heading);font-weight:600;line-height:1.25}html:not(.redesign) a{color:inherit;text-decoration:none}html:not(.redesign) img{max-width:100%;height:auto}html:not(.redesign) main{min-height:60vh}html:not(.redesign) .btn{display:inline-block;font-family:var(--font-heading);font-weight:600;text-transform:uppercase;letter-spacing:.04em;font-size:.9rem;border:none;border-radius:10px;padding:.85rem 1.9rem;cursor:pointer;transition:background-color .15s ease}html:not(.redesign) .btn-primary{background:var(--periwinkle);color:#ffffff}html:not(.redesign) .btn-primary:hover:not(:disabled){background:var(--periwinkle-hover)}html:not(.redesign) .btn-primary:disabled{opacity:.7;cursor:wait}html:not(.redesign) .btn-ghost{background:#ffffff;color:var(--red-dark)}html:not(.redesign) .btn-ghost:hover{background:var(--light-strip)}html:not(.redesign) .site-header{background:#ffffff;border-bottom:1px solid #eef1f6;position:-webkit-sticky;position:sticky;top:0;z-index:10}html:not(.redesign) .site-header-inner{max-width:var(--max-width);margin:0 auto;padding:.9rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}html:not(.redesign) .logo img{display:block;width:170px;height:auto}html:not(.redesign) .site-nav{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap}html:not(.redesign) .nav-link{font-family:var(--font-heading);font-weight:400;font-size:.95rem;color:var(--navy)}html:not(.redesign) .nav-link:hover{color:var(--periwinkle)}html:not(.redesign) .nav-dropdown{position:relative}html:not(.redesign) .nav-dropdown-toggle{font-family:var(--font-heading);font-weight:400;font-size:.95rem;color:var(--navy);background:none;border:none;cursor:pointer;padding:0}html:not(.redesign) .nav-dropdown-toggle:after{content:" ▾";font-size:.7em}html:not(.redesign) .nav-dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:#ffffff;border:1px solid #eef1f6;border-radius:10px;box-shadow:0 8px 24px rgba(50,60,80,.12);padding:.5rem 0;min-width:15rem;list-style:none;z-index:20}html:not(.redesign) .nav-dropdown:focus-within .nav-dropdown-menu,html:not(.redesign) .nav-dropdown:hover .nav-dropdown-menu{display:block}html:not(.redesign) .nav-dropdown-menu a{display:block;padding:.45rem 1.1rem;font-family:var(--font-heading);font-size:.9rem;white-space:nowrap}html:not(.redesign) .nav-dropdown-menu a:hover{color:var(--periwinkle);background:var(--light-strip)}html:not(.redesign) .cart-link{display:inline-flex;align-items:center;color:var(--navy)}html:not(.redesign) .cart-link:hover{color:var(--periwinkle)}html:not(.redesign) .currency-switcher{font-family:var(--font-heading);font-size:.85rem;color:var(--navy);border:1px solid #d4dae4;border-radius:8px;padding:.3rem .5rem;background:#ffffff;cursor:pointer}html:not(.redesign) .hero{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);background:radial-gradient(circle at 30% 40%,var(--red) 0,var(--red-dark) 75%);color:#ffffff}html:not(.redesign) .hero-photo{min-height:100%}html:not(.redesign) .hero-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:top center}html:not(.redesign) .hero-panel{background-image:url(/images/hero-dots.png);background-repeat:no-repeat;background-position:100% 100%;padding:3.5rem 3rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:1.1rem}html:not(.redesign) .hero-introducing{font-family:var(--font-script);font-size:1.6rem;font-weight:400;letter-spacing:.02em}html:not(.redesign) .hero-panel .hero-logo{width:300px}html:not(.redesign) .hero-rule{border:none;border-top:1px solid rgba(255,255,255,.5);width:18rem;margin:.4rem 0}html:not(.redesign) .hero-tagline{font-family:var(--font-heading);font-style:normal;font-weight:600;font-size:1.6rem;line-height:1.35;letter-spacing:.03em;color:#ffffff;max-width:24ch}html:not(.redesign) .hero-mobile{display:none}@media (max-width:760px){html:not(.redesign) .hero{grid-template-columns:1fr}html:not(.redesign) .hero-desktop{display:none}html:not(.redesign) .hero-mobile{display:flex}html:not(.redesign) .hero-panel{align-items:center;text-align:center;padding:3rem 1.5rem}html:not(.redesign) .hero-tagline{font-size:1.3rem}}html:not(.redesign) .trust-strip{background:var(--light-strip);text-align:center;padding:1rem 1.5rem}html:not(.redesign) .trust-strip h2{font-size:1.05rem;font-weight:600}html:not(.redesign) .intro-statement{max-width:54rem;margin:0 auto;padding:4rem 1.5rem 2.5rem}html:not(.redesign) .intro-statement h2{font-size:clamp(1.4rem,3vw,1.9rem)}html:not(.redesign) .section{max-width:var(--max-width);margin:0 auto;padding:3.5rem 1.5rem}html:not(.redesign) .light-strip{background:var(--light-strip)}html:not(.redesign) .underlined{position:relative;padding-bottom:.75rem;margin-bottom:1.5rem}html:not(.redesign) .underlined:after{content:"";position:absolute;left:0;bottom:0;width:64px;height:4px;background:var(--orange);border-radius:2px}html:not(.redesign) .split{max-width:var(--max-width);margin:0 auto;padding:2.5rem 1.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:3rem;gap:3rem;align-items:center}html:not(.redesign) .split img{border-radius:8px;width:100%;height:auto}html:not(.redesign) .split img.no-radius{border-radius:0}html:not(.redesign) .split h2{font-size:1.35rem;text-transform:uppercase;letter-spacing:.02em}html:not(.redesign) .split p{margin-top:1rem;font-weight:300}html:not(.redesign) .split p.lead{font-weight:600}@media (max-width:760px){html:not(.redesign) .split{grid-template-columns:1fr}html:not(.redesign) .split.img-last img{order:-1}}html:not(.redesign) .num-list{list-style:none;counter-reset:problem;margin-top:1.25rem;display:grid;grid-gap:.9rem;gap:.9rem}html:not(.redesign) .num-list li{counter-increment:problem;position:relative;padding-left:2.4rem;font-weight:300}html:not(.redesign) .num-list li:before{content:counter(problem);position:absolute;left:0;top:.15rem;width:1.6rem;height:1.6rem;border-radius:50%;background:var(--orange);color:#ffffff;font-family:var(--font-heading);font-weight:600;font-size:.85rem;display:flex;align-items:center;justify-content:center}html:not(.redesign) .strapline{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem 1rem;text-align:center;font-family:var(--font-heading);font-size:1.3rem;font-weight:600}html:not(.redesign) .strapline img{height:1.5em;width:auto;vertical-align:-.35em;margin-right:.4rem}html:not(.redesign) .tick-grid{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 3.5rem;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) minmax(0,1fr);align-items:center}html:not(.redesign) .tick-col,html:not(.redesign) .tick-grid{display:grid;grid-gap:2.5rem;gap:2.5rem}html:not(.redesign) .tick-item img{width:44px;height:44px;margin-bottom:.6rem}html:not(.redesign) .tick-item h3{font-size:1rem;text-transform:uppercase;letter-spacing:.03em;margin-bottom:.5rem}html:not(.redesign) .tick-item p{font-weight:300;font-size:.95rem}html:not(.redesign) .tick-device img{display:block;width:100%;height:auto}@media (max-width:760px){html:not(.redesign) .tick-grid{grid-template-columns:1fr}}html:not(.redesign) .tech-section{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 3.5rem;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);grid-gap:3rem;gap:3rem;align-items:center}html:not(.redesign) .tech-section h2{text-transform:uppercase;font-size:1.35rem}html:not(.redesign) .tech-table{width:100%;border-collapse:collapse;margin-top:1.5rem}html:not(.redesign) .tech-table td,html:not(.redesign) .tech-table th{border-bottom:1px solid #d4dae4;padding:.55rem .9rem;font-size:.92rem;text-align:left;vertical-align:top}html:not(.redesign) .tech-table th{font-family:var(--font-heading);font-weight:400;text-transform:uppercase;color:#6b7688;text-align:right;width:34%;white-space:nowrap}html:not(.redesign) .tech-photos{display:grid;grid-gap:1.5rem;gap:1.5rem}html:not(.redesign) .tech-photos img{border-radius:8px}@media (max-width:760px){html:not(.redesign) .tech-section{grid-template-columns:1fr}}html:not(.redesign) .order-section{background:var(--light-strip);margin-top:2rem}html:not(.redesign) .order-section-inner{max-width:var(--max-width);margin:0 auto;padding:4rem 1.5rem;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);grid-gap:3rem;gap:3rem;align-items:center}html:not(.redesign) .order-section h2{text-transform:uppercase;font-size:1.35rem}html:not(.redesign) .order-section h3{text-transform:uppercase;font-size:1.05rem;margin-top:1.5rem}html:not(.redesign) .order-section p{margin-top:.75rem;font-weight:300}html:not(.redesign) .order-section .order-made-in{font-weight:600;margin:1.25rem 0}html:not(.redesign) .order-section .stripe-badge{margin-top:1.5rem;max-width:320px}@media (max-width:760px){html:not(.redesign) .order-section-inner{grid-template-columns:1fr}}html:not(.redesign) .content-page{max-width:760px;margin:0 auto;padding:3.5rem 1.5rem}html:not(.redesign) .content-page h1{font-size:2rem}html:not(.redesign) .content-intro{font-size:1.05rem;font-weight:300;margin-bottom:2rem}html:not(.redesign) .content-page section{margin-bottom:2rem}html:not(.redesign) .content-page h2{font-size:1.25rem;margin-bottom:.6rem}html:not(.redesign) .content-page h3{font-size:1.05rem;margin:1.5rem 0 .5rem}html:not(.redesign) .content-page p{margin-bottom:1rem}html:not(.redesign) .content-page ol,html:not(.redesign) .content-page ul{margin:0 0 1rem 1.4rem}html:not(.redesign) .content-page li{margin-bottom:.5rem}html:not(.redesign) .content-page figure{margin:1.5rem 0}html:not(.redesign) .content-page figure img{border-radius:8px}html:not(.redesign) .content-page figcaption{font-size:.85rem;font-weight:300;margin-top:.5rem}html:not(.redesign) .content-page a:not(.btn){color:var(--periwinkle);text-decoration:underline}html:not(.redesign) .content-page a:not(.btn):hover{color:var(--periwinkle-hover)}html:not(.redesign) .delivery-panel{background:var(--light-strip);border-radius:12px;padding:1.75rem 1.75rem 1.25rem;margin-bottom:2.5rem}html:not(.redesign) .delivery-panel h3{margin-top:1.5rem}html:not(.redesign) .shipping-estimator-controls{display:flex;flex-wrap:wrap;gap:1.25rem;margin:.75rem 0 1rem}html:not(.redesign) .shipping-estimator-controls label{font-family:var(--font-heading);font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem}html:not(.redesign) .shipping-estimator-controls select{font-family:var(--font-heading);font-size:.95rem;padding:.45rem .6rem;border:1px solid #d4dae4;border-radius:8px;background:#ffffff;max-width:16rem}html:not(.redesign) .shipping-estimator-result{font-weight:300}html:not(.redesign) .address-block{font-style:normal;margin-bottom:1rem;line-height:1.7}html:not(.redesign) .email-highlight{font-family:var(--font-heading);font-size:1.2rem;font-weight:600}html:not(.redesign) .map-embed{max-width:720px;aspect-ratio:16/10;border-radius:10px;overflow:hidden;margin-bottom:1rem}html:not(.redesign) .map-embed iframe{width:100%;height:100%;border:0;display:block}html:not(.redesign) .faq-item{border:1px solid #eef1f6;border-radius:10px;margin-bottom:1rem;overflow:hidden}html:not(.redesign) .faq-item summary{font-family:var(--font-heading);font-weight:600;font-size:1rem;padding:1rem 1.25rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}html:not(.redesign) .faq-item summary::-webkit-details-marker{display:none}html:not(.redesign) .faq-item summary:after{content:"+";font-size:1.3rem;font-weight:300;color:var(--periwinkle);flex-shrink:0}html:not(.redesign) .faq-item[open] summary:after{content:"−"}html:not(.redesign) .faq-item summary:hover{background:var(--light-strip)}html:not(.redesign) .faq-answer{padding:0 1.25rem 1rem;font-weight:300}html:not(.redesign) .faq-answer p{margin-bottom:.75rem}html:not(.redesign) .guide-photo{max-width:420px}html:not(.redesign) .news-article{border:1px solid #eef1f6;border-radius:12px;padding:2rem;margin-top:2rem}html:not(.redesign) .news-article h2{font-size:1.4rem}html:not(.redesign) .news-date{font-size:.85rem;font-weight:300;color:#6b7688;margin:.25rem 0 1.25rem}html:not(.redesign) .news-article img{border-radius:8px;max-width:420px;display:block;margin:1.25rem 0}html:not(.redesign) .team-roles{list-style:none;margin:1rem 0;display:grid;grid-gap:.35rem;gap:.35rem}html:not(.redesign) .product-page{max-width:var(--max-width);margin:0 auto;padding:3.5rem 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:3rem;gap:3rem;align-items:start}html:not(.redesign) .product-gallery{display:grid;grid-gap:1rem;gap:1rem}html:not(.redesign) .product-gallery-main img{width:100%;border-radius:12px}html:not(.redesign) .product-gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem}html:not(.redesign) .product-gallery-thumbs img{width:100%;border-radius:8px}html:not(.redesign) .product-name .red{color:var(--red)}html:not(.redesign) .product-price-label{font-family:var(--font-heading);font-size:.95rem;margin-top:1.25rem}html:not(.redesign) .product-price{font-family:var(--font-heading);font-size:1.8rem;font-weight:600;margin:.25rem 0}html:not(.redesign) .product-shipping-note,html:not(.redesign) .product-vat-note{font-size:.85rem;font-weight:300;margin-bottom:.5rem}html:not(.redesign) .product-notes{margin:1.25rem 0 1.5rem;font-weight:300;font-size:.92rem;display:grid;grid-gap:.9rem;gap:.9rem}html:not(.redesign) .product-notes h2{font-size:.95rem;text-transform:uppercase}html:not(.redesign) .product-notes a{color:var(--periwinkle);text-decoration:underline}html:not(.redesign) .buy-box{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}html:not(.redesign) .buy-quantity{font-family:var(--font-heading);font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem}html:not(.redesign) .buy-quantity select{font-family:var(--font-heading);font-size:.95rem;padding:.45rem .6rem;border:1px solid #d4dae4;border-radius:8px;background:#ffffff}html:not(.redesign) .buy-error{flex-basis:100%;color:var(--red-dark);font-size:.9rem}html:not(.redesign) .product-contents{max-width:var(--max-width);margin:0 auto;padding:1rem 1.5rem 3.5rem}html:not(.redesign) .product-contents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}html:not(.redesign) .product-contents-grid figure{margin:0}html:not(.redesign) .product-contents-grid img{width:100%;border-radius:10px}html:not(.redesign) .product-contents-grid figcaption{font-family:var(--font-heading);font-weight:600;font-size:.95rem;margin-top:.75rem}html:not(.redesign) .shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}html:not(.redesign) .product-card{border:1px solid #eef1f6;border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}html:not(.redesign) .product-card img{border-radius:10px}html:not(.redesign) .product-card .product-price{font-size:1.3rem;margin:0}html:not(.redesign) .product-card .btn{align-self:flex-start}html:not(.redesign) .checkout-result{max-width:640px;margin:0 auto;padding:5rem 1.5rem;text-align:center}html:not(.redesign) .checkout-result h1{font-size:2rem;margin-bottom:1rem}html:not(.redesign) .checkout-result p{margin-bottom:2rem;font-weight:300}html:not(.redesign) .site-footer{background:var(--footer-black);color:#ffffff;margin-top:4rem}html:not(.redesign) .site-footer-inner{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}html:not(.redesign) .footer-logo img{display:block;width:150px;height:auto}html:not(.redesign) .footer-nav{display:flex;flex-wrap:wrap;gap:1.25rem}html:not(.redesign) .footer-link{font-size:.9rem;font-weight:300;color:#d7d7d7}html:not(.redesign) .footer-link:hover{color:#ffffff}html:not(.redesign) .footer-copy{flex-basis:100%;text-align:right;font-size:.8rem;font-weight:300;color:#9a9a9a}html:not(.redesign) .cookie-notice{position:fixed;bottom:0;left:0;right:0;z-index:1000;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.75rem 1.5rem;padding:1rem 1.5rem;background:var(--navy);color:#ffffff;box-shadow:0 -2px 12px rgba(0,0,0,.25)}html:not(.redesign) .cookie-notice-text{margin:0;max-width:46rem;font-size:.9rem;line-height:1.5}html:not(.redesign) .cookie-notice-text a{color:#ffffff;text-decoration:underline}html:not(.redesign) .cookie-notice-actions{display:flex;gap:.75rem;flex-shrink:0}html:not(.redesign) .cookie-notice-decline{background:transparent;color:#ffffff;border:1px solid rgba(255,255,255,.7)}html:not(.redesign) .cookie-notice-decline:hover{background:rgba(255,255,255,.12)}html:not(.redesign) .sales-chart .chart-hover-value{opacity:0}html:not(.redesign) .sales-chart .chart-col:hover .chart-hover-value{opacity:1}html:not(.redesign) .sales-chart .chart-col:hover .chart-bar{fill:var(--periwinkle-hover)}html:not(.redesign) .report-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;margin:1.5rem 0 2rem;padding:1rem 1.25rem;background:var(--light-strip);border-radius:10px}html:not(.redesign) .report-controls label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:#6b7280}html:not(.redesign) .report-controls input[type=date],html:not(.redesign) .report-controls select{font:inherit;font-size:.95rem;padding:.5rem .6rem;border:1px solid #d1d5db;border-radius:8px;background:#ffffff;color:inherit}html:not(.redesign) .report-controls .btn{padding:.6rem 1.4rem}html:not(.redesign) .report-controls .btn-ghost{border:1px solid var(--periwinkle);color:var(--periwinkle);text-decoration:none}html:not(.redesign) .report-controls .btn-ghost:hover{background:#ffffff;border-color:var(--periwinkle-hover);color:var(--periwinkle-hover)}html.redesign{--ink:#1d1d1f;--ink-2:#4b4b50;--ink-3:#86868b;--bg:#ffffff;--bg-alt:#f5f5f7;--hairline:rgba(0,0,0,0.1);--accent:#5856d6;--accent-hover:#4644c8;--brand-red:#e01b1b;--periwinkle:var(--accent);--periwinkle-hover:var(--accent-hover);--red:var(--brand-red);--red-dark:#c90505;--navy:var(--ink);--orange:var(--accent);--light-strip:var(--bg-alt);--footer-black:var(--bg-alt);--font-heading:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--font-body:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;--radius:18px;--radius-sm:12px;--max-width:1080px;--prose-width:680px}html.redesign *{box-sizing:border-box;margin:0;padding:0}html.redesign{-webkit-text-size-adjust:100%;font-size:112.5%}html.redesign body{font-family:var(--font-body);font-weight:400;color:var(--ink);background:var(--bg);line-height:1.55;-webkit-font-smoothing:antialiased}html.redesign h1,html.redesign h2,html.redesign h3,html.redesign h4,html.redesign h5,html.redesign h6{font-family:var(--font-heading);font-weight:650;line-height:1.12;letter-spacing:-.017em}html.redesign em,html.redesign i{font-style:normal;font-weight:550}html.redesign a{color:inherit;text-decoration:none}html.redesign img{max-width:100%;height:auto}html.redesign main{min-height:60vh}html.redesign ::selection{background:rgba(88,86,214,.18)}html.redesign :focus-visible{outline:3px solid var(--accent);outline-offset:2px;border-radius:4px}html.redesign .btn:focus-visible{outline-offset:3px;border-radius:980px}html.redesign .btn{display:inline-block;font-family:var(--font-heading);font-weight:500;font-size:1rem;letter-spacing:-.01em;border:none;border-radius:980px;padding:.8rem 1.7rem;cursor:pointer;transition:background-color .18s ease,color .18s ease}html.redesign .btn-primary{background:var(--accent);color:#ffffff}html.redesign .btn-primary:hover:not(:disabled){background:var(--accent-hover)}html.redesign .btn-primary:disabled{opacity:.7;cursor:wait}html.redesign .btn-ghost{background:transparent;color:var(--accent);box-shadow:inset 0 0 0 1px currentColor}html.redesign .btn-ghost:hover{color:var(--accent-hover)}html.redesign .site-header{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:rgba(255,255,255,.82);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid var(--hairline)}html.redesign .site-header-inner{max-width:var(--max-width);margin:0 auto;padding:.8rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}html.redesign .logo img{display:block;width:148px;height:auto}html.redesign .site-nav{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}html.redesign .nav-link{font-family:var(--font-heading);font-weight:400;font-size:.9rem;color:var(--ink-2);transition:color .15s ease}html.redesign .nav-link:hover{color:var(--ink)}html.redesign .nav-dropdown{position:relative}html.redesign .nav-dropdown-toggle{font-family:var(--font-heading);font-weight:400;font-size:.9rem;color:var(--ink-2);background:none;border:none;cursor:pointer;padding:0;transition:color .15s ease}html.redesign .nav-dropdown-toggle:hover{color:var(--ink)}html.redesign .nav-dropdown-toggle:after{content:" ▾";font-size:.7em;color:var(--ink-3)}html.redesign .nav-dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.92);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);border:1px solid var(--hairline);border-radius:var(--radius-sm);box-shadow:0 12px 32px rgba(0,0,0,.1);padding:.5rem 0;min-width:15rem;list-style:none;z-index:20}html.redesign .nav-dropdown:focus-within .nav-dropdown-menu,html.redesign .nav-dropdown:hover .nav-dropdown-menu{display:block}html.redesign .nav-dropdown-menu a{display:block;padding:.5rem 1.1rem;font-family:var(--font-heading);font-size:.9rem;color:var(--ink-2)}html.redesign .nav-dropdown-menu a:hover{color:var(--ink);background:var(--bg-alt)}html.redesign .cart-link{display:inline-flex;align-items:center;color:var(--ink-2);transition:color .15s ease}html.redesign .cart-link:hover{color:var(--ink)}html.redesign .currency-switcher{font-family:var(--font-heading);font-size:.85rem;color:var(--ink-2);border:1px solid var(--hairline);border-radius:980px;padding:.3rem .7rem;background:transparent;cursor:pointer}@media (max-width:760px){html.redesign .site-header-inner{padding:.6rem 1rem;gap:.4rem 1rem}html.redesign .logo img{width:118px}html.redesign .site-nav{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;width:100%;gap:1.2rem;padding-bottom:.15rem}html.redesign .site-nav::-webkit-scrollbar{display:none}html.redesign .nav-dropdown-toggle,html.redesign .nav-link{white-space:nowrap}}html.redesign .hero{background:var(--bg);padding:5.5rem 1.5rem 0;text-align:center}html.redesign .hero,html.redesign .hero-copy{display:flex;flex-direction:column;align-items:center}html.redesign .hero-copy{max-width:48rem;gap:1.3rem}html.redesign .hero-copy .hero-logo{width:220px;height:auto}html.redesign .hero .hero-title,html.redesign .hero h1{font-size:clamp(2.1rem,5.5vw,3.6rem);font-weight:700;letter-spacing:-.022em;max-width:18ch}html.redesign .hero-tagline{font-family:var(--font-heading);font-weight:400;font-size:clamp(1.15rem,2.4vw,1.45rem);line-height:1.4;color:var(--ink-2);max-width:38ch}html.redesign .hero-ctas{display:flex;align-items:center;gap:1.75rem;margin-top:.5rem;flex-wrap:wrap;justify-content:center}html.redesign .hero-science-link{font-family:var(--font-heading);font-size:1rem;color:var(--accent)}html.redesign .hero-science-link:hover{color:var(--accent-hover)}html.redesign .hero-photo{margin-top:3rem;max-width:520px}html.redesign .hero-photo img{display:block;width:100%;height:auto}html.redesign .trust-strip{background:var(--bg);text-align:center;padding:2.25rem 1.5rem;border-bottom:1px solid var(--hairline)}html.redesign .trust-strip h2{font-size:.95rem;font-weight:500;letter-spacing:.01em;color:var(--ink-3)}html.redesign .trust-stats{display:flex;justify-content:center;align-items:baseline;gap:0;padding:1.75rem 1.5rem}html.redesign .trust-stats p{font-family:var(--font-heading);font-size:.95rem;color:var(--ink-3);padding:0 2.25rem}html.redesign .trust-stats p+p{border-left:1px solid var(--hairline)}html.redesign .trust-stats strong{display:block;font-size:1.5rem;font-weight:650;letter-spacing:-.017em;color:var(--ink)}@media (max-width:640px){html.redesign .trust-stats{flex-direction:column;align-items:center;gap:1.1rem}html.redesign .trust-stats p+p{border-left:none}}html.redesign .intro-statement{max-width:46rem;margin:0 auto;padding:5.5rem 1.5rem 2rem;text-align:center}html.redesign .intro-statement h2{font-size:clamp(1.5rem,3.2vw,2.1rem);font-weight:650;line-height:1.25}html.redesign .section{max-width:var(--max-width);margin:0 auto;padding:4rem 1.5rem}html.redesign .light-strip{background:var(--bg-alt)}html.redesign .underlined{margin-bottom:1.25rem}html.redesign .split{max-width:var(--max-width);margin:0 auto;padding:3.5rem 1.5rem;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:4rem;gap:4rem;align-items:center}html.redesign .split img{border-radius:var(--radius);width:100%;height:auto}html.redesign .split img.no-radius{border-radius:0}html.redesign .split h2{font-size:clamp(1.5rem,2.6vw,1.9rem)}html.redesign .split p{margin-top:1rem;color:var(--ink-2)}html.redesign .split p.lead{font-family:var(--font-heading);font-weight:600;font-size:1.15rem;color:var(--ink);line-height:1.4}html.redesign .split a:not(.btn){color:var(--accent)}html.redesign .split a:not(.btn):hover{color:var(--accent-hover)}@media (max-width:760px){html.redesign .split{grid-template-columns:1fr;gap:2rem}html.redesign .split.img-last img{order:-1}}html.redesign .num-list{list-style:none;counter-reset:problem;margin-top:1.5rem;display:grid;grid-gap:1.1rem;gap:1.1rem}html.redesign .num-list li{counter-increment:problem;position:relative;padding-left:2.6rem;color:var(--ink-2)}html.redesign .num-list li:before{content:counter(problem);position:absolute;left:0;top:.1rem;width:1.7rem;height:1.7rem;border-radius:50%;border:1.5px solid var(--ink);color:var(--ink);font-family:var(--font-heading);font-weight:600;font-size:.85rem;display:flex;align-items:center;justify-content:center}html.redesign .strapline{max-width:44rem;margin:0 auto;padding:5rem 1.5rem 1rem;text-align:center;font-family:var(--font-heading);font-size:clamp(1.4rem,2.8vw,1.8rem);font-weight:650;letter-spacing:-.017em;line-height:1.3}html.redesign .strapline img{height:1.35em;width:auto;vertical-align:-.3em;margin-right:.4rem}html.redesign .strapline-stacked{display:grid;justify-items:center;grid-gap:1.1rem;gap:1.1rem}html.redesign .strapline-stacked img{height:auto;width:260px;margin:0}html.redesign .tick-grid{max-width:var(--max-width);margin:0 auto;padding:3rem 1.5rem 4.5rem;grid-template-columns:minmax(0,1fr) minmax(0,1.4fr) minmax(0,1fr);align-items:center}html.redesign .tick-col,html.redesign .tick-grid{display:grid;grid-gap:3rem;gap:3rem}html.redesign .tick-item img{width:34px;height:34px;margin-bottom:.7rem}html.redesign .tick-item .tick-svg{display:block;color:var(--accent);margin-bottom:.7rem}html.redesign .tick-item h3{font-size:1.1rem;margin-bottom:.4rem}html.redesign .tick-item p{color:var(--ink-2);font-size:.95rem}html.redesign .tick-device img{display:block;width:100%;height:auto}@media (max-width:760px){html.redesign .tick-grid{grid-template-columns:1fr}}html.redesign .tech-section{max-width:var(--max-width);width:calc(100% - 3rem);margin:1rem auto 0;padding:3rem 3.5rem;background:var(--bg-alt);border-radius:28px;display:grid;grid-template-columns:minmax(0,2fr) minmax(0,1fr);grid-gap:4rem;gap:4rem;align-items:center}html.redesign .tech-section h2{font-size:clamp(1.5rem,2.6vw,1.9rem)}html.redesign .tech-table{width:100%;border-collapse:collapse;margin-top:1.5rem}html.redesign .tech-table td,html.redesign .tech-table th{border-bottom:1px solid var(--hairline);padding:.75rem .9rem;font-size:.95rem;text-align:left;vertical-align:top}html.redesign .tech-table th{font-family:var(--font-heading);font-weight:500;color:var(--ink-3);text-align:right;width:34%;white-space:nowrap}html.redesign .tech-photos{display:grid;grid-gap:1.5rem;gap:1.5rem}html.redesign .tech-photos img{border-radius:var(--radius)}@media (max-width:760px){html.redesign .tech-section{grid-template-columns:1fr;padding:2rem 1.5rem;width:calc(100% - 1.5rem)}}html.redesign .order-section{background:var(--bg-alt);margin-top:3rem}html.redesign .order-section-inner{max-width:var(--max-width);margin:0 auto;padding:5rem 1.5rem;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);grid-gap:4rem;gap:4rem;align-items:center}html.redesign .order-section h2{font-size:clamp(1.5rem,2.6vw,1.9rem)}html.redesign .order-section h3{font-size:1.1rem;margin-top:1.5rem}html.redesign .order-section p{margin-top:.75rem;color:var(--ink-2)}html.redesign .order-section .order-made-in{font-family:var(--font-heading);font-weight:600;color:var(--ink);margin:1.5rem 0}html.redesign .order-section .stripe-badge{display:block;margin-top:1.75rem;max-width:280px}@media (max-width:760px){html.redesign .order-section-inner{grid-template-columns:1fr}}html.redesign .content-page{max-width:var(--prose-width);margin:0 auto;padding:4.5rem 1.5rem}html.redesign .content-page h1{font-size:clamp(2rem,4.5vw,2.7rem);margin-bottom:1rem}html.redesign .content-intro{font-family:var(--font-heading);font-size:1.2rem;line-height:1.45;color:var(--ink-2);margin-bottom:2.5rem}html.redesign .content-page section{margin-bottom:2.5rem}html.redesign .content-page h2{font-size:1.45rem;margin-bottom:.75rem}html.redesign .content-page h3{font-size:1.1rem;margin:1.5rem 0 .5rem}html.redesign .content-page p{margin-bottom:1rem;color:var(--ink-2)}html.redesign .content-page ol,html.redesign .content-page ul{margin:0 0 1rem 1.4rem;color:var(--ink-2)}html.redesign .content-page li{margin-bottom:.5rem}html.redesign .content-page figure{margin:1.75rem 0}html.redesign .content-page figure img{border-radius:var(--radius)}html.redesign .content-page figcaption{font-size:.85rem;color:var(--ink-3);margin-top:.6rem}html.redesign .content-page a:not(.btn){color:var(--accent)}html.redesign .content-page a:not(.btn):hover{color:var(--accent-hover)}html.redesign .delivery-panel{background:var(--bg-alt);border-radius:var(--radius);padding:1.75rem 1.75rem 1.25rem;margin-bottom:2.5rem}html.redesign .delivery-panel h3{margin-top:1.5rem}html.redesign .shipping-estimator-controls{display:flex;flex-wrap:wrap;gap:1.25rem;margin:.75rem 0 1rem}html.redesign .shipping-estimator-controls label{font-family:var(--font-heading);font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem}html.redesign .shipping-estimator-controls select{font-family:var(--font-heading);font-size:.95rem;padding:.45rem .6rem;border:1px solid var(--hairline);border-radius:var(--radius-sm);background:#ffffff;max-width:16rem}html.redesign .shipping-estimator-result{color:var(--ink-2)}html.redesign .address-block{font-style:normal;margin-bottom:1rem;line-height:1.7}html.redesign .email-highlight{font-family:var(--font-heading);font-size:1.2rem;font-weight:600}html.redesign .map-embed{max-width:720px;aspect-ratio:16/10;border-radius:var(--radius);overflow:hidden;margin-bottom:1rem}html.redesign .map-embed iframe{width:100%;height:100%;border:0;display:block}html.redesign .faq-item{border-bottom:1px solid var(--hairline);margin-bottom:0;overflow:hidden}html.redesign .faq-item:first-of-type{border-top:1px solid var(--hairline)}html.redesign .faq-item summary{font-family:var(--font-heading);font-weight:600;font-size:1.05rem;padding:1.25rem .25rem;cursor:pointer;list-style:none;display:flex;justify-content:space-between;align-items:center;gap:1rem}html.redesign .faq-item summary::-webkit-details-marker{display:none}html.redesign .faq-item summary:after{content:"+";font-size:1.4rem;font-weight:300;color:var(--ink-3);flex-shrink:0;transition:transform .2s ease}html.redesign .faq-item[open] summary:after{transform:rotate(45deg)}html.redesign .faq-item summary:hover{color:var(--accent-hover)}html.redesign .faq-answer{padding:0 .25rem 1.25rem;color:var(--ink-2)}html.redesign .faq-answer p{margin-bottom:.75rem}html.redesign .guide-photo{max-width:420px}html.redesign .news-article{border:1px solid var(--hairline);border-radius:var(--radius);padding:2rem;margin-top:2rem}html.redesign .news-article h2{font-size:1.4rem}html.redesign .news-date{font-size:.85rem;color:var(--ink-3);margin:.35rem 0 1.25rem}html.redesign .news-article img{border-radius:var(--radius-sm);max-width:420px;display:block;margin:1.25rem 0}html.redesign .team-roles{list-style:none;margin:1rem 0;display:grid;grid-gap:.35rem;gap:.35rem}html.redesign .product-page{max-width:var(--max-width);margin:0 auto;padding:4.5rem 1.5rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:4rem;gap:4rem;align-items:start}html.redesign .product-gallery{display:grid;grid-gap:1rem;gap:1rem}html.redesign .product-gallery-main img{width:100%;border-radius:var(--radius)}html.redesign .product-gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.75rem;gap:.75rem}html.redesign .product-gallery-thumbs img{width:100%;border-radius:var(--radius-sm)}html.redesign .product-page h1{font-size:clamp(2rem,4vw,2.6rem)}html.redesign .product-name .red{color:var(--brand-red)}html.redesign .product-price-label{font-family:var(--font-heading);font-size:.9rem;color:var(--ink-3);margin-top:1.5rem}html.redesign .product-price{font-family:var(--font-heading);font-size:2rem;font-weight:650;letter-spacing:-.017em;margin:.25rem 0}html.redesign .product-price small{font-size:1rem;font-weight:400;color:var(--ink-3);letter-spacing:0}html.redesign .product-shipping-note,html.redesign .product-vat-note{font-size:.88rem;color:var(--ink-3);margin-bottom:.5rem}html.redesign .product-notes{margin:1.5rem 0 1.75rem;color:var(--ink-2);font-size:.95rem;display:grid;grid-gap:.9rem;gap:.9rem}html.redesign .product-notes h2{font-size:1rem;color:var(--ink)}html.redesign .product-notes a{color:var(--accent)}html.redesign .buy-box{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}html.redesign .buy-quantity{font-family:var(--font-heading);font-size:.9rem;display:inline-flex;align-items:center;gap:.5rem}html.redesign .buy-quantity select{font-family:var(--font-heading);font-size:.95rem;padding:.45rem .6rem;border:1px solid var(--hairline);border-radius:var(--radius-sm);background:#ffffff}html.redesign .buy-error{flex-basis:100%;color:var(--brand-red);font-size:.9rem}html.redesign .buy-reassurance{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem 1.5rem;margin:1.25rem 0 0;padding:0;font-size:.9rem;color:var(--ink-2)}html.redesign .buy-reassurance li{display:flex;align-items:center;gap:.45rem}html.redesign .buy-reassurance li:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--accent);flex-shrink:0}html.redesign .product-contents{max-width:var(--max-width);margin:0 auto;padding:1rem 1.5rem 4.5rem}html.redesign .product-contents-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}html.redesign .product-contents-grid figure{margin:0}html.redesign .product-contents-grid img{width:100%;border-radius:var(--radius-sm)}html.redesign .product-contents-grid figcaption{font-family:var(--font-heading);font-weight:600;font-size:.95rem;margin-top:.75rem}html.redesign .shop-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}html.redesign .product-card{background:var(--bg-alt);border:none;border-radius:var(--radius);padding:1.75rem;display:flex;flex-direction:column;gap:1rem}html.redesign .product-card img{border-radius:var(--radius-sm)}html.redesign .product-card .product-price{font-size:1.3rem;margin:0}html.redesign .product-card .btn{align-self:flex-start}html.redesign .checkout-result{max-width:640px;margin:0 auto;padding:6rem 1.5rem;text-align:center}html.redesign .checkout-result h1{font-size:clamp(2rem,4vw,2.5rem);margin-bottom:1rem}html.redesign .checkout-result p{margin-bottom:2rem;color:var(--ink-2)}html.redesign .site-footer{background:var(--bg-alt);color:var(--ink-2);border-top:1px solid var(--hairline);margin-top:5rem}html.redesign .site-footer-inner{max-width:var(--max-width);margin:0 auto;padding:2.5rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}html.redesign .footer-logo img{display:block;width:132px;height:auto}html.redesign .footer-nav{display:flex;flex-wrap:wrap;gap:1.5rem}html.redesign .footer-link{font-size:.85rem;color:var(--ink-2)}html.redesign .footer-link:hover{color:var(--ink)}html.redesign .footer-copy{flex-basis:100%;text-align:right;font-size:.8rem;color:var(--ink-3)}html.redesign .cookie-notice{position:fixed;bottom:1rem;left:1rem;right:auto;z-index:1000;display:flex;flex-direction:column;align-items:flex-start;gap:.9rem;max-width:23rem;padding:1.1rem 1.25rem;background:rgba(255,255,255,.94);-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);color:var(--ink);border:1px solid var(--hairline);border-radius:var(--radius);box-shadow:0 12px 32px rgba(0,0,0,.14)}html.redesign .cookie-notice-text{margin:0;font-size:.85rem;line-height:1.5;color:var(--ink-2)}@media (max-width:480px){html.redesign .cookie-notice{left:.75rem;right:.75rem;bottom:.75rem;max-width:none}}html.redesign .cookie-notice-text a{color:var(--accent);text-decoration:underline}html.redesign .cookie-notice-actions{display:flex;gap:.75rem;flex-shrink:0}html.redesign .cookie-notice-decline{background:transparent;color:var(--ink-2);border:1px solid var(--hairline)}html.redesign .cookie-notice-decline:hover{background:var(--bg-alt)}html.redesign .sales-chart .chart-hover-value{opacity:0}html.redesign .sales-chart .chart-col:hover .chart-hover-value{opacity:1}html.redesign .sales-chart .chart-col:hover .chart-bar{fill:var(--accent-hover)}html.redesign .report-controls{display:flex;flex-wrap:wrap;align-items:flex-end;gap:.75rem 1rem;margin:1.5rem 0 2rem;padding:1rem 1.25rem;background:var(--bg-alt);border-radius:var(--radius-sm)}html.redesign .report-controls label{display:flex;flex-direction:column;gap:.3rem;font-size:.85rem;color:var(--ink-3)}html.redesign .report-controls input[type=date],html.redesign .report-controls select{font:inherit;font-size:.95rem;padding:.5rem .6rem;border:1px solid var(--hairline);border-radius:var(--radius-sm);background:#ffffff;color:inherit}html.redesign .report-controls .btn{padding:.6rem 1.4rem}html.redesign .report-controls .btn-ghost{color:var(--accent);text-decoration:none}html.redesign .report-controls .btn-ghost:hover{color:var(--accent-hover)}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/6c177e25b87fd9cd-s.woff2) format("woff2");unicode-range:u+0900-097f,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:300;font-display:swap;src:url(/_next/static/media/6c9a125e97d835e1-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/4c285fdca692ea22-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/034d78ad42e9620c-s.woff2) format("woff2");unicode-range:u+0900-097f,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(/_next/static/media/fe0777f1195381cb-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/eafabf029ad39a43-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/29e7bbdce9332268-s.woff2) format("woff2");unicode-range:u+0900-097f,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(/_next/static/media/c3bc380753a8436c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Poppins;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0484562807a97172-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Poppins Fallback;src:local("Arial");ascent-override:93.62%;descent-override:31.21%;line-gap-override:8.92%;size-adjust:112.16%}.__className_e57559{font-family:Poppins,Poppins Fallback;font-style:normal}.__variable_e57559{--font-poppins:"Poppins","Poppins Fallback"}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b1f344208eb4edfe-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/48e2044251ef3125-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/bf24a9759715e608-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f173e5e25f3efee-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Montserrat;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/904be59b21bd51cb-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Montserrat Fallback;src:local("Arial");ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.00%;size-adjust:112.83%}.__className_a9c335{font-family:Montserrat,Montserrat Fallback;font-style:normal}.__variable_a9c335{--font-montserrat:"Montserrat","Montserrat Fallback"}