@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;500;600;700&display=swap";*{box-sizing:border-box}a{color:#1aafeb}a:hover{color:#000}body{background-color:#f6fcfe;background-image:url(/img/bg-pattern.svg);background-repeat:repeat-y;background-size:cover;font-family:"Inter",sans-serif;font-weight:300;margin:0;padding:0;display:flex;flex-direction:column;min-height:100vh;text-align:center}body.body--home{background-image:none}h1{font-size:2em;font-weight:300}h2{font-weight:600;color:#1aafeb}h3{font-weight:600}h4{font-weight:600}p{line-height:1.4em}ul li{line-height:1.4em}input,button,textarea,select{background:#fff;border:1px solid rgba(0,0,0,.05);box-shadow:inset 0 1px 3px 0 rgba(0,0,0,.2);padding:12px 16px;border-radius:8px;font-family:inherit;font-weight:inherit;font-size:inherit}input:focus-visible,button:focus-visible,textarea:focus-visible,select:focus-visible{outline-color:#1aafeb}button[type=submit]{background-color:#1aafeb;box-shadow:inset 0 -2px 0 0 rgba(0,0,0,.2);border-radius:8px;padding:12px 16px;color:#fff}button[type=submit]:hover{background-color:#13a0d9}.error404{background-image:url(/img/404.svg);background-repeat:no-repeat;background-position:center top;padding-top:240px;margin-top:72px}.hidden{display:none}header{position:fixed;top:0;width:100%;background-color:rgba(255,255,255,.8);box-shadow:0 2px 24px 0 rgba(0,0,0,.1);backdrop-filter:blur(10px);padding:16px 0;z-index:20}header input[type=checkbox]:checked+.header__wrap .header__hamburger label{background-image:url(/img/hamburger-close.svg)}header input[type=checkbox]:checked+.header__wrap .header__nav{display:block}header .header__wrap{display:grid;grid-template-columns:repeat(2, auto);grid-template-rows:repeat(2, auto);align-items:center;justify-content:space-between;padding:0 16px;max-width:1376px;margin:0 auto}header .header__logo{grid-area:1/1/2/2}header .header__logo img{height:40px}header .header__hamburger{grid-area:1/2/2/3}header .header__hamburger label{background-image:url(/img/hamburger.svg);background-repeat:no-repeat;background-position:center;display:inline-block;width:24px;height:24px}header .header__hamburger label span{display:none}header .header__nav{grid-area:2/1/3/3;display:none}@media only screen and (min-width: 688px){header{padding:24px 0}header .header__wrap{padding:0 32px}}@media only screen and (min-width: 992px){header .header__hamburger{display:none}header .header__nav{grid-area:1/2/2/3;display:block}}main{padding:76px 0 0 0;flex:1}@media only screen and (min-width: 688px){main{padding-top:92px}}.nav{display:flex;flex-direction:column;align-items:center;gap:24px;list-style:none;padding:0;margin:48px 0}.nav__item a{font-weight:600;text-decoration:none}.nav__item--active a{text-decoration:underline;text-underline-offset:8px;text-decoration-color:#1aafeb}.nav__item--button{margin-top:16px}.nav__item--button a{color:#fff;font-weight:300;text-decoration:none;background-color:#de0094;box-shadow:inset 0 -2px 0 0 rgba(0,0,0,.2);border-radius:8px;padding:12px 16px}.nav__item--button a:hover{background-color:#c50083}@media only screen and (min-width: 992px){.nav{flex-direction:row;gap:48px;margin:0}.nav__item--button{margin-top:0}}footer{background-color:#35222f;padding:32px 0;color:#fff}footer .footer__wrap{padding:0 16px}footer .footer__bottom{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:24px}footer .footer__links{font-weight:300;text-align:left}footer .footer__links ul{display:flex;list-style:none;align-items:center;margin:0;padding:0;gap:16px}footer .footer__links ul li a{color:rgba(255,255,255,.6);text-decoration:none}footer .footer__links ul li a:hover{color:rgba(255,255,255,.8)}footer .footer__social{background-size:cover;background-repeat:no-repeat;width:24px;height:24px;display:inline-block;opacity:.6}footer .footer__social--twitter{background-image:url(/img/social-twitter.svg)}footer .footer__social--linkedin{background-image:url(/img/social-linkedin.svg)}footer .footer__social--instagram{background-image:url(/img/social-instagram.svg)}footer .footer__social a{display:inline-block;width:24px;height:24px}footer .footer__social a span{display:none}footer .footer__social:hover{opacity:.8}footer .footer__logo{background-image:url(/img/footer-logo.svg);background-repeat:no-repeat;width:48px;height:32px}footer .footer__product{font-weight:500;text-align:right}footer .footer__product a{color:rgba(255,255,255,.9);text-decoration:none}footer .footer__product a:hover{color:#fff}@media only screen and (min-width: 688px){footer .footer__wrap{max-width:1376px;margin:0 auto;padding:0 32px}footer .footer__bottom{flex-direction:row}footer .footer__links{flex:1 0 40%}footer .footer__product{flex:1 0 40%}}.c-bigbutton{margin:32px auto;max-width:1376px}.c-bigbutton__wrap{background:#fff;box-shadow:0 12px 24px 0 rgba(0,0,0,.05);border-radius:24px;text-align:right;padding:24px;margin:0 16px}.c-bigbutton a{background-image:url(/img/arrow-blue.svg);background-repeat:no-repeat;background-position:center right;padding-right:48px;font-size:1.25em;font-weight:500;text-decoration:none;color:#de0094}.c-bigbutton a:hover{color:#ab0072}@media only screen and (min-width: 688px){.c-bigbutton__wrap{padding:48px;margin:0 32px}}.c-blogdetail{display:flex;justify-content:center;margin:96px auto;text-align:center}.c-blogdetail__wrap{display:flex;flex-direction:column;width:960px;gap:32px;padding:0 16px}.c-blogdetail__wrap h1{font-weight:300;color:#1aafeb;margin-top:0;margin-bottom:32px}.c-blogdetail__image img{width:256px;height:256px;border-radius:24px}.c-blogdetail__content{text-align:left}.c-blogdetail__info{display:flex;align-items:center;gap:12px;font-size:.8em;font-weight:600;margin-bottom:24px}.c-blogdetail__info img{width:32px;height:32px;border-radius:32px}.c-blogdetail__info span:first-child{opacity:.6}.c-blogdetail__more{padding-top:24px;margin-top:24px;border-top:solid 1px rgba(26,175,235,.2)}.c-blogdetail__more h4{margin-top:0}.c-blogdetail__more ul{padding:0 0 0 16px}@media only screen and (min-width: 688px){.c-blogdetail__wrap{flex-direction:row;gap:48px;padding:0 32px}}.c-blogoverview{display:flex;flex-direction:column;align-items:center;margin:72px 16px}.c-blogoverview ul{list-style:none;margin:0 16px;padding:0;width:100%;max-width:960px}.c-blogoverview ul li{display:flex;gap:24px;margin-bottom:64px}.c-blogoverview ul li a{color:#000;font-weight:300;text-decoration:none}.c-blogoverview ul li a:hover{color:#1aafeb}.c-blogoverview h3{margin-top:12px;font-size:1.4em;line-height:1.2em}.c-blogoverview__image img{width:128px;height:128px;border-radius:8px}.c-blogoverview__content{text-align:left}.c-blogoverview__date{font-weight:600;color:#de0094}.c-blogoverview__intro{color:#666;margin-bottom:24px}.c-blogoverview__intro a{color:#666}.c-blogoverview__intro a:hover{color:#000}.c-blogoverview__author{display:flex;align-items:center;font-size:.8em;font-weight:600;gap:12px}.c-blogoverview__author img{width:32px;height:32px;border-radius:32px}@media only screen and (min-width: 688px){.c-blogoverview{margin:72px 32px}.c-blogoverview ul li{margin-bottom:72px;gap:48px}.c-blogoverview__image img{width:160px;height:160px;border-radius:12px}}.c-blogsummary{display:flex;flex-direction:column;align-items:center;margin:72px 16px}.c-blogsummary ul{list-style:none;margin:0 16px;padding:0;width:100%;max-width:960px}.c-blogsummary ul li{display:flex;gap:24px;margin-bottom:32px}.c-blogsummary ul li a{color:#000;font-weight:300;text-decoration:none}.c-blogsummary ul li a:hover{color:#1aafeb}.c-blogsummary h2{width:100%;max-width:960px;font-size:2.4em;text-align:left}.c-blogsummary h3{margin-top:12px;font-size:1.4em;line-height:1.2em}.c-blogsummary__image img{width:64px;height:64px;border-radius:8px}.c-blogsummary__content{text-align:left}.c-blogsummary__date{font-weight:600;color:#de0094}.c-blogsummary__author{display:flex;align-items:center;font-size:.8em;font-weight:600;gap:12px}.c-blogsummary__author img{width:32px;height:32px;border-radius:32px}@media only screen and (min-width: 688px){.c-blogsummary{margin:72px 32px}.c-blogsummary ul li{gap:48px}.c-blogsummary__image img{width:160px;height:160px;border-radius:12px}}.c-content{text-align:left;max-width:1376px;margin:48px auto;padding:0 16px}.c-content--medium{max-width:720px}@media only screen and (min-width: 688px){.c-content{padding:0 32px}}.c-cookiebar{display:none;justify-content:center;position:fixed;bottom:12px;width:100%;font-size:.8em}.c-cookiebar__wrap{display:flex;align-items:center;gap:24px;background-color:#fff;border-radius:8px;padding:12px;text-align:center;z-index:300;box-shadow:0 4px 12px rgba(0,0,0,.2)}.c-cookiebar__wrap a{font-weight:600;text-decoration:none;padding:0 12px}.c-cookiebar__wrap a:hover{color:#1aafeb;text-decoration:underline}.c-cookiebar__wrap button{border:solid 1px rgba(0,0,0,.2);box-shadow:none;border-radius:4px}.c-cta{margin:48px 0;padding:0 16px}.c-cta h2{color:#de0094;font-weight:300;margin-bottom:32px}.c-cta a{background-color:#de0094;box-shadow:inset 0 -2px 0 0 rgba(0,0,0,.2);border-radius:8px;padding:12px 16px;color:#fff;display:inline-block;text-decoration:none}.c-cta a:hover{background-color:#c50083}@media only screen and (min-width: 688px){.c-cta{margin:72px 0;padding:0 32px}}.c-featureset{display:flex;flex-direction:column;align-items:center;text-align:left;margin:48px auto;max-width:1376px}.c-featureset h2{font-size:2em;font-weight:300;margin-top:0;margin-bottom:16px;color:#000}.c-featureset h3{font-size:1.2em;color:#de0094;margin-bottom:8px}.c-featureset h4{color:#4d4d4d}.c-featureset ul{display:grid;grid-template-columns:1fr;grid-template-rows:auto;margin:0;padding:0 0 0 16px}.c-featureset ul li{color:#4d4d4d}.c-featureset__wrap{display:flex;flex-direction:column;margin:0 16px;max-width:960px;gap:12px}.c-featureset__icon{display:flex;justify-content:center;align-items:center;background-image:url(/img/featureset-icon.svg);background-repeat:no-repeat;background-size:cover;width:96px;height:96px;flex-shrink:0}.c-featureset__icon img{width:32px;height:32px;object-fit:contain}.c-featureset__image{margin:48px 0}.c-featureset__image img{width:100%;max-width:960px;aspect-ratio:96/48;object-fit:cover;border-radius:16px}@media only screen and (min-width: 688px){.c-featureset{margin:128px auto}.c-featureset__wrap{flex-direction:row;margin:0 32px;gap:48px}.c-featureset__icon{width:160px;height:160px}.c-featureset__icon img{width:60px;height:60px}}@media only screen and (min-width: 992px){.c-featureset ul{grid-template-columns:1fr 1fr}}.c-form{margin:48px auto;text-align:center}.c-form h2{text-align:left;max-width:480px;margin:0 auto 24px auto}.c-form form{display:flex;flex:1;flex-direction:column;justify-content:flex-start;gap:16px;text-align:left;max-width:480px;margin:0 auto}.c-form form label{display:inline-block;margin-bottom:8px;font-size:.8em;font-weight:600}.c-form form input,.c-form form textarea{width:100%}.c-form__wrap{margin:0 16px}.c-form__buttons{text-align:right}@media only screen and (min-width: 688px){.c-form__wrap{margin:0 32px}}.c-headline{position:relative;top:-48px;display:flex;align-items:flex-end;background-image:url(/img/headline.jpg);background-position:top right;background-repeat:no-repeat;background-size:320px;margin:auto}.c-headline h1{font-size:2.4em;margin:0 16px}.c-headline__wrap{max-width:1376px;margin:0 auto;text-align:left;padding-top:320px}.c-headline__intro{font-size:1.8em;font-weight:600;color:#de0094;margin:0 16px 16px 16px}@media only screen and (min-width: 688px){.c-headline{background-size:480px;height:720px}.c-headline h1{margin:0 32px}.c-headline__intro{margin:0 32px 24px 32px}}@media only screen and (min-width: 992px){.c-headline{background-size:contain;align-items:center;height:720px}.c-headline h1{width:50%}.c-headline__wrap{padding-top:0}}.c-image{max-width:1376px;margin:48px auto;padding:0 16px}.c-image img{width:100%;max-width:960px;aspect-ratio:96/48;object-fit:cover;border-radius:16px}.c-image__description{margin:0 auto;max-width:960px;margin-top:12px;font-weight:600;text-align:left}@media only screen and (min-width: 688px){.c-image{padding:0 32px}}.c-mainfeatures{margin:0 16px}.c-mainfeatures__wrap{display:flex;flex-direction:column;max-width:1376px;background-color:rgba(255,255,255,.8);box-shadow:0 12px 24px 0 rgba(0,0,0,.05);border-radius:24px;margin:0 auto;padding:24px;gap:32px}.c-mainfeatures__item{flex:1 1 33%;text-align:left}.c-mainfeatures__item img{max-width:100%;border-radius:8px}.c-mainfeatures__item h2{font-size:1.2em;color:#de0094;margin-bottom:8px}.c-mainfeatures__item h3{font-size:2em;font-weight:300;margin-top:0;margin-bottom:16px}.c-mainfeatures__item p{color:#4d4d4d}@media only screen and (min-width: 688px){.c-mainfeatures{margin:0 32px}.c-mainfeatures__wrap{flex-direction:row;gap:32px;padding:32px}}@media only screen and (min-width: 992px){.c-mainfeatures__wrap{gap:96px}}.c-newsletter{margin:96px auto}.c-newsletter form{display:flex;justify-content:center;gap:12px;margin-top:32px}.c-newsletter form input{width:100%}.c-newsletter form label{display:none}.c-newsletter__wrap{margin:0 16px}@media only screen and (min-width: 688px){.c-newsletter form input{width:320px}}.c-pagetitle{margin:48px auto 0 auto;padding:0 16px;text-align:left;max-width:1376px}@media only screen and (min-width: 688px){.c-pagetitle{padding:0 32px}}.c-quote{margin:32px auto;max-width:1376px}.c-quote h2{font-weight:300;color:#fff;margin:0 0 16px 0}.c-quote img{width:96px;height:96px;border-radius:96px}.c-quote__wrap{background-image:linear-gradient(254deg, #1AAFEB 0%, #E2DAF4 100%);border-radius:24px;display:flex;flex-direction:column;align-items:center;margin:0 16px;padding:48px;gap:32px}.c-quote__person{font-weight:600;color:#de0094}@media only screen and (min-width: 688px){.c-quote__wrap{flex-direction:row;margin:0 32px;gap:48px}.c-quote__content{text-align:left}}.c-references{margin:128px auto;padding:0 32px;max-width:1376px}.c-references h2{margin-bottom:48px}.c-references ul{display:grid;grid-template-columns:repeat(2, 1fr);grid-template-rows:auto;align-items:center;list-style:none;margin:0;padding:0;gap:72px 96px}.c-references ul li img{max-width:100%}@media only screen and (min-width: 688px){.c-references{padding:0 72px}.c-references ul{grid-template-columns:repeat(3, 1fr)}}@media only screen and (min-width: 992px){.c-references ul{grid-template-columns:repeat(6, 1fr);gap:48px 60px}}/*# sourceMappingURL=main.min.css.map */
