@charset "UTF-8";.footer{z-index:200;width:100vw}.footer .contact-content{width:100%;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;text-align:center;padding:8rem 0}.footer .contact-content .contact-background{position:absolute;top:0;left:0;width:100%;height:100%;background:#d8e2f0;z-index:1;opacity:0;transform:translate(50vw,-50vh) scale(0);border-radius:50%;transition:all .8s cubic-bezier(.25,.46,.45,.94)}.footer .contact-content .contact-foreground{position:relative;z-index:2;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}.footer .contact-content.slide-in .contact-background{opacity:1;transform:translate(0) scale(1);border-radius:0}.footer .contact-content .link{text-decoration:none}.footer .contact-content .link:hover{opacity:.7}.footer .footer-content{width:100%;color:#fff;background:#243352;display:flex;flex-direction:column;align-items:center}.footer .footer-content .footer-grid{display:grid;width:100%;grid-template-columns:repeat(5,1fr);gap:2.5rem;align-items:center;justify-content:center;text-align:center;padding:5rem;max-width:1200px}.footer .footer-content .footer-grid .column-image{justify-self:start;border:1px solid white;margin-right:2.5rem}@media screen and (max-width:1200px),screen and (max-width:900px),screen and (max-width:580px){.footer .footer-content .footer-grid .column-image{grid-column:1/-1;margin-bottom:2.5rem;margin-right:0}}@media screen and (max-width:1200px){.footer .footer-content .footer-grid{grid-template-columns:1fr 1fr 1fr 1fr;gap:2.5rem}}@media screen and (max-width:900px){.footer .footer-content .footer-grid{grid-template-columns:1fr 1fr;gap:2.5rem}}@media screen and (max-width:580px){.footer .footer-content .footer-grid{grid-template-columns:1fr;gap:2.5rem}}.footer .footer-content .column-image{padding:0;margin:0;display:flex;justify-content:flex-start;align-items:center}.footer .footer-content .column-image .itd-logo{height:90px;vertical-align:middle}.footer .footer-content .column{display:flex;flex-direction:column;align-items:start;text-align:left;width:max-content;padding:0 10px}.footer .footer-content .column .column-title{text-align:left;font-weight:700;font-size:1.2rem}.footer .footer-content .column .column-content{display:flex;flex-direction:column;align-items:flex-start;text-align:left;margin-top:10px}.footer .footer-content .column .column-content a{margin-bottom:10px}.footer .footer-content .copyright-block{text-align:center;line-height:1.5rem;padding:0 1.5rem 1.5rem}.footer .footer-content .copyright-block .separator{margin:0 7px}.scroll-animation-base,.scroll-bg-div-animation,.scroll-bg-animation{transition:all .5s cubic-bezier(.25,.46,.45,.94);opacity:0;border-radius:50%}.scroll-animation-base.active,.active.scroll-bg-div-animation,.active.scroll-bg-animation{opacity:.7;border-radius:0;transform:translate(0) scale(1)!important}.scroll-bg-animation{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.scroll-bg-animation.from-bottom-right{transform:translate(50vw,50vh) scale(0)}.scroll-bg-animation.from-top-right{transform:translate(50vw,-50vh) scale(0)}.scroll-bg-animation.from-bottom-left{transform:translate(-50vw,50vh) scale(0)}.scroll-bg-animation.from-top-left{transform:translate(-50vw,-50vh) scale(0)}.scroll-bg-animation.from-center{transform:translate(0) scale(0)}.scroll-bg-div-animation{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.scroll-bg-div-animation.from-bottom-right{transform:translate(50vw,50vh) scale(0)}.scroll-bg-div-animation.from-top-right{transform:translate(50vw,-50vh) scale(0)}.scroll-bg-div-animation.from-bottom-left{transform:translate(-50vw,50vh) scale(0)}.scroll-bg-div-animation.from-top-left{transform:translate(-50vw,-50vh) scale(0)}.scroll-bg-div-animation.from-center{transform:translate(0) scale(0)}.scroll-animation-container{position:relative;overflow:hidden}.scroll-animation-container .scroll-animation-content{position:relative;z-index:2}.scroll-bg-animation.opacity-full.active,.scroll-bg-div-animation.opacity-full.active{opacity:1}.scroll-bg-animation.opacity-light.active,.scroll-bg-div-animation.opacity-light.active{opacity:.3}.scroll-bg-animation.opacity-medium.active,.scroll-bg-div-animation.opacity-medium.active{opacity:.5}.scroll-bg-animation.opacity-strong.active,.scroll-bg-div-animation.opacity-strong.active{opacity:.9}.scroll-animation-base.timing-fast,.timing-fast.scroll-bg-animation,.timing-fast.scroll-bg-div-animation{transition-duration:.5s}.scroll-animation-base.timing-slow,.timing-slow.scroll-bg-animation,.timing-slow.scroll-bg-div-animation{transition-duration:1.2s}.scroll-animation-base.timing-bounce,.timing-bounce.scroll-bg-animation,.timing-bounce.scroll-bg-div-animation{transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.header{width:100vw;padding:7px 5px 3px;border-top:5px solid var(--color-primary);border-bottom:1px solid #d2d2d2;position:relative;z-index:200;background:#fff}.header .content{display:flex;align-items:center;width:100%;max-width:1360px;margin:0 auto;height:80px}@media screen and (max-width:470px){.header .content{height:50px}}.header .content .navigation{display:flex;align-items:center;width:100%;gap:24px}@media screen and (max-width:420px){.header .content .navigation{gap:8px}}.header .content .navigation .logo-link{padding:0;margin:0}.header .content .navigation .logo-link figure{padding:0;margin:0}.header .content .navigation .logo-link figure .itd-logo{height:70px;width:144px}@media screen and (max-width:470px){.header .content .navigation .logo-link figure .itd-logo{width:92px;height:45px}}.header .content .navigation .right-section{display:flex;align-items:center;justify-content:flex-end;margin-left:auto;gap:24px}@media screen and (max-width:420px){.header .content .navigation .right-section{gap:8px}}.header .content .navigation .right-section .contact-button{background:var(--color-primary);color:#fff;padding:8px 16px;border-radius:4px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease}.header .content .navigation .right-section .contact-button:hover,.header .content .navigation .right-section .contact-button.focus{background:var(--color-secondary);text-decoration:none;outline:none}.header .content .navigation .right-section .language-selection{display:flex;align-items:center;gap:3px}@media screen and (max-width:420px){.header .content .navigation .right-section .language-selection .globe-icon{display:none}}.header .content .navigation .right-section .language-selection .language-selector{cursor:pointer;border:none;background:none;font-size:17px;font-weight:400}.header .content .navigation .right-section .language-selection .language-selector:hover{text-decoration:none;color:var(--color-secondary-contrast);opacity:.7}.header .content .navigation .right-section .language-selection .language-selector.selected{text-decoration:none;color:var(--color-secondary-contrast)}.header .content .navigation .right-section .language-selection .language-selector.inactive{opacity:1}.customPageContent{display:flex;flex-direction:column;height:100%;width:100%;overflow-x:hidden}.customPageContent .customOutletContainer{width:calc(100% - 10vw);max-width:1360px;margin:0 auto;flex:1}.about{width:100%;overflow:auto}.about .flex{display:flex}.about .column{flex-direction:column}.about .center{align-items:center;text-align:center}.about .start{text-align:start}.about .contentWidth{width:70%}.about .fullWidth{width:100%}.about .margin{margin-top:20px;margin-bottom:20px}.contact{width:100%;margin-bottom:2em}.contact .content{display:flex;flex-direction:column;align-items:center;text-align:center;width:100%}.contact .content h1{font-size:50px}.contact .content .block{display:flex;flex-direction:column;align-items:start;text-align:center;width:70%;min-width:300px}@media screen and (max-width:850px){.contact .content .block{width:90%}}.contact .content .block{font-size:20px;line-height:1.7}.contact .content .block .link{display:flex;align-items:center;gap:5px;font-size:20px;color:#273352}.contact .content .block .link:hover{opacity:.7}.contact .content .block .text-block{text-align:start;align-items:flex-start;line-height:1.7;font-size:20px;margin-bottom:2rem}.contact .content .block .logo{margin-left:0}.find-us{width:100%;overflow:auto}.find-us .content{display:flex;flex-direction:column;align-items:center;text-align:center}.find-us .content h1{font-size:50px}@media screen and (max-width:1200px){.find-us .content h1{font-size:40px}}@media screen and (max-width:850px){.find-us .content h1{font-size:30px}}.find-us .content h2{font-size:40px}@media screen and (max-width:1200px){.find-us .content h2{font-size:30px}}@media screen and (max-width:850px){.find-us .content h2{font-size:20px}}.find-us .content .double-block{width:70%}@media screen and (max-width:850px){.find-us .content .double-block{width:90%}}.find-us .content .double-block{display:flex;flex-direction:column;align-items:center;text-align:center}.find-us .content .double-block .block-content{width:100%;display:flex;flex-direction:row;text-align:left;align-items:flex-start}.find-us .content .double-block .block-content .left-large{flex:0 1 60%}.find-us .content .double-block .block-content .right-small{flex:0 1 40%}.find-us .content .double-block .block-content .left-large,.find-us .content .double-block .block-content .right-small{padding:20px;min-width:300px}.find-us .content .double-block .block-content .map-block{margin-bottom:2em;width:100%}.find-us .content .double-block .block-content .map-block .map{border:0;width:100%;height:25rem}.find-us .content .double-block .block-content .image-block{text-align:center;margin-top:2em;padding:0}.find-us .content .double-block .block-content .image-block figure{margin:0}.find-us .content .double-block .block-content .image-block .image{width:100%}.find-us .content .double-block .block-content .image-block .image.logo{width:auto}.find-us .content .double-block .block-content .image-block figcaption{margin-top:1em;font-size:15px}.find-us .content .double-block .block-content .text-block{width:100%;text-align:start;line-height:1.7;font-size:20px}.find-us .content .double-block .block-content .text-block.center{text-align:center}.find-us .content .double-block .block-content .text-block .highlight{font-weight:700}.find-us .content .double-block .block-content .text-block .highlight.contrast{color:var(--color-secondary)}.find-us .content .double-block .block-content .text-block .spacing{margin-bottom:1em}.find-us .content .double-block .block-content .text-block .link{display:flex;align-items:center;gap:5px;font-size:20px;color:var(--color-text)}.find-us .content .double-block .block-content .text-block .link:hover{opacity:.7}@media screen and (max-width:1200px){.find-us .content .double-block .block-content{flex-direction:column}.find-us .content .double-block .block-content .left-large,.find-us .content .double-block .block-content .right-small{display:flex;flex-direction:column;min-width:300px;width:100%;padding:5px;align-items:flex-start;text-align:left}}.find-us .content .back-button{margin:1em 0}.card{display:flex;flex-direction:column;flex:1 1 0;justify-content:center;border:1px solid #d2d2d2;border-radius:.5rem;padding:1.5rem;box-shadow:2px 4px 10px #00000026;background-color:#fff}@media(max-width:800px){.card{flex:1 1 100%;max-width:100%}}.card .card-icon{height:50px;width:100%;color:var(--color-tertiary)}.card .card-content{width:100%;margin-top:.7rem;font-size:larger;line-height:1.4}.home{width:100%;position:relative}.home .title-content{width:100%;display:flex;margin-bottom:3rem;flex-direction:column;align-items:center;text-align:center}.home .title-content .title-image{margin:14vh auto 6vh}.home .title-content .title-image .logo{width:100%;height:32vh}.home .title-content .subtitle{width:100%;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;text-align:center;justify-content:center;gap:1rem;font-size:40px;font-weight:700;padding:1rem 0}@media screen and (max-width:1200px){.home .title-content .subtitle{font-size:35px}}@media screen and (max-width:850px){.home .title-content .subtitle{font-size:30px}}.home .title-content .subtitle .gradient-title{font-size:50px}@media screen and (max-width:1200px){.home .title-content .subtitle .gradient-title{font-size:40px}}@media screen and (max-width:850px){.home .title-content .subtitle .gradient-title{font-size:35px}}.home .hero-section{position:absolute;top:0;left:50%;transform:translate(-50%);width:100vw;height:calc(100vh - 4rem);z-index:0;overflow:hidden}.home .hero-section .background-svg{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1;opacity:0;transform:translate(50vw,50vh) scale(0);border-radius:50%;transition:all .3s cubic-bezier(.25,.46,.45,.94)}.home .hero-section .background-svg.slide-in{opacity:1;transform:translate(0) scale(1);border-radius:0}.home .hero-section-content{height:100vh;position:relative;z-index:10}.home .content{padding-top:2rem}.home .hero-section-content,.home .content{display:flex;flex-direction:column;align-items:center;text-align:center;gap:6rem;z-index:10}.home .hero-section-content header,.home .content header{margin-bottom:0;padding:5px 0}.home .hero-section-content h1,.home .content h1{font-size:50px}@media screen and (max-width:1200px){.home .hero-section-content h1,.home .content h1{font-size:40px}}@media screen and (max-width:850px){.home .hero-section-content h1,.home .content h1{font-size:35px}}.home .hero-section-content h2,.home .content h2{font-size:40px}@media screen and (max-width:1200px){.home .hero-section-content h2,.home .content h2{font-size:35px}}@media screen and (max-width:850px){.home .hero-section-content h2,.home .content h2{font-size:30px}}.home .hero-section-content h3,.home .content h3{font-size:35px}@media screen and (max-width:1200px){.home .hero-section-content h3,.home .content h3{font-size:30px}}@media screen and (max-width:850px){.home .hero-section-content h3,.home .content h3{font-size:25px}}.home .hero-section-content h4,.home .content h4{font-size:30px}@media screen and (max-width:1200px){.home .hero-section-content h4,.home .content h4{font-size:25px}}@media screen and (max-width:850px){.home .hero-section-content h4,.home .content h4{font-size:25px}}.home .hero-section-content h5,.home .content h5{font-size:20px}.home .hero-section-content .text-with-linear-gradient,.home .content .text-with-linear-gradient{background:linear-gradient(to right,#7894bb,#243352);background-clip:border-box;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.home .hero-section-content .highlight,.home .content .highlight{font-weight:700;color:var(--color-secondary)}.home .hero-section-content .link,.home .content .link{display:flex;align-items:center;color:var(--color-primary)}.home .hero-section-content .link:hover,.home .content .link:hover{opacity:.7}.home .hero-section-content .full-width-section,.home .content .full-width-section{background:#d8e2f0;width:100vw}.home .hero-section-content .full-width-section-inner,.home .content .full-width-section-inner{width:calc(100% - 10vw);max-width:1360px;min-width:300px;margin:0 auto;padding:2em 0 0;flex:1}.home .hero-section-content .block,.home .content .block{width:100%;min-width:300px}.home .hero-section-content .block.background,.home .content .block.background{padding:2em 0;background:#d8e2f0;margin-left:0%;margin-right:0%;width:100vw}@media screen and (max-width:850px){.home .hero-section-content .block,.home .content .block{width:90%}}.home .hero-section-content .block,.home .content .block{display:flex;flex-direction:column;align-items:center;text-align:center;margin:0 auto 2.5rem}.home .hero-section-content .block .block-content,.home .content .block .block-content{display:flex;flex-direction:column;align-items:center;text-align:center;padding-top:3rem}.home .hero-section-content .block .row,.home .content .block .row{width:100%;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap}.home .hero-section-content .block .text-block,.home .content .block .text-block{text-align:start;align-items:flex-start;line-height:1.7;font-size:20px}.home .hero-section-content .block .text-block.center,.home .content .block .text-block.center{text-align:center}.home .hero-section-content .block .highlight-block,.home .content .block .highlight-block{display:flex;flex-direction:column;align-items:center;text-align:center;margin-top:50px}.home .hero-section-content .block .highlight-block .text,.home .content .block .highlight-block .text{font-size:20px;font-weight:600}.home .hero-section-content .block .highlight-block .highlight,.home .content .block .highlight-block .highlight{font-size:25px;font-weight:600;margin-top:15px}.home .hero-section-content .block .image-block,.home .content .block .image-block{text-align:center;margin:40px 0;padding:0}.home .hero-section-content .block .image-block figcaption,.home .content .block .image-block figcaption{margin-top:4px;font-size:15px}.home .hero-section-content .block .card-block,.home .content .block .card-block{gap:2rem;flex-wrap:wrap;margin-top:1.5em;font-size:large}.home .hero-section-content .block .partner-block,.home .content .block .partner-block{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4rem;margin:4rem}@media screen and (max-width:1200px){.home .hero-section-content .block .partner-block,.home .content .block .partner-block{gap:2rem;grid-template-columns:1fr}}.home .hero-section-content .block .partner-block .partner,.home .content .block .partner-block .partner{height:100%;display:flex;justify-content:center;align-items:center}.home .hero-section-content .block .partner-block .partner .partner-logo,.home .content .block .partner-block .partner .partner-logo{width:100%;max-width:300px}.home .hero-section-content .block .partner-block .partner .partner-logo.smelldect,.home .content .block .partner-block .partner .partner-logo.smelldect{background:#575757;padding:10px}@media screen and (min-width:850px){.home .hero-section-content .block .partner-block,.home .content .block .partner-block{flex-direction:row;align-items:flex-start;justify-content:center}.home .hero-section-content .block .partner-block .partner,.home .content .block .partner-block .partner{flex-direction:row;align-items:center}}.home .hero-section-content .double-block,.home .content .double-block{width:100%}@media screen and (max-width:850px){.home .hero-section-content .double-block,.home .content .double-block{width:90%}}.home .hero-section-content .double-block,.home .content .double-block{display:flex;flex-direction:column;align-items:center;text-align:center}.home .hero-section-content .double-block .title-content,.home .content .double-block .title-content{margin-bottom:2rem}.home .hero-section-content .double-block .title-content .centered,.home .content .double-block .title-content .centered{display:block;text-align:center}.home .hero-section-content .double-block .block-content,.home .content .double-block .block-content{width:100%;display:flex;flex-direction:row;text-align:left;align-items:flex-start}.home .hero-section-content .double-block .block-content.center,.home .content .double-block .block-content.center{align-items:center}.home .hero-section-content .double-block .block-content .left,.home .content .double-block .block-content .left{flex:0 1 50%}.home .hero-section-content .double-block .block-content .left-large,.home .content .double-block .block-content .left-large{flex:0 1 60%}.home .hero-section-content .double-block .block-content .left-small,.home .content .double-block .block-content .left-small{flex:0 1 40%}.home .hero-section-content .double-block .block-content .right,.home .content .double-block .block-content .right{flex:0 1 50%}.home .hero-section-content .double-block .block-content .right-large,.home .content .double-block .block-content .right-large{flex:0 1 60%}.home .hero-section-content .double-block .block-content .right-small,.home .content .double-block .block-content .right-small{flex:0 1 40%}.home .hero-section-content .double-block .block-content .left,.home .hero-section-content .double-block .block-content .right,.home .hero-section-content .double-block .block-content .left-small,.home .hero-section-content .double-block .block-content .left-large,.home .hero-section-content .double-block .block-content .right-large,.home .hero-section-content .double-block .block-content .right-small,.home .content .double-block .block-content .left,.home .content .double-block .block-content .right,.home .content .double-block .block-content .left-small,.home .content .double-block .block-content .left-large,.home .content .double-block .block-content .right-large,.home .content .double-block .block-content .right-small{min-width:300px}.home .hero-section-content .double-block .block-content .right,.home .hero-section-content .double-block .block-content .right-large,.home .hero-section-content .double-block .block-content .right-small,.home .content .double-block .block-content .right,.home .content .double-block .block-content .right-large,.home .content .double-block .block-content .right-small{padding-left:4rem}.home .hero-section-content .double-block .block-content .image-block,.home .content .double-block .block-content .image-block{text-align:center;margin:0;padding:0}.home .hero-section-content .double-block .block-content .image-block .image,.home .content .double-block .block-content .image-block .image{height:15rem}.home .hero-section-content .double-block .block-content .image-block figcaption,.home .content .double-block .block-content .image-block figcaption{margin-top:4px;font-size:15px}.home .hero-section-content .double-block .block-content .text-block,.home .content .double-block .block-content .text-block{text-align:start;line-height:1.7;font-size:20px}.home .hero-section-content .double-block .block-content .text-block.center,.home .content .double-block .block-content .text-block.center{text-align:center}.home .hero-section-content .double-block .block-content .list-block,.home .content .double-block .block-content .list-block{list-style:none;padding-left:0;margin-left:0;text-align:left;line-height:1.7;font-size:20px}.home .hero-section-content .double-block .block-content .list-block li,.home .content .double-block .block-content .list-block li{padding-bottom:7px}.home .hero-section-content .double-block .block-content .quote-block,.home .content .double-block .block-content .quote-block{width:100%;font-style:italic;border-left:5px solid var(--color-secondary);border-radius:8px;font-size:20px;line-height:1.7;background:#d8e2f0;padding:12px;margin-left:0}.home .hero-section-content .double-block .block-content .quote-block span:before,.home .content .double-block .block-content .quote-block span:before{content:"— "}.home .hero-section-content .double-block .block-content .quote-block span,.home .content .double-block .block-content .quote-block span{text-align:right;display:block;font-style:normal;font-weight:700;margin-top:1em}@media screen and (max-width:1200px){.home .hero-section-content .double-block .block-content,.home .content .double-block .block-content{flex-direction:column}.home .hero-section-content .double-block .block-content .left,.home .hero-section-content .double-block .block-content .right,.home .hero-section-content .double-block .block-content .left-small,.home .hero-section-content .double-block .block-content .left-large,.home .hero-section-content .double-block .block-content .right-large,.home .hero-section-content .double-block .block-content .right-small,.home .content .double-block .block-content .left,.home .content .double-block .block-content .right,.home .content .double-block .block-content .left-small,.home .content .double-block .block-content .left-large,.home .content .double-block .block-content .right-large,.home .content .double-block .block-content .right-small{display:flex;flex-direction:column;min-width:300px;width:100%;padding:5px;align-items:center;text-align:center}.home .hero-section-content .double-block .block-content .list-block,.home .content .double-block .block-content .list-block{text-align:justify}.home .hero-section-content .double-block .block-content .quote-block,.home .content .double-block .block-content .quote-block{text-align:start}}.privacy{width:100%;overflow:auto}.privacy .flex{display:flex}.privacy .column{flex-direction:column}.privacy .center{align-items:center;text-align:center}.privacy .start{text-align:start}.privacy .contentWidth{width:70%}.privacy .fullWidth{width:100%}.privacy .margin{margin-top:20px;margin-bottom:20px}:root{--color-primary: #243352;--color-secondary: #7894bb;--color-secondary-contrast: #55789B;--color-tertiary: #a2bf15;--background-white: #ffffff;--background-dark: #181a20;--background-highlight: #d8e2f0;--background-gray: #575757;--text-on-light: #333;--text-on-dark: #eaecef;--text-black: #000000;--text-gray: #333333;--border-light: #d2d2d2;--border-dark: #393c3e;--shadow-medium: rgba(0, 0, 0, .15)}html[data-theme=light]{--background-color: #ffffff;--color-text: #333;--color-border: #d2d2d2}html[data-theme=dark]{--background-color: #181a20;--color-text: #eaecef;--color-border: #393c3e}*{box-sizing:border-box;-webkit-box-sizing:border-box;scrollbar-color:var(--color-primary) var(--background-color);scrollbar-width:thin}html,body{padding:0;margin:0;font-family:Inter,sans-serif;background-color:var(--background-color);width:100%;color:var(--color-text);-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-weight:400;height:100%}a{text-decoration:none;font-size:1rem;transition:color .3s ease;-webkit-transition:color .3 ease}a:hover{cursor:pointer}*::-webkit-scrollbar{width:8px}*::-webkit-scrollbar-track{background:transparent;height:10px}*::-webkit-scrollbar-thumb{background-color:var(--color-primary);border-radius:6px;border:4px solid transparent}
