@charset "UTF-8";:root{--theme-bg-primary:#FFFFFF;--theme-bg-secondary:#EDF0F5;--theme-text-primary:#000000;--theme-text-secondary:#999999}html[data-theme=dark]{--theme-bg-primary:#212226;--theme-bg-secondary:#37393D;--theme-text-primary:#FFFFFF;--theme-text-secondary:#999999}*{box-sizing:border-box;-webkit-tap-highlight-color:#fff0;outline:none}a{color:#2974ff}html{padding:0;margin:0;font-family:-apple-system,"system-ui",Helvetica,Arial,sans-serif,"Apple Color Emoji";font-size:16px;font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fafcfc}html body{padding:0;margin:0;color:#0d0c22}html body .content{width:800px;margin:0 auto;padding-top:20px;padding:20px}html body .content a.back{color:#fff;text-decoration:none;margin-bottom:30px;display:block}html body .content h1.nomargin{margin:0}html body .content input,html body .content textarea{outline:none;background:#fff0;border:none;color:#fff;padding:10px;margin-bottom:20px;width:100%;border-bottom:1px solid rgb(255 255 255 / .5)}html body .content .btn{padding:8px;padding-left:30px;padding-right:30px;background:radial-gradient(circle at 81.9% 53.5%,#2974ff 16.3%,#0050e6 100.2%);border-radius:8px;color:#fff;text-decoration:none;border:none;cursor:pointer}html body .content .alert{width:100%;padding:10px;background:#37393D;border:1px solid rgb(255 255 255 / .2);border-radius:8px;display:inline-block;margin-bottom:20px}html body .main-wrapper{margin-top:20px}html body .main-wrapper .main{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}html body .main-wrapper .main h1{font-size:45px;font-weight:100}html body .seperator{width:30px;height:3px;border-radius:10px;background-color:#fff}html body ul.footer{margin:0;padding:0;padding-bottom:30px;margin-top:40px}html body ul.footer li{display:inline-block;list-style:none;border-left:2px solid rgb(255 255 255 / .3)}html body ul.footer li:first-child{border-left:none}html body ul.footer li a{padding-bottom:10px;padding-top:10px;padding-right:20px;padding-left:20px;color:#FFF;text-decoration:none}@font-face{font-family:"Quicksand";src:url(/css/fonts/Quicksand-Light.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Quicksand";src:url(/css/fonts/Quicksand-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Quicksand";src:url(/css/fonts/Quicksand-Medium.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Quicksand";src:url(/css/fonts/Quicksand-SemiBold.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:"Quicksand";src:url(/css/fonts/Quicksand-Bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}h1,h2,h3,h4,h5{margin:0}html{scroll-behavior:smooth}html .background-container{position:absolute;top:0;left:0;width:100%;height:80%;z-index:-1;overflow:hidden;background-image:radial-gradient(circle at 0 0,rgb(43 117 255 / .14) 1.6px,transparent 1.6px),linear-gradient(rgb(43 117 255 / .08) 1px,transparent 1px),linear-gradient(90deg,rgb(43 117 255 / .08) 1px,transparent 1px);background-size:24px 24px,24px 24px,24px 24px;background-repeat:repeat,repeat,repeat;-webkit-mask-image:linear-gradient(to bottom,black 0%,black 55%,rgb(0 0 0 / .35) 78%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,black 55%,rgb(0 0 0 / .35) 78%,transparent 100%)}html body{color:#000;transition:all 0.5s ease}html body .wrapper{max-width:1280px;width:100%;margin:0 auto;position:relative}html body .wrapper nav.navigation{position:fixed;max-width:1280px;width:100%;border:1px solid #fff0;transition:all 0.5s ease;display:flex;align-items:center;justify-content:space-between;background:#fff0;z-index:9999999;height:67px;top:0}html body .wrapper nav.navigation.floating{margin-top:20px;border-radius:50px;box-shadow:0 8px 15px rgb(0 0 0 / .1),0 4px 6px rgb(0 0 0 / .05);border:1px solid #EDF0F5;background:#fff;padding-left:20px;padding-right:20px}html body .wrapper nav.navigation.floating ul li a:hover,html body .wrapper nav.navigation.floating ul li a.active{background-color:#EDF0F5!important}html body .wrapper nav.navigation .companyname{text-decoration:underline}html body .wrapper nav.navigation .user-area a{margin-left:10px}html body .wrapper nav.navigation .user-area .btn-primary{color:#fff}html body .wrapper nav.navigation .icon{display:flex;align-items:center}html body .wrapper nav.navigation .icon span{margin-left:10px;font-size:20px;font-weight:200}html body .wrapper nav.navigation .icon:hover{background:transparent!important}html body .wrapper nav.navigation ul.menu{margin:0;padding:0;display:flex}html body .wrapper nav.navigation ul.menu li{list-style:none;margin-right:5px}html body .wrapper nav.navigation ul.menu li a{text-decoration:none;color:#000;padding:10px;padding-left:20px;padding-right:20px;border-radius:30px;transition:all 0.5s ease}html body .wrapper nav.navigation ul.menu li a:hover,html body .wrapper nav.navigation ul.menu li a.active{background-color:FFF}html body .wrapper nav.mobile-navigation{width:100%;position:fixed;top:0;left:0;right:0;z-index:999999999;display:none;border-bottom:1px solid #EDF0F5;flex-direction:column}html body .wrapper nav.mobile-navigation .menu{padding:10px;padding-right:20px}html body .wrapper nav.mobile-navigation .mobile-navigation-header{display:flex;width:100%;justify-content:space-between;align-items:center;padding:10px;padding-left:20px}html body .wrapper nav.mobile-navigation .mobile-navigation-header i{font-size:20px;cursor:pointer}html body .wrapper nav.mobile-navigation .dropdown{display:none}html body .wrapper nav.mobile-navigation .dropdown ul{margin:0;padding:0;text-align:center;margin-top:20px}html body .wrapper nav.mobile-navigation .dropdown ul li{list-style:none}html body .wrapper nav.mobile-navigation .dropdown ul li a{display:inline-block;padding:10px;width:100%;border-radius:30px;font-size:20px;font-weight:100}html body .wrapper .circle{padding:10px;background:radial-gradient(circle at 81.9% 53.5%,#2974ff 16.3%,#0050e6 100.2%);border-radius:50px;color:#fff;display:block;width:50px;height:50px;display:flex;justify-content:center;align-items:center}html body .wrapper .circle i{font-size:20px}html body .wrapper section{width:100%;padding-top:100px}html body .wrapper section .section-header{margin-bottom:100px;text-align:center}html body .wrapper section .section-header h2{font-size:42px;margin-bottom:20px;font-weight:900;line-height:1;letter-spacing:-.04em}html body .wrapper section .section-header p{color:rgb(0 0 0 / .6)}html body .wrapper section.imprint,html body .wrapper section.privacy,html body .wrapper section.terms{width:90%;margin:0 auto}html body .wrapper section.imprint .legal-text,html body .wrapper section.privacy .legal-text,html body .wrapper section.terms .legal-text{padding:50px}html body .wrapper section.imprint .legal-text .legal-text-header,html body .wrapper section.privacy .legal-text .legal-text-header,html body .wrapper section.terms .legal-text .legal-text-header{margin-bottom:20px}html body .wrapper section.imprint .legal-text .legal-text-header h1,html body .wrapper section.privacy .legal-text .legal-text-header h1,html body .wrapper section.terms .legal-text .legal-text-header h1{margin-bottom:20px}html body .wrapper section.imprint .legal-text h2,html body .wrapper section.privacy .legal-text h2,html body .wrapper section.terms .legal-text h2{margin-top:20px;margin-bottom:5px}html body .wrapper .pricing-table{display:flex;justify-content:center}html body .wrapper .pricing-table .pricing-table-item{width:354px;min-height:500px;background-color:#fff;border-radius:30px;margin-right:30px;padding:30px;box-shadow:0 1px 3px rgb(0 0 0 / .08)}html body .wrapper .pricing-table .pricing-table-item:last-child{margin-right:0}html body .wrapper .pricing-table .pricing-table-item h4{font-size:20px;margin-bottom:10px}html body .wrapper .pricing-table .pricing-table-item h4 i{margin-right:10px;color:hsl(219 100% 58%)}html body .wrapper .pricing-table .pricing-table-item p{color:#999;font-size:14px}html body .wrapper .pricing-table .pricing-table-item hr{margin-top:20px;margin-bottom:20px;border:none;height:1px;background-color:#EDF0F5}html body .wrapper .pricing-table .pricing-table-item .price{font-size:30px;margin-bottom:10px}html body .wrapper .pricing-table .pricing-table-item .buylink{margin-top:20px}html body .wrapper .pricing-table .pricing-table-item .price-info{margin-top:5px;margin-bottom:5px;color:#999;font-size:12px}html body .wrapper .pricing-table .pricing-table-item ul{margin:0;padding:0}html body .wrapper .pricing-table .pricing-table-item ul li{list-style:none;display:flex;justify-content:start;margin-bottom:8px}html body .wrapper .pricing-table .pricing-table-item ul li span{margin-right:10px;font-size:14px}html body .wrapper .support-item{display:flex;height:400px}html body .wrapper .support-item .support-item-left{display:flex;flex-direction:column;justify-content:center;align-items:start;width:50%;height:100%;background-color:#edf0f5;border-radius:20px;padding:30px}html body .wrapper .support-item .support-item-right{width:50%;height:100%}html body .wrapper .rows a{width:auto}html body .wrapper .apps{display:flex}html body .wrapper .apps>:last-child{margin-left:10px}html body .wrapper section.benefits{height:auto}.code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono",monospace;font-size:.95em;padding:.15em .35em;border-radius:4px;white-space:nowrap}.terminal{width:500px;height:300px;background:#fff;border-radius:20px;background:#37393D;color:#fff;box-shadow:0 8px 50px rgb(0 0 0 / .5),0 4px 6px rgb(0 0 0 / .05);background:linear-gradient(180deg,#37393d,#212226)}.terminal .terminal-header{padding:15px;padding-top:12px;padding-bottom:12px;display:flex;align-items:center;border-bottom:1px solid rgb(255 255 255 / .2);font-size:14px;height:42px}.terminal .terminal-header strong{margin-left:12px;font-weight:600}.terminal .terminal-header .terminal-close{background-color:#FF5F56;width:12px;height:12px;border-radius:12px;margin-right:8px}.terminal .terminal-header .terminal-minimize{background-color:#FFBD2E;width:12px;height:12px;border-radius:12px;margin-right:8px}.terminal .terminal-header .terminal-maximize{background-color:#27C93F;width:12px;height:12px;border-radius:12px}.terminal .terminal-body{padding:10px;font-size:14px;padding-top:20px;padding-left:20px}.terminal .terminal-body .terminal-snippet{margin:0;padding:0;line-height:1.3}.terminal .terminal-body .terminal-snippet.bash::before{content:"test@signalgrid.co:~$ ";font-weight:700;color:#aaa}.mr-20{margin-right:20px}.mr-30{margin-right:30px}a{text-decoration:none;color:#000}p{margin:0;padding:0}.adaptive-image .light{display:block}.adaptive-image .dark{display:none}.btn{transition:transform 0.2s ease,filter 0.2s ease,box-shadow 0.2s ease}.btn-primary{padding:10px;padding-left:20px;padding-right:20px;background:radial-gradient(circle at 81.9% 53.5%,#2974ff 16.3%,#0050e6 100.2%);color:#fff;border-radius:30px;display:inline-block;cursor:pointer;text-decoration:none;border:none}.btn-danger{padding:10px;padding-left:20px;padding-right:20px;background:radial-gradient(circle at 81.9% 53.5%,#e83b3b 16.3%,#cf3a3a 100.2%);color:#fff;border-radius:30px;display:inline-block;cursor:pointer;text-decoration:none;border:none}.btn-block{width:100%;text-align:center}.btn:hover{filter:brightness(115%);transform:translateY(-1px);box-shadow:0 4px 12px rgb(0 80 230 / .3)}.btn:active,.btn:focus{filter:brightness(90%);transform:translateY(0)}.checkmark{width:20px;height:20px;border-radius:20px;background-color:#286ffc;box-sizing:border-box;display:flex;justify-content:center;align-items:center;color:#fff;font-size:11px}.nocheckmark{width:21px;height:21px;border-radius:20px;background-color:#7b8a9e;box-sizing:border-box;display:flex;justify-content:center;align-items:center;color:#fff;font-size:13px}.dontfit{text-align:center;padding:15px;border-radius:10px;margin:0 auto;margin-top:20px;margin-bottom:30px}.githublogo{font-size:25px}.subheader{color:#999}.country img{margin-left:10px}.text-blue{color:#2974ff!important}.text-bold{font-weight:600}.gradient-text{font-size:48px;font-weight:700;background:linear-gradient(90deg,#212226 0%,#0050e6 100%);-webkit-background-clip:text;background-clip:text;color:#fff0}.hamburger{position:relative;width:1em;height:1em;font-size:inherit;transition:all 0.3s ease;cursor:pointer}.hamburger.is-sm{font-size:1rem}.hamburger.is-md{font-size:1.5rem}.hamburger.is-lg{font-size:2rem}.hamburger-line{position:absolute;right:0;width:100%;height:.125em;border-radius:.125em;background:currentColor;transition:inherit}.hamburger-line:nth-child(1){top:.125em}.hamburger.is-active .hamburger-line:nth-child(1),.w-nav-button.w--open .hamburger-line:nth-child(1){top:50%;transform:translateY(-50%) rotateZ(-135deg)}.hamburger-line:nth-child(2){top:.438em}.hamburger.is-active .hamburger-line:nth-child(2),.w-nav-button.w--open .hamburger-line:nth-child(2){right:50%;width:0}.hamburger-line:nth-child(3){top:.75em;width:.625em}.hamburger.is-active .hamburger-line:nth-child(3),.w-nav-button.w--open .hamburger-line:nth-child(3){top:50%;width:100%;transform:translateY(-50%) rotateZ(135deg)}.signalgrid-label{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:999px;background:rgb(43 117 255 / .09);border:1px solid rgb(43 117 255 / .14);color:rgb(43 117 255 / .98);font-size:12px;font-weight:600;line-height:1;letter-spacing:.02em;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}:not(pre)>code[class*=language-],pre[class*=language-]{background:FFF}section.start{width:100%}section.start .hero-unit{margin-bottom:50px;margin-top:100px;text-align:center;display:flex;flex-direction:column;justify-content:center;align-items:center}section.start .hero-unit .signalgrid-logo{display:flex;justify-content:center;align-items:center}section.start .hero-unit .signalgrid-logo span{font-weight:100}section.start .hero-unit .signalgrid-logo img{margin-right:10px;filter:grayscale(100%)}section.start .hero-unit span{font-size:20px}section.start .hero-unit h1{font-size:45px;font-weight:400;margin-bottom:10px}section.start .hero-unit h2{font-size:20px;font-weight:lighter}section.start .hero-unit .adaptive-image{width:80%}section.start .hero-unit .adaptive-image img{width:100%}section.start .hero-unit .apps{display:flex;justify-content:center;margin-top:20px;margin-bottom:50px}section.start .hero-unit .apps a img{width:auto;height:40px}section.start2{width:100%;height:calc(100vh - 67px);display:flex;flex-direction:column;justify-content:space-around;margin-top:67px!important;padding-top:0px!important}section.start2 .hero{display:flex;flex-direction:row;justify-content:space-between;align-items:center}section.start2 .hero .text{background:radial-gradient(circle at center,rgb(237 240 245 / .6) 0%,rgb(237 240 245 / .2) 100%)}section.start2 .hero .signalgrid-label{animation-delay:0.6s}section.start2 .hero h1{font-weight:900;font-size:72px;line-height:1;letter-spacing:-.04em}section.start2 .hero h1 .reg{font-weight:100}section.start2 .hero h2{margin-top:30px;margin-bottom:30px;font-size:18px;font-weight:400;line-height:1.75rem;color:rgb(0 0 0 / .6);-webkit-font-smoothing:antialiased;animation-delay:0.2s}section.start2 .hero .sidebyside{animation-delay:0.4s}section.start2 .hero .sidebyside a{margin-right:20px}section.start2 .integrations{margin-top:100px}section.start2 .integrations h3{margin-bottom:30px;color:#37393D;font-size:24px}section.start2 .integrations .integrations-list{width:50%;overflow:hidden;display:flex;align-items:center;position:relative;mask-image:linear-gradient(to right,#fff0 0%,#000000 15%,#000000 85%,#fff0 100%);-webkit-mask-image:linear-gradient(to right,#fff0 0%,#000000 15%,#000000 85%,#fff0 100%)}section.start2 .integrations .integration-wrapper{display:flex;align-items:center;animation:scroll-left 25s linear infinite;width:max-content}section.start2 .integrations .integrations-list:hover .integration-wrapper{animation-play-state:paused}section.start2 .integrations .integration{flex-shrink:0;padding:0 20px}section.start2 .integrations .integration img{filter:grayscale(100%) opacity(.6);height:30px;display:block;transition:filter 0.3s ease,opacity 0.3s ease}section.start2 .integrations .vertical-seperator{width:1px;height:20px;background-color:#ccc;flex-shrink:0}@keyframes scroll-left{0%{transform:translateX(0)}100%{transform:translateX(-10%)}}section.start2 .vertical-seperator{height:20px;width:1px;background-color:#ddd}@keyframes fadeInRight{from{opacity:0;transform:translate3d(50px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes fadeInLeft{from{opacity:0;transform:translate3d(-50px,0,0)}to{opacity:1;transform:translate3d(0,0,0)}}@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-50px,0)}to{opacity:1;transform:translate3d(0,0,0)}}.animate__fadeInRight{animation-name:fadeInRight!important;animation-duration:1s!important}.animate__fadeInLeft{animation-name:fadeInLeft!important;animation-duration:1s!important}.animate__fadeInDown{animation-name:fadeInDown!important;animation-duration:1s!important}section.bridge{margin-bottom:100px}section.bridge .painpoints{width:100%;background-color:FFF;border-radius:30px;display:flex;padding:30px;box-shadow:0 8px 15px rgb(0 0 0 / .1),0 4px 6px rgb(0 0 0 / .05);border:1px solid #EDF0F5}section.bridge .painpoints .painpoint{width:33.33333%;border-right:1px solid #EDF0F5;height:100%;padding:50px}section.bridge .painpoints .painpoint:last-child{border-right:none}section.bridge .painpoints .painpoint h2{font-weight:800;margin-bottom:20px;letter-spacing:-.04em}section.bridge .painpoints .painpoint p{color:rgb(0 0 0 / .6);line-height:1.4}section.bridge .painpoints .painpoint span{color:hsl(219 100% 58%);margin-bottom:20px;font-size:30px;opacity:.5;display:inline-block}section.bridge2 .details{display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:30px}section.bridge2 .details .detail{display:flex;flex-direction:row;align-items:center;justify-content:space-between}section.bridge2 .details .detail .text{margin-left:50px}section.bridge2 .details .detail .text h3{font-size:28px;margin-bottom:20px;font-weight:900;line-height:1;letter-spacing:-.04em}section.bridge2 .details .detail .text p{color:rgb(0 0 0 / .6)}section.bridge2 .details .detail .text p,section.bridge2 .details .detail .text ul li{line-height:1.4}section.bridge2 .details .detail .text ul{margin:0;padding:0;margin-top:20px}section.bridge2 .details .detail .text ul li{list-style:none}section.bridge2 .details .detail img{width:500px;mask-image:linear-gradient(to bottom,black 50%,transparent 100%);-webkit-mask-image:linear-gradient(to bottom,black 50%,transparent 100%)}section.usage .code-section{display:flex}section.usage .code-section .description{width:50%;display:flex;flex-direction:column;justify-content:space-between;padding:50px}section.usage .code-section .description h4{font-size:25px;margin-bottom:10px}section.usage .code-section .description p{margin-bottom:20px;opacity:.8;line-height:1.4}section.usage .code-section .description a i{font-size:20px;margin-right:5px}section.usage .code-section .code{width:50%}section.usage .code-section .code pre{border-radius:20px;border:1px solid #EDF0F5}section.usage div.code-toolbar>.toolbar{opacity:1;gap:6px}section.usage div.code-toolbar>.toolbar .toolbar-item>span,section.usage div.code-toolbar>.toolbar .toolbar-item>button{background:#EDF0F5;color:#000;border:0;border-radius:6px;padding:6px 10px;font-family:inherit;line-height:1;cursor:default;margin:10px}section.usage div.code-toolbar>.toolbar>.toolbar-item>a,section.usage div.code-toolbar>.toolbar>.toolbar-item>button,section.usage div.code-toolbar>.toolbar>.toolbar-item>span{box-shadow:none}section.usage div.code-toolbar>.toolbar .toolbar-item>button:hover{background:#EDF0F5;cursor:pointer}section.usage div.code-toolbar>.toolbar .toolbar-item>span{text-transform:uppercase;letter-spacing:.04em}section.usage2 .usage-container{display:flex;flex-direction:column}section.usage2 .usage-container .usage-container-row{display:flex;flex-direction:row;gap:30px}section.usage2 .usage-container .terminal{height:400px;width:100%;margin-bottom:30px;padding-bottom:10px;box-shadow:0 0 20px rgb(0 0 0 / .3),0 4px 6px rgb(0 0 0 / .05)}section.usage2 .usage-container .terminal .terminal-body{height:358px;overflow:scroll}section.contact{display:flex;justify-content:center;align-items:center;flex-direction:column}section.contact h1{margin-bottom:100px}section.contact .contact-form{width:90%;background-color:FFF;border-radius:30px;padding:80px;box-shadow:0 8px 15px rgb(0 0 0 / .1),0 4px 6px rgb(0 0 0 / .05);flex-direction:row;display:flex}section.contact .contact-form .contact-left{width:50%;display:flex;justify-content:flex-start;align-items:baseline;flex-direction:column}section.contact .contact-form .contact-right{width:50%}section.contact .contact-form .contact-right textarea{height:150px}section.contact .contact-form h2{font-size:30px}section.contact .column{margin-bottom:20px}section.contact .column strong{display:inline-block;margin-bottom:5px}section.contact .thankyou{display:flex;height:100%;width:100%;justify-content:center;flex-direction:column;align-items:center}section.contact .thankyou i{font-size:30px;margin-bottom:20px}section.contact .column-last{display:flex;justify-content:flex-end}section.contact .form-control{outline:none;border:1px solid #EDF0F5;background:#fff0;border-radius:8px;width:100%;color:#000;background:FFF;padding:10px}section.try{background:#fff;padding-bottom:100px;border-radius:30px;box-shadow:0 0 19px rgb(0 0 0 / .1),0 4px 6px rgb(0 0 0 / .05)}section.try .section-header{margin-bottom:100px}section.try .section-header h2 i{color:#2974ff;margin-bottom:20px}section.try .tryout{text-align:center}section.try .tryout .notallowed,section.try .tryout .allowed{display:none}section.try .tryout .notallowed{display:flex;justify-content:center;flex-direction:column;align-items:center;width:400px;margin:0 auto}section.try .tryout .allowed{display:flex;justify-content:center}section.try .tryout .allowed .notification-form{display:flex;flex-direction:column;width:400px}section.try .tryout .allowed .notification-form .action-buttons{display:flex;justify-content:space-between;gap:20px}section.try .tryout .allowed .notification-form span{text-align:left;font-size:14px;margin-left:10px;margin-bottom:3px;color:#999}section.try .tryout .allowed .notification-form input{margin-bottom:20px;padding:10px;padding-left:16px;padding-right:16px;border-radius:30px;border:2px solid #EDF0F7;font-size:16px}section.try .tryout .allowed .notification-form .btn{margin-top:20px;display:inline-block;width:fit-content}section.try .tryout span.info{color:#999;font-size:12px;margin-top:80px;font-size:14px}section.features .feature{display:flex;margin-bottom:100px}section.features .feature .info{display:flex;justify-content:center;flex-direction:column;width:50%;padding:50px}section.features .feature .info span{margin-bottom:10px;color:#2974ff;font-weight:700}section.features .feature .info h4{font-size:25px;margin-bottom:10px}section.features .feature .info p{color:#999;line-height:1.4}section.features .feature .info a{width:auto;margin-top:20px;color:#000}section.features .feature .image{width:50%;border-radius:30px;display:flex;justify-content:center;position:relative}section.features .feature .image.manual-height{height:500px}section.features .feature .image .backdrop{position:absolute;width:60%;bottom:50px;height:300px;background:radial-gradient(circle at 81.9% 53.5%,#2974ff 16.3%,#0050e6 100.2%);border-radius:30px}section.features .feature .image .graphic{position:absolute;bottom:0}section.features .feature .image .graphic img{height:500px}section.features .feature .image img{max-width:100%;max-height:100%;object-fit:contain;display:block}section.features2 .screen-tabs{display:inline-flex;background-color:#EDF0F5;padding:6px;border-radius:50px;font-family:sans-serif;gap:12px;margin-top:50px}section.features2 .screen-tabs .screen-tab{display:flex;align-items:center;justify-content:center;padding:8px 12px;cursor:pointer;transition:all 0.2s ease;border-radius:50px;color:#9d9d9d;font-size:14px}section.features2 .screen-tabs .screen-tab i{margin-right:10px;color:inherit}section.features2 .screen-tabs .screen-tab.active{background-color:#fff;color:#2974ff;box-shadow:0 -2px 1px 0 inset #ffffff,0 5px 15px -1px rgb(0 0 0 / .08)}section.features2 .screen-tabs .screen-tab.active i{color:#2974ff}section.features2 .screen-tabs .screen-tab:not(.active):hover{color:#838383}section.features2 .screens .screens-content{width:100%}section.features2 .screens .screens-content .screen-content{display:none;justify-content:space-between;height:500px;overflow:hidden;border-bottom:1px solid #ccc;padding-right:20px}section.features2 .screens .screens-content .screen-content.screen-content-1{display:flex}section.features2 .screens .screens-content .screen-content .btn{align-self:flex-start}section.features2 .screens .screens-content .screen-content .text{display:flex;flex-direction:column;justify-content:center}section.features2 .screens .screens-content .screen-content .text h3{font-size:30px;margin-bottom:20px;font-weight:900;line-height:1;letter-spacing:-.04em}section.features2 .screens .screens-content .screen-content .text p{line-height:1.5;color:rgb(0 0 0 / .6)}section.features2 .screens .screens-content .screen-content.screen-content-1 .screenshot img{width:400px}section.features2 .screens .screens-content .screen-content.screen-content-2{align-items:center}section.features2 .screens .screens-content .screen-content.screen-content-2 .screenshot img{width:500px}section.features2 .screens .screens-content .screen-content.screen-content-3{align-items:center}section.features2 .screens .screens-content .screen-content.screen-content-3 .screenshot img{width:600px}html[data-theme=dark] section.features .feature .info a{color:#fff}html[data-theme=dark] section.features .terminal{background-color:FFF;border:1px solid #EDF0F5}html[data-theme=dark] section.features .terminal .terminal-header{border-bottom:1px solid #EDF0F5}section.faq .section-header{margin-bottom:0px!important}section.faq .faq-container{width:90%;border-radius:30px;padding:50px;padding-bottom:0;margin:0 auto}section.faq .faq-container .faq-item{width:100%;background-color:FFF;border:1px solid #EDF0F5;margin-bottom:10px;border-radius:30px;padding:20px;padding-bottom:15px;padding-top:15px;padding-right:15px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start;transition:all 0.3s ease;flex-direction:column}section.faq .faq-container .faq-item .faq-item-header{width:100%;display:flex;justify-content:space-between}section.faq .faq-container .faq-item .faq-item-header .left{flex:1}section.faq .faq-container .faq-item .faq-item-header .left .faq-item-title{font-weight:400;cursor:pointer}section.faq .faq-container .faq-item .faq-item-header .right label{cursor:pointer;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform 0.4s ease}section.faq .faq-container .faq-item .faq-item-header .right label i{transition:transform 0.4s ease}section.faq .faq-container .faq-item .faq-item-body{display:none;margin-top:20px;color:#999;transition:all 0.5s ease;padding-top:10px;padding-bottom:10px;padding-left:10px}section.faq .faq-container .faq-item.active .faq-item-body{display:block}section.faq2{margin-top:100px;margin-bottom:300px}section.faq2 .faq-container{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:20px;min-height:400px;align-items:stretch}section.faq2 .faq-container .left{display:flex;flex-direction:column;justify-content:space-between}section.faq2 .faq-container .left h2{font-size:42px;margin-bottom:20px;font-weight:900;line-height:1;letter-spacing:-.04em}section.faq2 .faq-container .left p{color:rgb(0 0 0 / .6)}section.faq2 .faq-container .left .documentation-link{padding-bottom:20px}section.faq2 .faq-container .right{width:60%;background-color:#fff;border-radius:8px;padding:30px;padding-top:10px;box-shadow:0 0 3px rgb(0 0 0 / .08)}section.faq2 .faq-container .right .faq-item{border-bottom:2px solid #eee}section.faq2 .faq-container .right .faq-item:last-child{border-bottom:0}section.faq2 .faq-container .right .faq-item.active .faq-question span{color:#2974ff;font-weight:700}section.faq2 .faq-container .right .faq-question{width:100%;padding:20px;padding-left:0;padding-right:0;display:flex;justify-content:space-between;align-items:center;background:#fff;border:none;cursor:pointer;font-size:16px}section.faq2 .faq-container .right .faq-question i{transition:transform 0.3s ease}section.faq2 .faq-container .right .faq-item.active .faq-question i{transform:rotate(180deg)}section.faq2 .faq-container .right .faq-answer-wrapper{display:grid;grid-template-rows:0fr;transition:grid-template-rows 0.3s ease-in-out}section.faq2 .faq-container .right .faq-item.active .faq-answer-wrapper{grid-template-rows:1fr}section.faq2 .faq-container .right .faq-answer-content{overflow:hidden}section.faq2 .faq-container .right .faq-inner-padding{padding:0 20px 20px 0;color:#555;line-height:1.6;font-size:14px}section.footer{padding-top:180px;max-width:1280px;width:100%;margin:0 auto;margin-top:150px}section.footer .footer-hero{width:90%;height:300px;background-image:url(/images/activebg.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:30px;position:absolute;left:50%;transform:translateX(-50%);top:-150px;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:0 8px 15px rgb(0 0 0 / .1),0 4px 6px rgb(0 0 0 / .05)}section.footer .footer-hero strong{font-size:48px;color:#fff;font-weight:900;line-height:1;letter-spacing:-.04em;margin-bottom:20px}section.footer .footer-info{background-color:#fff;position:relative;border-top-left-radius:20px;border-top-right-radius:20px;padding-bottom:50px;padding-top:40px;box-shadow:0 0 3px rgb(0 0 0 / .08)}section.footer .footer-info .footer-text{display:flex;justify-content:space-between;padding-top:180px;width:90%;margin:0 auto}section.footer .footer-info .footer-text .company-profile .icon{display:flex;align-items:center;margin-bottom:10px}section.footer .footer-info .footer-text .company-profile .icon img{margin-right:10px}section.footer .footer-info .footer-text .company-profile .description{color:#999;margin-bottom:20px;display:inline-block;font-size:14px;line-height:1.4}section.footer .footer-info .footer-text .company-profile strong{display:inline-block;margin-bottom:10px}section.footer .footer-info .footer-text .pagelinks ul,section.footer .footer-info .footer-text .links ul,section.footer .footer-info .footer-text .legal ul{margin:0;padding:0}section.footer .footer-info .footer-text .pagelinks ul li,section.footer .footer-info .footer-text .links ul li,section.footer .footer-info .footer-text .legal ul li{list-style:none}section.footer .footer-info .footer-text .pagelinks ul li a,section.footer .footer-info .footer-text .pagelinks ul li strong,section.footer .footer-info .footer-text .links ul li a,section.footer .footer-info .footer-text .links ul li strong,section.footer .footer-info .footer-text .legal ul li a,section.footer .footer-info .footer-text .legal ul li strong{display:inline-block;margin-bottom:10px}section.footer .footer-info .footer-text .pagelinks ul li strong,section.footer .footer-info .footer-text .links ul li strong,section.footer .footer-info .footer-text .legal ul li strong{margin-bottom:20px}section.footer .copyright{border-top:1px solid #edf0f5;background:#fff;padding-top:10px;padding-bottom:20px;padding-left:5%;padding-right:5%;color:#999;display:flex;justify-content:space-between;align-items:center;font-size:14px}section.footer .last-line{display:flex;justify-content:space-between;width:90%;margin:0 auto;align-items:center}section.footer .last-line .europe{display:flex}section.footer .last-line .europe img{width:30px;height:30px;margin-right:10px}section.footer .last-line .europe div{font-size:12px}section.footer .last-line .europe div a{font-weight:700}@media (max-width:991.98px){html{overscroll-behavior-y:none;overscroll-behavior-x:hidden;font-size:16px}html body .wrapper nav.navigation{display:none!important}html body .wrapper .hero-unit{margin-top:40px!important}html body .wrapper .hero-unit .signalgrid-logo{display:none}html body .wrapper nav.mobile-navigation{display:flex!important;background-color:FFF}html body .wrapper nav.mobile-navigation .icon{display:flex;justify-content:center;align-items:center}html body .wrapper nav.mobile-navigation .icon span{font-size:18px;font-weight:100}html body .wrapper nav.mobile-navigation .icon img{margin-right:10px}html body .wrapper nav.mobile-navigation .dropdown ul{padding-bottom:20px}html body .wrapper section.pricing{width:90%;margin:0 auto}html body .wrapper section.pricing .pricing-table{flex-direction:column}html body .wrapper section.pricing .pricing-table .pricing-table-item{width:100%;margin-bottom:20px}html body .wrapper section.features{width:90%;margin:0 auto}html body .wrapper section.features .feature{flex-direction:column;margin-bottom:50px}html body .wrapper section.features .feature .image{width:auto}html body .wrapper section.features .feature .info{width:auto;padding:0;padding-bottom:0;padding-top:20px;text-align:center}html body .wrapper section.features .feature:nth-child(2){display:flex;flex-direction:column-reverse}html body .wrapper section.features .feature:nth-child(2) .image{order:1}html body .wrapper section.features .feature:nth-child(2) .text{order:2}html body .wrapper section.bridge{width:90%;margin:0 auto}html body .wrapper section.bridge .painpoints{flex-direction:column}html body .wrapper section.bridge .painpoints .painpoint{width:auto;border-right:none;border-bottom:1px solid #EDF0F5;padding:20px}html body .wrapper section.bridge .painpoints .painpoint:last-child{border-bottom:none}html body .wrapper section.faq .faq-container{padding:0;padding-top:50px}html body .wrapper section.usage{width:90%;margin:0 auto}html body .wrapper section.usage .code-section{flex-direction:column;margin-bottom:50px}html body .wrapper section.usage .code-section .description{width:auto;padding:0}html body .wrapper section.usage .code-section .code{width:auto}html body section.footer .footer-info .footer-hero{text-align:center}html body section.footer .footer-info .footer-text{flex-direction:column;text-align:center}html body section.footer .footer-info .footer-text .pagelinks{display:none}html body section.footer .footer-info .footer-text .company-profile .icon{justify-content:center}html body section.footer .footer-info .footer-text .links,html body section.footer .footer-info .footer-text .legal{margin-top:50px}html body section.imprint .legal-text,html body section.privacy .legal-text,html body section.terms .legal-text{padding:20px!important}html body section.contact .contact-form{padding:30px}html body section.contact .contact-form .contact-left{display:none}html body section.contact .contact-form .contact-right{width:100%}html body section.contact .contact-form .contact-right input,html body section.contact .contact-form .contact-right textarea{padding:10px;font-size:16px}html body section.contact .contact-form .contact-right .btn-primary{font-size:16px}}.loadtime{time: '0.22174000740051ms'}