:root{--font-size-sm: clamp(.8rem, .17vw + .76rem, .89rem);--font-size-base: clamp(1rem, .34vw + .91rem, 1.19rem);--font-size-md: clamp(1.25rem, .61vw + 1.1rem, 1.58rem);--font-size-lg: clamp(1.56rem, 1vw + 1.31rem, 2.11rem);--font-size-xl: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);--font-size-xxl: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);--font-size-xxxl: clamp(3.05rem, 3.54vw + 2.17rem, 4.5rem);--primary-color: $primary}@keyframes animation{0.00%{background-color:red}16.67%{background-color:orange}33.33%{background-color:#ff0}50.00%{background-color:green}66.67%{background-color:#00f}83.33%{background-color:indigo}100.00%{background-color:violet}}*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:max-content}body{line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeSpeed;max-width:100vw}html{overflow-y:auto;min-height:100%;line-height:1}img,picture,video,canvas,svg{display:block}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{text-decoration:none}a[href]{cursor:pointer}li{list-style-type:none}ul{padding:0;margin:0}iframe{border:0}:root{--global-font-size: 4vw;--margin-container-spacing: 1.25rem;--max-width: 90%}@media (min-width: 1000px){:root{--global-font-size: 1.11111vw;--margin-container-spacing: 10rem;--max-width: 80vw}}@font-face{font-family:Poppins;font-style:normal;font-weight:400;src:local(""),url(../fonts/poppins-v19-latin-regular.woff2) format("woff2"),url(../fonts/poppins-v19-latin-regular.woff) format("woff")}@font-face{font-family:Poppins;font-style:normal;font-weight:700;src:local(""),url(../fonts/poppins-v19-latin-500.woff2) format("woff2"),url(../fonts/poppins-v19-latin-500.woff) format("woff")}html{--webkit-scrollbar-width: none;min-height:100%;font-size:clamp(14px,var(--global-font-size),20px);scroll-behavior:auto;font-family:Poppins,sans-serif}@media (min-width: 1000px){html{min-height:initial}}body{position:relative;text-rendering:optimizeSpeed;width:100%}@media (min-width: 1000px){body{height:max-content}}body.waiting{cursor:wait}h1,h2,h3,h4{font-weight:700;line-height:1.3}strong,b{font-weight:700}body{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;user-select:none}@media (min-width: 1000px){body{user-select:auto}}:root{font-variant-ligatures:common-ligatures;text-rendering:optimizeLegibility;--webkit-font-smoothing: antialiased}img{width:100%;object-fit:cover}a{color:#021e08}.margin-container{margin-left:var(--margin-container-spacing);margin-right:var(--margin-container-spacing)}.padding-container{padding-left:var(--margin-container-spacing);padding-right:var(--margin-container-spacing)}h1{font-size:var(--font-size-xxxl)}h2{font-size:var(--font-size-xxl)}header{position:fixed;top:0;left:0;width:100%;height:auto;z-index:9999;display:flex;align-items:center;justify-content:space-between;padding-top:1rem;padding-bottom:1rem;z-index:999}header .header__left-part{display:flex;align-items:center;grid-gap:1rem;flex-grow:1}header .header__left-part .full-logo{display:flex;align-items:center;height:3rem;grid-gap:.75rem}header .header__left-part .full-logo img{height:100%;width:auto}header .header__left-part .full-logo span{font-size:1.5rem;font-weight:700;color:#021e08}@media (min-width: 1001px){header .header__left-part{width:50%}}header .seperator{width:1px;height:1.5rem;background-color:#021e081a}header .mailto{color:#021e08;opacity:.75;transition:opacity .25s cubic-bezier(.42,0,.58,1)}header .mailto:hover{opacity:1}@media (max-width: 999px){header .seperator,header .mailto,header .full-logo span{display:none}}nav{flex-grow:1}nav ul{display:none}@media (min-width: 1001px){nav ul{display:flex;align-items:center;grid-gap:3rem;justify-content:center}nav ul li a{color:#154202}nav ul li a:hover{text-decoration:underline}}@media (min-width: 1001px){nav{width:50%}}.hero{height:100vh;width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;background-color:#00ffa4;color:#021e08;border-radius:.5rem;box-shadow:0 .5rem 1rem #0000001a}.hero__left-container{height:90%;margin-left:var(--margin-container-spacing);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:1rem}.hero__left-container .hero-subtitle{text-transform:uppercase;font-weight:700}.hero__left-container h1{font-weight:700;margin-top:1.25rem}.hero__left-container .hero-text{margin-top:2.5rem;margin-bottom:2.5rem}.hero__left-container .button{display:flex;align-items:center;color:#00ffa4;background-color:#021e08;border-radius:.75rem;padding:1rem 2rem;grid-gap:2rem;margin-top:2.5rem}.hero__left-container .button:hover{background-color:#fff;color:#00ffa4}.hero__right-container{height:90%;margin-right:var(--margin-container-spacing);background-color:#f2f1f1;background-size:cover;position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden}.hero__right-container .inner-img-bg{position:absolute;height:100%;width:70vw;object-fit:cover}.hero__right-container picture{display:flex;align-items:center;justify-content:center}.hero__right-container .inner-img{position:absolute;height:100%;bottom:0;width:80%;object-fit:contain;object-position:bottom}.hero__partners-container{grid-column:1/3;max-width:var(--max-width);display:flex;margin:0 auto;width:100%;gap:32px;padding:3rem;align-self:flex-end}.hero__partners-container img{object-fit:contain;max-height:2.5rem}@media (max-width: 999px){.hero{display:flex;flex-direction:column;padding-top:5rem}.hero__right-container{margin-right:1rem;margin-left:1rem}.hero__left-container{margin-left:0}}main{width:100%;background-color:#f2f1f1;color:#021e08}main section{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:var(--max-width);margin:0 auto;gap:2rem;padding:2rem}main section h2{font-weight:700;margin-top:1.25rem}
