@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}img{max-width:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}:root{font-size:var(--font-size);interpolate-size:allow-keywords;--border-style: var(--border-width) solid var(--border-color);--box-shadow-style: var(--box-shadow-offset) var(--box-shadow-offset) 0 var(--box-shadow-color)}html,body{scroll-behavior:smooth}body{font-family:var(--font-content);line-height:var(--line-height);color:var(--text-color);background-color:var(--background-color);box-sizing:border-box}a{color:var(--primary-color);text-decoration:underline}.l-container{max-width:1200px;margin:auto;padding:0 1rem}.l-section{margin:4rem 0}.l-section--no-margin{margin:0}.l-section--bordered{border-top:var(--border-style);border-bottom:var(--border-style);padding-block:4rem}.l-section--bordered+.l-section--bordered,.l-section--bordered+.footer{border-top:none;margin-bottom:0}@media screen and (min-width: 768px){.l-container{padding:0 2rem}.l-section{margin:6rem 0}.l-section--no-margin{margin:0}.l-section__bordered{padding-block:6rem}}.t-title{font-size:2rem;font-weight:700;line-height:1.2;font-family:var(--font-heading)}.t-title--h1{font-size:2.027rem;line-height:1.1}.t-title--h2{font-size:1.802rem;line-height:1.1}.t-title--h3{font-size:1.602rem;line-height:1.1}.t-title--h4{font-size:1.424rem;line-height:1.2}.t-title--h5{font-size:1.266rem;line-height:1.2}.t-title--h6{font-size:1.125rem;line-height:1.2}.t-subtitle{font-size:1.125rem;font-weight:600;line-height:1.5;font-family:var(--font-content)}.t-paragraph{font-size:1.1rem;line-height:1.5;font-family:var(--font-content)}@media screen and (min-width: 768px){.t-title{font-size:2rem;font-weight:700;line-height:1.2;font-family:var(--font-heading)}.t-title--h1{font-size:3.815rem;line-height:1.1}.t-title--h2{font-size:3.052rem;line-height:1.1}.t-title--h3{font-size:2.441rem;line-height:1.1}.t-title--h4{font-size:1.953rem;line-height:1.2}.t-title--h5{font-size:1.563rem;line-height:1.2}.t-title--h6{font-size:1.25rem;line-height:1.2}.t-subtitle{font-size:1.25rem;font-weight:600;line-height:1.5;font-family:var(--font-content)}}.bg-primary{background-color:var(--primary-color)}.bg-secondary{background-color:var(--secondary-color)}.bg-highlight{background-color:var(--highlight-color)}.bg-black{background-color:var(--black)}.stroke-primary{stroke:var(--primary-color)}.stroke-secondary{stroke:var(--secondary-color)}.stroke-black{fill:var(--black)}.text-light{color:var(--text-color-light)}.font-heading{font-family:var(--font-heading)}.font-content{font-family:var(--font-content)}.no-scroll{overflow:hidden}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:none;z-index:1000}body:has(.nav-mobile--open) .popup-overlay{display:block}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.button{display:inline-block;border:none;padding:1rem 2rem;line-height:1;font-size:var(--font-size);font-family:var(--font-content);cursor:pointer;text-decoration:none;font-weight:700;font-size:1.2rem;box-shadow:var(--box-shadow-style);border:var(--border-style);border-radius:var(--border-radius)}.button:hover,.button:focus-visible{box-shadow:0 0;background-color:var(--highlight-color)}.button--primary{background-color:var(--primary-color);color:var(--text-color-light)}.button--secondary{background-color:var(--secondary-color);color:var(--text-color-light)}.button--black{background-color:var(--black);color:var(--text-color-light)}.button--white{background-color:var(--white);color:var(--text-color)}.button--disabled{cursor:not-allowed;opacity:.6}.button:hover{color:var(--text-color)}.mobile-toggle{background-color:transparent;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:4px;flex-wrap:nowrap}.mobile-toggle span{display:block;width:25px;height:3px;background-color:var(--header-text-color);transition:.3s ease-in-out}.mobile-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.mobile-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.card{padding:2rem 1rem;box-shadow:var(--box-shadow-style);border:var(--border-style);border-radius:var(--border-radius)}@media screen and (min-width: 768px){.card{padding:2rem}}.input{box-shadow:var(--box-shadow-style);border:var(--border-style);border-radius:var(--border-radius);padding:1rem;box-sizing:border-box;font-size:1rem}.input:hover,.input:focus-visible{box-shadow:0 0;background-color:var(--highlight-color)}.input::placeholder{color:var(--text-color);opacity:.8}.form-field__label,.form-field__input{display:block;width:100%}.form-field__label{margin-bottom:.25rem;font-size:1rem}.form-field:has([required]) .form-field__label:after{content:" (required)"}.form{container-type:inline-size;container-name:form;display:flex;align-items:center;justify-content:flex-start;flex-direction:row;gap:1.5rem;flex-wrap:wrap}.form-field{width:100%}@container form (min-width: 600px){.form-field--half{width:calc(50% - .75rem)}.form-field--full{width:100%}}.header{color:var(--header-text-color);position:sticky;top:0;z-index:1000;width:100%}.header__inner{border-bottom:var(--border-style);background-color:var(--header-background-color)}.header__container{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:0;flex-wrap:nowrap;padding-top:20px;padding-bottom:20px}.header__main{flex:1;display:flex;align-items:center;justify-content:flex-end;flex-direction:row;gap:0;flex-wrap:nowrap}.header__logo{display:inline-block;font-size:1.8rem;font-weight:700;text-decoration:none;color:var(--header-text-color)}.header__nav,.header__cta{display:none}@media screen and (min-width: 768px){.header__cta{display:block}.header__mobile-toggle{margin-left:1.4rem}.header__nav-item a{color:var(--header-text-color);text-decoration:none;font-weight:700;font-size:1.2rem}.header__nav-item a:hover{color:var(--primary-color)}}@media screen and (min-width: 1024px){.header__nav{display:block;margin-right:1.4rem}.header__nav-list{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:1.5rem;flex-wrap:nowrap;list-style:none}.header__mobile-toggle{display:none}}.nav-mobile{position:absolute;top:100%;right:0;left:0;z-index:-1;transform:translateY(-100%);border-bottom:var(--border-style);transition:visibility .3s,transform .3s ease-in-out;padding-top:3rem;padding-bottom:3rem;visibility:hidden;background-color:var(--header-background-color)}.nav-mobile--open{transform:translateY(0);visibility:visible;transition:visibility .3s,transform .3s ease-in-out}.nav-mobile__container{min-height:20dvh;display:flex;align-items:flex-end;justify-content:space-between;flex-direction:column;gap:2rem;flex-wrap:nowrap}.nav-mobile__nav-item{text-align:right}.nav-mobile__nav-item:not(:last-child){margin-bottom:1rem}.nav-mobile__nav-item a{color:var(--header-text-color);text-decoration:none;font-weight:700;font-size:1.5rem}.l-section--hero{margin-top:0;padding-top:4rem;padding-bottom:4rem;border-bottom:var(--border-style);background-color:var(--primary-color);min-height:44vh;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:0;flex-wrap:nowrap}.l-container--hero{width:100%}.hero{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column-reverse;gap:2rem;flex-wrap:nowrap}.hero__title{margin-bottom:1rem}.hero__content{color:var(--text-color-light)}.hero__image{width:140px}.hero__image img{width:100%;height:auto}.hero__image .hero__title{margin-bottom:1rem}.hero__cta-button{margin-top:2rem}@media (min-width: 768px){.l-section--hero{padding-top:6rem;padding-bottom:6rem}.hero{flex-direction:row;align-items:center}.hero__content{width:60%}.hero__image{width:40%;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:0;flex-wrap:nowrap}}.features__title{margin-bottom:.5rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.features-grid-item__title{margin-bottom:.5rem}.testimonials-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:2rem;margin-top:2rem}.testimonials__title{margin-bottom:.5rem}.testimonial{text-align:center;grid-column:span 1;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:1rem;flex-wrap:nowrap}.testimonial__logo{width:100%;height:100px;object-fit:contain;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;flex-direction:row;gap:0;flex-wrap:nowrap}.testimonial__logo img{width:100%;max-height:100%}.testimonial__author{font-weight:700;margin-top:.5rem}@media screen and (min-width: 768px){.testimonials-grid{grid-template-columns:repeat(2,1fr)}.testimonial--wide{grid-column:span 2}}@media screen and (min-width: 1024px){.testimonials-grid{grid-template-columns:repeat(4,1fr)}.testimonial--wide{grid-column:span 2}.testimonial--full{grid-column:span 4}}.pricing__title{margin-bottom:.5rem}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.pricing-plan{justify-content:center;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:1rem;flex-wrap:nowrap;text-align:center}.pricing-plan__label{font-size:1rem;font-weight:500;margin-bottom:.5rem}.pricing-plan__title{margin-bottom:.5rem}.pricing-plan__price{margin-bottom:1rem}.faq__title{margin-bottom:.5rem}.faq__list{margin-top:2rem}.faq-list-item{box-shadow:var(--box-shadow-style);border:var(--border-style);border-radius:var(--border-radius)}.faq-list-item:hover,.faq-list-item:focus-visible{box-shadow:0 0;background-color:var(--highlight-color)}.faq-list-item:not(:last-child){margin-bottom:1rem}.faq-list-item[open]{background-color:var(--highlight-color);box-shadow:0 0}.faq-list-item__question{cursor:pointer;padding:1.5rem;list-style:none;display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:0;flex-wrap:nowrap}.faq-list-item__question::marker,.faq-list-item__question::-webkit-details-marker{display:none}.faq-list-item__question:after{content:"+";font-size:2.5rem;line-height:1}.faq-list-item[open] .faq-list-item__question:after{content:"−"}.faq-list-item__answer{padding:1.5rem;border-top:var(--border-style);overflow:hidden;transition:height .4s ease}.text-block__subtitle{margin-top:.5rem}.text-block__description{margin-top:2rem}.gallery__title{margin-bottom:.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.gallery-grid__item{box-shadow:var(--box-shadow-style);border:var(--border-style);border-radius:var(--border-radius);overflow:hidden}.gallery-grid__item img{width:100%;height:100%;display:block;object-fit:cover}.gallery-grid__btn-container{text-align:center;margin-top:2.5rem}@media screen and (min-width: 768px){.gallery-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-rows:200px}.gallery-grid__item:nth-child(1){grid-column:span 2;grid-row:span 2}.gallery-grid__item:nth-child(n+2){grid-column:span 1;grid-row:span 1}}@media screen and (min-width: 1024px){.gallery-grid{grid-template-columns:repeat(3,1fr);grid-auto-rows:250px}.gallery-grid__item:nth-child(5){grid-column:span 2;grid-row:span 2}}.stats__title{margin-bottom:.5rem}.stats__list{margin-top:2rem;display:flex;align-items:stretch;justify-content:center;flex-direction:column;gap:2rem;flex-wrap:nowrap}.stats-item__number{margin-bottom:.5rem}@media screen and (min-width: 768px){.stats__list{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;gap:2rem;flex-wrap:wrap}.stats-item{flex:1;width:50%}}@media screen and (min-width: 1024px){.stats__list{display:flex;align-items:flex-start;justify-content:space-evenly;flex-direction:wrap;gap:0;flex-wrap:nowrap;gap:2rem}.stats-item{flex:1}}.cta{text-align:center;max-width:700px;margin-inline:auto}.cta__title{margin-bottom:1rem}.cta__description{margin-bottom:2rem}.contact-form__title{margin-bottom:.5rem}.contact-form__form{width:100%;margin-inline:auto;margin-top:2rem}@media screen and (min-width: 768px){.contact-form{display:flex;align-items:flex-start;justify-content:space-between;flex-direction:row;gap:3rem;flex-wrap:nowrap}.contact-form__text-content{width:40%}.contact-form__form{width:60%;margin-top:0}}.newsletter{max-width:700px;margin-inline:auto;text-align:center}.newsletter__title{margin-bottom:.5rem}.newsletter__form{margin-top:2rem;text-align:left;display:flex;align-items:flex-end;justify-content:center;flex-direction:column;gap:.5rem;flex-wrap:nowrap;max-width:500px;margin-inline:auto}@media screen and (min-width: 768px){.newsletter__form{display:flex;align-items:flex-end;justify-content:center;flex-direction:row;gap:.5rem;flex-wrap:nowrap}}.blog-teaser__title{margin-bottom:.5rem}.blog-teaser__list{margin-top:2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.blog-teaser__button-container{margin-top:2.5rem;text-align:center}.blog-post-item{box-shadow:var(--box-shadow-style);border:var(--border-style);border-radius:var(--border-radius);position:relative;overflow:hidden}.blog-post-item:hover,.blog-post-item:focus-visible{box-shadow:0 0;background-color:var(--highlight-color)}.blog-post-item__img{width:100%;aspect-ratio:4/3}.blog-post-item__img img{width:100%;height:100%;display:block;object-fit:cover}.blog-post-item__text-content{padding:2rem;border-top:var(--border-style)}.blog-post-item__title{margin-bottom:.5rem}.blog-post-item__description{margin-bottom:2rem}.blog-post-item__button:before{content:"";position:absolute;inset:0}.footer{text-align:center;background-color:var(--footer-background-color);color:var(--footer-text-color)}.footer__top{padding-top:4rem;padding-bottom:4rem}.footer__bottom{padding-top:2rem;padding-bottom:2rem;border-top:var(--border-style);border-color:var(--border-color-light)}.footer__logo{display:inline-block;font-size:1.8rem;font-weight:700}.footer a{color:inherit}.footer a:hover{color:var(--primary-color)}.footer__socials{display:flex;justify-content:center;gap:1.5rem;margin-top:1rem}.footer__socials a:hover svg{fill:var(--primary-color)}
