*{padding:0;margin:0;border:0;box-sizing:border-box}*:before,*:after{box-sizing:border-box}html{font-size:20px;scroll-behavior:smooth;overscroll-behavior:none}body{font-size:var(--font-size-body);color:var(--mainColor);font-family:var(--primaryFont);font-weight:var(--font-regular);background:var(--backgroundColor);line-height:var(--line-height-large);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}p a:hover{text-decoration:underline}ul{list-style-type:none}p{margin-bottom:1.4em}br{margin:0;height:0}strong,em{font-style:normal;font-weight:var(--font-regular)}address{font-style:normal}:root{--primaryFont: "Inter", "Arial", system-ui, sans-serif;--headerFont: "Platform", "Arial", system-ui, sans-serif;--font-light: 200;--font-regular: 400;--font-medium: 500;--font-bold: 600;--font-extra-bold: 700;--font-size-h1: clamp(1.8rem, 4.25vw, 3.2rem);--font-size-h2: clamp(1.6rem, 3.65vw, 2.8rem);--font-size-h3: clamp(1.2rem, 3vw, 1.5rem);--font-size-h4: 1.1rem;--font-size-body: clamp(.8rem, 1.32vw, 1rem);--font-size-kicker: .95rem;--mainColor: var(--myBlack);--backgroundColor: var(--myWhite);--myBlack: #000;--myWhite: #FFF;--myAlmostWhite: #f4f4f5;--myGreen: #4ab43f;--myGray: #bfbfcb;--myDarkGray: #8d9794;--myLightGray: #e9e6ee;--myLightGreen: #bfd8ba;--myDarkGreen: #1f4318;--mySky: #c1dadb;--myDarkTeal: #073947;--myFaintPurple: #e9e6ee;--myTeal: #0f626b;--myTerra: #e0b1a7;--myTurqoise: #1ea8a5;--odfPink: #EAA0A5;--line-height-small: 1.05;--line-height-between: 1.2;--line-height-regular: 1.4;--line-height-large: 1.6;--gutterSide: 3rem;--gutterTop: 1rem;--maxWidth: 80rem;--maxWidthMild: 71rem;--maxWidthUltraWide: 150rem;--maxWidthNarrow: 35rem;--gap: clamp(1rem, 8vw, 7rem);--width: calc(100% - calc(var(--gutterSide) * 2));--percentualWidth: 69%;--margin: var(--marginSingular) auto;--marginSingular: clamp(3rem, 7vw, 7rem);--marginSingularHalf: calc(var(--marginSingular) / 2);--marginSingularTop: 4.3rem;--btnPadding: .7em 1.6em;--btnPaddingNarrow: .7em 1em;--btnPaddingWide: .7em 2.1em;--myEase: cubic-bezier(.55,.15,.26,1.1);--myEaseOut: cubic-bezier(.17,.84,.44,1);--dropShadow: 0px 3px 6px 0 rgba(0,0,0,.16);--blurShadow: 10px 10px 30px 0 rgba(0,0,0,.16);--transition-rem: 3rem;--transition-rem-negative: calc(var(--transition-rem) * -1);--borderRadius: .5rem;--hugeBorderRadius: clamp(5rem, 22vw, 20rem);--bigBorderRadius: clamp(7rem, 12vw, 10rem);--mediumBorderRadius: clamp(3.5rem, 12vw, 6rem);--halfBorderRadius: calc(var(--borderRadius) / 2);--btnBorderRadius: 1em;--logoWidth: 5rem}h1,.h1,h2,.h2,h3,.h3,h4,.h4{font-weight:var(--font-regular);font-family:var(--headerFont);line-height:var(--line-height-regular);margin-bottom:.7em}h1,.h1{font-size:var(--font-size-h1)}h2,.h2{font-size:var(--font-size-h2)}h3,.h3{font-size:var(--font-size-h3)}h4,.h4{font-size:var(--font-size-h4)}.kicker{font-size:var(--font-size-kicker)}body{min-height:100vh;min-height:100dvh;display:grid;grid-template-rows:1fr auto}body.no-scroll{overflow:hidden}main section:first-of-type{padding-top:var(--marginSingularTop);margin-top:0}header,main,footer{max-width:var(--maxWidthUltraWide);width:100%;margin:0 auto;position:relative}section,nav#desktop,footer>nav,.container{max-width:var(--maxWidth);width:var(--width);margin:var(--margin);position:relative}section.fullscreen{max-width:100%;width:100%}section.ultrawide{max-width:var(--maxWidthUltraWide);width:100%}section.narrow{max-width:var(--maxWidthNarrow)}section.mild,.container.mild{max-width:var(--maxWidthMild)}figure,picture{position:relative}picture{display:flex}picture img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}*::selection{background:var(--myGreen);color:var(--myWhite)}.no-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.no-scrollbar::-webkit-scrollbar{display:none}button{all:unset;box-sizing:border-box;margin:0;padding:0;border:0;touch-action:manipulation;text-align:center;user-select:none}button,label{cursor:pointer}.btn{font-size:inherit;background:var(--myGreen);color:var(--myBlack);padding:var(--btnPadding);border-radius:100vmin;text-align:center;display:inline-flex;transition:color .35s,background .35s;font-weight:var(--font-regular);justify-content:center}.btn:hover{background:var(--myDarkGreen);color:var(--myWhite)}.btn.secondary{background:var(--myBlack);color:var(--myWhite)}.btn.secondary:hover{background:var(--myDarkGreen)}.btn.white{background:var(--myWhite)}.btn.white:hover{background:var(--myDarkGreen)}.link{background-image:linear-gradient(#00000040,#00000040),linear-gradient(#000,#000);background-position:0% calc(50% + .6em);background-repeat:no-repeat;background-size:100% 1px,0% 1px;transition:background-size .3s;display:inline-block}.link.start-invisible{background-image:linear-gradient(#fff0,#fff0),linear-gradient(#000,#000)}.link.white{background-image:linear-gradient(#ffffff40,#ffffff40),linear-gradient(#fff,#fff)}.link.white.start-invisible{background-image:linear-gradient(#fff0,#fff0),linear-gradient(#fff,#fff)}.link.green{background-image:linear-gradient(#4ab43f,#4ab43f);background-size:100% 2px;transition:color .35s}.link.green:hover{background-size:100% 2px;color:var(--myGreen)}.link.white.start-invisible:hover,.link:hover{background-size:100% 1px,100% 1px}section.text p a{background-image:linear-gradient(#4ab43f66,#4ab43f66),linear-gradient(#4ab43f,#4ab43f);background-position:0% calc(50% + .6em);background-repeat:no-repeat;background-size:100% 2px,0% 2px;transition:background-size .3s,color .3s;padding-bottom:.1rem;text-decoration:none}section.text p a:hover{background-size:100% 2px,100% 2px;color:var(--myGreen)}nav#breadcrumbs ul{display:flex;align-items:flex-start;color:var(--myGreen);font-size:.8rem}nav#breadcrumbs ul li{margin-right:.5em;display:flex}nav#breadcrumbs ul li>span:first-of-type{margin:0 .5em 0 0;color:var(--myBlue);font-weight:var(--font-medium);transform:translateY(1px);display:inline-block}nav#breadcrumbs ul li a{transition:color .35s}nav#breadcrumbs ul li a:hover,nav#breadcrumbs ul li>span:not(:first-of-type):last-of-type{color:var(--myDarkGreen)}body[data-helping=true] section{outline:2px solid var(--myGreen);outline-offset:.5rem}section:first-of-type div.helper.helper.helper.helper{top:6rem}div.helper.helper.helper.helper{position:absolute;left:0;transform:translate(-0%,-100%);top:0;transform-origin:right;color:var(--myWhite);background:var(--myGreen);z-index:9;padding:.4em 1.2em;border-radius:100vmin;font-size:.7rem;font-weight:var(--font-medium);width:auto}section.fullscreen div.helper.helper.helper.helper{left:calc(var(--gutterSide) + .7eM);border-radius:100vmin}body.home main section:last-of-type{margin-bottom:0}header{position:fixed;z-index:10}header svg{width:100%;height:auto}header svg path{fill:var(--myWhite);transition:fill .35s}nav#mobile,.burger,.mobile{display:none}header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--myWhite);transition:.35s}body.home header:before{transform:translateY(-100%)}body header[data-absolute-top=false]:before{transform:translateY(0)}body header[data-top=false]:before{box-shadow:0 0 5px #0003}body header[data-absolute-top=false] nav#desktop{color:var(--myBlack)}body header[data-absolute-top=false] svg path{fill:var(--myBlack)}body header[data-scroll-direction=down][data-top=false]:not(:hover) nav#desktop,body header[data-scroll-direction=down][data-top=false]:not(:hover):before{transform:translateY(-100%)}body.home header[data-absolute-top=true]:hover:before{transform:none}body.home header[data-absolute-top=true]:hover nav#desktop{color:var(--myBlack)}body.home header[data-absolute-top=true]:hover svg path{fill:var(--myBlack)}body:not(.home) header nav#desktop{color:var(--myBlack)}body:not(.home) header svg path{fill:var(--myBlack)}nav#desktop{margin:0 auto;padding:1rem 0;color:var(--myWhite);transition:color .35s,transform .35s;font-size:.75rem;z-index:2}nav#desktop>ul{display:flex;justify-content:flex-end;align-items:center}nav#desktop>ul li{position:relative}nav#desktop>ul :is(li.active a,li a:hover){color:var(--myGreen)}nav#desktop>ul li a{display:flex;transition:color .35s}nav#desktop>ul>li:first-of-type{margin-right:auto;max-width:var(--logoWidth)}nav#desktop>ul>li:not(:first-of-type){margin-left:4.3rem;transition:margin-left .35s}nav#desktop>ul>li:not(:first-of-type)>a{padding:.5rem}header nav#desktop .sub{position:absolute;bottom:0;transform:translateY(100%);display:none}header nav#desktop .sub>li>a{padding:.25rem .5rem;display:inline-block}nav#mobile{position:fixed;top:0;transform:translateY(-100%);transition:.5s ease;height:100vh;height:100dvh;width:100%;display:none;flex-direction:column;align-items:center}nav#mobile>ul{display:flex;flex-direction:column;height:100%;width:var(--width);margin:4rem auto 0}nav#mobile>ul>li{display:flex;transition:.5s ease}nav#mobile>ul>li>a{padding:.7rem 0;width:100%;border-bottom:1px solid var(--myAlmostWhite);transition:color .35s}nav#mobile>ul :is(li.active a,li a:hover){color:var(--myGreen)}input.burger{display:none}label.burger{position:absolute;right:var(--gutterSide);top:var(--gutterTop);width:2.3em;height:2.3em;transition:.5s ease;z-index:99;display:none;align-items:center;justify-content:center;border-radius:var(--btnBorderRadius)}label.burger>span{width:1.2rem;height:3px;position:absolute;background:var(--myBlack);transition:.5s ease;border-radius:1rem}label.burger>span:nth-of-type(1){transform:translateY(-.35rem)}label.burger>span:nth-of-type(2){transform:none;transform:scaleX(.6);transform-origin:right}label.burger>span:nth-of-type(3){transform:translateY(.35rem)}input.burger:checked~header label.burger span:nth-of-type(1){transform:rotate(45deg)}input.burger:checked~header label.burger span:nth-of-type(2){transform:translate(-100%) scaleX(.00001)}input.burger:checked~header label.burger span:nth-of-type(3){transform:rotate(-45deg)}input.burger:checked~header nav#mobile{transform:none}footer{background:var(--myBlack);color:var(--myWhite)}footer>nav>ul{display:flex;gap:1rem;justify-content:space-between;flex-wrap:wrap}footer>nav>ul>li{width:20%;min-width:12rem}footer>nav>ul>li>ul>li{margin-bottom:.8em;font-size:.9em}footer>nav>ul>li>ul>li span{display:inline-block;transition:transform .55s}footer>nav>ul>li>ul>li a{display:inline-flex;align-items:center}footer>nav>ul>li>ul>li a:before{content:"";width:.7em;height:.7em;background:url(/img/arrow.svg?_cchid=2983bf98729c613f0d28528a04082b4b) 50% 50% / contain no-repeat;display:block;position:absolute;opacity:0;transition:opacity .55s}footer>nav>ul>li>ul>li a:hover:before{opacity:1}footer>nav>ul>li>ul>li a:hover span{transform:translate(1.5em)}footer>nav>p{font-size:.7rem;margin-top:1rem;text-align:center}footer>nav>p a:hover{color:var(--odfPink)}footer>nav>ul.bottom{display:grid;grid-template-columns:1fr 1fr;grid-gap:1em}footer>nav>ul.bottom>li{width:auto}footer>nav>ul.bottom>li:last-of-type{margin-left:auto;grid-column:-1/1}footer>nav>ul.bottom>li a:before{display:none}footer>nav>ul.bottom>li a span{transform:none!important}footer li.phone{display:flex;gap:.5em;align-items:center}footer li.phone a:before{display:none}footer li.phone svg{order:-1}footer li.phone svg path{transition:stroke .35s}footer li.phone a:hover+svg path{stroke:var(--myWhite)}footer li.logo svg{width:100%;height:auto;margin-top:2rem}footer li.logo svg path{fill:var(--myWhite)}ul.socials{display:flex;align-items:center;gap:.8rem;--icon-size: 1.8rem}ul.socials li{position:relative;display:flex;justify-content:center;align-items:center}ul.socials li a{min-width:var(--icon-size);min-height:var(--icon-size);display:flex;justify-content:flex-start;align-items:center}ul.socials li svg{max-width:calc((var(--icon-size)));max-height:calc((var(--icon-size)));width:100%;height:100%}ul.socials li svg path{fill:var(--myWhite);transition:.35s}ul.socials li a:hover path{fill:var(--myGreen)}ul.bottom{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);font-size:.8rem;gap:0 1rem}ul.bottom li{margin-bottom:0}ul.bottom p{margin:0;text-align:right;opacity:.8}ul.bottom ul.legal{width:100%;display:flex;justify-content:flex-end;gap:1rem}section.not-found.not-found{display:grid;grid-template-columns:1fr 1fr;grid-gap:var(--gap);padding-top:14rem;min-height:50vh;align-items:flex-start}section.not-found.not-found div{margin-top:2rem}section.not-found.not-found p a{text-decoration:var(--myGreen) underline;font-weight:var(--font-medium)}section.not-found.not-found p a:hover{color:var(--myGreen)}body section[data-color][data-color]{background:none;transition:background 1.5s var(--myEase)}body section[data-color][data-color]:not(.activate){background:var(--myLightGreen)}.popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:200;transition:opacity .5s;display:flex;align-items:flex-end;justify-content:flex-start;right:0;max-width:var(--maxWidth);width:var(--width);margin:0 auto;bottom:1rem;pointer-events:none}.popup .inner{background:var(--myBlack);color:var(--myWhite);width:100%;max-width:24rem;height:auto;border-radius:var(--halfBorderRadius);padding:1rem;position:relative;margin-bottom:1rem;pointer-events:all;transform:translateY(calc(100% + 2rem));transition:transform .5s ease}.popup button.x{position:absolute;right:1rem;top:1.2rem;display:flex;width:1.5rem;height:1.5rem;border-radius:50%;align-items:center;justify-content:center;transition:background .25s;z-index:3;background:var(--myWhite);transition:transform 333ms ease}.popup button.x:hover{transform:rotate(90deg)}.popup button.x:before,.popup button.x:after{width:.8rem;height:2px;background:var(--myBlack);content:"";position:absolute;transform:rotate(var(--r, -45deg))}.popup button.x:before{--r: 45deg}.popup h2{font-size:var(--font-size-h3)}.popup.show .inner{transform:none}@media only screen and (max-width:1450px){:root{--gutterSide: 2rem}nav#desktop>ul>li:not(:first-of-type){margin-left:1.5rem}}@media only screen and (max-width:1000px){:root{--logoWidth: 3.5rem;--gutterTop: .5rem;--gutterSide: 1rem;--marginSingularTop: 4.5rem}nav#mobile,.mobile{display:block}label.burger{display:flex}nav#desktop{padding:.7rem 0;transition:padding .35s}nav#desktop li:not(:first-of-type){display:none}nav#desktop li:first-of-type{transition:max-width .35s}body.home input.burger:not(:checked)~header:not([data-absolute-top=false],:hover) label.burger span{background:var(--myWhite)}header{transition:box-shadow .35s}header:not([data-absolute-top=false]){--logoWidth: 4.4rem;--gutterTop: 1.1rem}header:not([data-absolute-top=false]) nav#desktop{padding:1.2rem 0}header[data-absolute-top=false]{box-shadow:0 0 5px #0003}body header[data-scroll-direction=down][data-top=false]:not(:hover) nav#desktop,body header[data-scroll-direction=down][data-top=false]:not(:hover):before{transform:none}input.burger:checked~header:before{height:100vh;height:100dvh;transform:none}input.burger:checked~header svg path{fill:var(--myBlack)}input.burger:checked~header{--logoWidth: 4.4rem;--gutterTop: 1.1rem}input.burger:checked~header nav#desktop{padding:1.2rem 0}nav#breadcrumbs ul{font-size:.6rem}}@media only screen and (max-width:768px){:root{--percentualWidth: 100%}footer .logo{max-width:7rem}footer>nav>ul.bottom{grid-template-columns:1fr;justify-items:flex-start}footer>nav>ul.bottom>li:nth-last-of-type(2){order:2}footer>nav>ul.bottom>li:last-of-type{margin:2em 0 1em}footer>nav>ul.bottom ul.legal{flex-direction:column;align-items:flex-start;gap:.75rem}section.not-found.not-found{display:flex;flex-direction:column;align-items:flex-start;min-height:0;grid-gap:unset;padding-top:8rem}section.not-found.not-found div{margin-top:0rem}}
