/*!
  * Kursor v0.1.5
  * Forged by Luis Daniel Rovira
  * Released under the MIT License.
  */.notCursor,.notCursor *{cursor:none}#kursorWrapper{z-index:99;top:0;left:0;width:100%;height:100%;overflow:hidden}#kursorWrapper,div[class*=kursor]{position:fixed;pointer-events:none}div[class*=kursor]{transform:translate(-50%,-50%);z-index:10000}div[class*=kursor].kursor--hidden{opacity:0;width:0;height:0}div[class*=kursor].kursor--1{left:0;top:0;width:25px;height:25px;border-radius:50%;border:2px solid rgba(var(--k-color),1);transition:all .2s ease,top .18s ease-out,left .18s ease-out}div[class*=kursor].kursor--1+.kursorChild{display:block;width:4px;height:4px;background:rgba(var(--k-color),1);border-radius:50%;transition:all .2s ease,top 0s ease-out,left 0s ease-out}div[class*=kursor].kursor--1.--hover{width:40px;height:40px;border:2px solid rgba(var(--k-color),0);background:rgba(var(--k-color),.1)}div[class*=kursor].kursor--1.--hover+.kursorChild{background:rgba(var(--k-color),.3)}div[class*=kursor].kursor--1.kursor--down{width:20px;height:20px}div[class*=kursor].kursor--1.kursor--down+.kursorChild:after{width:40px!important;height:40px!important;opacity:0;border:1px solid;border-radius:50%;border-color:rgba(var(--k-color),1);transition:all .4s ease}div[class*=kursor].kursor--2{left:0;top:0;width:20px;height:20px;border-radius:50%;background:rgba(var(--k-color),1);transition:all .2s ease,top .1s ease-out,left .1s ease-out}div[class*=kursor].kursor--2+.kursorChild{display:block;width:4px;height:4px;background:rgba(var(--k-color),1);border-radius:50%;transition:all .2s ease,top .2s ease-out,left .2s ease-out}div[class*=kursor].kursor--2.--hover{width:40px;height:40px;background:rgba(var(--k-color),.1)}div[class*=kursor].kursor--2.--hover+.kursorChild{background:rgba(var(--k-color),.3)}div[class*=kursor].kursor--2.kursor--down{width:10px;height:10px}div[class*=kursor].kursor--2.kursor--down+.kursorChild:after{width:40px!important;height:40px!important;opacity:0;border:1px solid;border-radius:50%;border-color:rgba(var(--k-color),1);transition:all .4s ease}div[class*=kursor].kursor--3{left:0;top:0;width:20px;height:20px;border:1px solid rgba(var(--k-color),1);transition:all .2s ease,top .05s ease-out,left .05s ease-out}div[class*=kursor].kursor--3+.kursorChild{display:block;width:4px;height:4px;background:rgba(var(--k-color),1);transition:all .2s ease,top .2s ease-out,left .2s ease-out}div[class*=kursor].kursor--3.--hover{width:40px;height:40px;background:rgba(var(--k-color),.1);border:1px solid rgba(var(--k-color),0)}div[class*=kursor].kursor--3.--hover+.kursorChild{background:rgba(var(--k-color),.3)}div[class*=kursor].kursor--3.kursor--down{width:5px;height:5px;border:1px solid rgba(var(--k-color),0)}div[class*=kursor].kursor--3.kursor--down+.kursorChild{width:10px;height:10px}div[class*=kursor].kursor--3.kursor--down+.kursorChild:after{width:40px!important;height:40px!important;opacity:0;border:1px solid;border-color:rgba(var(--k-color),1);transition:all .4s ease}div[class*=kursor].kursor--4{left:0;top:0;width:50px;height:50px;border:1px solid rgba(var(--k-color),.3);border-radius:50%;transition:all .2s ease,top .2s ease-out,left .2s ease-out}div[class*=kursor].kursor--4+.kursorChild{display:block;width:6px;height:6px;background:rgba(var(--k-color),1);border-radius:50%;transition:all .2s ease,top .03s ease-out,left .03s ease-out}div[class*=kursor].kursor--4.--hover{width:30px;height:30px;background:rgba(var(--k-color),.1);border:3px solid rgba(var(--k-color),0)}div[class*=kursor].kursor--4.--hover+.kursorChild{width:25px;height:25px;background:rgba(var(--k-color),.1)}div[class*=kursor].kursor--4.kursor--down{width:5px;height:5px}div[class*=kursor].kursor--4.kursor--down+.kursorChild{width:10px;height:10px}div[class*=kursor].kursor--4.kursor--down+.kursorChild:after{width:40px!important;height:40px!important;opacity:0;border-radius:50%;border:1px solid;border-color:rgba(var(--k-color),1);transition:all .4s ease}div[class*=kursor].kursor--5{left:0;top:0;width:10px;height:10px;border:1px solid rgba(var(--k-color),.5);border-radius:50%;transition:all .2s ease,top .2s ease-out,left .2s ease-out}div[class*=kursor].kursor--5.--hover{width:26px;height:26px;background:rgba(var(--k-color),.1);border:3px solid rgba(var(--k-color),0)}div[class*=kursor].kursor--5.kursor--down{width:15px;height:15px}div[class*=kursorChild]{position:fixed;pointer-events:none;transform:translate(-50%,-50%);display:none;overflow:hidden}div[class*=kursorChild].kursorChild[class*="--hidden"]{opacity:0;width:0;height:0}div[class*=kursorChild].kursorChild:after{content:"";pointer-events:none;width:0;height:0;position:absolute;left:50%;top:50%;opacity:1;border:0 solid rgba(var(--k-color),.5);transform:translate(-50%,-50%)}.kursor--absolute{position:absolute!important;z-index:2000}@media screen and (max-width:768px){.notCursor *{cursor:auto}div[class*=kursorChild],div[class*=kursor]{display:none!important}}@media screen and (max-width:812px) and (max-height:430px) and (orientation:landscape){div[class*=kursorChild],div[class*=kursor]{display:none!important}.notCursor *{cursor:auto}}


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}:root{--font-dm-sans:var(--font-dm-sans)}html{font-family:var(--font-dm-sans),sans-serif;color:var(--dark,#1f2023)}.text-large{font-size:17px}.paragraph{line-height:1.5;font-weight:300}.heading{margin:.1em 0;letter-spacing:.02em}.heading--foretext{font-size:1rem;display:block;font-weight:550;text-transform:uppercase;color:var(--primary,#1557ff)}.heading--h1{font-size:3.25rem;font-weight:900}.heading--h2{font-size:2rem;font-weight:700;margin-bottom:var(--heading-gap,1.25rem)}.heading--h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem}.uppercase{text-transform:uppercase}.logotype{font-size:1.5rem;font-weight:600}.icon{color:transparent;background-color:var(--primary,#1557ff);display:inline-block;width:1.1em;height:1.1em;vertical-align:middle;transition:transform .2s ease}.icon--dark{background-color:var(--dark,#1f2023)}.icon--phone{-webkit-mask:url(/images/icons/phone.svg);mask:url(/images/icons/phone.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.icon--location{-webkit-mask:url(/images/icons/locatoin.svg);mask:url(/images/icons/location.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.icon--envelope{-webkit-mask:url(/images/icons/envelope.svg);mask:url(/images/icons/envelope.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}@media (min-width:824px){.logotype{font-size:1.75rem}.heading--h1{font-size:4rem}.heading--h2{font-size:2.7rem}a:has(.icon):hover .icon{transform:scale(1.05) rotate(-5deg)}.text-large{font-size:18px}}.no-margin{margin:0}.button{background-color:var(--primary,#1557ff);color:white;padding:.75em 1.25em;border-radius:.1rem;font-size:1rem;text-transform:uppercase;font-weight:500;cursor:pointer;transition:background-color .2s ease,color .5s ease,border .2s ease;border:1px solid transparent;display:inline-block}.button--ghost{background-color:white;color:var(--primary,#1557ff);border:.5px solid var(--primary,#1557ff)}.button--small{font-size:.95rem}.button--big{font-size:1.1rem}.button--arrow{border-radius:1000px;color:var(--primary,#1557ff);padding:1rem}.button--arrow,.hamburger{background-color:transparent}.hamburger{position:relative;z-index:10;border:none;width:42px;height:28px;cursor:pointer}.hamburger__line{display:block;position:absolute;height:4.5px;width:42px;background-color:var(--dark,#1f2023);border-radius:1px;right:0;transition:transform .2s ease,top .2s ease,bottom .2s ease,width .2s ease}.hamburger__line:first-child{top:0}.hamburger__line:nth-child(2){top:50%;transform:translateY(-50%)}.hamburger__line:nth-child(3){bottom:0}.hamburger.active .hamburger__line:first-child{top:50%;transform:translateY(-50%) rotate(45deg)}.hamburger.active .hamburger__line:nth-child(2){width:0}.hamburger.active .hamburger__line:nth-child(3){bottom:50%;transform:translateY(50%) rotate(-45deg)}.rectangle{display:block;width:300px;position:relative;z-index:1}.rectangle--long{width:100%;margin-bottom:0;height:160px}.rectangle--left{margin-right:auto}.rectangle--right{margin-left:auto}.rectangle--offset-top{margin-top:-3em}.rectangle--offset-bottom{margin-bottom:-3em}.rectangle--offset-full{margin-top:-7em;margin-bottom:-3em}.image-fully-responsive{width:100%;display:block;margin:0;padding:0;object-fit:cover}.section{padding:var(--section-gap,124px) var(--mobile-padding,1rem)}.section--small{padding:calc(var(--section-gap, 124px) - 3rem) var(--mobile-padding,1rem)}.hide-on-mobile{position:absolute;transform:translateX(-10000px)}.service-card{padding:1rem;border:.5px solid rgb(115,115,115);border-radius:.25rem;transition:padding .2s ease,box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 0 2px rgba(0,0,0,.06)}.service-card__description{line-height:1.2;font-weight:300}.service-card:after{content:"";display:block;color:transparent;margin-left:auto;margin-top:1rem;width:68px;height:68px;background-color:var(--primary,#1557ff)}.service-card--icon-tire:after{-webkit-mask:url(/images/icons/tire.svg);mask:url(/images/icons/tire.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.service-card--icon-wrench:after{-webkit-mask:url(/images/icons/wrench.svg);mask:url(/images/icons/wrench.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.service-card--icon-diagnostic:after{-webkit-mask:url(/images/icons/diagnostic.svg);mask:url(/images/icons/diagnostic.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.service-card--icon-tire-diagnostic:after{-webkit-mask:url(/images/icons/tire-diagnostic.svg);mask:url(/images/icons/tire-diagnostic.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.service-card--icon-toolbox:after{-webkit-mask:url(/images/icons/toolbox.svg);mask:url(/images/icons/toolbox.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.service-card--icon-car:after{-webkit-mask:url(/images/icons/car.svg);mask:url(/images/icons/car.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.service-card--icon-towing-truck:after{-webkit-mask:url(/images/icons/towing-truck.svg);mask:url(/images/icons/towing-truck.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.service-card--icon-van:after{-webkit-mask:url(/images/icons/van.svg);mask:url(/images/icons/van.svg);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.testimonial{text-align:center;border:1px solid var(--primary,#1557ff);border-radius:.25rem;padding:1rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;box-shadow:0 0 2px rgba(0,0,0,.06)}.testimonial:before{content:" \2605 \2605 \2605 \2605 \2605 ";display:block;color:var(--primary,#1557ff);font-size:1.5rem}.testimonial__text{line-height:1.5;font-weight:450;margin-top:.75rem}.testimonial__text:after{content:"“";display:inline}.testimonial__text:before{content:"„";display:inline}.testimonial__author{margin-top:1.25rem}.testimonial--hidden,.testimonial--secondary{position:absolute;transform:translateX(-10000px)}.blog-card{border-radius:.25rem;overflow:hidden;border:.5px solid rgb(115,115,115);display:flex;flex-direction:column}.blog-card__image{height:200px;border-radius:0}.blog-card__content{padding:.75rem;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1}.blog-card__button{display:block;width:-moz-fit-content;width:fit-content;margin-left:auto;margin-top:1.5rem}.blog-card__button:after{content:" →";display:inline}.list>*{margin-top:.75rem}@media (min-width:824px){.mobile-only{position:absolute;transform:translateX(-10000px)}.hide-on-mobile{position:static;transform:translateX(0)}.hamburger{display:none}.section{padding-left:var(--desktop-padding,2rem);padding-right:var(--desktop-padding,2rem);max-width:var(--max-width,1400px);margin-inline:auto}.testimonial--secondary{position:static;opacity:.8;transform:scale(.8)}.testimonial--hidden{position:absolute;transform:translateX(-10000px)}.button--small-on-desktop{font-size:.95rem}}.rectangle path:first-child{transition:transform .75s cubic-bezier(.4,0,.2,1)}.rectangle path:nth-child(2){transition:transform .5s cubic-bezier(.4,0,.2,1)}.rectangle--right path{transform:translateX(100%)}.rectangle--left path{transform:translateX(-100%)}.rectangle.animate path{transform:translateX(0)}@keyframes pop{0%{transform:scale(1)}50%{transform:scale(1.025)}to{transform:scale(1)}}@keyframes start-from-right{0%{transform:translateX(0)}30%{transform:translateX(4%)}to{transform:translateX(0)}}@keyframes start-from-left{0%{transform:translateX(0)}30%{transform:translateX(-4%)}to{transform:translateX(0)}}@keyframes scroll{0%{transform:translateY(0)}30%{transform:translateY(60px)}}.page__scroll-down-icon .wheel{animation:scroll 2s ease infinite}.load-from-right{animation:start-from-right .5s ease-out}.load-from-left{animation:start-from-left .5s ease-out}.page__header{transition:box-shadow .3s ease,padding .3s ease}.page__navbar{transition:max-width .3s ease}.page__header.active{padding-bottom:.9rem;padding-top:.9rem;box-shadow:0 0 5px rgba(0,0,0,.1)}.page__navbar.active{max-width:var(--max-width,1200px)}.page__footer-copyright{left:120%;transition:left 1s cubic-bezier(.4,0,.2,1)}.page__footer:has(.rectangle.animate) .page__footer-copyright{left:50%;transform:translateX(-50%)}.testimonial:not(.testimonial--secondary).testimonial:not(.testimonial--hidden){animation:pop .25s ease-out}@media (min-width:824px){a:has(.icon):hover .icon{transform:scale(1.05) rotate(-5deg)}.button:hover{background-color:white;color:var(--primary,#1557ff)}.button--ghost:hover{background-color:var(--primary,#1557ff);color:white}.button--arrow:hover{background-color:var(--primary);color:white}.link:hover{color:var(--primary,#1557ff)}.button--outline:hover{border-color:var(--dark,#1f2023)}.service-card__description,.service-card__title{transition:transform .2s ease}.service-card:after{transition:transform .3s ease}.service-card:hover{box-shadow:0 0 10px rgba(0,0,0,.1)}.service-card:hover .service-card__title{transform:translate(.4rem,.2rem)}.service-card:hover .service-card__description{transform:translate(.4rem,.1rem)}.service-card:hover:after{transform:translate(-.3rem,-.2rem)}}:root{--primary:#019d01;--complementary:#5ce65c;--dark:#1f2023;--dark-background:#f8f9fa;--mobile-padding:1rem;--desktop-padding:2rem;--max-width-hero:1550px;--max-width:1400px;--section-gap:124px;--heading-gap:1.5rem}::selection{background-color:#86befe87}html{scroll-behavior:smooth}menu,ul{list-style:none;padding:0;margin:0}img{border-radius:.25rem}a{text-decoration:none;color:inherit}p{margin:.5em 0}address{font-style:normal}.page__header{padding:1.5rem var(--mobile-padding,1rem);background-color:rgba(255,255,255,.919);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);position:fixed;top:0;left:0;right:0;z-index:20}.page__navbar{display:flex;justify-content:space-between;align-items:center}.page__navbar-logo{position:relative;z-index:10}.page__navbar-items{position:fixed;height:100vh;z-index:2;top:0;bottom:0;left:0;right:0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;transition:transform .2s ease;transform:translateY(100%);background-color:white}.page__navbar-items.active{transform:translateY(0)}.page__navbar-item{--gap:1.5rem;font-size:1.25rem;padding:var(--gap,1.5rem) 1.5rem;font-weight:500;display:block}.page__navbar-item.button{margin-top:var(--gap,1.5rem)}.page__hero{padding:0 var(--mobile-padding,1rem);min-height:800px;position:relative;padding-bottom:3rem;background-image:url(/images/hero/mechanic-mobile.jpg);background-size:cover;background-position:0 0}.page__hero--small{min-height:250px}.page__hero-wrapper{padding-top:9rem}.page__hero-image{display:none;position:absolute;bottom:0;right:-200px;width:65dvw;height:auto;user-drag:none;-webkit-user-drag:none}.page__intro-heading{width:auto;max-width:14em}.page__intro-text{max-width:40em}.page__intro-contact{display:flex;flex-direction:column;column-gap:1rem;row-gap:.25rem;margin-top:1.5rem}.page__intro .button{margin-top:1rem}.page__about{background-color:var(--dark-background,#f8f9fa)}.page__about-wrapper{display:grid;grid-template-columns:1fr;grid-gap:2em;gap:2em}.page__about-text{max-width:35rem;margin:0}.about__image,.page__contact-map{box-shadow:0 0 10px rgba(0,0,0,.122)}.page__services-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.page__testimonials{background-color:var(--dark-background,#f8f9fa)}.page__testimonials-wrapper{display:flex;justify-content:space-between;align-items:center;flex-direction:column;gap:.5rem}.page__testimonials-container{display:grid;grid-template-columns:1fr;padding:0;flex-grow:1;height:15rem}.page__testimonials-button{height:min-content;font-size:1.1rem}.page__contact-wrapper{display:flex;gap:2rem;flex-direction:column}.page__contact-container{display:flex;font-size:1.1rem;justify-content:space-around;flex-wrap:wrap;gap:2rem}.page__contact-map{border-radius:.25rem}.page__contact-opening-hours{width:max-content}.page__contact-info a{display:block;width:max-content}.page__contact-item,.page__contact-opening-hours-day{margin-bottom:.75rem}.page__contact-opening-hours-day{display:flex;justify-content:space-between;gap:3rem}.page__blogs-wrapper{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-gap:1.5rem;gap:1.5rem}.page__footer{position:relative;overflow:hidden}.page__footer-copyright{color:rgb(215,214,214);position:absolute;bottom:18px;width:max-content;font-size:14px;z-index:2}.service__intro{max-width:50em}.service__about{background-color:var(--dark-background,#f8f9fa)}.service__about-wrapper{display:grid;grid-gap:4em;gap:4em}.service__about-article{max-width:50em}.service__hero{margin-top:4rem}.service__hero-button{margin-top:1rem}@media (min-width:824px){html{scroll-padding:2rem}.page__header,.page__hero{padding-left:var(--desktop-padding,2rem);padding-right:var(--desktop-padding,2rem)}.page__hero{overflow:hidden;background-image:url(/images/hero/mechanic-desktop.jpg)}.page__hero--small{text-align:center}.page__hero-image{display:block}.page__intro-heading{width:max-content}.page__hero-wrapper,.page__navbar{max-width:var(--max-width-hero,1600px);margin-inline:auto}.page__navbar-items{position:static;height:auto;flex-direction:row;gap:0;transform:translateY(0);background-color:transparent}.page__navbar-item{--gap:0.75rem;padding:.5rem var(--gap,.75rem);font-size:1.1rem;font-weight:400}.page__navbar-item:not(.button):last-child{padding-right:calc(var(--gap, 1.5rem) * 2)}.page__navbar-item.button{margin-top:0}.page__intro-heading{margin-bottom:.5rem}.page__intro-contact{flex-direction:row}.page__about-wrapper{align-items:center;grid-template-columns:1fr 1fr;gap:5em}.page__services-wrapper{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.page__testimonials-wrapper{flex-direction:row}.page__testimonials-container{gap:1rem;grid-template-columns:repeat(3,1fr)}.page__testimonials-button{transform:rotate(-90deg)}.page__contact-wrapper{flex-direction:row}.page__contact-container{flex-direction:column;justify-content:space-between}.page__contact-opening-hours{order:2}}@font-face{font-family:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/8c0f877bd1202585-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:DM Sans;font-style:normal;font-weight:100 1000;font-display:swap;src:url(/_next/static/media/9c18eba18d4baf22-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:DM Sans Fallback;src:local("Arial");ascent-override:94.90%;descent-override:29.66%;line-gap-override:0.00%;size-adjust:104.53%}.__className_989755{font-family:DM Sans,DM Sans Fallback;font-style:normal}.__variable_989755{--font-dm-sans:"DM Sans","DM Sans Fallback"}