*,:before,:after{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}html,body{min-height:100vh}html{overflow:clip auto}body{-webkit-font-smoothing:antialiased;font-optical-sizing:auto;min-width:100vw;max-width:100vw;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-style:normal;font-weight:400;line-height:1.5;overflow-x:clip}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}#root,#__next{isolation:isolate}:root{color:var(--text-color);--max-page-width:1280px;--navbar-height:5.75rem;--navbar-height-scroll:4rem;--landing-padding-horizontal:3.5rem;--text-color:#213547;--text-color-rgb:33,53,71;--color-dark:#213547;--text-color-dark:#fff;--content-bg:#fff;--color-primary:#0054e9;--color-primary-rgb:0,84,233;--color-special:#e90053;--color-special-rgb:233,0,83;--color-secondary:#0163aa;--color-secondary-rgb:1,99,170;--color-tertiary:#6046e5;--color-tertiary-rgb:96,70,229;--color-success:#2dd55b;--color-success-rgb:45,213,91;--color-danger:#c5000f;--color-danger-rgb:197,0,15;--color-warning:gold;--color-warning-rgb:255,215,0;--color-light-grey:#ebedf3;--color-light-grey-rgb:245,244,249;--color-pink:#ffd7bb;--color-pink-tint:#fef4ec;--color-border:#b3b3b3;line-height:1.5}html{scroll-behavior:smooth}body{position:relative}h1{font-size:3rem;font-weight:600;line-height:1}h2{font-size:2rem;font-weight:700}h3{font-size:1.5rem;font-weight:500;line-height:1.3}a{color:var(--color-primary)}.home-page{padding:0 var(--landing-padding-horizontal)}.hero{width:100%;max-width:var(--max-page-width);padding-inline:var(--landing-padding-horizontal);grid-template-columns:1fr auto;align-items:center;margin:0 auto;padding-top:7rem;padding-bottom:7rem;display:grid}.hero-cover{justify-content:center;align-items:center;width:37rem;height:37rem;display:flex;position:relative}.hero-cover-bg{background:linear-gradient(var(--color-pink-tint),var(--color-pink));z-index:-1;border-radius:50%;width:31.25rem;height:31.25rem;position:absolute}.hero-cover-mockup,.hero-cover-mockup img{height:100%}.hero-text{flex-direction:column;gap:3.5rem;padding-top:2rem;padding-bottom:2rem;display:flex}.hero-stores{gap:2rem;display:flex}.store-link img{width:10rem}.hero-text h1{font-size:3.75rem;font-weight:700;line-height:1.1}.hero-text h3{font-size:1.5rem;font-weight:500}.hero a.install-button,a.install-button{color:var(--text-color-dark);background:var(--color-special);border-radius:1rem;justify-content:center;align-items:center;width:min-content;height:3rem;min-height:3rem;padding:0 3rem;font-weight:600;text-decoration:none;display:flex}.section-grey{width:100%;max-width:var(--max-page-width);border:solid 1px var(--color-light-grey);background:var(--color-light-grey);min-height:200px;padding-top:7rem;padding-bottom:7rem;padding-inline:var(--landing-padding-horizontal);border-radius:2.5rem;flex-direction:column;justify-content:center;align-items:center;gap:3rem;margin:0 auto;display:flex}.card-container{justify-content:center;gap:3.5rem;padding:1rem;display:flex}.small-card{flex-direction:column;gap:1rem;width:18.75rem;display:flex}.small-card-icon{background:var(--color-special);border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin:0 auto;display:flex}.small-card-icon img{max-width:2rem}.small-card-title{text-align:center;font-size:1.5rem;font-weight:700}.small-card-text{text-align:center}.section-carousel{width:100%;max-width:var(--max-page-width);padding-inline:var(--landing-padding-horizontal);flex-direction:column;align-items:center;gap:3rem;margin:0 auto;padding-top:7rem;padding-bottom:7rem;display:flex}.section-carousel-wrapper{width:100%;display:block}.section-left-right{grid-template-columns:1fr auto;align-items:end;display:grid}.section-grey.cut-screenshot{padding-bottom:0!important}.omnom-button{text-transform:uppercase;cursor:pointer;border:none;border-radius:1rem;outline:none;justify-content:center;align-items:center;width:max-content;height:3rem;min-height:3rem;padding:0 1rem;font-weight:600;text-decoration:none;display:flex}.omnom-button:active{filter:brightness(.92);transform:scale(.98)}.omnom-button.special{background:var(--color-special);color:var(--text-color-dark)}.omnom-button.primary{background:var(--color-primary);color:var(--text-color-dark)}.omnom-button.buy-button img{width:1.5rem;margin-right:.5rem}.omnom-button.buy-button span{letter-spacing:-.06rem;font-size:1rem;font-weight:700}.section-left{flex-direction:column;gap:3.5rem;padding-bottom:7rem;display:flex}.section-left-text{font-size:1.5rem;line-height:1.2}.section-right{z-index:1;justify-content:center;align-items:end;width:35rem;height:35rem;display:flex;position:relative}.section-right-bg{background:linear-gradient(var(--color-pink-tint),var(--color-pink));z-index:-1;border-radius:50%;width:31rem;height:31rem;position:absolute;bottom:4rem}.section-right-screenshot{height:34.5rem}.card{border:solid 1px var(--color-light-grey);background-color:#fff;border-radius:2rem;flex-direction:column;width:100%;height:auto;display:flex;overflow:hidden}.card-list{justify-items:stretch;gap:3rem;display:grid}@media (min-width:1200px){.card-list{grid-template-columns:repeat(3,1fr)}}@media (min-width:900px) and (max-width:1199px){.card-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:600px) and (max-width:899px){.card-list{grid-template-columns:1fr}}.card-image{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:start;align-items:end;width:100%;height:14rem;min-height:14rem;padding:1rem;display:flex}.card-content{flex-direction:column;flex-grow:1;gap:1.25rem;width:100%;height:100%;padding:1rem 1.5rem 1.5rem;display:flex;position:relative}.card-title{font-size:1.25rem;font-weight:600;line-height:1.25}.card-text{flex-grow:1;line-height:1.4}.card-link a{color:var(--color-primary);font-weight:600;line-height:1;text-decoration:none}.card-link a:hover{text-decoration:underline}.play-button{cursor:pointer;background:0 0;border:none;outline:none;margin:0!important;padding:0!important}.play-button img{border-radius:50%;width:2.5rem;height:2.5rem;box-shadow:0 0 8px #ffffffa6}.play-button:hover img{box-shadow:0 0 12px #fffc}.play-button:active img{box-shadow:none}.greyCard{border:solid 1px var(--color-light-grey);border-radius:1rem;padding:1rem}.manualTOC{flex-direction:column;gap:.5rem;padding:0;list-style-type:none;display:flex}.manualTOC li{padding-bottom:.5rem}.tocHeader{line-height:1;padding-bottom:2rem!important}.tocHeader h4{text-align:center;font-size:1.2rem}.tocItem{width:100%;color:var(--text-color);flex-flow:row;gap:1rem;text-decoration:none;list-style-type:none;display:flex}.tocItemIcon{background:var(--color-special);border-radius:50%;justify-content:center;align-items:center;width:2.5rem;min-width:2.5rem;height:2.5rem;min-height:2.5rem;display:flex}.tocItemIcon img{filter:brightness(0)invert();width:1.25rem}.tocItemText{flex-grow:1;padding-top:.2rem}.tocItemTitle{color:var(--text-color);font-weight:600;line-height:1.1}.tocItemSubtitle{color:var(--text-color);opacity:.8;padding-top:.2rem;font-size:.8rem;line-height:1.2}.text-button{color:var(--color-primary);cursor:pointer;background:0 0;border:none;margin:0;padding:0;font-size:.85rem;line-height:1!important}.text-button:hover{text-decoration:underline}.icon-button{cursor:pointer;background:0 0;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:3rem;height:3rem;transition:background-color .15s;display:flex;position:relative;overflow:hidden}.icon-button:active{background-color:#0000001a;transition:background-color .15s}.icon-button img{width:1.5rem}.switch-container{grid-template-columns:1fr auto;align-items:center;width:100%;display:grid}.switch-label{padding-right:1rem}.switch{width:3.5rem;height:2rem;display:inline-block;position:relative}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;background-color:var(--color-light-grey);border-radius:1rem;transition:background-color .3s;position:absolute;inset:0}.slider:before{content:"";background-color:#fff;border-radius:50%;width:1.6rem;height:1.6rem;transition:transform .3s;position:absolute;bottom:.2rem;left:.2rem;box-shadow:0 1px 3px #0003}.switch input:checked+.slider{background-color:var(--color-primary)}.switch input:checked+.slider:before{transform:translate(1.5rem)}.checkbox{grid-template-columns:auto 1fr;align-items:center;width:100%;display:grid}.circle-checkbox{width:1.25rem;height:1.25rem;display:inline-block;position:relative}.circle-checkbox input{opacity:0;width:0;height:0}.checkmark{box-sizing:border-box;background-color:#fff;border:2px solid #ccc;border-radius:50%;width:100%;height:100%;transition:background-color .2s,border-color .2s;display:inline-block;position:relative}.circle-checkbox input:checked+.checkmark{background-color:var(--color-primary);border-color:var(--color-primary)}.circle-checkbox input:checked+.checkmark:after{content:"";border:.125rem solid #fff;border-width:0 .125rem .125rem 0;width:.3rem;height:.6rem;position:absolute;top:.15rem;left:.35rem;transform:rotate(45deg)}.checkbox-label{padding-left:1rem}.floating-input{width:100%;display:inline-block;position:relative}.floating-input input{border:1px solid var(--color-border);background:#fff;border-radius:1rem;outline:none;width:100%;padding:1.25rem 1rem .5rem;font-size:1rem;transition:border-color .2s}.floating-input input:focus{border-color:var(--color-primary)}.floating-input label{pointer-events:none;font-size:1rem;transition:all .2s;position:absolute;top:1rem;left:1rem}.floating-input input:not(:placeholder-shown)+label{font-size:.75rem;top:.4rem;left:1rem}.floating-input input:focus+label{color:var(--color-primary);font-size:.75rem;top:.4rem;left:1rem}.features-ol-cards{counter-reset:item;flex-wrap:wrap;justify-content:start;gap:6rem 3rem;list-style-type:none;display:flex;padding:4rem 0 1rem!important}.features-ol-cards li{counter-increment:item;background:var(--color-pink-tint);border-radius:2rem;flex-direction:column;gap:1.5rem;width:100%;display:flex;position:relative;padding:2rem!important}.features-ol-cards li:before{content:counter(item)"";background:var(--color-special);width:5rem;height:5rem;color:var(--content-bg);border-radius:50%;justify-content:center;align-items:center;margin-top:-4.5rem;margin-left:-1.25rem;font-size:3rem;font-weight:800;display:flex;box-shadow:0 10px 36px #00000029,0 0 0 1px #0000000f}.features{flex-wrap:wrap;justify-content:start;gap:6rem 3rem;display:flex;padding:4rem 0 1rem!important}.feature{background:var(--color-pink-tint);border-radius:2rem;flex-direction:column;gap:1.5rem;width:100%;display:flex;position:relative;padding:2rem!important}.feature-icon{background:var(--color-special);border-radius:50%;justify-content:center;align-items:center;width:5rem;height:5rem;margin-top:-4.5rem;margin-left:-1.25rem;display:flex;box-shadow:0 10px 36px #00000029,0 0 0 1px #0000000f}.feature-icon img{filter:brightness(0)invert();width:60%}.feature-header{font-size:1.5em;font-weight:700}.modal{background:var(--content-bg);border:none;border-radius:1.5rem;width:40rem;max-width:90%;height:75rem;max-height:90%;padding:0;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 20px 30px -10px #26394d;overflow:hidden!important}.modal::backdrop{background:#000000b3}@media (min-width:768px){.feature,.features-ol-cards li{width:calc(50% - 2rem)}}@media screen and (max-width:768px){:root{--landing-padding-horizontal:1rem}html{overflow:clip auto}body{min-width:100vw;max-width:100vw;overflow-x:clip}h1{text-align:center;font-size:1.8rem;line-height:1.3}h2{text-align:center;font-size:1.5rem;line-height:1.2}.hero{padding-inline:1rem;flex-direction:column-reverse;width:100%;max-width:100%;padding-top:3rem;padding-bottom:3rem;display:flex}.hero-text{width:100%;max-width:100%}.hero-text h1{font-size:2.3rem}.hero-cover{width:100%}.hero-cover-bg{width:90vw;height:90vw}.card-container{flex-direction:column;align-items:center}.section-left-right{grid-template-columns:1fr}.hero-stores{display:none}.home-page{padding:0 var(--landing-padding-horizontal)4rem var(--landing-padding-horizontal);flex-direction:column;gap:4rem;display:flex}.section-grey{gap:2rem;padding:2rem}.small-card{gap:.5rem}.section-carousel{gap:2rem;padding:0}.section-right{width:90vw;height:90vw}.section-left{gap:2rem;padding:1rem 1rem 3rem}.section-left-text{font-size:1rem}.hide-on-mobile{display:none}.section-right-screenshot{width:75vw;height:auto}.card,.card-list .card{max-width:100%}.modal{border-radius:0;width:100%;max-width:100%;height:100%;max-height:100%}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.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:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.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:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.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:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.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:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.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:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.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_fa93af41-module__0D_jrq__className{font-family:Inter,Inter Fallback;font-style:normal}
.Footer-module__S6Hkya__footerWrapper{background:var(--color-dark);width:100%;color:var(--text-color-dark)}.Footer-module__S6Hkya__footerWrapper a{color:var(--text-color-dark);font-size:.9em;text-decoration:none}.Footer-module__S6Hkya__footerWrapper a:hover{text-decoration:underline}.Footer-module__S6Hkya__footer{width:100%;max-width:var(--max-page-width);padding:7rem var(--landing-padding-horizontal);margin:0 auto}.Footer-module__S6Hkya__footerContent{grid-template-columns:1fr auto;gap:4rem;width:100%;display:grid}.Footer-module__S6Hkya__footerLeft{width:100%;height:100%;position:relative}.Footer-module__S6Hkya__footerLinks{grid-template-columns:repeat(3,auto);gap:2rem;display:grid}.Footer-module__S6Hkya__footerLinks .Footer-module__S6Hkya__LinkList{padding-bottom:1rem}.Footer-module__S6Hkya__contactContainer{grid-template-rows:auto 1fr;width:18.75rem;max-width:100%;min-height:28rem;display:grid;position:relative}.Footer-module__S6Hkya__contactHeader{flex-wrap:nowrap;gap:1rem;display:flex}.Footer-module__S6Hkya__contactHeaderIcon{background:var(--color-special);border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;margin-top:-1rem;display:flex}.Footer-module__S6Hkya__contactHeaderIcon img{max-width:2rem}.Footer-module__S6Hkya__contactContainer form{grid-template-rows:auto auto 1fr auto;gap:1rem;width:100%;padding-top:1rem;display:grid}.Footer-module__S6Hkya__contactSubmit{background:var(--color-special);color:var(--text-color-dark);cursor:pointer;text-transform:uppercase;border:none;border-radius:1rem;outline:none;justify-content:center;align-items:center;width:100%;min-width:max-content;height:3rem;min-height:3rem;padding:0 1rem;font-weight:600;text-decoration:none;display:flex}.Footer-module__S6Hkya__contactSubmit:hover{box-shadow:0 0 12px #fffc}.Footer-module__S6Hkya__contactSubmit:active{box-shadow:none}.Footer-module__S6Hkya__contactContainer form textarea{resize:none;border:none;border-radius:1rem;padding:1rem;height:100%!important;min-height:3rem!important}.Footer-module__S6Hkya__contactContainer form input{border:none;border-radius:1rem;width:100%;height:3rem;padding:0 1rem}.Footer-module__S6Hkya__formStatus{height:3rem;position:absolute;bottom:-4rem;left:0;right:0}.Footer-module__S6Hkya__subfooter{flex-flow:row;justify-content:space-between;align-items:flex-start;width:100%;padding-top:3rem;display:flex}.Footer-module__S6Hkya__subfooterLeft{flex-flow:row;align-items:center;gap:2rem;padding-top:1rem;display:flex}.Footer-module__S6Hkya__subfooterLeft a img{height:1rem}.Footer-module__S6Hkya__copyright{font-size:.75rem}.Footer-module__S6Hkya__subfooterRight{padding-top:1rem}.Footer-module__S6Hkya__subfooterMiddle{justify-content:center;display:flex}.Footer-module__S6Hkya__subfooterMiddle .Footer-module__S6Hkya__accordion{opacity:.7;width:30rem;max-width:calc(100% - 10rem)}.Footer-module__S6Hkya__accordion details{background:#00000081;border-radius:1rem;width:100%;padding:1rem;font-size:.75rem}.Footer-module__S6Hkya__accordion summary{cursor:pointer;width:100%;height:1rem}.Footer-module__S6Hkya__accordion summary span{padding-left:.35rem}.Footer-module__S6Hkya__accordion .Footer-module__S6Hkya__accordionContent{padding-top:.5rem;padding-left:1rem}.Footer-module__S6Hkya__footerAttribution{padding-left:0;list-style-type:none}.Footer-module__S6Hkya__footerAttribution a{text-decoration:underline}.Footer-module__S6Hkya__footer .manualTOC{flex-direction:column;gap:1rem;display:flex}.Footer-module__S6Hkya__footer .tocItem{padding-bottom:0}:is(.Footer-module__S6Hkya__footer .tocItemIcon,.Footer-module__S6Hkya__footer .tocSubtitle){display:none}:is(.Footer-module__S6Hkya__footer .tocItem,.Footer-module__S6Hkya__footer .tocItemTitle){color:var(--text-color-dark);font-weight:400}.Footer-module__S6Hkya__footerStores{flex-wrap:wrap;gap:2rem;width:100%;max-width:40rem;padding-top:3rem;display:flex}.Footer-module__S6Hkya__footerHeader{font-size:1.25rem;font-weight:600}@media screen and (max-width:768px){.Footer-module__S6Hkya__footer{--landing-padding-horizontal:1rem;padding:4rem var(--landing-padding-horizontal)}.Footer-module__S6Hkya__footerContent,.Footer-module__S6Hkya__footerLinks{grid-template-columns:1fr}.Footer-module__S6Hkya__footerStores{justify-content:start;gap:1rem;position:relative}.Footer-module__S6Hkya__subfooter{flex-direction:column;justify-content:start;align-items:center;gap:2rem;width:100%;padding-top:2rem}.Footer-module__S6Hkya__subfooterMiddle{width:100%}.Footer-module__S6Hkya__subfooterMiddle .Footer-module__S6Hkya__accordion{width:100%;max-width:100%}.Footer-module__S6Hkya__contactContainer{width:100%}}
.Nav-module__gOObGW__navWrapper{z-index:1000;background:var(--content-bg);flex-direction:column;width:100%;transition:box-shadow .5s;display:flex;position:sticky;top:0}.Nav-module__gOObGW__navWrapper.Nav-module__gOObGW__shadow{box-shadow:0 2px 8px #00000026}.Nav-module__gOObGW__nav{width:100%;max-width:var(--max-page-width);height:var(--navbar-height);padding:0 var(--landing-padding-horizontal);flex-flow:row;align-items:center;gap:1rem;margin:0 auto;display:flex}.Nav-module__gOObGW__navMobile{display:none}.Nav-module__gOObGW__navWrapper.Nav-module__gOObGW__shadow .Nav-module__gOObGW__nav{height:var(--navbar-height-scroll)}.Nav-module__gOObGW__navDesktopMenu{flex:1}.Nav-module__gOObGW__navDesktopMenu ul{flex-flow:row;justify-content:end;align-items:center;gap:2rem;width:100%;list-style-type:none;display:flex}.Nav-module__gOObGW__navDesktopMenu a{color:inherit;text-decoration:none}.Nav-module__gOObGW__navDesktopMenu a:hover{text-decoration:underline}.Nav-module__gOObGW__navDesktopMenu a.Nav-module__gOObGW__topMenuHome{display:none}.Nav-module__gOObGW__navDesktopMenu a.Nav-module__gOObGW__topMenuPremium{color:var(--color-special);font-weight:600}.Nav-module__gOObGW__navDesktopMenu a.Nav-module__gOObGW__topMenuPWA{color:var(--color-primary);font-weight:600}.Nav-module__gOObGW__navDesktopMenu a.Nav-module__gOObGW__topMenuDownload{color:var(--text-color-dark);background:var(--color-special);border-radius:1rem;justify-content:center;align-items:center;height:3rem;min-height:3rem;padding:0 1rem;font-weight:600;display:flex}.Nav-module__gOObGW__logoWrapper,.Nav-module__gOObGW__logo{height:100%}.Nav-module__gOObGW__navLogo{flex-flow:row;display:flex}.Nav-module__gOObGW__logoIcon{height:4rem;transition:height .5s}.Nav-module__gOObGW__logoText{height:1.8rem;margin-top:1.7rem;margin-left:.25rem;transition:margin-top .5s}.Nav-module__gOObGW__navWrapper.Nav-module__gOObGW__shadow .Nav-module__gOObGW__logoIcon{height:3rem}.Nav-module__gOObGW__navWrapper.Nav-module__gOObGW__shadow .Nav-module__gOObGW__logoText{height:1.4rem;margin-top:1.2rem;margin-left:.2rem}.Nav-module__gOObGW__extraNav{background:var(--color-special);color:#fff;width:100%;padding-top:.5rem;padding-bottom:.5rem;line-height:1}.Nav-module__gOObGW__extraNavBlock{width:100%;max-width:var(--max-page-width);grid-template-columns:1fr auto;align-items:center;gap:2rem;margin:0 auto;padding:0 1rem;display:grid}.Nav-module__gOObGW__extraNavBlock a{color:#fff}.Nav-module__gOObGW__extraNavBlock .Nav-module__gOObGW__closeButton{box-shadow:none;color:#fff;cursor:pointer;background:0 0;border:none;outline:none;padding:0;font-size:1.25rem;font-weight:500}.Nav-module__gOObGW__mobileMenu{z-index:2147483647;background:var(--content-bg);overscroll-behavior:none;width:100vw;height:100vh;max-height:100vh;position:fixed;top:0;bottom:0;right:0;overflow:hidden;box-shadow:0 2px 8px #63636333}.Nav-module__gOObGW__mobileMenuWrapper{grid-template-rows:3rem 1fr;width:100%;height:100%;display:grid}.Nav-module__gOObGW__mobileMenuHeader{justify-content:end;align-items:center;width:100%;height:100%;padding:1rem;display:flex}.Nav-module__gOObGW__mobileMenuContent{flex-direction:column;gap:3rem;width:100%;height:100%;padding:3rem;display:flex;overflow:auto}.Nav-module__gOObGW__mobileMenuContent a .tocItemTitle{color:inherit;text-decoration:none}.Nav-module__gOObGW__mobileMenuHamb{cursor:pointer;background:0 0;border:none;border-radius:50%;outline:none;justify-content:center;align-items:end;width:3rem;height:3rem;padding:0;transition:background-color .15s;display:flex;position:relative;overflow:hidden}.Nav-module__gOObGW__mobileMenuHamb:active{background-color:#0000001a;transition:background-color .15s}.Nav-module__gOObGW__mobileMenuHamb img{width:2rem}.Nav-module__gOObGW__mobileMainMenu ul{flex-direction:column;gap:1rem;padding:0;list-style:none;display:flex}.Nav-module__gOObGW__mobileMainMenu a{color:inherit;text-decoration:none}.Nav-module__gOObGW__mobileMainMenu a:hover{text-decoration:underline}.Nav-module__gOObGW__mobileMainMenu a.Nav-module__gOObGW__topMenuHome{display:inline}.Nav-module__gOObGW__mobileMainMenu a.Nav-module__gOObGW__topMenuPremium{color:var(--color-special);font-weight:600}.Nav-module__gOObGW__mobileMainMenu a.Nav-module__gOObGW__topMenuPWA{color:var(--color-primary);font-weight:600}.Nav-module__gOObGW__mobileMainMenu a.Nav-module__gOObGW__topMenuDownload{color:var(--text-color-dark);background:var(--color-special);border-radius:1rem;justify-content:center;align-items:center;width:100%;height:3rem;min-height:3rem;padding:0 1rem;font-weight:600;display:flex}.Nav-module__gOObGW__stores a img{height:3rem}.Nav-module__gOObGW__mobileMainMenuCurrent{border:solid 1px var(--color-light-grey);border-radius:1rem;padding:1rem}.Nav-module__gOObGW__LinkList{flex-direction:column;gap:1rem;display:flex}.Nav-module__gOObGW__listHeader{font-size:1.25rem;font-weight:600}a.Nav-module__gOObGW__aPremium{font-weight:600;color:var(--color-special)!important}@media screen and (max-width:768px){.Nav-module__gOObGW__nav{display:none}.Nav-module__gOObGW__navMobile{grid-template-columns:1fr auto;width:100%;padding:0 1rem 1rem;display:grid}.Nav-module__gOObGW__logoIcon{height:3rem}.Nav-module__gOObGW__logoText{height:1.5rem;margin-top:1.2rem}.Nav-module__gOObGW__mobileMenuStores a img{height:auto}.Nav-module__gOObGW__mobileMenuStores{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.Nav-module__gOObGW__mobileMenuDetailedList a{color:inherit;text-decoration:none}.Nav-module__gOObGW__mobileMenuDetailedList a .tocItemTitle{font-weight:400}.Nav-module__gOObGW__mobileMenuDetailedList a[href=\/],.Nav-module__gOObGW__mobileMenuDetailedList a[href=\/premium]{display:none}.Nav-module__gOObGW__mobileMenuDetailedList .tocItemIcon{display:none}.Nav-module__gOObGW__mobileMenuCopyright{text-align:center;font-size:.7em}}
@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/8298327da6d5bcce-s.fb2d5852.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:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/44fac91e6f2d2b1b-s.0a39a854.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2b402d8aebffd579-s.ec7e94a5.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:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/a88409fdd7dc121c-s.62b55a98.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:Montserrat;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/e8f2fbee2754df70-s.p.9b7a96b4.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:Montserrat Fallback;src:local(Arial);ascent-override:85.79%;descent-override:22.25%;line-gap-override:0.0%;size-adjust:112.83%}.montserrat_9756102b-module__gs4hVa__className{font-family:Montserrat,Montserrat Fallback;font-style:normal}
.ScrollToTopButton-module__jVe2TG__scrollToTopButton{background:var(--color-special);cursor:pointer;opacity:0;pointer-events:none;border:none;border-radius:50%;padding:.7rem;transition:opacity .3s,transform .3s,box-shadow .3s,background .3s;position:fixed;bottom:1.5rem;right:1.5rem;transform:translateY(12px);box-shadow:0 4px 12px #00000026}.ScrollToTopButton-module__jVe2TG__scrollToTopButton:hover{box-shadow:0 6px 16px #0003}.ScrollToTopButton-module__jVe2TG__scrollToTopButton.ScrollToTopButton-module__jVe2TG__visible{opacity:1;pointer-events:auto;transform:translateY(0)}.ScrollToTopButton-module__jVe2TG__icon{opacity:.8;width:1.2rem;height:auto;display:block;transform:rotate(-.25turn)}.ScrollToTopButton-module__jVe2TG__scrollToTopButton:hover .ScrollToTopButton-module__jVe2TG__icon{opacity:1}
