@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth;-webkit-text-size-adjust:100%;overflow-x:hidden}body{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#fff;background-color:#030723;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}a{color:inherit;text-decoration:none}ul,ol{list-style:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-main{min-height:60vh}.wp-block-group,.wp-block-group__inner-container{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:Inter,system-ui,-apple-system,sans-serif;font-weight:700;line-height:1.1;color:#fff}h1{font-size:3rem}h2{font-size:2.25rem}h3{font-size:1.875rem}h4{font-size:1.5rem}h5{font-size:1.25rem}h6{font-size:1.125rem}p{color:#fff9;line-height:1.65}strong{font-weight:700}.site-header{position:static;width:100%;z-index:100;background-color:#030723;transition:background-color .25s ease}@media (min-width: 1024px){.site-header{position:fixed;top:0;left:0;right:0;background-color:transparent}}@media (min-width: 1024px){.site-header.is-sticky{background-color:#030723}}@media (min-width: 1024px){.admin-bar .site-header{top:32px}}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:1.625rem 1.5rem}@media (min-width: 1024px){.site-header__inner{padding:1.625rem 4rem}}.site-header__left{display:flex;align-items:center;gap:2rem}.site-header__right{display:flex;align-items:center;gap:1rem}.site-header__logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none;line-height:1}.site-header__logo img{height:29px;width:auto;display:block}.site-header__logo-text{font-size:2.25rem;font-weight:900;color:#fff;letter-spacing:-.02em;line-height:1}.site-header__nav{display:none}@media (min-width: 1024px){.site-header__nav{display:block}}.site-header__nav-list{display:flex;align-items:center;gap:2rem;list-style:none}.site-header__nav-list li a{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:500;color:#fff;text-decoration:none;line-height:1.45;letter-spacing:-.005em;white-space:nowrap;transition:opacity .15s ease}.site-header__nav-list li a:hover{opacity:.7}.site-header__nav-list li.current-menu-item>a{opacity:.7}.site-header__cta{display:none}@media (min-width: 1024px){.site-header__cta{display:inline-flex;align-items:center;justify-content:center}}.site-header__cta{background-color:#fff;color:#030723;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:700;line-height:1.45;letter-spacing:-.005em;text-decoration:none;white-space:nowrap;height:50px;width:144px;border-radius:.3125rem;padding:.75rem 1rem;border:none;cursor:pointer;transition:opacity .15s ease}.site-header__cta:hover{opacity:.85}.site-header__burger{display:flex;z-index:1111;flex-direction:column;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:none;border:none;cursor:pointer;flex-shrink:0}@media (min-width: 1024px){.site-header__burger{display:none}}.site-header__burger-icon{display:flex;flex-direction:column;gap:5px;width:22px}.site-header__burger-icon span{display:block;width:100%;height:2px;background-color:#fff;border-radius:9999px;transform-origin:center;transition:transform .25s ease,opacity .25s ease,width .25s ease}.site-header__burger[aria-expanded=true] .site-header__burger-icon span:nth-child(1){transform:translateY(7px) rotate(45deg)}.site-header__burger[aria-expanded=true] .site-header__burger-icon span:nth-child(2){opacity:0;width:0}.site-header__burger[aria-expanded=true] .site-header__burger-icon span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (min-width: 1024px){body{padding-top:81px}body.home{padding-top:0}.admin-bar body{padding-top:113px}}.mobile-menu{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;z-index:200;background-color:#030723;display:flex;flex-direction:column;transform:translateY(-100%);opacity:0;visibility:hidden;transition:transform .25s ease,opacity .25s ease,visibility 0s .25s ease}.mobile-menu.is-open{transform:translateY(0);opacity:1;visibility:visible;transition:transform .25s ease,opacity .25s ease}@media (min-width: 1024px){.mobile-menu{display:none}}.mobile-menu__inner{display:flex;flex-direction:column;justify-content:space-between;padding:4rem 1.5rem;height:100%;gap:4rem}.mobile-menu__nav{flex:1}.mobile-menu__list{display:flex;flex-direction:column;gap:1.5rem;list-style:none}.mobile-menu__list li a{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:500;color:#fff;text-decoration:none;line-height:1.45;letter-spacing:-.005em}.mobile-menu__cta{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:#030723;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:700;line-height:1.45;letter-spacing:-.005em;text-decoration:none;white-space:nowrap;height:50px;width:144px;border-radius:.3125rem;padding:.75rem 1rem;cursor:pointer;transition:opacity .15s ease}.mobile-menu__cta:hover{opacity:.85}.site-footer{background-color:#000}.site-footer__main{display:flex;flex-direction:column;gap:3rem;padding:4rem 1.5rem 3rem}@media (min-width: 1024px){.site-footer__main{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:5rem;padding:5rem 4rem 4rem}}.site-footer__brand{display:flex;flex-direction:column;gap:1rem}@media (min-width: 1024px){.site-footer__brand{max-width:280px;gap:1.25rem}}.site-footer__logo{display:block;line-height:1;text-decoration:none}.site-footer__logo img{height:29px;width:auto;display:block}.site-footer__logo-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.25rem;font-weight:900;color:#fff;letter-spacing:-.02em;line-height:1}.site-footer__tagline{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:500;color:#fff9;letter-spacing:-.005em;line-height:1.5}.site-footer__socials{display:flex;align-items:center;gap:1rem;margin-top:.5rem}.site-footer__social{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#fff9;text-decoration:none;transition:color .15s ease}.site-footer__social:hover{color:#fff}.site-footer__social svg{width:24px;height:24px;display:block;fill:currentColor}.site-footer__cols{display:flex;gap:3rem}@media (min-width: 1024px){.site-footer__cols{gap:5rem;flex-shrink:0}}.site-footer__col{display:flex;flex-direction:column;gap:1rem}.site-footer__col-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:600;color:#fff9;letter-spacing:.06em;text-transform:uppercase;margin-bottom:.25rem}.site-footer__col-list{display:flex;flex-direction:column;gap:.75rem;list-style:none}.site-footer__col-list li a,.site-footer__col-list li>a{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:500;color:#fff;text-decoration:none;letter-spacing:-.005em;line-height:1.5;white-space:nowrap;transition:opacity .15s ease}.site-footer__col-list li a:hover,.site-footer__col-list li>a:hover{opacity:.65}.site-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:1.25rem 1.5rem}@media (min-width: 1024px){.site-footer__bottom{padding:1.5rem 4rem;display:flex;align-items:center;justify-content:space-between}}.site-footer__copyright{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:400;color:#fff9;letter-spacing:-.005em;line-height:1.5}.stats__card-number,.chance__claim,.hero__sub--gradient{background:linear-gradient(90deg,#0bbff1,#65c3a8,#ee3a89);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.leistungen__card{background-color:#ffffff26;border-radius:15px}.hero{position:relative;width:100%;min-height:100svh;display:flex;align-items:center;justify-content:center}@media (min-width: 1024px){.hero{min-height:100vh}}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero__video,.hero__bg-image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#030723cc}.hero__content{position:relative;z-index:1;text-align:center;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:1.5rem}@media (min-width: 1024px){.hero__content{padding:3rem 4rem;gap:2rem}}.hero__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(2.5rem,7vw,5rem);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.02em;margin:0}.hero__sub{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:900;color:#fff;letter-spacing:-.01em;line-height:1.5;margin:0}.problem__inner{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem;padding-block:5rem}@media (min-width: 1024px){.problem__inner{padding-block:8rem}}.problem__inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.problem__inner>*{min-width:0}@media (min-width: 1024px){.problem__inner{grid-template-columns:1fr 1fr;gap:5rem}}.problem__headline{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:2.25rem;font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem}@media (min-width: 1024px){.problem__headline{font-size:3rem}}.problem__text{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.125rem;font-weight:500;color:#fff9;line-height:1.65;letter-spacing:-.005em}@media (min-width: 1024px){.problem__text{font-size:1.5rem}}.problem__media{border-radius:1.5rem;overflow:hidden;aspect-ratio:3/4}@media (min-width: 1024px){.problem__media{aspect-ratio:auto;height:100%}}.problem__media img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.chance{text-align:center}.chance__inner{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem;padding-block:5rem}@media (min-width: 1024px){.chance__inner{padding-block:8rem}}.chance__inner{display:flex;flex-direction:column;align-items:center;gap:2rem}.chance__headline{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:2.25rem;font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.02em}@media (min-width: 1024px){.chance__headline{font-size:4rem}}.chance__sub{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;line-height:1.5;letter-spacing:-.005em}.chance__claims{display:flex;flex-direction:column;align-items:center;gap:1rem}@media (min-width: 1024px){.chance__claims{flex-direction:row;gap:4rem}}.chance__claim{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.5rem;font-weight:900;line-height:1.5;letter-spacing:-.005em;white-space:nowrap}.loesung__inner{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem;padding-block:5rem}@media (min-width: 1024px){.loesung__inner{padding-block:8rem}}.loesung__inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.loesung__inner>*{min-width:0}@media (min-width: 1024px){.loesung__inner{grid-template-columns:1fr 1fr;gap:5rem}}.loesung__media{order:1;border-radius:1.5rem;overflow:hidden;aspect-ratio:3/4}@media (min-width: 1024px){.loesung__media{order:1}}.loesung__media img{width:100%;height:100%;object-fit:cover;display:block}.loesung__content{order:2}@media (min-width: 1024px){.loesung__content{order:2}}.loesung__headline{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:2.25rem;font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem}@media (min-width: 1024px){.loesung__headline{font-size:3rem}}.loesung__text{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.125rem;font-weight:500;color:#fff9;line-height:1.65;letter-spacing:-.005em}@media (min-width: 1024px){.loesung__text{font-size:1.5rem}}.leistungen__inner{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem;padding-block:5rem}@media (min-width: 1024px){.leistungen__inner{padding-block:8rem}}.leistungen__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:2.25rem;font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.02em;text-align:center;margin-bottom:3rem}@media (min-width: 1024px){.leistungen__title{font-size:2.25rem}}.leistungen__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 768px){.leistungen__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.leistungen__grid{grid-template-columns:repeat(3,1fr)}}.leistungen__card{border:1px solid rgba(255,255,255,.1);padding:1.25rem;display:flex;flex-direction:column;gap:1rem}.leistungen__card-header{display:flex;align-items:center;gap:1.25rem}.leistungen__card-icon{width:38px;height:37px;flex-shrink:0;object-fit:contain}.leistungen__card-title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.5rem;font-weight:900;color:#fff;letter-spacing:-.005em;line-height:1.5}.leistungen__card-text{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:500;color:#fff;letter-spacing:-.005em;line-height:1.65}@media (min-width: 1024px){.leistungen__card-text{font-size:1.5rem}}.stats__inner{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem;padding-block:5rem}@media (min-width: 1024px){.stats__inner{padding-block:8rem}}.stats__header{margin-bottom:3rem}.stats__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(2rem,5vw,4rem);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.02em;margin-bottom:.75rem}.stats__subtitle{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.125rem;font-weight:500;color:#fff9;letter-spacing:-.005em}.stats__cards{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 1024px){.stats__cards{grid-template-columns:repeat(4,1fr)}}.stats__card{background-color:#111138;border-radius:1rem;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1rem;min-height:180px}@media (min-width: 1024px){.stats__card{min-height:240px;padding:2.5rem 2rem}}.stats__card-number{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:2.25rem;font-weight:700;letter-spacing:-.02em;line-height:1}@media (min-width: 1024px){.stats__card-number{font-size:3rem}}.stats__card-label{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:700;color:#fff;letter-spacing:-.005em;line-height:1.3}.branchen__inner{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem;padding-block:5rem}@media (min-width: 1024px){.branchen__inner{padding-block:8rem}}.branchen__header{margin-bottom:2.5rem}.branchen__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(2rem,5vw,4rem);font-weight:900;color:#fff;letter-spacing:-.02em;line-height:1.1}.branchen__grid{display:grid;grid-template-columns:repeat(1,1fr);gap:.75rem}@media (min-width: 768px){.branchen__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){.branchen__grid{grid-template-columns:repeat(3,1fr);gap:1rem}}.branchen__item{position:relative;aspect-ratio:16/9;border-radius:1rem;overflow:hidden;background-color:#111138}.branchen__item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#0bbff173,#653cc866 55%,#ee3a8973);mix-blend-mode:multiply;pointer-events:none}.branchen__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.branchen__item:hover img{transform:scale(1.04)}.branchen__item-label{position:absolute;bottom:1rem;left:1.25rem;z-index:1;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.25rem;font-weight:700;color:#fff;letter-spacing:-.01em;line-height:1;text-shadow:0 1px 8px rgba(0,0,0,.5)}@media (min-width: 1024px){.branchen__item-label{font-size:1.5rem}}.projekte__inner{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem;padding-block:5rem}@media (min-width: 1024px){.projekte__inner{padding-block:8rem}}.projekte__header{text-align:center;margin-bottom:3rem}.projekte__title{text-align:center;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(2rem,5vw,4rem);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.02em;margin-bottom:.75rem}.projekte__subtitle{text-align:center;color:#fff9;font-size:1.125rem;margin-bottom:3rem}.projekte__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width: 1024px){.projekte__grid{grid-template-columns:repeat(4,1fr)}}.projekte__item{position:relative;aspect-ratio:3/4;border-radius:1rem;overflow:hidden;background-color:#111138}.projekte__item img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.projekte__item:hover img{transform:scale(1.04)}.projekte__item-label{position:absolute;bottom:1rem;left:1rem;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:600;color:#fff;background:#030723b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.25rem .75rem;border-radius:9999px}.pv__inner{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem;padding-block:5rem}@media (min-width: 1024px){.pv__inner{padding-block:8rem}}.pv__header{text-align:center;margin-bottom:3rem}.pv__title{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(2rem,5vw,4rem);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.02em;margin-bottom:.75rem}.pv__subtitle{color:#fff9;font-size:1.125rem}.pv__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}@media (min-width: 1024px){.pv__grid{grid-template-columns:repeat(3,1fr)}}.pv__item{position:relative;aspect-ratio:16/9;border-radius:1rem;overflow:hidden;background-color:#111138}.pv__item img,.pv__item video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}.pv__item--clickable{cursor:pointer}.pv__item--clickable:hover img,.pv__item--clickable:hover video{transform:scale(1.04)}.pv__item--clickable:focus-visible{outline:2px solid #0BBFF1;outline-offset:3px}.pv__play-btn{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000040;transition:background .15s ease;pointer-events:none}.pv__play-btn svg{width:52px;height:52px;background:#ffffffe6;border-radius:50%;padding:10px;color:#030723;transition:transform .15s ease}.pv__item--clickable:hover .pv__play-btn svg{transform:scale(1.1)}.pv__item-label{position:absolute;bottom:1rem;left:1rem;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:600;color:#fff;background:#030723bf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:.25rem .75rem;border-radius:9999px;pointer-events:none}.pv__lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:none;align-items:center;justify-content:center}.pv__lightbox-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#000000d9}.pv__lightbox-close{position:absolute;top:1.25rem;right:1.25rem;width:44px;height:44px;border:none;background:#ffffff1f;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;transition:background .15s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.pv__lightbox-close:hover{background:#ffffff38}.pv__lightbox-media{position:relative;z-index:5;width:100%;max-width:min(90vw,1280px);max-height:90vh;display:flex;align-items:center;justify-content:center}.pv__lightbox-video,.pv__lightbox-img{width:100%;max-height:90vh;object-fit:contain;border-radius:1rem;display:block}.marken__inner{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem;padding-block:5rem}@media (min-width: 1024px){.marken__inner{padding-block:8rem}}.marken__title{text-align:center;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:clamp(2rem,5vw,4rem);font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.02em;margin-bottom:.75rem}.marken__subtitle{text-align:center;color:#fff9;font-size:1.125rem;margin-bottom:3rem}.marken__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;align-items:center}@media (min-width: 768px){.marken__grid{grid-template-columns:repeat(4,1fr)}}@media (min-width: 1024px){.marken__grid{grid-template-columns:repeat(7,1fr);gap:2rem}}.marken__item{display:flex;align-items:center;justify-content:center;height:120px;padding:.5rem;opacity:.7;transition:opacity .25s ease;filter:grayscale(1) brightness(2)}.marken__item:hover{opacity:1}.marken__item img{width:100%;height:100%;object-fit:contain;object-position:center}.text-split__inner{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem;padding-block:5rem}@media (min-width: 1024px){.text-split__inner{padding-block:8rem}}.text-split__inner{display:grid;grid-template-columns:1fr;gap:3rem}.text-split__inner>*{min-width:0}@media (min-width: 1024px){.text-split__inner{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;align-items:start;gap:0 5rem}}.text-split__col{display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1024px){.text-split__col{display:grid;grid-row:span 2;grid-template-rows:subgrid;gap:0;row-gap:1.5rem}}.text-split__headline{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:2.25rem;font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.02em;margin:0}@media (min-width: 1024px){.text-split__headline{font-size:3rem}}.text-split__text{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.125rem;font-weight:500;color:#fff9;line-height:1.65;letter-spacing:-.005em;margin:0}@media (min-width: 1024px){.text-split__text{font-size:1.5rem}}.fp-cta__inner{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem;padding-block:5rem}@media (min-width: 1024px){.fp-cta__inner{padding-block:8rem}}.fp-cta__inner{display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.fp-cta__headline{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:2.25rem;font-weight:900;color:#fff;line-height:1.1;letter-spacing:-.02em;max-width:800px}@media (min-width: 1024px){.fp-cta__headline{font-size:4rem}}.fp-cta__sub{font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1.125rem;font-weight:500;color:#fff9;letter-spacing:-.005em}@media (min-width: 1024px){.fp-cta__sub{font-size:1.5rem}}.fp-cta__btn{display:inline-flex;align-items:center;justify-content:center;background-color:#fff;color:#030723;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:1rem;font-weight:700;letter-spacing:-.005em;text-decoration:none;white-space:nowrap;height:50px;padding:0 2rem;border-radius:.3125rem;transition:opacity .15s ease}.fp-cta__btn:hover{opacity:.85}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:9999px;border:1.5px solid transparent;cursor:pointer;transition:background-color .25s ease,color .25s ease,border-color .25s ease;white-space:nowrap;text-decoration:none}.btn--outline{background:transparent;color:#fff;border-color:#fff}.btn--outline:hover{background:#fff;color:#030723}.btn--accent{background:#cf0;color:#030723;border-color:#cf0}.btn--accent:hover{background:#b8e800;border-color:#b8e800}.btn--primary{background:#fff;color:#030723;border-color:#fff}.btn--primary:hover{background:#ffffffd9}.site-nav{display:flex;align-items:center;gap:2rem;flex:1}.site-nav__list{display:none;list-style:none;gap:2rem;align-items:center}@media (min-width: 1024px){.site-nav__list{display:flex}}.site-nav__list a{font-size:.875rem;font-weight:500;color:#ffffffbf;text-decoration:none;letter-spacing:.01em;transition:color .15s ease}.site-nav__list a:hover{color:#fff}.site-nav__cta{margin-left:auto}.site-nav__toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;width:40px;height:40px;background:none;border:none;cursor:pointer;gap:5px;margin-left:auto}@media (min-width: 1024px){.site-nav__toggle{display:none}}.site-nav__burger,.site-nav__burger:before,.site-nav__burger:after{display:block;width:22px;height:2px;background-color:#fff;border-radius:9999px;transition:transform .25s ease,opacity .25s ease}.site-nav__burger{position:relative}.site-nav__burger:before,.site-nav__burger:after{content:"";position:absolute;left:0}.site-nav__burger:before{top:-6px}.site-nav__burger:after{top:6px}.site-nav__list.is-open{display:flex;flex-direction:column;position:fixed;top:81px;right:0;bottom:0;left:0;background:#030723;padding:2rem 1.5rem;gap:1.5rem;z-index:99;align-items:flex-start}.site-nav__list.is-open a{font-size:1.25rem}.site-nav__list .current-menu-item a{color:#fff}.gradient-text{background:linear-gradient(to right,#0bbff1,#65c3a8,#ee3a89);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}
