#navbar{height:var(--navHeight);background-color:var(--navBgColorDefault);border-bottom:1px solid;border-bottom-color:var(--navBgColorFill);color:var(--navTextMainColor);position:fixed;top:0;z-index:10;width:100%;display:flex;align-items:center;justify-content:space-between}#navbar>.left.logo{left:16px;position:absolute}#navbar .logo>a{display:flex}#navbar .logo>a.mobile{display:none}#navbar>.left.logo .large{height:24px;width:fit-content}#navbar>.left.logo .small{display:none}#navbar .login{color:#fff;padding:21px;color:var(--colorN700);background-color:#fafbfc4d}#navbar .login:hover{background-color:#fafbfca8}#navbar .login.withicon{display:flex;align-items:center}#navbar .login.withicon img{max-height:25px;margin-left:3px}#navbar .contact{transition:all .2s;margin:0 10px;height:34px}#navbar .contact:hover{border-radius:5px}#navbar .menuMain{width:100%;max-width:var(--areaWidthNormal);margin:auto;height:100%}#navbar .menuMain .menuArea{margin:auto;display:flex;justify-content:flex-start;height:100%}#navbar .menuMain .menuArea>a,#navbar .menuMain .menuArea>div.aarea,#navbar .menuMain .menuArea>button,#navbar .menuMain .menuArea>.dropdownMenu{color:var(--navTextMainColor);display:flex;height:100%;align-items:center}#navbar .menuMain .menuArea>a:hover,#navbar .menuMain .menuArea>div.aarea:hover,#navbar .menuMain .menuArea>button:hover,#navbar .menuMain .menuArea>.dropdownMenu:hover{background-color:#fafbfc4d;text-decoration:underline}#navbar .menuMain .menuArea>a,#navbar .menuMain .menuArea>div.aarea>a,#navbar .menuMain .menuArea>button,#navbar .menuMain .menuArea>.dropdownMenu>button{padding:0 10px;min-width:auto}#navbar .menu-item-top .text-container,#navbar-bottom .menu-item-bottom .text-container{color:var(--navTextMainColor);font-size:var(--navTextSize);font-weight:var(--navTextWeight);width:auto;height:100%;justify-content:flex-start;display:flex;align-items:center;text-decoration:none}nav.navcontainer{--navHeight:calc(var(--navHeightTop) + var(--navHeightBottom));display:flex;flex-direction:column;position:fixed;top:0;z-index:10;width:100%;color:var(--navTextMainColor);background:#fff}nav #navbar,nav #navbar-bottom{max-width:var(--pageMaxWidth);width:100%;margin:auto;display:flex;align-items:center;left:0;background-color:initial;position:relative}nav #navbar{z-index:10;height:var(--navHeightTop);border-bottom:0}body.filled nav #navbar{background-color:initial}@media screen and (max-width:1280px){nav.navcontainer{box-sizing:border-box;padding:0 20px}nav #navbar,nav #navbar-bottom,#navbar-border-navigation{max-width:100%;width:100%}}nav.navcontainer .logo-mobile{display:none}@media screen and (max-width:1024px){nav.navcontainer .logo-mobile{display:flex;align-items:center;justify-content:center}}#navbar-border-navigation{height:.6px;background:linear-gradient(90deg,rgba(255,255,255,0) 0%,#c5c5c5 37.5%,#c5c5c5 61.06%,rgba(255,255,255,0) 99.04%);background:linear-gradient(90deg,rgba(255,255,255,0) 0%,#c5c5c5cf 37.5%,#c5c5c5cf 61.06%,rgba(255,255,255,0) 99.04%);width:var(--pageMaxWidth);max-width:100%;margin:auto}nav #navbar-bottom{display:none}body.subnavbar nav #navbar-bottom{display:flex}nav #navbar-bottom{height:var(--navHeightBottom)}nav #navbar-bottom>div{width:100%;height:100%;padding:0;margin:auto;display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--colorN20)}nav #navbar-bottom a{color:var(--navTextMainColor)}nav #navbar-bottom .right>*{height:100%;display:flex;align-items:center}@media screen and (max-width:1024px){body.subnavbar nav #navbar-bottom,#navbar-bottom{display:none}}@media screen and (max-width:768px){nav #navbar-bottom>div{padding:0 20px}}#mobile-burger{display:none}@media screen and (max-width:1024px){#mobile-burger{margin:4px 14px 0;z-index:11;cursor:pointer;display:block}#mobile-burger span{display:block;width:26px;height:3px;margin-bottom:5px;position:relative;background:var(--colorBlueAttention);border-radius:3px;z-index:1;transform-origin:4px 0;transition:transform .5s cubic-bezier(.77,.2,.05,1),background .5s cubic-bezier(.77,.2,.05,1),opacity .55s ease}#mobile-burger span:first-child{transform-origin:0% 0%}#mobile-burger span:nth-last-child(2){transform-origin:0% 100%}#navbar.burger #mobile-burger span{opacity:1;transform:rotate(45deg)translate(-6px,-12px);background:var(--colorBlueAttention)}#navbar.burger #mobile-burger span:nth-last-child(3){opacity:0;transform:rotate(0)scale(.2,.2)}#navbar.burger #mobile-burger span:nth-last-child(2){transform:rotate(-45deg)translate(-4px,11px)}}#slideMenu{z-index:8;position:fixed;padding:10px;top:var(--navHeight);left:0;background-color:#fff;width:calc(100% - 20px);height:calc(100% - var(--navHeight) - 20px);overflow-y:auto;box-shadow:var(--shadowStandard);-webkit-font-smoothing:antialiased;transform-origin:0% 0%;transform:translateX(100%);transition:transform .3s cubic-bezier(.77,.2,.05,1)}#slideMenu>div{margin:35px 0 0 10px;font-weight:600;font-size:20px}#slideMenu>div:first-child{margin-top:30px}#slideMenu>.item{display:flex;align-items:center}#slideMenu>.item img{border-radius:30px;height:22px;width:22px}#slideMenu>.item .text{line-height:16px;margin-left:8px}#slideMenu a{display:block;padding:10px;color:var(--navTextMainColor)}nav #navbar-bottom .right{display:flex;align-items:center;gap:35px;height:100%}@media screen and (max-width:1024px){nav #navbar-bottom .right{gap:20px;font-size:14px}}nav #navbar-bottom .product-name{font-weight:500}@media screen and (max-width:1024px){nav #navbar-bottom .product-name{font-size:14px}}nav #navbar .menuMain{max-width:none;margin:auto}#navbar .menuArea.topnavbar .left.logo{position:inherit;display:flex;align-items:center}#navbar .menuArea.topnavbar .logo>a{display:flex}#navbar .menuArea.topnavbar .logo>a.mobile{display:none}#navbar .menuArea.topnavbar .left.logo .large{height:24px;width:fit-content}#navbar .menuArea.topnavbar .left.logo .small{display:none}#navbar .menuMain .menuArea.topnavbar{gap:25px}#navbar .menuMain .menuArea.topnavbar>div,#navbar .menuMain .menuArea.topnavbar>a,#navbar .menuMain .menuArea.topnavbar>div.aarea>a{width:auto}@media screen and (max-width:1024px){nav #navbar .menuMain{display:none}}#navbar .menuMain a.mobile{display:none}.dropdownMenu.resources-drop a,.dropdownMenu.resources-drop .sub .text{text-decoration:none}.dropdownMenu.pricing-drop a,.dropdownMenu.pricing-drop .pricing-drop-block-text{text-decoration:none}.dropdownMenu.industries .industry-block-header{display:grid;grid-template-columns:30px 1fr;grid-gap:10px;align-items:center;margin-bottom:10px}.dropdownMenu.industries .withicon:hover{background-color:var(--colorN20);cursor:pointer}.dropdownMenu.industries .industry-block-header picture{display:flex}.dropdownMenu.industries .industry-block-header img{width:30px;height:30px;border-radius:10px}.dropdownMenu.industries .industry-block-text{font-size:14px;color:var(--colorN700)}.dropdownMenu.industries .industry-block-text a{text-decoration:none}.dropdownMenu.industries .industry-container{margin:10px}.dropdownMenu.industries .industry-block{max-width:400px;display:flex;flex-direction:column;justify-content:center;border-bottom:0;padding:10px;background-color:var(--colorN20);border-radius:8px;border:1px solid var(--colorN40);border-radius:8px;box-shadow:var(--shadowStandard);transition:.2s ease-in-out}.dropdownMenu.industries a:hover .industry-block{box-shadow:var(--boxShadowHard)}.dropdownMenu.industries a:hover{text-decoration:none!important}.dropdownMenu.industries .industry-grid{display:grid;grid-template-columns:1fr 1fr;padding:6px}.dropdownMenu.industries .industry-grid a{text-decoration:none}@media screen and (max-width:768px){.dropdownMenu.industries .industry-grid{grid-template-columns:1fr;padding:0}}@media screen and (max-width:1800px){#navbar>.left.logo .desktop img{height:auto;width:150px}}@media screen and (max-width:1650px){body.dk #navbar .menuMain,body.dk.large #navbar .menuMain{max-width:var(--areaWidthNormal)}}@media screen and (max-width:1450px){#navbar>.left.logo{left:0;position:absolute;padding:0 25px}#navbar>.left.logo .desktop img{height:28px;width:28px}#navbar>.left.logo .large{display:none}#navbar>.left.logo .small{display:block;width:auto}}@media screen and (max-width:1200px){#navbar>.left.logo{position:relative}}@media screen and (max-width:768px){#navbar .contact{display:none}}#navbar>div.right{display:flex;align-items:center;right:0;position:absolute}#navbar .button-group{display:flex;align-items:center;gap:25px}#navbar .dropdown.flag{min-width:60px}#navbar .dropdown.flag.text{min-width:auto}#navbar .dropdown.flag.text>button{display:flex;align-items:center;padding:0}#navbar .dropdown.flag.text>button:hover{text-decoration:underline}#navbar .flag button{font-family:var(--fontFamily);color:var(--navTextMainColor);font-size:var(--navTextSize);font-weight:var(--navTextWeight);display:flex;align-items:center}#navbar .flag img{height:24px;aspect-ratio:72/48}#navbar .flag .dropdownContent img{margin-right:15px;display:none}#navbar .flag .dropdownContent a{color:#000;font-weight:400;justify-content:center;border:1px solid var(--colorN40);padding:8px;background-color:var(--colorN20);width:calc(100% - 16px)}#navbar.scroll,nav.navcontainer.scroll{background-color:var(--navBgColorFill);box-shadow:var(--shadowStandard);color:var(--navTextMainColor)}body.filled #navbar,#navbar.burder{background-color:#fff;color:var(--navTextMainColor)}body.filled main>div:first-child{margin-top:var(--navHeight)}.dropdownMenu>button,.dropdownMenu-content>a{width:100%;height:100%;text-align:left}.dropdownMenu-content>a:hover{text-decoration:none}.dropdownMenu-content a *{pointer-events:none}.dropdownMenu a:hover>.sub{background-color:var(--colorN20)}.dropdownMenu-content{display:none;position:absolute;background-color:#f9f9f9;min-width:160px;box-shadow:0 8px 16px rgba(0,0,0,.2);z-index:10;background-color:var(--colorN10);border:1px solid;border-color:#09144654}.dropdownMenu-content{display:none}nav #navbar .dropdownMenu-content.show{display:block;top:var(--navHeightTop);top:calc(var(--navHeightTop) - 5px)}nav #navbar-bottom .dropdownMenu-content.show{display:block;top:var(--navHeight);top:calc(var(--navHeightBottom) - 5px);width:340px}body.dk .dropdownMenu-content.show{display:block;top:var(--navHeight);top:calc(var(--navHeight) - 5px)}.dropdownMenu-content.grid-2.show{display:grid;grid-template-columns:1fr 1fr}.dropdownMenu-content.grid-3.show,nav #navbar .dropdownMenu-content.grid-3.show{display:grid;grid-template-columns:1fr 1fr 1fr;left:30%}.dropdownMenu .sub{max-width:300px;padding:20px 30px;border-bottom:1px solid;border-color:var(--colorN40)}.dropdownMenu .main{font-size:18px;font-weight:500;padding:10px 10px 10px 20px;max-width:none}.dropdownMenu .main>.text{font-size:14px;font-weight:400;margin-top:0!important}.dropdownMenu .sub:hover{background-color:var(--colorN20);cursor:pointer}#navbar .menuMain .menuArea>.dropdownMenu a:hover .top>.text{text-decoration:underline}.dropdownMenu .sub.hoverIgnore:hover{background-color:var(--colorN10);cursor:default}.dropdownMenu .sub img{height:25px;width:25px;border-radius:10px;margin-right:10px}.dropdownMenu .sub .top{font-weight:500;display:flex;align-items:center}.dropdownMenu .sub>.text{font-size:14px}.dropdownMenu .text{color:var(--colorBaseText)}.dropdown{position:relative;display:inline-block}.dropdownContent{display:none;position:absolute;min-width:160px;overflow:auto;z-index:1;color:var(--colorN800);background:var(--colorN10);border-radius:3px;border:1px solid var(--colorN40);box-shadow:0 3px 5px rgb(9 30 66/.2),0 0 1px rgb(9 30 66/31%)}.dropdownContent.right{right:0;left:auto}.dropdownContent ul{padding:0;margin:0}.dropdownContent ul li{padding:10px 10px 0;min-width:130px}.dropdownContent ul li:last-child{padding-bottom:10px}.dropdownContent ul li a:hover{background-color:var(--colorN40)}.dropdownContent ul li a{display:flex;align-items:center}.dropdown .show{display:block}.dropdownMenu .display-grid.grid-2{display:grid;grid-template-columns:1fr 1fr;column-gap:20px}.dropdownMenu .product-block-link{border-bottom:0;padding:10px;background-color:var(--colorN20);border-radius:8px;margin:10px auto;border:1px solid var(--colorN40);padding:20px;border-radius:8px;box-shadow:var(--shadowStandard);transition:.2s ease-in-out}.dropdownMenu .product-block-link:hover{box-shadow:var(--boxShadowHard)}.dropdownMenu .product-block-link .top{font-size:18px;margin-bottom:10px}.dropdownMenu .product-block-link .text.heading{color:var(--colorBlueAttention)}.dropdownMenu.products-drop a{text-decoration:none}.dropdownMenu.products-drop .dropdownMenu-content{overflow-y:auto;max-height:80vh}.dropdownMenu.products-drop .dropdownMenu-content::-webkit-scrollbar{width:14px}@media screen and (max-width:768px){.dropdownMenu .display-grid.grid-2{grid-template-columns:1fr;column-gap:20px}}footer{background-color:var(--footerBgColor);width:100%}footer .content{padding:20px;margin:0 auto;max-width:var(--pageMaxWidth)}footer a{color:var(--colorN90);font-size:.9rem;font-weight:300;text-decoration:none}footer a:hover{text-decoration:underline}footer .top{align-items:flex-start;display:grid;row-gap:35px;column-gap:30px;grid-template-columns:1fr 1fr 1fr 1fr;grid-auto-rows:auto}footer .group{display:flex;flex-direction:column}footer .group.h100p{height:100%}footer .group.h100p .flexSpread{display:flex;flex-direction:column;justify-content:space-between;height:100%}footer .group>p{color:#fff;font-size:.9rem;font-weight:600;margin-bottom:10px;margin-top:20px}footer .group a{margin-bottom:10px}footer .group .apps a{display:block}footer .middle{display:flex;align-items:center;justify-content:flex-start;max-width:500px;margin:20px 0 10px}footer .middle>*{height:20px}footer .middle>a{padding:0 15px;font-size:.85rem}@media screen and (max-width:768px){footer .top{grid-template-columns:auto;row-gap:0}footer .apps{display:flex;justify-content:space-between;align-items:center}footer .middle{justify-content:space-between}footer .middle>a{padding:8px;padding-left:0}}footer .bottom{margin-top:10px;padding-top:10px;border-top:1px solid #dfe1e629;font-size:.9rem;color:var(--colorN90);font-weight:300}.raw-modal,.free-modal{display:none;position:fixed;z-index:999;padding:0;margin:auto;justify-content:center;align-items:center;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:rgba(0,0,0,.4);background-color:rgba(147,147,147,.35);-webkit-transition:.4s ease-in-out;-moz-transition:.4s ease-in-out;-o-transition:.4s ease-in-out;transition:.4s ease-in-out;display:flex;left:-100%}.raw-modal.show,.free-modal.show{left:0%}.raw-modal-content,.free-modal-content{background-color:#fff;margin:auto;padding:20px;padding-top:0;position:relative;border:1px solid #888;border-radius:2px;width:100%;max-width:350px}@media screen and (max-width:768px){.raw-modal-content,.free-modal-content{max-width:300px}}.raw-modal-body,.free-modal-body{padding:25px 0 10px}.raw-modal-body h2,.free-modal-body h2{margin-bottom:35px;text-align:center;font-size:32px}.raw-modal-body .item{margin-bottom:15px}.raw-modal-body .item input{border-radius:4px}.raw-modal-body .ctaArea{margin-top:40px}.raw-modal .raw-modal-header,.free-modal .free-modal-header{position:absolute;right:0}.raw-modal .raw-modal-close,.free-modal .free-modal-close{font-size:28px;color:var(--colorN100)}.raw-modal .raw-modal-close:hover,.raw-modal .raw-modal-close:focus,.free-modal .free-modal-close:hover,.free-modal .free-modal-close:focus{color:#000;text-decoration:none;cursor:pointer}.raw-modal.meet .raw-modal-content{max-width:800px}@media screen and (max-width:768px){.raw-modal.meet .raw-modal-content{max-width:100%;margin:0}}@font-face{font-family:roboto;font-style:normal;font-weight:300;src:url(/fonts/roboto-300.woff2)format('woff2');font-display:swap}@font-face{font-family:roboto;font-style:normal;font-weight:400;src:url(/fonts/roboto-400.woff2)format('woff2');font-display:swap}@font-face{font-family:roboto;font-style:normal;font-weight:500;src:url(/fonts/roboto-500.woff2)format('woff2');font-display:swap}@font-face{font-family:roboto;font-style:normal;font-weight:600;src:url(/fonts/roboto-600.woff2)format('woff2');font-display:swap}@font-face{font-family:roboto;font-style:normal;font-weight:700;src:url(/fonts/roboto-700.woff2)format('woff2');font-display:swap}@font-face{font-family:roboto;font-style:normal;font-weight:900;src:url(/fonts/roboto-900.woff2)format('woff2');font-display:swap}:root{--fontFamily:Roboto, Sans-Serif;--colorBaseDark:#1C2B45;--colorBaseVeryDark:#030b15;--colorLogoDarkish:#091446;--colorBaseText:var(--colorLogoDarkish);--btnBaseSecondary:linear-gradient(90deg, rgb(146, 150, 159) 60%, rgb(154, 145, 165) 100%);--btnBaseSecondaryHover:linear-gradient(140deg, rgb(163 164 167) 50%, rgb(142 136 149) 80%);--btnBlueBackground:linear-gradient(140deg, #2626d0 60%, #3030e5 100%);--btnBlueBackgroundHover:linear-gradient(140deg, #2020cd 80%, #3030e5 100%);--btnBlueBackgroundHoverHard:linear-gradient(140deg, #2a2ae5 60%, #2525cd 80%);--boxShadow:0px 3px 5px rgb(37 37 88 / 30%), 0px 0px 1px rgb(37 37 88 / 45%);--boxShadow300:0px 2px 4px rgb(37 37 88 / 20%), 0px 0px 1px rgb(37 37 88 / 25%);--boxShadowHard:0 3px 8px rgb(9 30 66 / 20%), 0 5px 8px rgb(9 30 66 / 31%);--colorG300:#36B37E;--colorB500:#0747A6;--colorB400:#0052CC;--colorN800:#172B4D;--colorN700:#253858;--colorN600:#344563;--colorN400:#505F79;--colorN300:#5E6C84;--colorN200:#6B778C;--colorN100:#7A869A;--colorN90:#8993A4;--colorN80:#97A0AF;--colorN70:#A5ADBA;--colorN60:#B3BAC5;--colorN50:#C1C7D0;--colorN40:#DFE1E6;--colorN30:#EBECF0;--colorN20:#F4F5F7;--colorN10:#FAFBFC;--ctaBorderColor:var(--colorB500);--ctaBgColor:linear-gradient(90deg, rgb(67 68 255) 0%, rgb(107 18 249) 100%);--ctaBgColorHover:linear-gradient(90deg, rgba(90,91,239,1) 0%, rgba(90,91,239,1) 100%);--ctaBgColorDone:linear-gradient(90deg, rgb(67 255 107) 0%, rgb(18 249 126) 100%);--shadowStandard:0px 3px 5px rgba(9, 30, 66, 0.2), 0px 0px 1px rgba(9, 30, 66, 0.31);--navTextMainColor:var(--colorN800);--navTextSize:14px;--navTextWeight:500;--navHeightTop:65px;--navHeightBottom:55px;--navHeight:65px;--navBgColorDefault:transparent;--navBgColorFill:rgba(255, 255, 255, 0.85);--footerBgColor:var(--colorBaseVeryDark);--areaWidthMega:1450px;--areaWidthLarge:1250px;--areaWidthNormal:1050px;--areaWidthMedium:950px;--colorBlueAttention:#0001DD;--colorBlueAttention:#0000DD;--colorBlueAttentionHover:#0000CC;--colorBlueElevated:#001645;--colorBlueLight:#14B4FF;--colorWhite:#FFFFFF;--colorInterfaceGrayLight:#ECECEC;--heroGap:40px;--heroSubtextMaxWidth:550px;--heroSubtextFontSize:19px;--heroSubtextFontWeight:400;--heroSubtextLineHeight:135%;--heroPaddingTop:155px;--imageShadow:0 0 30px 10px rgba(0, 0, 0, 0.10);--imageBorderRadius:12px;--pageMaxWidth:1280px;--breakpointMedium:1024px;--breakpointSmall:768px;--blockGap:45px;--sectionGap:155px;--contentGap:25px;--articleTextPageMaxWidth:768px;--blogPageContentHeaderGap:var(--contentGap);--blogPageContentGap:60px;--blogPageContentPageWidth:990px;--blogPageContentTextWidth:768px;--blogPageH1MaxWidth:900px;--blogPageSectionGap:120px;--blogPageArticleTocWidth:250px;--blogThumbnailShadow:0px 3px 5px rgb(37 37 88 / 30%), 0px 0px 1px rgb(37 37 88 / 45%);--blogThumbnailBorderRadius:12px;--blogThumbnailBackground:#F8F8F8}html{font-size:16px;scrollbar-color:#6969dd #e0e0e0;scrollbar-width:thin}body{font-family:var(--fontFamily);font-style:normal;font-weight:400;font-size:1rem;line-height:1.5;color:var(--colorN800);background-color:#fff;padding:0;margin:0;display:flex;min-height:100vh;flex-direction:column;color:var(--colorBaseText)}main{flex:1 0 auto}body main{margin-top:var(--navHeightTop)}body.subnavbar main{margin-top:calc(var(--navHeightBottom) + var(--navHeightTop))}@media screen and (max-width:1024px){body.subnavbar main{margin-top:var(--navHeightTop)}}.mr10{margin-right:10px}.mt10{margin-top:10px}.mt20{margin-top:20px}.mt30{margin-top:30px}.center{text-align:center}.mobile{display:none}.flexDiv{display:flex;align-items:center}.width-fit-content{width:fit-content}@media screen and (max-width:768px){.mobile{display:block}}@media screen and (max-width:768px){.desktop{display:none!important}}@media screen and (max-width:768px){.align-children-center-on-mobile{display:flex;justify-content:center;flex-direction:column;align-items:center}}h1{font-size:70px;line-height:73px;font-weight:600;margin:0}h2{font-weight:500;font-size:50px;line-height:normal;margin:0}h3{font-weight:500;font-size:36px;line-height:normal;margin:0}h1.primary,h2.primary,h3.primary{color:var(--colorBlueAttention)}@media screen and (max-width:768px){h1{font-size:40px;line-height:45px}h2{font-size:38px}h3{font-size:28px}}p{font-weight:300;margin:0}p.standard{font-weight:400}p.large{font-weight:400;font-size:1.125rem}p.xlarge{font-weight:400;font-size:1.25rem}b{font-weight:500}li{font-weight:300;margin-top:.8em;margin-bottom:.8em}ol,ul{display:block;list-style-type:decimal;margin-block-start:1em;margin-block-end:1em;padding-inline-start:40px;unicode-bidi:isolate}ul{list-style-type:disc}blockquote.primary{margin-left:0;border-left:4px solid var(--colorBlueAttention);height:100%;padding:4px 16px;color:var(--colorN200);margin-bottom:80px}button,.button.is-button,.blog-page-legacy .btn.cta{border-radius:5px;padding:10px 22px;display:flex;justify-content:center;align-items:center;font-family:var(--fontFamily);height:20px;border:0;font-size:14px;min-width:120px;width:fit-content;cursor:pointer;text-decoration:none;background-color:initial;text-align:center;vertical-align:middle;-webkit-user-select:none}button{min-height:42px}button.primary,.button.is-button.primary,.blog-page-legacy .btn.cta{background:var(--colorBlueAttention);font-weight:700;color:var(--colorWhite);border:1px solid var(--colorBlueAttention)}button.primary:hover,.button.is-button.primary:hover,.blog-page-legacy .btn.cta:hover{background:var(--colorBlueAttentionHover)}button.secondary,.button.is-button.secondary{background:var(--colorWhite);color:var(--colorBlueAttention);border:1px solid var(--colorBlueAttention)}button.secondary:hover,.button.is-button.secondary:hover{background:var(--colorN20)}table{width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}table thead{color:#1a202c;font-weight:600;border-bottom:1px solid;border-bottom-color:#cbd5e0}table th{padding:.75rem 1.5rem;font-weight:500;border-bottom:1px solid;border-color:#e5e7eb;border-color:#e5e7eb}table tbody tr{border-bottom:1px solid;border-bottom-color:#e2e8f0}table tbody td{vertical-align:top;padding:.75rem 1.5rem}table tbody tr.bold td{font-weight:500}table td{border-bottom:1px solid;border-color:#e5e7eb;border-color:#e5e7eb}table.center thead th,table.center tbody td{text-align:center}table.center thead th:first-child,table.center tbody td:first-child{text-align:left}@media screen and (max-width:1024px){table th{padding:8px;min-width:65px}table tbody td{padding:8px}}nav button,nav .button.is-button{min-width:auto;width:fit-content}.padding-spacer{height:var(--sectionGap);background-color:var(--colorWhite)}.padding-spacer.half{height:calc(var(--sectionGap)/2)}.padding-spacer.double{height:calc(var(--sectionGap) * 2)}.padding-spacer.triple{height:calc(var(--sectionGap) * 3)}@media screen and (max-width:768px){.padding-spacer.triple{height:calc(var(--sectionGap) * 2)}}.hero-center{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero-left{padding:140px 100px;max-width:800px;margin:auto;margin-right:0;display:flex;justify-content:center;align-items:center}div.hero-h1{font-size:60px;font-weight:600;line-height:75px}h1.hero-h1{margin:0}.hero-h2{font-weight:600}.hero-subtext{max-width:var(--heroSubtextMaxWidth);font-size:var(--heroSubtextFontSize);font-weight:var(--heroSubtextFontWeight);line-height:var(--heroSubtextLineHeight);font-family:Roboto;font-style:normal}.hero-icons-bar{display:grid;grid-template-columns:1fr 1fr 1fr;grid-gap:20px}.hero-icon-bar-item{display:flex;align-items:center;justify-content:center;gap:10px}.hero-icon-bar-item img{width:15px;height:15px}.hero-icon-bar-item div{font-size:13px;font-weight:400;color:#c7c7c7}.hero-center-image{width:100%;max-width:1280px;height:auto;margin:auto;position:inherit;box-shadow:0 0 30px 10px rgba(0,0,0,.1);border-radius:36px}.hero-container{gap:var(--heroGap);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.hero-area{position:relative;margin-bottom:-250px;padding-top:var(--heroPaddingTop)}.hero-bgimg,.hero-right-bgimg{width:100%;height:100%;background-size:cover;background-position:bottom}.hero-bgimg{background-position:50%}@media(max-width:1280px){.hero-bgimg{height:70vh!important;width:auto!important;min-width:100%}.hero-area{margin-bottom:-150px;padding-top:100px}.hero-container{padding:0 40px}.hero-center-image{width:80%;border-radius:0}}@media screen and (max-width:768px){.hero-area h1{font-size:40px;line-height:45px}.hero-container{padding:0 40px}.hero-center-image{width:100%}}.hero-solution-page{max-width:var(--pageMaxWidth);width:100%;margin:auto;padding-top:var(--heroPaddingTop)}.hero-solution-page .hero-text-area{max-width:960px;display:flex;flex-direction:column;gap:var(--heroGap);margin-bottom:var(--heroGap)}.hero-solution-page .hero-text-area p{max-width:var(--heroSubtextMaxWidth);font-size:var(--heroSubtextFontSize);font-weight:var(--heroSubtextFontWeight);line-height:var(--heroSubtextLineHeight);font-family:Roboto;font-style:normal}.hero-solution-page .hero-image-area{position:relative;width:100%;max-width:var(--pageMaxWidth);margin-left:auto}.hero-solution-page .hero-image-area img.foreground-left{bottom:25%;height:auto;position:absolute;left:0;top:50%;transform:translateY(-50%);width:50%;background:#fff;box-shadow:0 30px 80px rgba(0,0,0,.25);z-index:2;border-radius:20px}.hero-solution-page .hero-image-area img.background-right{height:auto;width:60%;margin-left:auto;display:block;border-radius:28px;box-shadow:0 20px 60px rgba(0,0,0,.15);max-height:60%;object-fit:cover}@media screen and (max-width:1280px){.hero-solution-page,.hero-solution-page .hero-image-area{max-width:100%;width:100%}.hero-solution-page .hero-text-area{padding-left:40px;padding-right:40px}.solution-page .block.grid-view{padding:0}.hero-solution-page .hero-image-area img.foreground-left{margin-left:40px}.hero-solution-page .hero-image-area img.background-right{margin-right:40px}}@media screen and (max-width:1024){#slideMenu{z-index:8;position:fixed;padding:10px;top:var(--navHeight);left:0;background-color:#fff;width:calc(100% - 20px);height:calc(100% - var(--navHeight) - 20px);overflow-y:auto;box-shadow:var(--shadowStandard);-webkit-font-smoothing:antialiased;transform-origin:0% 0%;transform:translateX(100%);transition:transform .3s cubic-bezier(.77,.2,.05,1)}body.subnavbar #slideMenu{top:var(--navHeightTop)}#slideMenu>div{margin:35px 0 0 10px;font-weight:600;font-size:20px}#slideMenu>div:first-child{margin-top:30px}#slideMenu>.item{display:flex;align-items:center}#slideMenu>.item img{border-radius:30px;height:22px;width:22px}#slideMenu>.item .text{line-height:16px;margin-left:8px}#slideMenu a{display:block;padding:10px;color:var(--navTextMainColor)}}.client-references{background-color:var(--colorWhite);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.client-references p{text-align:center}.client-references-items{margin:auto;max-width:var(--pageMaxWidth);display:grid;grid-gap:80px;align-items:center;justify-content:center;height:150px}.client-references-items.grid-6{grid-template-columns:repeat(6,110px)}.client-references-items.grid-5{grid-template-columns:repeat(5,110px)}.client-references-items.grid-4{grid-template-columns:repeat(4,110px)}.client-references-items.grid-3{grid-template-columns:repeat(3,110px)}.client-references-items .item{display:flex;align-items:center;justify-content:center;width:110px}.client-references-items .item img{width:fit-content;height:auto;max-width:100%}@media(max-width:1280px){.client-references{padding:0 40px;width:auto}.client-references-items{grid-gap:40px}}@media(max-width:1024px){.client-references-items.grid-6,.client-references-items.grid-4{grid-template-columns:repeat(3,110px);grid-gap:40px}.client-references-items .item{width:80px}.client-references-items.grid-4{display:none}}@media(max-width:768px){.client-references-items.grid-6,.client-references-items.grid-4{grid-template-columns:repeat(3,80px)}.client-references p{margin-bottom:20px}}.section{margin:auto;width:100%;background-color:var(--colorWhite)}.section.light-grey,.section.light-gray{background-color:var(--colorN20)}.section.padding{padding:80px 0}section.text-block{margin-bottom:80px}.block{background-color:var(--colorWhite);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--blockGap);margin:auto;max-width:var(--pageMaxWidth)}.section.light-grey .block,.section.light-gray .block{background-color:var(--colorN20)}.block.left-align{align-items:start}.block.grid-view{display:grid;grid-template-columns:1fr 1fr}.block.grid-view.grid-3{grid-template-columns:1fr 1fr 1fr}.block.grid-view.reverse-on-desktop>*:first-child{order:2}.block.grid-view.reverse-on-desktop>*:last-child{order:1}@media(max-width:1280px){.block{padding:0 40px;width:auto}.block.grid-view{padding:0 40px;width:auto}}@media(max-width:1024px){.block{padding:0 40px;width:auto}.block.grid-view{display:flex;padding:0 40px;width:auto;flex-direction:column}.block.grid-view.reverse-on-mobile{flex-direction:column-reverse}}.screenshot-with-text .grid-view-item-content{display:flex;flex-direction:column;justify-content:start;gap:var(--contentGap)}.screenshot-with-text .grid-view-item-content-topic-text{color:var(--colorBlueAttention)}.screenshot-with-text .grid-view-item-content-topic-text p{font-size:14px;font-weight:400;line-height:16px;margin:0}.screenshot-with-text .grid-view-item-content-topic{display:flex;align-items:center;gap:10px}.screenshot-with-text .grid-view-item-content-topic img{width:22px;height:22px}.screenshot-with-text .grid-view-item-image img{width:100%;height:auto;max-width:100%}.screenshot-with-text .block.grid-view{grid-template-columns:.8fr 1.2fr}.screenshot-with-text .block.grid-view.reverse-on-mobile,.screenshot-with-text .block.grid-view.reverse-on-desktop{grid-template-columns:1.2fr .8fr}.box{background-color:var(--colorWhite);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--blockGap);margin:auto;max-width:var(--pageMaxWidth);border-radius:10px;box-shadow:var(--shadowStandard)}.box.light-gray{background-color:var(--colorN20)}.box.light-gray .block{background-color:var(--colorN20)}.box .block{padding:40px;width:auto;gap:var(--contentGap)}.box.fit-content{width:fit-content;padding:40px 60px}@media screen and (max-width:1024px){.box.fit-content{padding:20px;max-width:stretch;max-width:-webkit-fill-available;overflow-x:auto}}.box-resource-article{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--blockGap);margin:auto;max-width:var(--pageMaxWidth);border-radius:10px;box-shadow:var(--shadowStandard);background-color:var(--colorN20);height:100%}.box-resource-article>.content>h3{margin-bottom:0;font-size:26px}.box-resource-article>.content{display:flex;flex-direction:column;justify-content:center;align-items:start;gap:var(--contentGap);margin:0 auto auto;padding:30px;height:100%}.box-resource-article>.content a.image-link{width:100%;height:100%}.box-resource-article>.content img{width:100%;height:auto;max-height:200px;object-fit:cover;border-radius:4px;box-shadow:var(--shadowStandard)}.article-container{margin-top:var(--navHeight);margin-left:auto;margin-right:auto;display:flex;justify-content:start;margin-top:180px;position:relative;max-width:var(--pageMaxWidth)}@media screen and (max-width:768px){.article-container{margin-top:100px}}article{width:100%;margin-left:0;flex:1}.article-container.text-page article{max-width:var(--articleTextPageMaxWidth)}.article-toc{position:sticky;top:180px;align-self:flex-start;width:var(--blogPageArticleTocWidth);margin-left:40px;padding:20px 0;max-height:calc(100vh - 200px);overflow-y:auto}.blog-page-content-area .article-toc{width:300px;margin-left:0}.article-toc-title{font-size:16px;font-weight:600;letter-spacing:.05em;margin-bottom:20px;color:#1a202c}.article-toc-list{list-style:none;margin:0;padding:0}.article-toc-item{margin-bottom:16px}.article-toc-link{display:block;color:#4a5568;text-decoration:none;font-size:14px;line-height:1.5;transition:color .2s ease;padding:4px 0}.article-toc-link:hover{color:var(--colorBlueAttentionHover)}.article-toc-link.active{color:var(--colorBlueAttention);font-weight:500}article h2{scroll-margin-top:200px}@media(max-width:768px){.article-toc{display:none}}article h1{margin-bottom:20px}article h2,h3{margin-bottom:16px}article h2{font-size:38px}article h3{font-size:28px}article ul li{font-weight:300}article ul li.bold{font-weight:500}article p{margin-bottom:20px}article img{box-shadow:var(--imageShadow);border-radius:var(--imageBorderRadius);width:100%;height:auto}article img.pure-image{box-shadow:none;border-radius:0}article img.full-width{width:var(--pageMaxWidth)}article .blog-page-legacy,article .text-page{max-width:768px}.article-container.pure-html{margin-bottom:200px}.blog-page-overview{max-width:var(--pageMaxWidth);margin:180px auto;display:flex;flex-direction:column;gap:var(--blogPageSectionGap)}.blog-page-overview-top{display:flex;flex-direction:column;gap:var(--blogPageContentGap);width:100%;max-width:var(--blogPageH1MaxWidth)}.blog-page-overview-top h1{color:var(--colorBlueAttention)}.blog-page-overview-content{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--blogPageSectionGap)}.blog-page-overview-content img{width:100%;max-width:100%;height:auto}.blog-page-overview .blog-thumbnail{box-shadow:var(--blogThumbnailShadow);border-radius:var(--blogThumbnailBorderRadius);background-color:var(--blogThumbnailBackground);padding:40px;display:flex;flex-direction:column;gap:var(--contentGap)}.blog-page-overview .blog-thumbnail .blog-thumbnail-top{}.blog-page-overview .blog-thumbnail .blog-thumbnail-date>time{font-weight:500;font-size:12px;margin-bottom:10px}.blog-page-overview .blog-thumbnail .blog-thumbnail-title{color:var(--colorBlueAttention);font-size:24px;font-weight:500;line-height:32px;margin:0;min-height:65px}.blog-page-overview .blog-thumbnail .blog-thumbnail-image img{box-shadow:var(--imageShadow);border-radius:var(--imageBorderRadius);width:100%;height:auto;margin-top:0;margin-bottom:0;height:280px;max-width:500px;width:100%;object-fit:cover}.blog-page-overview .blog-thumbnail .blog-thumbnail-description{font-size:16px;font-weight:400;line-height:24px;margin:0}.blog-page-overview .blog-thumbnail .blog-thumbnail-link{}@media screen and (max-width:1280px){.blog-page-overview{padding:0 40px}.blog-page-overview-content{gap:calc(var(--blogPageSectionGap)/2)}}@media screen and (max-width:1024px){.blog-page-overview-content{grid-template-columns:repeat(1,1fr)}.blog-page-overview .blog-thumbnail .blog-thumbnail-image img{max-width:none;width:100%;height:auto}.blog-page-overview .blog-thumbnail{padding:20px}.blog-page-overview-content{gap:calc(var(--blogPageSectionGap)/4)}}.blog-page>article{display:flex;flex-direction:column;gap:var(--blogPageSectionGap)}.blog-page h1{color:var(--colorBlueAttention);margin:0;max-width:var(--blogPageH1MaxWidth)}.blog-page h2{margin-top:40px}.blog-page .blog-page-content-area>.blog-page-content>.content-block>h2{margin-top:0}.blog-page .list-in-box,.blog-page-legacy #markdown-toc{padding:1rem;padding-left:2.5rem;margin-top:1.5rem;margin-bottom:1.5rem;border:1px solid;border-color:#d2d6dc;counter-reset:list-counter}.blog-page .list-in-box li,.blog-page-legacy #markdown-toc li{position:relative;counter-increment:list-counter;padding-left:1em;margin-top:.8em;margin-bottom:.8em;font-weight:300}.blog-page .list-in-box li::before,.blog-page-legacy #markdown-toc li::before{position:absolute;font-weight:400;color:#718096}.blog-page .list-in-box li a,.blog-page-legacy #markdown-toc li a{color:#3182ce;text-decoration:underline}.blog-page-top{display:flex;flex-direction:column;gap:var(--blogPageContentHeaderGap);width:100%;max-width:var(--pageMaxWidth);margin:auto}.blog-page-content-area{display:flex;width:var(--pageMaxWidth);margin:auto;justify-content:space-between}.blog-page-content{width:100%;max-width:var(--blogPageContentTextWidth);margin-left:0;display:flex;flex-direction:column;gap:var(--blogPageContentGap)}.blog-page-content>*{width:100%;max-width:var(--blogPageContentTextWidth);margin-left:0}.blog-page-content p:last-child{margin-bottom:0}.blog-page-top>.mt15,.blog-page-top>.timestamp{font-weight:500;color:#3c3e40;margin:0}.blog-page-content img{width:100%;max-width:var(--blogPageContentTextWidth)}.blog-page img.page-width{width:100%;max-width:var(--blogPageContentPageWidth)}.blog-page img.full-width{width:100%;max-width:var(--pageMaxWidth)}.blog-page-content-image{margin-bottom:40px}.blog-page-legacy{max-width:var(--pageMaxWidth)}.blog-page-legacy .prose{margin-top:40px;max-width:var(--blogPageContentTextWidth)}.blog-page-legacy>article{display:flex;flex-direction:column;gap:20px}.blog-page-legacy h1{color:var(--colorBlueAttention);margin-top:0;margin-bottom:0;max-width:var(--blogPageH1MaxWidth);width:var(--blogPageH1MaxWidth)}.blog-page-legacy h2,.article-container.pure-html.blog-page-legacy h2{margin-top:40px}.blog-page-legacy h3{margin-top:25px}.blog-page-legacy time,.blog-page-legacy time+span{font-size:.9rem;font-weight:500;color:#6b7280;margin-bottom:-20px}@media screen and (max-width:1280px){.blog-page article{padding:0 40px}.blog-page-top,.blog-page img.full-width,.blog-page-content-area,.blog-page-content{max-width:100%;width:100%}.blog-page-toc-seperator-line{margin:0 40px}.blog-page-legacy h1{width:100%;max-width:100%}}@media screen and (max-width:1024px){.blog-page-overview-content{grid-template-columns:repeat(1,1fr)}}@media screen and (max-width:768px){.blog-page-toc-seperator-line{display:none}}.calendly-badge-widget{left:20px!important}