html{font-family:Arial,Helvetica,sans-serif}body{color:#111;background:#fff}.reveal-text{opacity:0;transform:translateY(10px)}.reveal-text.visible{animation:.5s forwards revealText;animation-delay:var(--delay,0s)}@keyframes revealText{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:300;src:url(/assets/open-sans-v44-latin-300-D5gIFPXQ.woff2)format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/assets/open-sans-v44-latin-regular-Bk63H6sG.woff2)format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:600;src:url(/assets/open-sans-v44-latin-600-Cp4N6AwT.woff2)format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:700;src:url(/assets/open-sans-v44-latin-700-CceUhp2e.woff2)format("woff2")}#nav-wrapper{z-index:102;width:100%;height:fit-content;color:var(--nav-color);--nav-color:var(--brand-color);justify-content:center;align-items:center;display:flex;position:sticky;top:0}nav{width:100%;max-width:var(--section-max-width);justify-content:space-between;align-items:center;height:fit-content;padding:16px 24px;font-family:Open Sans;transition:background .3s ease-out,box-shadow .25s ease-out,color .25s ease-out;display:flex}#nav-wrapper.light{--nav-color:#fff}nav .logo{justify-content:flex-start;align-items:center;display:flex}nav .logo svg{width:auto;height:34px}nav .logo svg path{fill:var(--nav-color)}nav .desktop-menu{justify-content:center;align-items:center;gap:36px;width:fit-content;height:fit-content;display:flex}nav .desktop-menu .item{cursor:pointer;justify-content:center;align-items:center;gap:10px;width:fit-content;height:fit-content;display:flex;position:relative}nav .desktop-menu .item>a{width:fit-content;height:fit-content;color:var(--nav-color);text-decoration:none}nav .desktop-menu .item>svg{width:13px;height:auto}nav .desktop-menu .item>svg.brand-color path{stroke:var(--nav-color)}nav .desktop-menu .item .pulldown{opacity:0;pointer-events:none;transform-origin:1.3rem -8px;z-index:2;background:#fff;border-radius:8px;width:fit-content;transition:transform .25s,opacity .5s ease-out;display:flex;position:absolute;top:calc(100% + 12px);transform:translateY(8px)}nav .desktop-menu .item .pulldown:before{content:"";width:100%;height:20px;position:absolute;top:-20px;left:0}nav .desktop-menu .item .pulldown>svg{width:28px;height:8px;position:absolute;top:-8px;left:50%;transform:translate(-50%)}nav .desktop-menu .item:hover .pulldown{opacity:1;pointer-events:all;transform:none;box-shadow:0 3px 10px #00000040}nav .desktop-menu .item .pulldown ul{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}nav .desktop-menu .item .pulldown ul li a{box-sizing:border-box;color:#3e3e3e;padding-left:4px;font-family:Open Sans;font-size:15px;font-style:normal;font-weight:400;line-height:28px;text-decoration:none;transition:color .25s ease-out}nav .desktop-menu .item .pulldown ul li a:hover{color:#169ff2;text-decoration:underline}nav .desktop-menu .item .pulldown .content{flex-direction:row;justify-content:center;padding:12px 0;display:flex}nav .desktop-menu .item .pulldown .content .option{position:relative}nav .desktop-menu .item .pulldown .content .option .title{color:#666;opacity:.53;margin-left:12px;padding:12px 12px 0;font-size:13px;font-weight:600}nav .desktop-menu .item .pulldown .content .option:after{content:"";opacity:.15;background-color:#000;width:1px;position:absolute;top:20%;bottom:5%;right:1px}nav .desktop-menu .item .pulldown .content .option:last-child:after{display:none}nav .desktop-menu .item .pulldown .content .option .options{flex-direction:column;gap:5px;display:flex}nav .desktop-menu .item .pulldown .content .option .options .inner{cursor:pointer;border-radius:4px;flex-direction:row;justify-content:flex-start;align-items:flex-start;gap:15px;margin:0 12px;padding:12px;text-decoration:none;transition:background-color .1s ease-in-out;display:flex}nav .desktop-menu .item .pulldown .content .option .options .inner:hover{background-color:#169ff21f}nav .desktop-menu .item .pulldown .content .option .options .inner .text{text-align:left;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:195px;display:flex}nav .desktop-menu .item .pulldown .content .option .options .inner .text .heading{color:#3e3e3e;margin:0 0 4px;font-size:16px;font-weight:700;line-height:1.2}nav .desktop-menu .item .pulldown .content .option .options .inner .text .description{color:#3e3e3e;opacity:.7;margin:0;font-size:13px;font-weight:400}nav .desktop-menu .item .pulldown .content .option .options svg{width:28px;height:28px}nav .cta{justify-content:center;align-items:center;display:flex}nav .cta a{width:fit-content;height:fit-content;color:var(--nav-color);border:1px solid var(--nav-color);border-radius:8px;padding:6px 18px;font-weight:600;text-decoration:none;transition:all .3s}nav .cta a:hover{transform:scale(1.1)}nav #navBtn{width:30px;height:auto;color:var(--nav-color);cursor:pointer;display:none}#nav-wrapper.flying{--nav-color:var(--brand-color);color:var(--nav-color);background:#fff;box-shadow:0 0 4px #0000004d}#nav-wrapper.flying nav .logo svg path{fill:var(--nav-color)}#nav-wrapper.flying nav .desktop-menu .item>a,#nav-wrapper.flying nav .cta a{color:var(--nav-color)}#nav-wrapper.flying nav .desktop-menu .item>svg path{stroke:var(--nav-color)}#nav-wrapper.flying nav .desktop-menu .item .pulldown{top:calc(100% + 12px)}@media screen and (width<=1120px){nav .desktop-menu,nav .cta{display:none}nav #navBtn{display:block}#nav-wrapper.flying nav #navBtn svg path{stroke:var(--nav-color)}}#popup-menu{opacity:0;z-index:200;background:#fff;flex-direction:column;height:0;transition:transform .3s,opacity .3s,height 0s .4s;display:flex;position:fixed;top:0;left:0;right:0;overflow:auto}#popup-menu.show{opacity:1;height:100%;transition:opacity .3s;transform:translateY(0)scale(1)}#popup-menu>nav{box-sizing:border-box;background-color:#0000;border-bottom:1px solid #12121214;flex:0 0 64px;justify-content:space-between;align-items:center;width:100%;padding:12px 24px;display:flex;position:relative}#popup-menu>nav>svg{color:#169ff2;width:140px}#popup-menu>nav .filler{width:36px;margin:0}#popup-menu>.menu{box-sizing:border-box;flex:auto;padding:16px 0;overflow:auto}#popup-menu>.menu ul{margin:20px 0;padding:0}#popup-menu>.menu ul li{box-sizing:border-box;color:#151217;margin:0;padding:0 36px;font-size:16px;font-weight:100;line-height:32px;list-style:none}#popup-menu>.menu ul li.caption{font-size:16px;font-weight:600}#popup-menu>.menu ul li a{color:#151217;text-decoration:none}#popup-menu>.menu ul li a#homepageLink{color:#03a9f4;font-weight:600}#popup-menu nav button#navBtnClose{color:#169ff2;background-color:#0000;border:none;border-radius:50%;outline:none;flex-direction:row;justify-content:center;align-items:center;width:40px;height:40px;margin:0;display:flex}#popup-menu nav button#navBtnClose svg{width:22px}#popup-menu nav button#navBtnClose svg path{fill:var(--brand-color);transition:all .3s}#popup-menu.show nav button#navBtnClose svg path:first-child{transform:translate(4px)translateY(-2px)rotate(45deg)}#popup-menu.show nav button#navBtnClose svg path:nth-child(2){opacity:0}#popup-menu.show nav button#navBtnClose svg path:nth-child(3){transform:translate(-5px)translateY(5px)rotate(-45deg)}*,:before,:after{box-sizing:border-box;position:relative}html,body{color:#3e3e3e;margin:0;padding:0}body{min-height:100vh}img,picture,video,canvas,svg{max-width:100%;display:block}button,input,textarea,select{font:inherit}:root{--brand-color:#169ff2;--section-max-width:1312px;--section-max-width-extra:1360px;--primary-linear-gradient:linear-gradient(134.71deg, #00b0fff9 -0.5%, #861ffc 76.33%, #861ffc 98.45%);--secondary-linear-gradient:linear-gradient(134.71deg, #e0f5ff 0%, #f6eeff 78%, #e8d4ff 100%)}.reveal{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(30px)}.reveal.is-visible{opacity:1;transform:translateY(0)}.text-animation span{opacity:0;transform:translateY(10px)}.text-animation{opacity:0;flex-wrap:wrap;justify-content:center;gap:0 6px;display:flex}.ecosystem-title.text-animation{justify-content:flex-start}.text-animation.leftText{justify-content:start}.text-animation.visible span{animation:.5s forwards fadeInWord;animation-delay:var(--delay,0s)}.text-animation.visible{opacity:1}p.text-animation.visible span{animation:.3s forwards fadeInWord;animation-delay:var(--delay,0s)}.button-wrapper.animate{opacity:0;transform:translateY(12px)}.button-wrapper.animate.visible{animation:.6s ease-out forwards buttonFadeIn;animation-delay:var(--delay,0s)}.button-wrapper.animate a{opacity:0}.button-wrapper.animate.visible a{opacity:1;transition:transform .35s ease-out}@keyframes buttonFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInWord{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity);transform:translateY(0)}}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:300;src:url(/assets/open-sans-v44-latin-300-D5gIFPXQ.woff2)format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:400;src:url(/assets/open-sans-v44-latin-regular-Bk63H6sG.woff2)format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:600;src:url(/assets/open-sans-v44-latin-600-Cp4N6AwT.woff2)format("woff2")}@font-face{font-display:swap;font-family:Open Sans;font-style:normal;font-weight:700;src:url(/assets/open-sans-v44-latin-700-CceUhp2e.woff2)format("woff2")}.footer{box-sizing:border-box;z-index:0;flex-direction:column;align-items:center;display:flex;position:relative;overflow:hidden}.footer .inner{width:100%;max-width:1312px;padding-inline:24px}.footer>*{z-index:1;position:relative}.footer:before{content:" ";background:linear-gradient(134.71deg,#00b0fff9 -.5%,#861ffc 76.33% 98.45%);position:absolute;inset:0}.footer-homepage .footer:before{top:-96px}.footer .inner>svg{margin:60px 0 0}.footer .inner .master{box-sizing:border-box;flex-direction:row;width:100%;padding:40px 0;display:flex}.footer .inner .master>.logo{flex:0 0 35%}.footer .inner .master>.logo>a{display:inline-flex}.footer .inner .master>.grid{flex:auto}.footer .logo .footer-title{color:#fff;margin-bottom:20px;font-family:Open Sans;font-size:25px;font-style:normal;font-weight:400;line-height:36px}.footer .logo a{color:#3e3e3e;white-space:nowrap;background:#fff;border:1px solid #fff;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;height:40px;margin-top:20px;padding:0 18px;font-style:normal;font-weight:600;text-decoration:none;display:flex;box-shadow:0 1px 5px #3e3e3e1a;transition:all .5s!important;transform:scale(1)!important}.logo a{transition:transform .5s!important}.logo a:hover{transform:scale(1.08)!important}.footer .logo a.btnContact{color:#169ff2;background:#fff;border:1px solid #3e3e3e14}.footer .logo a.btnTrial{color:#fff;background:#169ff2;border:1px solid #00000014;margin-left:0}.footer .grid{grid-template-columns:1fr 1fr 1fr;column-gap:80px;display:grid}.footer .grid>div{flex-direction:column;gap:16px;display:flex}.footer .grid>div .footer-category,.footer .socials>div .footer-category{color:#fff;margin:15px 0;font-family:Open Sans;font-size:15px;font-style:normal;font-weight:600;line-height:20px}.footer .grid>div ul{margin:0;padding:0;list-style:none}.footer .grid>div ul li a{color:#fff;font-family:Open Sans;font-size:15px;font-style:normal;font-weight:300;line-height:28px;text-decoration:none}.footer .grid>div ul li a:hover{text-shadow:0 0 1px}.footer .socials{width:100%}.footer .socials .footer-category{color:#fff;margin-top:40px;font-family:Open Sans;font-size:15px;font-style:normal;font-weight:600;line-height:20px}.footer .socials ul{flex-direction:row;margin:0 0 20px;padding:0;list-style:none;display:flex}.footer .socials div:first-child ul{flex-direction:column}.footer .socials>div:first-child li{flex-direction:row;display:flex}.footer .socials>div:last-child li{background:#ffffff80;border-radius:50%;width:36px;height:36px;margin-right:16px}.footer .socials ul li>a{color:#fff;flex-direction:row;justify-content:center;align-items:center;width:36px;height:36px;font-family:Open Sans;font-size:15px;font-style:normal;font-weight:300;line-height:28px;text-decoration:none;display:flex}.footer .socials div:first-child ul li{color:#fff;align-items:flex-start;font-size:15px;font-weight:300;line-height:20px}.footer-category{margin-top:15px;margin-bottom:15px;display:block}.footer .socials div:first-child ul li>svg{margin:12px 8px 0 0}.footer .socials div:first-child ul li>div{margin:8px 0 0;line-height:22px}.footer .socials div:first-child ul li>a{width:auto}.footer .socials>div:first-child ul li>div,.footer .socials>div:first-child ul li svg{margin:12px 12px 0 0}.footer .socials ul li svg{width:20px;height:auto}#adres{color:#fff;text-decoration:none}.footer .socials ul li.travel>div>br{display:none}.footer .socials .social-media-links li{transition:all .3s ease-in-out}.footer .socials .social-media-links li:hover{background:#fff9;transform:scale(1.08)}.footer .terms{border-top:.5px solid #fff9;flex-flow:wrap;justify-content:center;align-self:stretch;height:fit-content;display:flex}.footer .terms>div{flex-flow:wrap;justify-content:space-between;width:100%;max-width:600px;font-family:Open Sans;line-height:40px;display:flex;margin:0!important}.footer .terms span{color:#fff;margin:0 4px;font-size:8px;font-style:normal;font-weight:600;text-decoration:none;display:inline-flex}.footer .terms a{color:#fff;font-family:Open Sans;font-size:8px;font-style:normal;font-weight:600;line-height:40px;text-decoration:none}.footer .other-products li,.resources li{gap:10px;display:flex}.footer .socialsMobile{display:none}.footer .text-animation{opacity:0;flex-wrap:wrap;justify-content:center;gap:0 5px;display:flex}.footer .text-animation span{opacity:0;display:inline-block;transform:translateY(10px)}.footer .text-animation.leftText{justify-content:start}.footer .text-animation.visible span{animation:.5s forwards fadeInWord}.footer a.animate{opacity:0;display:inline-flex;transform:scale(.5)}.footer .text-animation.visible{opacity:1}.footer a.animate.visible{animation:.5s forwards scaleUpOpacity}.footer a.animate,.footer .text-animation.animate span{animation-delay:var(--delay)!important}@keyframes scaleUpOpacity{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@media only screen and (width<=1200px){.footer{padding:0 36px}.footer .socials{margin:0}}@media only screen and (width<=900px){.footer .inner .master .grid{flex:2}.footer .grid{grid-template-columns:repeat(2,1fr);row-gap:20px;display:grid}.footer .grid div:first-of-type,.footer .grid div:nth-of-type(2){grid-row:1}.footer .grid div:nth-of-type(3),.footer .grid div:last-of-type{grid-row:2}.footer .grid div:nth-of-type(3){grid-column:1}.footer .socials{grid-template-rows:repeat(2,1fr);display:grid}.footer .socials div{max-height:min-content}.footer .socials ul{margin:0}}@media only screen and (width<=1120px){.footer-homepage .footer:before{top:-25px}.footer{padding:10px 0 0}.footer>.inner{box-sizing:border-box;padding:0 24px}.footer .logo{margin:56px 0 60px}.footer .logo .footer-title{margin:40px 0 45px}.footer .footer-category,.footer .logo a{margin-top:0}.footer .socials{flex-direction:row;width:auto;margin:50px 0 0;display:flex}.footer .grid>div{gap:50px 0!important}.footer .grid>div:nth-child(2){flex-direction:column-reverse}.footer .socials .footer-category{margin-top:0!important}.footer .terms{justify-content:space-between;margin:0 28px}.footer .terms a{margin:0}.footer .inner .master{flex-direction:column;padding:0 0 40px;display:flex}.footer .inner>svg{margin:60px 0 0 28px}.footer .grid{flex-wrap:wrap;flex:0 0 80%;align-self:stretch;gap:0;margin:0;display:flex}.footer .grid>div:nth-child(odd),.footer .socials>div:first-child{flex:0 0 55%}.footer .socials{display:none!important}.footer .socialsMobile{flex-wrap:wrap;gap:15px;display:flex!important}.footer .socials div:last-child ul{grid-template-columns:1fr 1fr 1fr;display:grid}.footer .socials div:last-child ul li{margin-bottom:12px;margin-right:12px}.footer .socials ul li.travel>div>br{display:block}.footer .socials ul li svg{width:20px;height:auto}.footer .socials ul li.travel>div{line-height:22px}}#footer{padding-inline:24px!important}#footer .inner{padding-inline:0!important}.footer .socials>div:first-child ul li>svg,.footer .socialsMobile>div:first-child ul li>svg{flex:0 0 18px;width:18px;min-width:18px;max-width:18px;height:18px;min-height:18px;max-height:18px;margin:12px 12px 0 0;display:block}.footer .socials>div:first-child ul li.travel>svg,.footer .socialsMobile>div:first-child ul li.travel>svg{transform-origin:50%;width:18px;height:18px;transform:scale(1.15)}.ecosystem-card{background:#fff;border:1px solid #0711261f;border-radius:16px;flex-direction:column;gap:18px;padding:18px 22px;display:flex}.ecosystem-card .text-animation{flex-direction:column}.ecosystem-card-header{align-items:center;gap:14px;display:flex}.ecosystem-card-header h3{margin:0;font-size:20px;font-weight:700;line-height:1.2}.ecosystem-icon{flex:none;font-size:26px;line-height:1}.results-cta-buttons a,.results-cta-buttons button{color:#2676f3;min-width:180px}.ecosystem-card:nth-child(3) .ecosystem-icon{color:#4944df}.ecosystem-card:nth-child(4) .ecosystem-icon{color:#6823df}.ecosystem-card p{color:#10182ab3;margin:0;font-size:18px;line-height:1.45;display:block}.ecosystem-card p span{white-space:normal;width:auto;display:inline}.result-card{text-align:center;background:#fffffff5;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:30px 24px;display:flex;box-shadow:0 15px 40px #0000002e}.result-card strong span{color:#3d2ca3;margin-bottom:6px;font-size:clamp(38px,4vw,48px);font-weight:700;line-height:1;display:block}.result-card span{color:#3d2ca3;font-size:18px;line-height:1.3}.operations-section{padding:64px 24px;box-sizing:border-box;width:100%;margin-top:80px;padding-top:22px;padding-bottom:82px}.operations-inner{width:100%;max-width:var(--section-max-width);margin:0 auto}.operations-intro{margin-top:0;margin-bottom:102px}.operations-intro h2{letter-spacing:-.03em;width:100%;margin:0 0 24px;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.1}.operations-intro h2.text-animation{flex-flow:wrap;justify-content:flex-start;align-items:baseline;gap:0 8px;width:100%;display:flex}.operations-intro h2.text-animation>span{flex:none;width:auto;display:inline-block}.operations-inner span.gradient{background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}.operations-intro p{color:#10182ab8;width:100%;margin:0;font-size:18px;line-height:1.55}.operations-intro p.text-animation{width:100%;display:block}.operations-intro p.text-animation span{width:auto;display:inline}.ecosystem-title{letter-spacing:-.03em;justify-content:flex-start;margin:0 0 28px;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.1}.ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:45px;display:grid}.ecosystem-section p{color:#10182ab8;width:100%;margin:0;font-size:18px;line-height:1.55}.ecosystem-section p.text-animation{width:100%;display:block}.ecosystem-section p.text-animation span{width:auto;display:inline}@media (width<=880px){.ecosystem-grid{grid-template-columns:1fr}}.results-section{width:100%;margin-top:102px;padding:30px 24px 102px;position:relative;overflow:hidden}.results-section .results-section-top-border{background:linear-gradient(90.04deg,#fff0 .14%,#179cf1 10.05%,#2979e9 25.39%,#4146dc 64.56%,#5c0dce 89.33%,#fff0 99.24%);width:100%;max-width:800px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.results-section:before{content:"";filter:blur(55px);opacity:.1;pointer-events:none;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);border-radius:1000px;width:100%;max-width:900px;height:420px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}@media screen and (width<=592px){.results-section:before{top:-30%}}.results-inner{z-index:1;width:100%;max-width:1312px;margin:0 auto;position:relative}.results-title{text-align:center;letter-spacing:-.035em;color:#3e2f95;margin:30px 0 60px;font-size:40px;font-weight:700;line-height:1.08;position:relative}.results-title:before{z-index:-1;color:#34308f;position:absolute;inset:0}.results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;max-width:860px;margin:0 auto;display:grid}.results-grid:before{content:"";filter:blur(55px);opacity:.2;pointer-events:none;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);border-radius:1000px;width:420px;height:420px;position:absolute;top:50%;left:50%;transform:translate(-50%)translateY(-50%)}#coreoc-results-section .results-grid:before{opacity:.1}@media (width<=700px){.results-section{padding:20px 24px 80px}.results-title{margin-bottom:36px}.result-card{min-height:110px}}@media (width<=592px){.results-grid{grid-template-columns:1fr;gap:16px}}.business-case{flex-wrap:wrap;justify-content:center;width:100%;padding-inline:24px;display:flex}.business-case__inner{width:100%;max-width:var(--section-max-width);margin:0 auto}.business-case__eyebrow{color:#44474d;margin-top:0;margin-bottom:8px;font-size:18px;font-weight:700;line-height:1.2}.business-case__title{letter-spacing:-.035em;color:#373737;margin-top:0;margin-bottom:32px;font-size:40px;font-weight:700;line-height:1.02}.business-case__grid{grid-template-columns:1fr 1fr;align-items:center;gap:32px;display:grid}.business-case__image-wrap{border-radius:17px;width:100%;overflow:hidden}.business-case__image{aspect-ratio:1.71;object-fit:cover;width:100%;height:auto;display:block}.business-case__content{max-width:720px}.business-case__quote{color:#444952;margin-top:6px;margin-bottom:clamp(34px,3.2vw,48px);font-size:18px;font-weight:400;line-height:1.48}.business-case__author{color:#444952;align-items:flex-start;gap:12px;margin-bottom:clamp(36px,3.4vw,50px);font-size:18px;font-weight:700;line-height:1.35;display:flex}.business-case__author:before{content:"—";flex:none;font-weight:700}.business-case__button{color:#169ff2;background:0 0;border:2px solid #169ff2;border-radius:12px;justify-content:center;align-items:center;gap:20px;min-height:58px;padding:12px 30px 12px 34px;font-size:clamp(17px,1.25vw,22px);font-weight:600;line-height:1;text-decoration:none;transition:background .25s,color .25s,transform .25s;display:inline-flex}.business-case__arrow{font-size:31px;font-weight:300;line-height:1;transition:transform .25s;transform:translateY(-1px)}.business-case__button:hover{background:var(--blue);color:#0977bc;transform:translateY(-2px)}.business-case__button:hover .business-case__arrow{transform:translate(5px,-1px)}.business-case__button:focus-visible{outline-offset:4px;outline:3px solid #009ee34d}@media (width>=1700px){.business-case__grid{grid-template-columns:1fr 1fr}}@media (width<=1200px){.business-case{padding-left:24px;padding-right:24px}.business-case__title{margin-bottom:48px}.business-case__grid{grid-template-columns:1fr;gap:42px}.business-case__image-wrap,.business-case__content{max-width:100%}.business-case__quote{max-width:760px}.business-case__author{max-width:720px}}@media (width<=600px){.business-case{padding:28px 18px 48px}.business-case__eyebrow{margin-bottom:18px}.business-case__title{margin-bottom:34px;font-size:40px}.business-case__grid{gap:30px}.business-case__image-wrap{border-radius:12px}.business-case__image{aspect-ratio:4/3}.business-case__quote{margin-top:4px;margin-bottom:27px;font-size:19px;line-height:1.5}.business-case__author{margin-bottom:30px;font-size:17px}.business-case__button{justify-content:space-between;width:100%;min-height:58px;padding-inline:22px}}@media (width<=380px){.business-case{padding-left:14px;padding-right:14px}.business-case__title{font-size:38px}.business-case__quote{font-size:18px}.business-case__author{font-size:16px}}.open-design-wrapper{width:100%;padding-inline:24px}.open-design{background:linear-gradient(110deg,#dff5ff 0%,#e5ecff 35%,#eae6ff 68%,#ead8ff 100%);border-radius:34px;width:100%;max-width:1408px;margin:102px auto 0;padding:40px 48px}.open-design__title{letter-spacing:-.02em;color:#03123f;margin-top:0;margin-bottom:50px;font-size:40px;font-weight:700;line-height:1.15}.open-design__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 44px;display:grid}@media (width<=1200px){.open-design{padding:48px 28px}.open-design__grid{gap:26px}}@media (width<=900px){.open-design-wrapper{padding-inline:0}.open-design{border-radius:28px;padding:42px 24px}.open-design__title{margin-bottom:34px}.open-design__grid{grid-template-columns:1fr;gap:20px}}@media (width<=600px){.open-design{border-radius:22px;padding:32px 16px}.open-design__title{margin-bottom:28px;font-size:40px;line-height:1.08}}@media (width<=440px){.open-design-wrapper{padding-inline:0}.open-design{padding-inline:24px}}@media (width<=380px){.open-design{padding-left:24px;padding-right:24px}.open-design__title{font-size:40px}}.open-design__item{background:#fff;border-radius:34px;align-items:center;gap:18px;padding:22px 34px;display:flex}.open-design__icon{color:#414852;flex:0 0 30px;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.open-design__icon svg{width:100%;height:100%;display:block}.open-design__text{color:#343c56;margin:0;font-size:18px;font-weight:400;line-height:1.5}@media (width<=1200px){.open-design__item{padding:20px 26px}}@media (width<=900px){.open-design__item{min-height:96px}}@media (width<=600px){.open-design__item{border-radius:24px;gap:16px;min-height:auto;padding:20px}.open-design__icon{flex-basis:26px;width:26px;height:26px}.open-design__text{font-size:18px;line-height:1.45}}@media (width<=440px){.open-design__item{background:#fff;border-radius:34px;flex-direction:column;align-items:flex-start;gap:18px;padding:22px 34px;display:flex}}@media (width<=380px){.open-design__item{align-items:flex-start;padding:18px 16px}}.updates{width:100%;margin-top:102px;padding:0 24px}.updates__inner{width:100%;max-width:1312px;margin:0 auto}.updates__title{letter-spacing:-.025em;color:#363636;margin-bottom:40px;font-size:40px;font-weight:700;line-height:1.1}.updates__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:32px;margin-top:30px;display:grid}.update-card{aspect-ratio:.72;color:#fff;isolation:isolate;border-radius:24px;min-width:0;text-decoration:none;display:block;position:relative;overflow:hidden;box-shadow:0 1px #11111a4d,0 8px 24px #11111a4d,0 16px 48px #11111a1a}.update-card__image{object-fit:cover;object-position:center;z-index:-3;width:100%;height:100%;transition:transform .45s;position:absolute;inset:0}.update-card:before{content:"";z-index:-2;background:linear-gradient(#0000 42%,#0000004d 58%,#000000d6 100%);position:absolute;inset:0}.update-card__content{text-align:center;flex-direction:column;align-items:center;padding:28px 38px 34px;display:flex;position:absolute;inset:auto 0 0}.update-card__type{margin-bottom:8px;font-size:24px;font-weight:400;line-height:1.35}.update-card__title{text-wrap:balance;margin-top:0;font-size:28px;font-weight:700;line-height:1.4}.update-card__arrow{width:32px;height:32px;transition:transform .25s;display:block;position:absolute;bottom:28px;right:28px}.update-card:hover .update-card__image{transform:scale(1.035)}.update-card:hover .update-card__arrow{transform:translate(4px)}.update-card:focus-visible{outline-offset:4px;outline:3px solid #00a6ef}.updates__footer{margin-top:38px}.updates__button{color:#009fe3;background:#fff;border:1.5px solid #009fe3;border-radius:10px;justify-content:center;align-items:center;gap:18px;min-height:50px;padding:11px 28px;font-size:18px;font-weight:500;line-height:1;text-decoration:none;transition:background .25s,color .25s,transform .25s;display:inline-flex}.updates__button-arrow{font-size:30px;line-height:1;transform:translateY(-1px)}.updates__button:hover{color:#fff;background:#009fe3;transform:translateY(-2px)}.updates__button:hover svg path{fill:#fff}@media (width<=1200px){.updates__grid{gap:32px}.update-card__content{padding:24px 28px 30px}.update-card__title{font-size:clamp(26px,2.6vw,34px)}.updates{padding-inline:24px}.updates__title{margin-bottom:32px}.updates__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}.update-card{aspect-ratio:.77}}@media (width<=740px){.updates{padding-inline:24px}.updates__title{margin-bottom:26px;font-size:40px}.updates__grid{grid-template-columns:1fr;gap:32px}.update-card{aspect-ratio:.82;border-radius:20px;width:100%}.update-card__content{padding:24px 24px 30px}.update-card__type{margin-bottom:8px;font-size:18px}.update-card__title{font-size:30px;line-height:1.3}.update-card__arrow{bottom:22px;right:22px}.updates__footer{margin-top:30px}.updates__button{width:100%}}@media (width<=380px){.updates{padding-inline:24px}.update-card__content{padding-inline:18px}.update-card__title{font-size:27px}}.faq-height-0{height:0}#new-faq{color:#111a2e;width:100%;margin-top:102px;margin-bottom:102px;padding-inline:24px;position:relative}#new-faq,#new-faq *{box-sizing:border-box}#new-faq .new-faq__inner{grid-template-columns:340px minmax(0,1fr);align-items:start;gap:50px;width:100%;max-width:1312px;margin:0 auto;display:grid}#new-faq .new-faq__heading{min-width:0}#new-faq .new-faq__heading h2{color:#0d162c;letter-spacing:-.04em;margin:0;font-size:40px;font-weight:700;line-height:1.08}#new-faq .new-faq__list{flex-direction:column;gap:32px;min-width:0;display:flex}#new-faq .new-faq__item{width:100%;box-shadow:none;background:#fff;border:2px solid #dedede83;border-radius:20px;margin:0;overflow:hidden}#new-faq .new-faq__item>summary{list-style:none}#new-faq .new-faq__item>summary::-webkit-details-marker{display:none}#new-faq .new-faq__summary{cursor:pointer;-webkit-user-select:none;user-select:none;outline:none;grid-template-columns:minmax(0,1fr) 42px;align-items:center;gap:22px;width:100%;min-height:104px;padding:20px 24px;display:grid}#new-faq .new-faq__question{color:#141c2e;letter-spacing:-.015em;min-width:0;font-size:21px;font-weight:600;line-height:1.25}#new-faq .new-faq__icon{flex:none;justify-content:center;align-items:center;width:48px;height:48px;display:flex}#new-faq .new-faq__icon svg{width:42px;height:42px;display:block}#new-faq .new-faq__icon--blue{color:#0b9cf2}#new-faq .new-faq__icon--blue-alt{color:#3072ee}#new-faq .new-faq__icon--purple{color:#4e48e5}#new-faq .new-faq__icon--violet{color:#6718dc}#new-faq .new-faq__toggle{transform-origin:50%;flex:none;justify-self:end;width:32px;height:32px;transition:all .3s;position:relative}#new-faq .new-faq__toggle span{transform-origin:50%;background:#169ff2;border-radius:99px;width:28px;height:4px;transition:transform .25s,opacity .25s;display:block;position:absolute;top:50%;left:50%}#new-faq .new-faq__toggle span:first-child{transform:translate(-50%,-50%)}#new-faq .new-faq__toggle span:last-child{transform:translate(-50%,-50%)rotate(90deg)}#new-faq .new-faq__item[open] .new-faq__toggle{transform:rotate(-45deg)}#new-faq .new-faq__answer{padding:0 72px 28px 24px}#new-faq .new-faq__answer p{color:#555965;letter-spacing:-.01em;max-width:970px;margin:0;font-size:18px;font-weight:300;line-height:1.42}#new-faq .new-faq__summary:hover .new-faq__question{color:#0b203f}#new-faq .new-faq__summary:focus-visible{outline-offset:-4px;border-radius:18px;outline:3px solid #0b9cf247}@media (width<=1200px){#new-faq .new-faq__inner{grid-template-columns:minmax(220px,.35fr) minmax(0,1fr);gap:48px}#new-faq .new-faq__summary{grid-template-columns:minmax(0,1fr) 36px;gap:18px;padding:22px 26px}#new-faq .new-faq__icon{width:42px;height:42px}#new-faq .new-faq__icon svg{width:38px;height:38px}#new-faq .new-faq__answer{padding:0 72px 26px 26px}}@media (width<=900px){#new-faq .new-faq__inner{grid-template-columns:1fr;gap:36px}#new-faq .new-faq__heading h2{white-space:normal;overflow-wrap:normal;word-break:normal;width:100%;font-size:48px}#new-faq .new-faq__heading h2 br{display:none}#new-faq .new-faq__list{gap:20px}#new-faq .new-faq__summary{min-height:92px}}@media (width<=640px){#new-faq .new-faq__inner{gap:28px}#new-faq .new-faq__heading h2{font-size:40px;line-height:1.08}#new-faq .new-faq__item{border-radius:16px}#new-faq .new-faq__summary{grid-template-columns:minmax(0,1fr) 28px;gap:13px;min-height:0;padding:20px 18px}#new-faq .new-faq__question{font-size:19px;line-height:1.3}#new-faq .new-faq__icon{width:34px;height:34px}#new-faq .new-faq__icon svg{width:30px;height:30px}#new-faq .new-faq__toggle{width:26px;height:26px}#new-faq .new-faq__toggle span{width:22px;height:3px}#new-faq .new-faq__answer{padding:0 72px 22px 18px}#new-faq .new-faq__answer p{font-size:17px;line-height:1.5}}@media (width<=390px){#new-faq .new-faq__heading h2{font-size:36px}#new-faq .new-faq__summary{grid-template-columns:minmax(0,1fr) 24px;gap:11px;padding:18px 15px}#new-faq .new-faq__icon{width:30px;height:30px}#new-faq .new-faq__icon svg{width:27px;height:27px}#new-faq .new-faq__question{font-size:18px}#new-faq .new-faq__answer{padding:0 18px 20px}}.new-faq__answer{overflow:hidden}.new-faq__answer p{margin-top:0}.new-faq__toggle span{transition:transform .35s}.new-faq__item[open] .new-faq__toggle span:first-child{transform:rotate(45deg)}.new-faq__item[open] .new-faq__toggle span:nth-child(2){transform:rotate(-45deg)}#heroWrapper{justify-content:center;align-items:center;width:100%;height:fit-content;padding:0 24px 24px;display:flex}#heroWrapper #hero{width:100%;max-width:var(--section-max-width-extra);background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);border-radius:40px;margin-top:20px}#heroWrapper #hero:before{display:none;top:0}#heroWrapper .header .gradient-white-bg{background:0 0;display:none}#heroWrapper .header{grid-template-columns:minmax(0,3fr) minmax(0,406px);align-items:flex-start;gap:40px;display:grid;padding:48px!important}#heroWrapper .header .left{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:24px;width:100%;height:fit-content;display:flex}#heroWrapper .header .left h1{color:#fff;text-align:left;justify-content:flex-start;margin:0;font-size:52px;line-height:1.2;gap:0 6px!important}#heroWrapper .header .left p{color:#ededed;text-align:left;margin-top:0;margin-bottom:0;font-size:18px;line-height:1.5}#heroWrapper .header .left>p{justify-content:flex-start;margin:0}#heroWrapper .built-for-wrapper{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:16px;width:100%;height:fit-content;display:flex}#heroWrapper .built-for-wrapper p{color:#fff;text-align:left;width:fit-content;height:fit-content;margin:0;font-weight:600;font-size:13px!important}#heroWrapper .built-for-wrapper .items{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;height:fit-content;display:flex}#heroWrapper .built-for-wrapper .item{color:#fff;background:#ffffff32;border-radius:1000px;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin:0;padding:6px 15px;font-size:13px;font-weight:600;display:flex}#heroWrapper .lower-costs{box-sizing:border-box;background-color:#ffffff3c;border-radius:8px;flex-wrap:wrap;justify-content:center;align-items:center;gap:6px;width:100%;height:fit-content;padding:8px 24px;display:flex}#heroWrapper .lower-costs p{color:#fff;justify-content:center;align-items:center;padding:0;font-size:18px;font-weight:600;display:flex;margin:0!important}#heroWrapper .lower-costs p span{margin-right:8px;font-size:30px;font-weight:600}#heroWrapper .flex-wrapper{flex-direction:column;align-items:stretch;gap:24px;width:fit-content;display:flex}#heroWrapper .buttons{gap:24px;width:fit-content}#heroWrapper .flex-wrapper .buttons a#no-margin-primary,#heroWrapper .flex-wrapper .buttons a#no-margin-secondary{margin:0}#heroWrapper .header .buttons{flex-direction:row;display:flex}#heroWrapper .header .button{color:#fff;background:#169ff2;border:none;border-radius:8px;flex-direction:row;justify-content:center;align-self:stretch;align-items:center;height:44px;margin:12px 0;padding:1px 25px;font-weight:600;text-decoration:none;transition:background .25s,color .25s,opacity 1s,transform .25s ease-out;display:flex}#heroWrapper .header .button:first-child{margin-right:28px}#heroWrapper .button.secondary{color:#fff;background-color:#009fe300;border:2px solid #fff;border-radius:8px}#heroWrapper .header .button.outline{color:#3e3e3e;background:#fff;font-style:normal;font-weight:600}#heroWrapper .header .button.outline:hover,#heroWrapper .header .button:first-child:hover{transform:scale(1.05)}#heroWrapper .button-wrapper.animate{opacity:0;transform:translateY(12px)}#heroWrapper .button-wrapper.animate.visible{animation:.6s ease-out forwards buttonFadeIn;animation-delay:var(--delay,0s)}#heroWrapper .button-wrapper.animate a{opacity:0}#heroWrapper .button-wrapper.animate.visible a{opacity:1;transition:transform .35s ease-out}#heroWrapper .header #hero-mock{aspect-ratio:9/12;object-fit:cover;object-position:center;border-radius:16px;width:100%;max-width:406px;height:636px}#heroWrapper .trusted{background:#fff;border-top-right-radius:30px;width:100%;max-width:calc(100% - 502px);height:fit-content;margin-top:auto;position:absolute;inset:0 0 -5px -5px;overflow:visible;padding:10px!important}#heroWrapper .trusted .logos{white-space:nowrap;align-items:center;width:100%;max-width:none;margin:67px 0;display:flex;position:relative;overflow:hidden;transform:translateY(0)}@media screen and (width<=1352px){#heroWrapper .trusted .logos{margin:40px 0}}@media screen and (width<=1338px){#heroWrapper .trusted .logos{margin:38px 0}}#heroWrapper .trusted .logo-slide{z-index:0;flex-shrink:0;align-items:center;width:max-content;min-width:max-content;animation:25s linear infinite heroLogoSlide;display:flex}#heroWrapper .trusted .logo-slide img{object-fit:contain;flex-shrink:0;width:auto;height:50px;margin:0 30px;display:block}#heroWrapper .trusted .logo-slide img.low-logo{height:40px}#heroWrapper .trusted .logos:hover .logo-slide{animation-play-state:paused}#heroWrapper .trusted .left-end,#heroWrapper .trusted .right-end{z-index:2;pointer-events:none;width:100px;height:100%;position:absolute;top:0}#heroWrapper .trusted .left-end{background:linear-gradient(90deg,#fff 0%,#fff0 100%);left:0}#heroWrapper .trusted .right-end{background:linear-gradient(-90deg,#fff 0%,#fff0 100%);right:0}#heroWrapper .trusted #bottom-right-curve{z-index:3;width:50px;height:auto;margin-top:auto;margin-left:auto;position:absolute;bottom:-2px;right:-42px}#heroWrapper .trusted #top-left-curve{z-index:3;width:50px;height:auto;margin-top:0;margin-left:0;position:absolute;top:-42px;left:-2px}@keyframes heroLogoSlide{0%{transform:translate(0)}to{transform:translate(-100%)}}@media screen and (width<=1270px){#heroWrapper{margin-bottom:200px}#heroWrapper .trusted{border-radius:0;width:100%;max-width:100%;bottom:0;left:0;overflow:hidden;transform:translateY(200px)}#heroWrapper .trusted #top-left-curve,#heroWrapper .trusted #bottom-right-curve{display:none}}@media screen and (width<=1000px){#heroWrapper{padding-inline:0}#heroWrapper .header{flex-direction:column;display:flex;padding-inline:24px!important;padding-bottom:60px!important}#heroWrapper .header .left{align-items:flex-start}#heroWrapper .header .left h1,#heroWrapper .header .left p{text-align:left;justify-content:flex-start}#heroWrapper .flex-wrapper{width:100%;max-width:450px}#heroWrapper .flex-wrapper .buttons,#heroWrapper .flex-wrapper .buttons .button-wrapper{width:100%}#heroWrapper .header .left .built-for-wrapper{justify-content:flex-start}#heroWrapper .header #hero-mock{margin-inline:auto;max-width:406px;margin-top:0}}@media screen and (width<=800px){#heroWrapper .header .left h1{font-size:28px}}@media screen and (width<=600px){#heroWrapper #hero{border-radius:24px;flex-direction:column;margin-top:5px;display:flex;padding-inline:24px!important;padding-top:24px!important;padding-bottom:24px!important}#heroWrapper .trusted .logo-slide img{height:40px;margin:0 30px}#heroWrapper .trusted .logo-slide img.low-logo{height:32px}#heroWrapper .trusted .left-end,#heroWrapper .trusted .right-end{width:50px}#heroWrapper .lower-costs{background-color:#ffffff10;border-radius:1000px;width:fit-content}#heroWrapper .lower-costs p{font-size:12px}#heroWrapper .lower-costs p span{font-size:25px}#heroWrapper .header #hero-mock{max-width:100%}#heroWrapper .flex-wrapper{width:100%}#heroWrapper .flex-wrapper .buttons{flex-direction:column;gap:12px;width:100%}}@media screen and (width<=460px){#heroWrapper .header #hero-mock{max-width:100%;height:auto;margin-inline:0}}#homepage-solutions.solutions,#homepage-solutions.solutions *{box-sizing:border-box}#homepage-solutions.solutions{text-align:center;flex-direction:column;align-items:center;width:100%;margin-top:20px;display:flex;overflow:hidden}#homepage-solutions.solutions>.inner{flex-direction:column;align-items:center;width:100%;max-width:1312px;margin:0 auto;padding-inline:24px;display:flex;overflow:visible}#homepage-solutions.solutions .section-subtitle{color:#3e3e3e;align-self:center;width:100%;margin:0 0 25px;font-family:Open Sans,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:1.2}#homepage-solutions.solutions #solutions-subheading{text-align:left}#homepage-solutions.solutions .text-animation{opacity:0;flex-wrap:wrap;justify-content:flex-start;gap:0 6px;display:flex}#homepage-solutions.solutions .text-animation>span{opacity:0;display:inline-block;transform:translateY(10px)}#homepage-solutions.solutions .text-animation.visible{opacity:1}#homepage-solutions.solutions .text-animation.visible>span{animation:.5s forwards solutionsFadeInWord}#homepage-solutions.solutions .all-built-on-coreoc-wrapper{justify-content:flex-start;align-items:center;width:100%;display:flex}#homepage-solutions.solutions .all-built-on-coreoc-wrapper>.label{color:#fff;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);border-radius:10px;justify-content:center;align-items:center;gap:8px;width:fit-content;padding:8px 16px;font-weight:600;display:inline-flex}#homepage-solutions.solutions .all-built-on-coreoc-wrapper>.label svg{flex:none}#homepage-solutions.solutions .solutionsViewport{--shadow-gutter:32px;width:calc(100% + (var(--shadow-gutter) * 2));min-width:0;margin-top:45px;margin-inline:calc(var(--shadow-gutter) * -1);padding-inline:var(--shadow-gutter);overflow:hidden}#homepage-solutions.solutions .solutionsContainer{--slide-gap:32px;justify-content:flex-start;align-items:stretch;gap:var(--slide-gap);will-change:transform;width:100%;min-width:0;padding-bottom:15px;transition:transform .5s;display:flex;transform:translate(0,0)}#homepage-solutions.solutions .solutionsContainer>.solution{flex:0 0 calc((100% - (var(--slide-gap) * 2)) / 2.15);width:calc((100% - (var(--slide-gap) * 2)) / 2.15);min-width:0;color:inherit;border-radius:16px 16px 10px 10px;flex-direction:column;align-items:stretch;padding:0;text-decoration:none;transition:box-shadow .3s;display:flex;position:relative}#homepage-solutions.solutions .solutionsContainer>.solution:hover{box-shadow:0 4px 16px #11111a1a,0 8px 32px #11111a0d}#homepage-solutions.solutions .solution>.solutionCover{border:1px solid #e5e5e5;border-radius:16px 16px 0 0;width:100%;min-width:0;padding:48px 48px 0;overflow:hidden}#homepage-solutions.solutions .solution:first-child>.solutionCover{background:url(data:image/webp;base64,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) 0 0/cover no-repeat}#homepage-solutions.solutions .solution:nth-child(2)>.solutionCover{background:url(data:image/webp;base64,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) 0 0/cover no-repeat}#homepage-solutions.solutions .solution:nth-child(3)>.solutionCover{background:url(/assets/ai-DjRxkuLa.webp) 0 0/cover no-repeat}#homepage-solutions.solutions .solution:nth-child(4)>.solutionCover{background:url(data:image/webp;base64,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) 0 0/cover no-repeat}#homepage-solutions.solutions .solution:nth-child(5)>.solutionCover{background:url(data:image/webp;base64,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) 0 0/cover no-repeat}#homepage-solutions.solutions .solution:nth-child(6)>.solutionCover{background:url(data:image/webp;base64,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) 0 0/cover no-repeat}#homepage-solutions.solutions .solution>.solutionCover>img{aspect-ratio:533/287;object-fit:cover;object-position:top;border-radius:12px 12px 0 0;width:100%;max-width:100%;height:auto;display:block;box-shadow:0 2px 8px #000000ab}#homepage-solutions.solutions .solution>.solutionInfo{background:#fff;border-bottom:1px solid #e7e7e7;border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;border-radius:0 0 10px 10px;align-items:center;gap:16px;width:100%;padding:20px 60px 20px 28px;display:flex}#homepage-solutions.solutions .solutionInfoText{flex-direction:column;gap:3px;min-width:0;display:flex}#homepage-solutions.solutions .solutionInfoTitle{color:#20212b;text-align:left;margin:0;font-size:18px;font-weight:600;line-height:1.2}#homepage-solutions.solutions .solutionInfoSubtitle{color:#5c5c64;text-align:left;margin:0;font-size:14px;font-weight:400;line-height:1.4}#homepage-solutions.solutions .solution-card-right-arrow{pointer-events:none;width:24px;height:auto;position:absolute;bottom:24px;right:24px}#homepage-solutions.solutions .solutionDots{justify-content:center;align-items:center;gap:12px;width:100%;margin-top:10px;display:flex}#homepage-solutions.solutions .solutionDot{cursor:pointer;background:#7e3dca38;border:0;border-radius:999px;width:12px;height:12px;padding:0;transition:width .25s,transform .25s,background .25s}#homepage-solutions.solutions .solutionDot:hover{background:#7e3dca73}#homepage-solutions.solutions .solutionDot.active{background:#8e3fd1;width:30px;transform:scale(1.08)}#homepage-solutions.solutions .solutionDot:focus-visible{outline-offset:3px;outline:2px solid #169ff2}#homepage-solutions.solutions .buttons,#homepage-solutions.solutions .buttonsMobile{justify-content:flex-end;gap:5px;width:100%;display:flex}#homepage-solutions.solutions .buttons{margin-top:0}#homepage-solutions.solutions .buttonsMobile{margin-top:25px;display:none}#homepage-solutions.solutions .buttons>button,#homepage-solutions.solutions .buttonsMobile>button{cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:41px;padding:0;transition:background .2s,border-color .2s,opacity .2s;display:inline-flex}#homepage-solutions.solutions .buttons>button:not(:disabled):hover,#homepage-solutions.solutions .buttonsMobile>button:not(:disabled):hover{background:#f1f1f1}#homepage-solutions.solutions .buttons>button.active,#homepage-solutions.solutions .buttonsMobile>button.active{background:#169ff2;border-color:#00000014}#homepage-solutions.solutions .buttons>button.active:hover,#homepage-solutions.solutions .buttonsMobile>button.active:hover{background:#1397e5}#homepage-solutions.solutions .buttons>button:disabled,#homepage-solutions.solutions .buttonsMobile>button:disabled{cursor:default;background:0 0;border-color:#0000003a}#homepage-solutions.solutions .solutions-book-a-demo-wrapper{justify-content:flex-start;align-items:center;width:100%;margin-top:20px;display:flex}#homepage-solutions.solutions .business-case__button{color:#169ff2;background:0 0;border:2px solid #169ff2;border-radius:12px;justify-content:center;align-items:center;gap:20px;min-height:58px;padding:12px 30px 12px 34px;font-size:clamp(17px,1.25vw,22px);font-weight:600;line-height:1;text-decoration:none;transition:background .25s,color .25s,transform .25s;display:inline-flex}#homepage-solutions.solutions .business-case__arrow{justify-content:center;align-items:center;transition:transform .25s;display:inline-flex;transform:translateY(-1px)}#homepage-solutions.solutions .business-case__button:hover{background:var(--blue,#169ff2);color:#fff;transform:translateY(-2px)}#homepage-solutions.solutions .business-case__button:hover .business-case__arrow{transform:translate(5px,-1px)}#homepage-solutions.solutions .business-case__button:hover .business-case__arrow path{fill:#fff}#homepage-solutions.solutions .business-case__button:focus-visible{outline-offset:4px;outline:3px solid #009ee34d}#homepage-solutions.solutions .buttons.animate{opacity:0;transform:translateX(var(--startPosition,150px))}#homepage-solutions.solutions .buttons.animate.visible{animation:.5s forwards solutionsControlsIn}#homepage-solutions.solutions .animate,#homepage-solutions.solutions .animate>*{animation-delay:var(--delay,0s)}@keyframes solutionsFadeInWord{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}@keyframes solutionsControlsIn{0%{opacity:0;transform:translateX(var(--startPosition,150px))}to{opacity:1;transform:translate(0)}}@media only screen and (width<=1330px){#homepage-solutions.solutions>.inner{max-width:100%}#homepage-solutions.solutions .solutionsContainer{--slide-gap:24px}#homepage-solutions.solutions .solutionsContainer>.solution{flex:0 0 100%;width:100%;min-width:100%;max-width:100%}#homepage-solutions.solutions .solutionDots{gap:10px;margin-top:10px}#homepage-solutions.solutions .solutionDot{width:11px;height:11px}#homepage-solutions.solutions .solutionDot.active{width:30px}}@media only screen and (width<=1120px){#homepage-solutions.solutions .buttons{display:none}#homepage-solutions.solutions .buttonsMobile{display:flex}#homepage-solutions.solutions .solutionsViewport{margin-top:30px}}@media only screen and (width<=732px){#homepage-solutions.solutions>.inner{padding-inline:24px}#homepage-solutions.solutions .solutionsContainer{--slide-gap:16px}#homepage-solutions.solutions .section-subtitle{font-size:30px;line-height:1.35}}@media only screen and (width<=600px){#homepage-solutions.solutions>.inner{padding-inline:18px}#homepage-solutions.solutions .solution>.solutionCover{padding:20px 20px 0}#homepage-solutions.solutions .solution>.solutionInfo{gap:12px;padding:18px 54px 18px 18px}#homepage-solutions.solutions .solutionInfoTitle{font-size:18px}#homepage-solutions.solutions .solutionInfoSubtitle{font-size:13px}#homepage-solutions.solutions .solution-card-right-arrow{bottom:20px;right:18px}#homepage-solutions.solutions .solutionDots{gap:9px;margin-top:10px}#homepage-solutions.solutions .solutionDot{width:10px;height:10px}#homepage-solutions.solutions .solutionDot.active{width:28px}#homepage-solutions.solutions .buttonsMobile>button{width:65px;height:40px}#homepage-solutions.solutions .business-case__button{justify-content:space-between;width:100%;min-height:58px;padding-inline:22px}}@media (prefers-reduced-motion:reduce){#homepage-solutions.solutions .solutionsContainer,#homepage-solutions.solutions .solution,#homepage-solutions.solutions .solutionDot,#homepage-solutions.solutions .buttons>button,#homepage-solutions.solutions .buttonsMobile>button,#homepage-solutions.solutions .business-case__button,#homepage-solutions.solutions .business-case__arrow{transition:none!important}#homepage-solutions.solutions .text-animation.visible>span,#homepage-solutions.solutions .buttons.animate.visible{animation-duration:.01ms!important;animation-delay:0s!important}}#bottom-cta-wrapper{box-sizing:border-box;text-align:center;width:100%;margin-bottom:102px;padding-inline:24px}#bottom-cta-wrapper *,#bottom-cta-wrapper :before,#bottom-cta-wrapper :after{box-sizing:border-box}#bottom-cta-wrapper h2{color:#333;margin:0;font-size:40px;font-weight:700;line-height:1.2}#bottom-cta-wrapper p{color:#666a6e;margin:25px 0 43px;font-size:18px;font-weight:400;line-height:1.5}#bottom-cta-wrapper .bottom-cta-btn{color:#fff;background-color:#169ff2;border-radius:8px;justify-content:center;align-items:center;min-width:178px;min-height:56px;padding:8px 24px;font-size:16px;font-weight:600;line-height:1;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}#bottom-cta-wrapper .bottom-cta-btn:hover{background-color:#0d91e2}#bottom-cta-wrapper .bottom-cta-btn:focus-visible{outline-offset:3px;outline:3px solid #169ff24d}@media (width<=767px){#bottom-cta-wrapper h2{font-size:34px}#bottom-cta-wrapper p{margin-top:20px;margin-bottom:32px;font-size:17px}}@media (width<=480px){#bottom-cta-wrapper{padding-inline:24px}#bottom-cta-wrapper h2{font-size:30px}#bottom-cta-wrapper p{font-size:16px;line-height:1.6}#bottom-cta-wrapper .bottom-cta-btn{width:100%;max-width:240px}}#home-top-banner.top-promo-banner,#home-top-banner.top-promo-banner *,#home-top-banner.top-promo-banner :before,#home-top-banner.top-promo-banner :after{box-sizing:border-box}#home-top-banner.top-promo-banner{z-index:3;background-color:#fff;flex-direction:row;justify-content:center;align-items:center;height:80px;display:flex;position:relative}#home-top-banner.top-promo-banner:before{content:"";background:var(--right,linear-gradient(135deg, #e0f5fffa 0%, #f6eeff 78.13%, #e8d4ff 100%));position:absolute;inset:0}#home-top-banner.top-promo-banner .inner{z-index:1;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1040px;display:flex;position:relative}#home-top-banner.top-promo-banner .inner p{color:#169ff2;z-index:1;font-family:Open Sans,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:normal;position:relative}#home-top-banner.top-promo-banner .inner .book{color:#fff;white-space:nowrap;z-index:1;background:#169ff2;border:none;border-radius:8px;outline:none;flex-direction:row;justify-content:center;align-items:center;height:44px;padding:0 20px;font-weight:600;text-decoration:none;transition:box-shadow .25s,background .35s,color .35s ease-out;display:flex;position:relative}@media only screen and (width<=1200px){#home-top-banner.top-promo-banner .inner{padding:0 36px}}@media only screen and (width<=667px){#home-top-banner.top-promo-banner{height:156px}#home-top-banner.top-promo-banner .inner{flex-direction:column;align-items:center;padding:0 32px}#home-top-banner.top-promo-banner .inner p{text-align:center;margin-top:0;font-size:15px}}#solutions-header.header{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:fit-content;padding:80px 0;display:flex;position:relative}#solutions-header.header>*{z-index:1;position:relative}#solutions-header.header:before{content:"";background:var(--primary-linear-gradient);position:absolute;inset:-96px 0 0}#solutions-header.header .inner{max-width:var(--section-max-width);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}#solutions-header.header a{color:#fff;background:#169ff2;border:none;border-radius:8px;flex-direction:row;justify-content:center;align-self:stretch;align-items:center;height:44px;margin:12px 0;padding:1px 25px;font-weight:600;text-decoration:none;transition:background .25s,color .25s,opacity 1s,transform .35s ease-out;display:flex}#solutions-header.header .inner{flex-direction:column;justify-content:center;align-items:center;display:flex}#solutions-header.header .inner h1{color:#fff;text-align:center;margin:0;font-family:Open Sans;font-size:50px;font-style:normal;font-weight:700;line-height:68px}#solutions-header.header .inner p{color:#fff;text-align:center;width:100%;max-width:860px;margin:25px 0 0;font-family:Open Sans,sans-serif;font-size:22px;font-style:normal;font-weight:400;line-height:37px}#solutions-header.header .inner .buttons{flex-direction:row;justify-content:center;align-items:center;gap:24px;margin-top:30px;padding:0;display:flex}#solutions-header.header .inner .buttons .button{color:#fff;text-align:center;border:none;width:232px;height:55px;font-family:Open Sans;font-size:18px;font-style:normal;font-weight:600;line-height:25px;transition:transform .35s ease-out;transform:scale(1)}#solutions-header.header .inner .buttons .button:hover{transform:scale(1.1)}#solutions-header.header .inner .buttons .button.outline{color:#3e3e3e;background:#fff;border:1px solid #0000}@media screen and (width<=1120px){#solutions-header.header{height:auto;padding:40px 0}#solutions-header.header .inner{align-items:flex-start;padding:0 24px}#solutions-header.header .inner h1{color:#fff;text-align:left;margin-top:80px;font-size:30px;line-height:120%}#solutions-header.header .inner p{color:#ffffffb5;text-align:left;width:100%;max-width:700px;padding:0;font-size:18px;line-height:27px}#solutions-header.header .inner .buttons{flex-direction:column;gap:0;margin-bottom:60px;padding:0}#solutions-header.header .inner .buttons .button{margin:4px 0}}#solutions-page--solutions-section{text-align:center;flex-direction:column;align-items:center;display:flex}#solutions-page--solutions-section>.inner{flex-direction:row;align-items:flex-start;width:100%;max-width:1312px;display:flex;position:relative}#solutions-page--solutions-section>.inner>nav{flex:0 0 248px;margin-top:56px;position:sticky;top:72px}#solutions-page--solutions-section>.inner>nav ul{--nav-indicator:0;border-left:1px solid #e0e0e0;margin:0;padding:0;list-style:none;position:relative}#solutions-page--solutions-section>.inner>nav li{box-sizing:border-box;color:#bcbcbc;text-align:left;height:28px;margin:0 0 20px;padding:0 0 0 20px;font-size:17px;font-weight:600;line-height:28px}#solutions-page--solutions-section>.inner>nav li a{color:#bcbcbc;text-decoration:none}#solutions-page--solutions-section>.inner>nav li.active a{color:#6f6f6f}#solutions-page--solutions-section>.inner>nav ul:before{content:" ";width:3px;height:28px;transform:translateY(var(--nav-indicator,0));background:#6f6f6f;border-radius:5px;transition:transform .25s;position:absolute;top:0;left:-2px}#solutions-page--solutions-section>.inner>.content{background:#fff;flex:auto;padding:56px 0 0 72px;position:relative}#solutions-page--solutions-section>.inner>.content:before{content:" ";z-index:-1;width:100px;position:absolute;top:0;bottom:0;left:0;box-shadow:0 0 4px #0000001a}#solutions-page--solutions-section .section{flex-direction:column;align-items:flex-start;margin-top:0;padding:0 0 100px;display:flex}#solutions-page--solutions-section .section .label{text-transform:uppercase;-webkit-text-fill-color:transparent;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-background-clip:text;background-clip:text;margin:0 0 4px;font-family:Open Sans;font-size:15px;font-style:normal;font-weight:600;line-height:28px}#solutions-page--solutions-section .section h2{color:#3e3e3e;text-align:left;margin:0 0 16px;scroll-margin:114px;font-family:Open Sans;font-size:40px;font-style:normal;font-weight:700;line-height:54px}#solutions-page--solutions-section .section p{color:#3e3e3e;text-align:left;margin:0 0 32px;font-family:Open Sans;font-size:18px;font-style:normal;font-weight:400;line-height:27px}#solutions-page--solutions-section .section .feature-title{color:#3e3e3e;margin:48px 0 16px;font-family:Open Sans;font-size:30px;font-style:normal;font-weight:700;line-height:41px}#solutions-page--solutions-section .section .metadata{grid-template-columns:156px 156px 156px;column-gap:60px;margin:0 0 28px;display:grid}#solutions-page--solutions-section .section .metadata>div img{width:48px;height:48px;margin:0 0 12px}#solutions-page--solutions-section .section .metadata>div img.avatar{background:#e9e6e6;border-radius:50%;overflow:hidden}#solutions-page--solutions-section .section .metadata>div h3{color:#3e3e3e;text-align:center;margin:0;font-family:Open Sans;font-size:15px;font-style:normal;font-weight:600;line-height:27px}#solutions-page--solutions-section .section .metadata>div h4{color:#b8b7b7;text-align:center;margin:0;font-family:Open Sans;font-size:15px;font-style:normal;font-weight:400;line-height:27px}#solutions-page--solutions-section .section .button{box-sizing:border-box;color:#fff;background:#169ff2;border:1px solid #fff;border-radius:8px;flex-direction:row;justify-content:center;align-items:center;height:44px;margin:0 0 28px;padding:0 24px;font-weight:600;text-decoration:none;transition:background .25s,color .25s,opacity 1s,transform .35s ease-out;display:flex}#solutions-page--solutions-section .section .button:hover{transform:scale(1.1)}#solutions-page--solutions-section .section .table{flex-direction:column;gap:12px;width:100%;display:flex}#solutions-page--solutions-section .section .table .row{flex-direction:row;gap:12px;display:flex}#solutions-page--solutions-section .section .table .row img{object-fit:cover;border-radius:10px;flex:auto;width:0}#solutions-page--solutions-section .section .table .row img:last-child{flex:1.3 auto}#solutions-page--solutions-section .section .table .row:first-child img:first-child,#solutions-page--solutions-section .section .table .row:first-child img:last-child{flex:auto}#solutions-page--solutions-section .section .screenshots{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;width:100%;display:grid}#solutions-page--solutions-section .section .screenshots>img{object-fit:cover;border-radius:10px;width:100%;height:100%}#solutions-page--solutions-section .section .screenshots.three,#solutions-page--solutions-section .section .screenshots.gtc60-40{grid-template-columns:minmax(0,3fr) minmax(0,2fr)}#solutions-page--solutions-section .section .screenshots.three>:first-child{flex:auto;height:100%}#solutions-page--solutions-section .section .features{text-align:left;margin:0}#solutions-page--solutions-section .section .features li{box-sizing:border-box;color:#3e3e3e;padding-left:4px;font-family:Open Sans;font-size:18px;font-style:normal;font-weight:400;line-height:28px}#solutions-page--solutions-section .section>.pluxins{flex-flow:wrap;gap:24px;width:100%;margin:0;padding:0;list-style:none;display:flex}#solutions-page--solutions-section .section>.pluxins>li{box-sizing:border-box;background:#fff;border-radius:7px;flex-direction:row;flex:0 0 116px;justify-content:center;align-items:center;height:116px;padding:12px;display:flex;box-shadow:1px 1px 5px #00000026}#solutions-page--solutions-section .section>.pluxins>li a{flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;text-decoration:none;transition:transform .35s ease-out;display:flex;transform:scale(1)}#solutions-page--solutions-section .section>.pluxins>li a:hover{transform:scale(1.25)}#solutions-page--solutions-section .section>.pluxins>li img{width:100%;max-width:60px;height:auto}#solutions-page--solutions-section .section>.pluxins>li img.big{max-width:80px}#solutions-page--solutions-section .section>.pluxins>li:last-of-type{box-shadow:none}#solutions-page--solutions-section .section>.pluxins>li:last-of-type a{background-color:#159ff2;border-radius:50%;width:60px;height:60px;padding:15px;box-shadow:1px 1px 5px #00000026}@media screen and (width<=1325px){#solutions-page--solutions-section>.inner>nav{margin-left:15px}}@media screen and (width<=1312px){#solutions-page--solutions-section>.inner>.content{padding-right:24px}}@media screen and (width<=1120px){#solutions-page--solutions-section>.inner{flex-direction:column;padding-top:0}#solutions-page--solutions-section>.inner>nav{z-index:1;background:#fff;flex:none;width:100%;margin-top:0;margin-left:0;padding:24px;position:sticky;top:64px}#solutions-page--solutions-section>.inner>nav>ul{border:none;flex-flow:wrap;row-gap:12px;display:flex}#solutions-page--solutions-section>.inner>nav>ul:before{content:none}#solutions-page--solutions-section>.inner>nav>ul>li{border-right:1px solid #bcbcbc;flex:none;height:20px;margin-bottom:0;margin-right:12px;padding:0 12px 0 0;line-height:20px}#solutions-page--solutions-section>.inner>nav>ul>li.active a{color:#169ff2;text-decoration:underline}#solutions-page--solutions-section>.inner>nav>ul>li:nth-child(3),#solutions-page--solutions-section>.inner>nav>ul>li:last-child{border-right:none;padding-right:0}#solutions-page--solutions-section>.inner>.content{position:initial;padding:0 0 48px}#solutions-page--solutions-section>.inner>.content:before{content:none}#solutions-page--solutions-section .section{box-sizing:border-box;padding:24px}#solutions-page--solutions-section .section h2{margin-bottom:28px;scroll-margin:220px;font-size:30px;line-height:41px}#solutions-page--solutions-section .section p{font-size:18px;line-height:27px}#solutions-page--solutions-section .section .metadata{grid-template-columns:1fr 1fr 1fr}#solutions-page--solutions-section .section .screenshots,#solutions-page--solutions-section .section .table,#solutions-page--solutions-section .section .table .row{flex-direction:column;display:flex}#solutions-page--solutions-section .section .table .row img{width:100%}#solutions-page--solutions-section .section .pluxins{gap:20px;width:100%}#solutions-page--solutions-section .section .pluxins li{flex:0 0 100px;height:100px}}#pluxplatform-header.header{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:fit-content;padding:80px 0;display:flex;position:relative}#pluxplatform-header.header>*{z-index:1;position:relative}#pluxplatform-header.header:before{content:"";background:var(--primary-linear-gradient);position:absolute;inset:-96px 0 0}#pluxplatform-header.header .inner{max-width:var(--section-max-width);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}#pluxplatform-header.header .inner h1{color:#fff;text-align:center;margin:0;font-family:Open Sans;font-size:50px;font-style:normal;font-weight:700;line-height:68px}#pluxplatform-header.header .inner p{color:#fff;text-align:center;width:100%;max-width:860px;margin:25px 0 0;font-family:Open Sans,sans-serif;font-size:22px;font-style:normal;font-weight:300;line-height:37px}#pluxplatform-header.header a{color:#fff;background:#169ff2;border:none;border-radius:8px;flex-direction:row;justify-content:center;align-self:stretch;align-items:center;height:44px;margin:12px 0;padding:1px 25px;font-weight:600;text-decoration:none;transition:background .25s,color .25s,opacity 1s,transform .35s ease-out;display:flex}#pluxplatform-header.header .inner .buttons{flex-direction:row;justify-content:center;align-items:center;gap:24px;margin-top:30px;padding:0;display:flex}#pluxplatform-header.header .inner .buttons .button{color:#fff;text-align:center;border:none;width:232px;height:55px;font-family:Open Sans;font-size:18px;font-style:normal;font-weight:600;line-height:25px;transition:transform .35s ease-out;transform:scale(1)}#pluxplatform-header.header .inner .buttons .button:hover{transform:scale(1.1)}#pluxplatform-header.header .inner .buttons .button.outline{color:#3e3e3e;background:#fff;border:1px solid #0000}@media screen and (width<=732px){#pluxplatform-header.header{height:auto;padding:40px 0}#pluxplatform-header.header .inner{align-items:flex-start;padding:0 24px}#pluxplatform-header.header .inner h1{color:#fff;text-align:left;justify-content:flex-start;margin-top:80px;font-size:30px;line-height:120%}#pluxplatform-header.header .inner p{color:#fff;text-align:left;justify-content:flex-start;width:100%;max-width:700px;padding:0;font-size:18px;line-height:27px}#pluxplatform-header.header .inner .buttons{flex-direction:column;gap:0;margin-bottom:60px;padding:0}#pluxplatform-header.header .inner .buttons .button{margin:4px 0}}#pluxboxplatform-one-place.one-place{flex-direction:column;align-items:center;padding:0;display:flex;position:relative}#pluxboxplatform-one-place.one-place .inner{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;max-width:1360px;margin-top:100px;padding:0 24px;display:flex;position:relative}#pluxboxplatform-one-place.one-place .three-texts-wrapper{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;display:flex}#pluxboxplatform-one-place.one-place .three-texts-wrapper h2{width:100%}#pluxboxplatform-one-place.one-place .heading-subtext{flex-direction:column;justify-content:flex-start;align-items:center;gap:15px;width:100%;margin-top:15px;margin-bottom:50px;display:flex}#pluxboxplatform-one-place.one-place .heading-subtext p{width:100%}#pluxboxplatform-one-place.one-place .gradient-heading{color:#0000;text-align:center;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);-webkit-background-clip:text;background-clip:text;align-self:center;font-size:15px;font-weight:600}#pluxboxplatform-one-place.one-place .section-title{text-transform:uppercase;-webkit-text-fill-color:transparent;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-background-clip:text;background-clip:text;width:100%;max-width:100%;font-family:Open Sans,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:20px}#pluxboxplatform-one-place.one-place .section-heading{text-align:center;overflow-wrap:break-word;align-self:center;max-width:740px;margin:0;padding:0 clamp(16px,5vw,64px);font-family:Open Sans,sans-serif;font-size:clamp(1.8rem,4vw + 1rem,2.5rem);font-weight:700;line-height:40px}#pluxboxplatform-one-place.one-place .section-subtext{color:#3e3e3e;text-align:center;align-self:center;max-width:657px;margin:0 auto;padding:0 10px;font-size:18px;font-weight:400;line-height:1.6}#pluxboxplatform-one-place.one-place .host-options{justify-content:center;gap:25px;width:100%;display:flex}#pluxboxplatform-one-place.one-place .host-card{border:2px solid #00000012;border-radius:20px;justify-content:center;align-items:center;width:100%;max-width:650px;padding:16px;display:flex}#pluxboxplatform-one-place.one-place .host-card.animate{opacity:0;transform:translateY(var(--startPosition,60px))}#pluxboxplatform-one-place.one-place .host-card.animate.visible{animation:.5s forwards pluxboxPlatformHostCardIn;animation-delay:var(--delay,0s)}#pluxboxplatform-one-place.one-place .host-card-content{text-align:left;justify-content:center;align-items:center;gap:34px;display:flex}#pluxboxplatform-one-place.one-place .host-card-content img{height:auto;display:block}#pluxboxplatform-one-place.one-place .host-card-content-text{flex-flow:column wrap;align-self:center;max-width:255px;display:flex}#pluxboxplatform-one-place.one-place .host-card-content-text h3{margin-top:0;margin-bottom:10px;font-size:21px;font-weight:600}#pluxboxplatform-one-place.one-place .host-card-content-text h4{margin-top:0;margin-bottom:0;font-size:15px;font-weight:400}@keyframes pluxboxPlatformHostCardIn{0%{opacity:0;transform:translateY(var(--startPosition,-150px))}to{opacity:1;transform:translateY(var(--endPosition,0))}}@media screen and (width<=1040px){#pluxboxplatform-one-place.one-place .host-card{width:100%}#pluxboxplatform-one-place.one-place .host-card-content{text-align:center;flex-direction:column-reverse;align-items:center}#pluxboxplatform-one-place.one-place .host-card-content img{object-fit:contain}}@media screen and (width<=732px){#pluxboxplatform-one-place.one-place .inner{align-items:flex-start;width:100%;margin-top:60px;padding-inline:24px}#pluxboxplatform-one-place.one-place .three-texts-wrapper{justify-content:flex-start;align-items:flex-start;width:100%}#pluxboxplatform-one-place.one-place .three-texts-wrapper h2{text-align:left;width:100%;max-width:100%;margin:0;padding:0}#pluxboxplatform-one-place.one-place .heading-subtext{justify-content:flex-start;align-items:flex-start;gap:25px;width:100%;margin-bottom:40px}#pluxboxplatform-one-place.one-place .heading-subtext p{text-align:left;width:100%;max-width:100%;margin:0;padding:0}#pluxboxplatform-one-place.one-place .gradient-heading,#pluxboxplatform-one-place.one-place .section-title{text-align:left;align-self:flex-start;width:100%;max-width:100%;margin:0;padding:0}#pluxboxplatform-one-place.one-place .section-heading{text-align:left;align-self:flex-start;width:100%;max-width:100%;margin:0;padding:0;font-size:30px;line-height:40px}#pluxboxplatform-one-place.one-place .section-subtext{text-align:left;align-self:flex-start;width:100%;max-width:100%;margin:0;padding:0;font-size:18px;line-height:1.6}#pluxboxplatform-one-place.one-place .text-animation{text-align:left;flex-wrap:wrap;justify-content:flex-start;gap:0 6px;width:100%;max-width:100%;display:flex}#pluxboxplatform-one-place.one-place .host-options{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:40px;width:100%}#pluxboxplatform-one-place.one-place .host-card{justify-content:flex-start;align-items:flex-start;width:100%;max-width:400px;padding:16px}#pluxboxplatform-one-place.one-place .host-card-content{text-align:left;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start;gap:24px;width:100%}#pluxboxplatform-one-place.one-place .host-card-content-text{text-align:left;align-self:flex-start;align-items:flex-start;width:100%;max-width:100%}#pluxboxplatform-one-place.one-place .host-card-content-text h3{text-align:left;width:100%;margin:0 0 10px}#pluxboxplatform-one-place.one-place .host-card-content-text h4{text-align:left;width:100%;margin:0;font-size:16px;line-height:1.4}#pluxboxplatform-one-place.one-place .host-card-content img{object-fit:contain;width:100%;max-width:100%;height:auto}}#pluxbox-platform-nutshell.nutshell,#pluxbox-platform-nutshell.nutshell *{box-sizing:border-box}#pluxbox-platform-nutshell.nutshell{flex-direction:column;justify-content:center;align-items:center;display:flex}#pluxbox-platform-nutshell.nutshell .inner{background-image:url(/assets/images/video-background.svg);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;flex-flow:column wrap;justify-content:center;align-items:center;width:100%;max-width:1312px;margin:100px auto 0;padding:32px 5vw 100px;display:flex;position:relative}#pluxbox-platform-nutshell.nutshell .three-texts-wrapper{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;display:flex}#pluxbox-platform-nutshell.nutshell .three-texts-wrapper h2{width:100%}#pluxbox-platform-nutshell.nutshell .heading-subtext{flex-direction:column;justify-content:flex-start;align-items:center;gap:15px;width:100%;margin-top:15px;margin-bottom:0;display:flex}#pluxbox-platform-nutshell.nutshell .heading-subtext p{width:100%}#pluxbox-platform-nutshell.nutshell .section-title{text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-background-clip:text;background-clip:text;width:100%;max-width:100%;margin:0;font-family:Open Sans,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:20px}#pluxbox-platform-nutshell.nutshell .section-subtitle{text-align:center;overflow-wrap:break-word;align-self:center;width:100%;max-width:740px;margin:0;padding:0 clamp(16px,5vw,64px);font-family:Open Sans,sans-serif;font-size:clamp(1.8rem,4vw + 1rem,2.5rem);font-weight:700;line-height:40px}#pluxbox-platform-nutshell.nutshell .section-description{color:#3e3e3e;text-align:center;align-self:center;width:100%;max-width:657px;margin:0 auto;padding:0 10px;font-size:18px;font-weight:400;line-height:1.6}#pluxbox-platform-nutshell.nutshell .text-animation{flex-wrap:wrap;justify-content:center;gap:0 6px;display:flex}#pluxbox-platform-nutshell.nutshell .text-animation>span{opacity:0;display:inline-block;transform:translateY(10px)}#pluxbox-platform-nutshell.nutshell .text-animation.visible>span{animation:.5s forwards pluxboxPlatformNutshellWordIn;animation-delay:var(--delay,0s)}#pluxbox-platform-nutshell.nutshell .buttons{flex-direction:row;justify-content:center;align-items:center;gap:24px;margin-top:25px;padding:0;display:flex}#pluxbox-platform-nutshell.nutshell .button-wrapper.animate{opacity:0;transform:translateY(12px)}#pluxbox-platform-nutshell.nutshell .button-wrapper.animate.visible{animation:.6s ease-out forwards pluxboxPlatformNutshellButtonIn;animation-delay:var(--delay,0s)}#pluxbox-platform-nutshell.nutshell .button-wrapper.animate a{opacity:0}#pluxbox-platform-nutshell.nutshell .button-wrapper.animate.visible a{opacity:1;transition:opacity .4s ease-out,transform .35s ease-out}#pluxbox-platform-nutshell.nutshell .button{color:#fff;text-align:center;background:#169ff2;border:none;border-radius:8px;flex-direction:row;justify-content:center;align-self:center;align-items:center;width:232px;height:55px;margin:12px 0;padding:0 24px;font-family:Open Sans,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:25px;text-decoration:none;transition:background .25s,color .25s,opacity 1s,transform .35s ease-out;display:flex;transform:scale(1)}#pluxbox-platform-nutshell.nutshell .button:hover{transform:scale(1.08)}#pluxbox-platform-nutshell.nutshell .button.outline{color:#3e3e3e;background:#fff;border:1px solid #0000}#pluxbox-platform-nutshell.nutshell .yt-container{background-color:#861ffc;border-radius:8px;width:calc(100% - 40px);height:0;margin:60px auto 0;padding:51.25% 10px 0;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 4px #00000040}#pluxbox-platform-nutshell.nutshell iframe.yt{border:0;width:100%;height:100%;position:absolute;top:0;left:0}@keyframes pluxboxPlatformNutshellWordIn{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}@keyframes pluxboxPlatformNutshellButtonIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media screen and (width<=732px){#pluxbox-platform-nutshell.nutshell{width:100%;padding-inline:24px}#pluxbox-platform-nutshell.nutshell .inner{justify-content:flex-start;align-items:flex-start;width:100%;margin-top:60px;padding:32px 24px 24px;padding-inline:0}#pluxbox-platform-nutshell.nutshell .three-texts-wrapper{justify-content:flex-start;align-items:flex-start;width:100%}#pluxbox-platform-nutshell.nutshell .three-texts-wrapper h2{text-align:left;width:100%;max-width:100%;padding:0}#pluxbox-platform-nutshell.nutshell .heading-subtext{justify-content:flex-start;align-items:flex-start;gap:15px;width:100%;margin-top:15px;margin-bottom:40px}#pluxbox-platform-nutshell.nutshell .heading-subtext p{text-align:left;width:100%;max-width:100%;padding:0}#pluxbox-platform-nutshell.nutshell .section-title{text-align:left;width:100%;max-width:100%;margin:0;padding:0}#pluxbox-platform-nutshell.nutshell .section-subtitle{text-align:left;align-self:flex-start;width:100%;max-width:100%;margin:0;padding:0;font-size:30px;line-height:40px}#pluxbox-platform-nutshell.nutshell .section-description{text-align:left;align-self:flex-start;width:100%;max-width:100%;margin:0;padding:0;font-size:18px;line-height:1.6}#pluxbox-platform-nutshell.nutshell .text-animation{text-align:left;flex-wrap:wrap;justify-content:flex-start;gap:0 6px;width:100%;max-width:100%;display:flex}#pluxbox-platform-nutshell.nutshell .buttons{justify-content:flex-start;gap:10px;width:100%;margin-top:0}#pluxbox-platform-nutshell.nutshell .button-wrapper{width:auto}#pluxbox-platform-nutshell.nutshell .buttons .button{flex:none;width:auto;height:40px;margin:32px 0;padding-inline:28px;font-size:15px;line-height:20px}#pluxbox-platform-nutshell.nutshell .yt-container{width:100%;height:0;margin-top:0;padding:56.25% 0 0}}#plux-platform-features.features,#plux-platform-features.features *{box-sizing:border-box}#plux-platform-features.features{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:50px;padding-inline:24px;display:flex;position:relative;overflow:visible}#plux-platform-features.features>.inner{z-index:1;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:1360px;display:flex;position:relative}#plux-platform-features.features .three-texts-wrapper{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;display:flex}#plux-platform-features.features .three-texts-wrapper h2{width:100%}#plux-platform-features.features .heading-subtext{flex-direction:column;justify-content:flex-start;align-items:center;gap:15px;width:100%;margin-top:15px;display:flex}#plux-platform-features.features .heading-subtext p{width:100%}#plux-platform-features.features .section-title{text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-background-clip:text;background-clip:text;width:100%;max-width:100%;margin:0;font-family:Open Sans,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:20px}#plux-platform-features.features .section-subtitle{color:#3e3e3e;text-align:center;overflow-wrap:break-word;align-self:center;width:100%;max-width:740px;margin:0;padding:0 clamp(16px,5vw,64px);font-family:Open Sans,sans-serif;font-size:clamp(1.8rem,4vw + 1rem,2.5rem);font-weight:700;line-height:40px}#plux-platform-features.features .section-description{color:#3e3e3e;text-align:center;align-self:center;width:100%;max-width:657px;margin:0 auto;padding:0 10px;font-size:18px;font-weight:400;line-height:1.6}#plux-platform-features.features .text-animation{flex-wrap:wrap;justify-content:center;gap:0 6px;display:flex}#plux-platform-features.features .text-animation>span{opacity:0;display:inline-block;transform:translateY(10px)}#plux-platform-features.features .text-animation.visible>span{animation:.5s forwards pluxPlatformFeaturesWordIn;animation-delay:var(--delay,0s)}#plux-platform-features.features .content{grid-template-columns:clamp(300px,30%,394px) minmax(0,1fr);align-self:center;align-items:flex-start;gap:clamp(32px,4vw,56px);width:100%;max-width:1312px;margin-top:60px;display:grid}#plux-platform-features.features .content .left{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:48px;width:100%;min-width:0;margin-top:0;display:flex}#plux-platform-features.features .content .left .top-navigation{display:flex;position:sticky}#plux-platform-features.features .content .left .bottom-navigation{flex-direction:column;gap:600px;width:100%;margin-top:40px;margin-bottom:0;padding:0;display:flex}#plux-platform-features.features .bottom-navigation .section{opacity:0;will-change:opacity, transform;transition:opacity .6s,transform .6s;transform:translate(24px)}#plux-platform-features.features .bottom-navigation .section:last-of-type{min-height:500px}#plux-platform-features.features .bottom-navigation .section.in-view{opacity:1;transition:opacity .6s,transform .7s cubic-bezier(.2,.8,.2,1);transform:translate(0)}#plux-platform-features.features .bottom-navigation .section h3,#plux-platform-features.features .bottom-navigation .section p,#plux-platform-features.features .bottom-navigation .section .button-group{opacity:0;transition:opacity .5s,transform .5s;transform:translateY(12px)}#plux-platform-features.features .bottom-navigation .section.in-view h3{opacity:1;transition-delay:60ms;transform:translateY(0)}#plux-platform-features.features .bottom-navigation .section.in-view p{opacity:1;transition-delay:.14s;transform:translateY(0)}#plux-platform-features.features .bottom-navigation .section.in-view .button-group{opacity:1;transition-delay:.22s;transform:translateY(0)}#plux-platform-features.features .bottom-navigation h3{color:#169ff2;margin:0;font-size:35px;font-weight:700;line-height:1.15}#plux-platform-features.features .bottom-navigation p{color:#3e3e3e;max-width:435px;margin:24px 0;font-size:18px;line-height:27px}#plux-platform-features.features .bottom-navigation .button-group{flex-direction:column;gap:12px;display:flex}#plux-platform-features.features .bottom-navigation .bottom-btn{color:#169ff2;text-align:left;cursor:pointer;background:0 0;border:1px solid #169ff2;border-radius:12px;padding:12px 12px 12px 20px;font-family:Open Sans,sans-serif;font-size:17px;font-weight:600;line-height:27px;transition:color .3s,background-color .3s,transform .3s;transform:scale(1)}#plux-platform-features.features .bottom-navigation .bottom-btn:hover{transform:scale(1.08)}#plux-platform-features.features .bottom-navigation .bottom-btn.active{color:#fff;background-color:#169ff2}#plux-platform-features.features .bottom-navigation .bottom-btn.active:hover{transform:scale(1)}#plux-platform-features.features .content .right{width:100%;min-width:0;height:fit-content;margin-right:0;position:sticky;top:clamp(80px,15vh,200px)}#plux-platform-features.features .video-container{aspect-ratio:16/9;isolation:isolate;contain:paint;background:linear-gradient(135deg,#3e3e3e40 6%,#8f8f8f40 54%);border-radius:12px;width:100%;padding:4px;position:relative;overflow:hidden}#plux-platform-features.features .video-container .feature-video{opacity:0;object-fit:cover;pointer-events:none;backface-visibility:hidden;will-change:opacity;border-radius:8px;width:calc(100% - 8px);height:calc(100% - 8px);transition:opacity .12s;display:block;position:absolute;inset:4px;transform:translateZ(0)}#plux-platform-features.features .video-container .feature-video.is-active{z-index:1;opacity:1}#plux-platform-features.features .mobile-layout{display:none}@keyframes pluxPlatformFeaturesWordIn{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}@keyframes pluxPlatformFeaturesVideoIn{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){#plux-platform-features.features .video-container .feature-video{transition:none}}@media screen and (width<=1248px){#plux-platform-features.features .content{grid-template-columns:minmax(300px,34%) minmax(0,1fr);gap:32px;width:100%;padding:0}#plux-platform-features.features .content .right{top:175px}}@media screen and (width<=1024px){#plux-platform-features.features .content:not(.mobile-layout){margin-top:0}#plux-platform-features.features .content:not(.mobile-layout) .left,#plux-platform-features.features .content:not(.mobile-layout) .right{display:none}#plux-platform-features.features .mobile-layout{flex-direction:column;gap:48px;width:100%;margin-top:40px;display:flex}#plux-platform-features.features .mobile-layout .card{flex-direction:column;width:100%;padding:12px;display:flex}#plux-platform-features.features .mobile-layout .card h3{color:#169ff2;margin:0 0 16px;font-size:22px;font-weight:700;line-height:27px}#plux-platform-features.features .mobile-layout .card p{color:#3e3e3e;max-width:363px;margin:0 0 10px;font-size:18px;line-height:27px}#plux-platform-features.features .mobile-layout .card .button-group{flex-direction:column;gap:12px;width:fit-content;display:flex}#plux-platform-features.features .mobile-layout .card .bottom-btn{color:#999a9a;text-align:left;cursor:pointer;background:0 0;border:1px solid #169ff2;border-radius:12px;padding:12px 12px 12px 20px;font-family:Open Sans,sans-serif;font-size:17px;font-weight:600;line-height:27px;transition:color .3s,background-color .3s,transform .3s}#plux-platform-features.features .mobile-layout .card .bottom-btn:hover{transform:scale(1.03)}#plux-platform-features.features .mobile-layout .card .bottom-btn.active{color:#fff;background-color:#169ff2;transform:scale(1)}#plux-platform-features.features .mobile-layout .card .mobile-video-container{background:linear-gradient(135deg,#3e3e3e40 6%,#8f8f8f40 54%);border-radius:12px;width:364px;max-width:100%;height:273px;margin:10px 5px 0;padding:4px;overflow:hidden}#plux-platform-features.features .mobile-layout .card .mobile-video-container video{object-fit:cover;border-radius:inherit;width:100%;height:100%;display:block}}@media screen and (width<=732px){#plux-platform-features.features{margin-top:60px;padding-inline:24px}#plux-platform-features.features .three-texts-wrapper{justify-content:flex-start;align-items:flex-start;width:100%}#plux-platform-features.features .three-texts-wrapper h2{text-align:left;width:100%;max-width:100%;margin:0;padding:0}#plux-platform-features.features .heading-subtext{justify-content:flex-start;align-items:flex-start;gap:15px;width:100%;margin-top:15px}#plux-platform-features.features .heading-subtext p,#plux-platform-features.features .section-title{text-align:left;width:100%;max-width:100%;margin:0;padding:0}#plux-platform-features.features .section-subtitle{text-align:left;align-self:flex-start;width:100%;max-width:100%;margin:0;padding:0;font-size:30px;line-height:40px}#plux-platform-features.features .section-description{text-align:left;align-self:flex-start;width:100%;max-width:100%;margin:0;padding:0;font-size:18px;line-height:1.6}#plux-platform-features.features .text-animation{text-align:left;flex-wrap:wrap;justify-content:flex-start;gap:0 6px;width:100%;max-width:100%;display:flex}#plux-platform-features.features .mobile-layout{gap:40px;margin-top:32px}#plux-platform-features.features .mobile-layout .card{padding:0}#plux-platform-features.features .mobile-layout .card p{margin-bottom:16px}#plux-platform-features.features .mobile-layout .card .mobile-video-container{aspect-ratio:16/9;background:linear-gradient(#3e3e3e04 0%,#8f8f8f22 100%);border-radius:4px;width:100%;height:auto;margin:20px 0 0;padding:4px}#plux-platform-features.features .mobile-layout .card .mobile-video-container video{border-radius:3px;height:auto}}#pluxbox-platform-trusted.trusted,#pluxbox-platform-trusted.trusted *{box-sizing:border-box}#pluxbox-platform-trusted.trusted{color:#fff;background:#fff;flex-direction:column;align-items:center;width:100%;margin-top:50px;padding:45px 0;display:flex;position:relative}#pluxbox-platform-trusted.trusted>p{color:#3e3e3e;text-align:center;margin:0;padding-inline:24px;font-family:Open Sans,sans-serif;font-size:16px}#pluxbox-platform-trusted.trusted .text-animation{flex-wrap:wrap;justify-content:center;gap:0 5px;display:flex}#pluxbox-platform-trusted.trusted .text-animation>span{opacity:0;display:inline-block;transform:translateY(10px)}#pluxbox-platform-trusted.trusted .text-animation.visible>span{animation:.5s forwards pluxboxPlatformTrustedWordIn;animation-delay:var(--delay,0s)}#pluxbox-platform-trusted.trusted .logos{white-space:nowrap;opacity:1;width:100%;max-width:1312px;margin:45px 0 30px;display:flex;position:relative;overflow:hidden;transform:translateY(40px)}#pluxbox-platform-trusted.trusted .logos.show{opacity:1;transition:opacity 1s,transform .35s ease-out;transform:translateY(0)}#pluxbox-platform-trusted.trusted .logos .left-end,#pluxbox-platform-trusted.trusted .logos .right-end{z-index:2;pointer-events:none;width:100px;height:100%;position:absolute;top:0}#pluxbox-platform-trusted.trusted .logos .left-end{background:linear-gradient(90deg,#fff 0%,#fff0 100%);left:0}#pluxbox-platform-trusted.trusted .logos .right-end{background:linear-gradient(-90deg,#fff 0%,#fff0 100%);right:0}#pluxbox-platform-trusted.trusted .logos:before{content:"";z-index:1;pointer-events:none;width:250px;height:100%;position:absolute;top:0;right:0}#pluxbox-platform-trusted.trusted .logo-slide{flex-direction:row;flex:none;align-items:center;animation:25s linear infinite pluxboxPlatformTrustedSlide;display:flex}#pluxbox-platform-trusted.trusted .logos:hover .logo-slide{animation-play-state:paused}#pluxbox-platform-trusted.trusted .logo-slide img{flex:none;height:50px;margin:0 30px;display:block}#pluxbox-platform-trusted.trusted .logo-slide img.low-logos{height:40px}@keyframes pluxboxPlatformTrustedSlide{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes pluxboxPlatformTrustedWordIn{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}@media screen and (width<=732px){#pluxbox-platform-trusted.trusted{gap:32px;margin-top:102px;padding:0 0 28px}#pluxbox-platform-trusted.trusted .logos{margin:0;padding:0}#pluxbox-platform-trusted.trusted .logo-slide img{height:40px;margin:0 30px}#pluxbox-platform-trusted.trusted .logo-slide img.low-logos{height:20px}#pluxbox-platform-trusted.trusted .logos .left-end,#pluxbox-platform-trusted.trusted .logos .right-end{width:60px}}#pluxbox-platform-get-started.get-started,#pluxbox-platform-get-started.get-started *{box-sizing:border-box}#pluxbox-platform-get-started.get-started{padding:24px;background:#fff;justify-content:center;align-items:center;width:100%;height:fit-content;margin-top:13px;padding-top:0;display:flex}#pluxbox-platform-get-started.get-started .inner{justify-content:center;align-items:center;width:100%;height:100%;display:flex}#pluxbox-platform-get-started.get-started .button-container{text-align:center;background:linear-gradient(#5c0dce 0%,#169ff2 100%);border-radius:12px;flex-flow:wrap;justify-content:center;align-items:center;gap:30px;width:fit-content;padding:32px 48px;display:flex}#pluxbox-platform-get-started.get-started .heading{color:#fff;text-align:left;max-width:637px;margin:0;font-family:Open Sans,sans-serif;font-size:29px;font-weight:400;line-height:1.35}#pluxbox-platform-get-started.get-started .heading strong{font-weight:700}#pluxbox-platform-get-started.get-started .button{color:#fff;text-align:center;cursor:pointer;background:#169ff2;border:none;border-radius:8px;justify-content:center;align-items:center;min-width:190px;height:55px;padding:12px 48px;font-family:Open Sans,sans-serif;font-size:18px;font-weight:600;line-height:25px;text-decoration:none;transition:background .25s,color .25s,transform .5s;display:flex;transform:scale(1)}#pluxbox-platform-get-started.get-started .button:hover{transform:scale(1.08)}@media screen and (width<=732px){#pluxbox-platform-get-started.get-started{margin-top:60px;padding:24px}#pluxbox-platform-get-started.get-started .button-container{flex-direction:column;align-items:flex-start;gap:24px;width:100%;padding:32px 24px}#pluxbox-platform-get-started.get-started .heading{text-align:left;width:100%;max-width:100%;font-size:24px;line-height:1.35}#pluxbox-platform-get-started.get-started .button{width:fit-content;min-width:0;height:40px;padding:0 28px;font-size:15px;line-height:20px}}#platform-offer.offer,#platform-offer.offer *{box-sizing:border-box}#platform-offer.offer{flex-direction:column;align-items:center;width:100%;display:flex;position:relative}#platform-offer.offer>.inner{flex-direction:column;align-items:center;width:100%;max-width:1360px;padding-inline:24px;display:flex}#platform-offer.offer .text{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:89px;display:flex}#platform-offer.offer .three-texts-wrapper{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;display:flex}#platform-offer.offer .three-texts-wrapper h2{width:100%}#platform-offer.offer .heading-subtext{flex-direction:column;justify-content:flex-start;align-items:center;gap:25px;width:100%;margin-top:25px;display:flex}#platform-offer.offer .heading-subtext p{width:100%}#platform-offer.offer .section-title{text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-background-clip:text;background-clip:text;width:100%;max-width:100%;margin:0;font-family:Open Sans,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:20px}#platform-offer.offer .section-subtitle{color:#3e3e3e;text-align:center;overflow-wrap:break-word;align-self:center;width:100%;max-width:740px;margin:0;padding:0 clamp(16px,5vw,64px);font-family:Open Sans,sans-serif;font-size:clamp(1.8rem,4vw + 1rem,2.5rem);font-weight:700;line-height:40px}#platform-offer.offer .section-description{color:#3e3e3e;text-align:center;align-self:center;width:100%;max-width:657px;margin:0 auto;padding:0 10px;font-family:Open Sans,sans-serif;font-size:18px;font-weight:400;line-height:1.6}#platform-offer.offer .text-animation{flex-wrap:wrap;justify-content:center;gap:0 6px;display:flex}#platform-offer.offer .text-animation>span{opacity:0;display:inline-block;transform:translateY(10px)}#platform-offer.offer .text-animation.visible>span{animation:.5s forwards platformOfferWordIn;animation-delay:var(--delay,0s)}#platform-offer.offer .values{justify-content:space-between;align-items:flex-start;gap:40px;width:100%;margin-top:80px;display:flex}#platform-offer.offer .value{flex-direction:column;flex:1 1 0;align-items:flex-start;min-width:0;display:flex}#platform-offer.offer .value.animate{opacity:0;transform:translateY(var(--startPosition,60px))}#platform-offer.offer .value.animate.visible{animation:.5s forwards platformOfferValueIn;animation-delay:var(--delay,0s)}#platform-offer.offer .icon-41{object-fit:contain;width:41px;height:41px;display:block}#platform-offer.offer .value-heading{color:#3e3e3e;margin:20px 0 12px;font-family:Open Sans,sans-serif;font-size:21px;font-style:normal;font-weight:600;line-height:29px}#platform-offer.offer .value-subtext{color:#3e3e3e;max-width:100%;margin:0;font-family:Open Sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:1.6}#platform-offer.offer .value-subtext strong{font-weight:700}@keyframes platformOfferWordIn{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}@keyframes platformOfferValueIn{0%{opacity:0;transform:translateY(var(--startPosition,-150px))}to{opacity:1;transform:translateY(var(--endPosition,0))}}@media screen and (width<=1033px){#platform-offer.offer .values{flex-wrap:wrap}#platform-offer.offer .value{flex:calc(50% - 24px)}}@media screen and (width<=732px){#platform-offer.offer>.inner{padding-inline:24px}#platform-offer.offer .text{justify-content:flex-start;align-items:flex-start;margin-top:60px}#platform-offer.offer .three-texts-wrapper{align-items:flex-start}#platform-offer.offer .three-texts-wrapper h2{text-align:left;width:100%;max-width:100%;padding:0}#platform-offer.offer .heading-subtext{justify-content:flex-start;align-items:flex-start}#platform-offer.offer .heading-subtext p{text-align:left;width:100%;max-width:100%;padding:0}#platform-offer.offer .section-subtitle{font-size:30px;line-height:40px}#platform-offer.offer .section-description{padding:0}#platform-offer.offer .text-animation{justify-content:flex-start}#platform-offer.offer .values{flex-wrap:wrap;gap:48px;margin-top:60px}#platform-offer.offer .value{flex:100%}#platform-offer.offer .value-heading{max-width:none;font-size:21px;line-height:29px}#platform-offer.offer .value-subtext{max-width:none;margin:0;font-size:18px;line-height:1.6}}#pluxbox-platform-quotes.quote-wrapper,#pluxbox-platform-quotes.quote-wrapper *{box-sizing:border-box}#pluxbox-platform-quotes.quote-wrapper{width:100%;margin-bottom:100px}#pluxbox-platform-quotes.quote-wrapper .quotes{z-index:0;text-align:center;background-image:url(/assets/images/background-blue-fade.svg);background-position:top;background-repeat:no-repeat;background-size:cover;flex-direction:column;align-items:center;width:100%;margin-top:100px;display:flex;position:relative;overflow:hidden}#pluxbox-platform-quotes.quote-wrapper .quotes:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(#fff0 0%,#ffffff75 34%,#fff 100%);width:100%;height:260px;position:absolute;bottom:0;left:0}#pluxbox-platform-quotes.quote-wrapper .quotes .inner{z-index:1;padding-top:45px;flex-direction:column;align-items:center;width:100%;max-width:1360px;padding-inline:24px;display:flex;position:relative;overflow:visible}#pluxbox-platform-quotes.quote-wrapper .section-title{text-align:center;text-transform:uppercase;width:100%;max-width:100%;margin:0;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;line-height:20px}#pluxbox-platform-quotes.quote-wrapper .gradient-heading{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);-webkit-background-clip:text;background-clip:text;align-self:center}#pluxbox-platform-quotes.quote-wrapper .section-subtitle{color:#3e3e3e;text-align:center;overflow-wrap:break-word;align-self:center;width:100%;max-width:740px;margin:25px 0 0;padding:0 clamp(16px,5vw,64px);font-family:Open Sans,sans-serif;font-size:clamp(1.8rem,4vw + 1rem,2.5rem);font-weight:700;line-height:40px}#pluxbox-platform-quotes.quote-wrapper .text-animation{flex-wrap:wrap;justify-content:center;gap:0 6px;display:flex}#pluxbox-platform-quotes.quote-wrapper .text-animation>span{opacity:0;display:inline-block;transform:translateY(10px)}#pluxbox-platform-quotes.quote-wrapper .text-animation.visible>span{animation:.5s forwards pluxboxPlatformQuotesWordIn;animation-delay:var(--delay,0s)}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer{z-index:20;will-change:transform;flex-flow:row;justify-content:flex-start;align-items:stretch;gap:30px;width:100%;margin-top:50px;transition:transform .5s;display:flex;position:relative}#pluxbox-platform-quotes.quote-wrapper .statistic{flex-direction:column;flex:0 0 877px;align-items:stretch;width:877px;padding-bottom:70px;display:flex;position:relative}#pluxbox-platform-quotes.quote-wrapper .statistic.animate{opacity:0;transform:translateX(var(--startPosition,-100px))}#pluxbox-platform-quotes.quote-wrapper .statistic.animate.visible{animation:pluxboxPlatformQuoteStatisticIn var(--duration,.5s) forwards;animation-delay:var(--delay,0s)}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content{background-color:#fff;border:1px solid #3e3e3e1a;border-radius:12px;justify-content:flex-start;align-items:center;gap:60px;width:100%;height:382px;padding:20px 30px 20px 20px;display:flex;box-shadow:0 4px 20px #00000026}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .left{flex-shrink:0}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .left h3{color:#0000;text-align:left;-webkit-text-fill-color:transparent;background:linear-gradient(#169ff2 0%,#5c0dce 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:120px;font-weight:400;line-height:1}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right{flex-direction:column;flex:1;justify-content:center;min-width:0;max-width:none;display:flex}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right .up{flex-direction:column;gap:12px;margin-bottom:15px;display:flex}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right .up img{object-fit:contain;width:41px;height:41px}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right .up h3{color:#0000;text-align:left;-webkit-text-fill-color:transparent;background:linear-gradient(#169ff2 0%,#5c0dce 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:33px;font-weight:600;line-height:1.15}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right>h3{color:#3e3e3e;text-align:left;max-width:325px;margin:0;font-size:20px;font-weight:400;line-height:1.5}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right>h3 strong{font-weight:700}#pluxbox-platform-quotes.quote-wrapper .buttons{justify-content:flex-end;align-items:center;gap:5px;width:100%;margin-top:10px;display:flex}#pluxbox-platform-quotes.quote-wrapper .buttons.animate{opacity:0;transform:translateX(var(--startPosition,50px))}#pluxbox-platform-quotes.quote-wrapper .buttons.animate.visible{animation:.5s forwards pluxboxPlatformQuoteControlsIn;animation-delay:var(--delay,0s)}#pluxbox-platform-quotes.quote-wrapper .buttons button{cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:5px;justify-content:center;align-items:center;width:41px;height:41px;padding:0;transition:background-color .2s,border-color .2s;display:flex;transform:none}#pluxbox-platform-quotes.quote-wrapper .buttons button:hover{background:#f1f1f1;transform:none}#pluxbox-platform-quotes.quote-wrapper .buttons button.active{background:#169ff2;border-color:#00000014}#pluxbox-platform-quotes.quote-wrapper .buttons button.active:hover{background:#1397e5}#pluxbox-platform-quotes.quote-wrapper .buttons button:disabled{cursor:default}@keyframes pluxboxPlatformQuotesWordIn{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}@keyframes pluxboxPlatformQuoteStatisticIn{0%{opacity:0;transform:translateX(var(--startPosition,-100px))}to{opacity:1;transform:translate(0)}}@keyframes pluxboxPlatformQuoteControlsIn{0%{opacity:0;transform:translateX(var(--startPosition,50px))}to{opacity:1;transform:translate(0)}}@media screen and (width>=1025px){#pluxbox-platform-quotes.quote-wrapper .quotes .inner{width:100%;max-width:1360px}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer,#pluxbox-platform-quotes.quote-wrapper .buttons{width:100%;padding-inline:0}}@media screen and (width>=733px) and (width<=1024px){#pluxbox-platform-quotes.quote-wrapper .quotes{margin-bottom:50px}#pluxbox-platform-quotes.quote-wrapper .quotes .inner{width:100%}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer{flex-flow:row;justify-content:flex-start;align-items:stretch;gap:24px;width:100%;margin:40px 0 0;display:flex}#pluxbox-platform-quotes.quote-wrapper .statistic{flex:0 0 100%;width:100%;min-width:0;margin:0;padding-bottom:40px}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content{flex-direction:row;justify-content:flex-start;align-items:center;gap:35px;width:100%;min-width:0;height:auto;min-height:350px;padding:32px 40px;display:flex}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .left{flex:none}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .left h3{margin:0;font-size:clamp(100px,14vw,150px);line-height:1}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right{flex:auto;min-width:0;max-width:none}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right .up{gap:10px;margin-bottom:12px}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right .up img{width:41px;height:41px;display:block}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right .up h3{text-align:left;margin:0;font-size:clamp(25px,3.2vw,33px);line-height:1.15}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right>h3{text-align:left;max-width:100%;margin:10px 0 0;font-size:18px;line-height:1.5}#pluxbox-platform-quotes.quote-wrapper .buttons{width:100%;padding:0;display:flex}}@media screen and (width>=733px) and (width<=850px){#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content{gap:25px;padding:25px}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .left h3{font-size:clamp(90px,13vw,120px)}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right .up h3{font-size:25px}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right>h3{font-size:17px}}@media screen and (width<=732px){#pluxbox-platform-quotes.quote-wrapper .quotes{margin-top:70px;margin-bottom:50px}#pluxbox-platform-quotes.quote-wrapper .quotes .inner{align-items:flex-start;width:100%;padding-inline:24px}#pluxbox-platform-quotes.quote-wrapper .section-title,#pluxbox-platform-quotes.quote-wrapper .section-subtitle{text-align:left;align-self:flex-start;width:100%;max-width:100%;margin-left:0;margin-right:0;padding:0}#pluxbox-platform-quotes.quote-wrapper .section-subtitle{font-size:30px;line-height:40px}#pluxbox-platform-quotes.quote-wrapper .text-animation{text-align:left;flex-wrap:wrap;justify-content:flex-start;gap:0 6px;width:100%;max-width:100%;display:flex}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer{flex-flow:column;justify-content:center;gap:20px;width:100%;margin:35px 0 50px;transition:none;display:flex;transform:none}#pluxbox-platform-quotes.quote-wrapper .statistic{flex:none;width:100%;margin:0;padding-bottom:0}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;width:100%;height:auto;margin:0;padding:24px;display:flex}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .left{width:100%}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .left h3{text-align:left;max-width:none;font-size:90px;line-height:1}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right{width:100%;max-width:none}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right .up{gap:8px;margin-bottom:0}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right .up img{display:none}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right .up h3{text-align:left;max-width:none;font-size:25px}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right>h3{text-align:left;max-width:none;margin-top:20px;font-size:18px;line-height:1.5}#pluxbox-platform-quotes.quote-wrapper .buttons{display:none}}@media screen and (width<=480px){#pluxbox-platform-quotes.quote-wrapper .statisticsContainer{gap:16px}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content{border-radius:10px;padding:20px}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .left h3{font-size:72px}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right .up h3{font-size:22px}#pluxbox-platform-quotes.quote-wrapper .statisticsContainer .content .right>h3{font-size:16px}}#pluxplatform.pluxmarketplace,#pluxplatform.pluxmarketplace *{box-sizing:border-box}#pluxplatform.pluxmarketplace{flex-direction:column;align-items:center;width:100%;display:flex}#pluxplatform.pluxmarketplace>.inner{flex-direction:column;align-items:center;width:100%;max-width:1040px;padding-inline:0;display:flex;position:relative}#pluxplatform.pluxmarketplace .three-texts-wrapper{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;display:flex}#pluxplatform.pluxmarketplace .three-texts-wrapper h2{width:100%}#pluxplatform.pluxmarketplace .heading-subtext{flex-direction:column;justify-content:flex-start;align-items:center;gap:25px;width:100%;margin-top:25px;display:flex}#pluxplatform.pluxmarketplace .heading-subtext p{width:100%}#pluxplatform.pluxmarketplace .section-title{text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-background-clip:text;background-clip:text;width:100%;max-width:100%;margin:0;font-family:Open Sans,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:20px}#pluxplatform.pluxmarketplace .section-subtitle{color:#3e3e3e;text-align:center;overflow-wrap:break-word;align-self:center;width:100%;max-width:740px;margin:0;padding:0 clamp(16px,5vw,64px);font-family:Open Sans,sans-serif;font-size:clamp(1.8rem,4vw + 1rem,2.5rem);font-weight:700;line-height:40px}#pluxplatform.pluxmarketplace .section-description{color:#3e3e3e;text-align:center;align-self:center;width:100%;max-width:657px;margin:0 auto;padding:0 10px;font-family:Open Sans,sans-serif;font-size:18px;font-weight:400;line-height:1.6}#pluxplatform.pluxmarketplace .text-animation{flex-wrap:wrap;justify-content:center;gap:0 6px;display:flex}#pluxplatform.pluxmarketplace .text-animation>span{opacity:0;display:inline-block;transform:translateY(10px)}#pluxplatform.pluxmarketplace .text-animation.visible>span{animation:.5s forwards pluxmarketWordIn;animation-delay:var(--delay,0s)}#pluxplatform.pluxmarketplace .button-wrapper{justify-content:center;align-items:center;width:100%;display:flex}#pluxplatform.pluxmarketplace .button-wrapper.animate{opacity:0;transform:translateY(12px)}#pluxplatform.pluxmarketplace .button-wrapper.animate.visible{animation:.6s ease-out forwards pluxmarketButtonIn;animation-delay:var(--delay,0s)}#pluxplatform.pluxmarketplace .button-wrapper.animate a{opacity:0}#pluxplatform.pluxmarketplace .button-wrapper.animate.visible a{opacity:1;transition:opacity .4s ease-out,transform .35s ease-out}#pluxplatform.pluxmarketplace .button-white{color:#169ff2;text-align:center;background:#fff;border:1px solid #169ff2;border-radius:8px;justify-content:center;align-items:center;min-height:44px;margin-top:25px;padding:0 24px;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;line-height:20px;text-decoration:none;transition:background .25s,color .25s,transform .35s ease-out;display:inline-flex;transform:scale(1)}#pluxplatform.pluxmarketplace .button-white:hover{color:#fff;background:#169ff2;transform:scale(1.08)}#pluxplatform.pluxmarketplace .pluxins{flex-direction:column;gap:56px;width:100%;margin:45px 0 0;padding:32px 0 25px;display:flex;position:relative;overflow:hidden}#pluxplatform.pluxmarketplace .pluxins:before,#pluxplatform.pluxmarketplace .pluxins:after{content:"";z-index:5;pointer-events:none;position:absolute;top:0;bottom:0}#pluxplatform.pluxmarketplace .pluxins:before{background:linear-gradient(90deg,#fff0 0%,#fff 100%);width:240px;left:0;transform:rotate(180deg)}#pluxplatform.pluxmarketplace .pluxins:after{background:linear-gradient(90deg,#fff0 0%,#fff 100%);width:200px;right:0}#pluxplatform.pluxmarketplace .pluxins .row{white-space:nowrap;flex-direction:row;align-items:center;display:flex;position:relative}#pluxplatform.pluxmarketplace .pluxins .row:before{content:"";z-index:2;pointer-events:none;width:250px;height:100%;position:absolute;top:0;right:0}#pluxplatform.pluxmarketplace .pluxin-slide{flex-direction:row;flex:none;align-items:center;animation:60s linear infinite pluxmarketSlide;display:flex}#pluxplatform.pluxmarketplace .pluxin-slide.rewind{animation:60s linear infinite pluxmarketSlideRewind}#pluxplatform.pluxmarketplace .pluxins .row:hover .pluxin-slide{animation-play-state:paused}#pluxplatform.pluxmarketplace .pluxin{background-color:#fff;border-radius:8px;flex-direction:row;flex:0 0 108px;justify-content:center;align-items:center;width:108px;height:96px;margin:0 32px;transition:transform .25s ease-in-out;display:flex;transform:scale(1);box-shadow:1px 1px 5px #00000026}#pluxplatform.pluxmarketplace .pluxin:hover{transform:scale(1.2)}#pluxplatform.pluxmarketplace .pluxin img{object-fit:contain;width:auto;max-width:72px;height:auto;max-height:72px;display:block}#pluxplatform.pluxmarketplace .pluxin img.limecraft-logo{width:54px;height:54px}@keyframes pluxmarketSlide{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes pluxmarketSlideRewind{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes pluxmarketWordIn{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}@keyframes pluxmarketButtonIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media screen and (width<=732px){#pluxplatform.pluxmarketplace{width:100%;padding-inline:24px}#pluxplatform.pluxmarketplace>.inner{align-items:flex-start;width:100%}#pluxplatform.pluxmarketplace .three-texts-wrapper{justify-content:flex-start;align-items:flex-start;width:100%}#pluxplatform.pluxmarketplace .three-texts-wrapper h2{text-align:left;width:100%;max-width:100%;margin:0;padding:0}#pluxplatform.pluxmarketplace .heading-subtext{justify-content:flex-start;align-items:flex-start;gap:25px;width:100%;margin-top:25px}#pluxplatform.pluxmarketplace .heading-subtext p{text-align:left;width:100%;max-width:100%;margin:0;padding:0}#pluxplatform.pluxmarketplace .section-title{text-align:left;align-self:flex-start;width:100%;max-width:100%;margin:0;padding:0}#pluxplatform.pluxmarketplace .section-subtitle{text-align:left;align-self:flex-start;width:100%;max-width:100%;margin:0;padding:0;font-size:30px;line-height:40px}#pluxplatform.pluxmarketplace .section-description{text-align:left;align-self:flex-start;width:100%;max-width:100%;margin:0;padding:0;font-size:18px;line-height:1.6}#pluxplatform.pluxmarketplace .text-animation{text-align:left;flex-wrap:wrap;justify-content:flex-start;gap:0 6px;width:100%;max-width:100%;display:flex}#pluxplatform.pluxmarketplace .button-wrapper{justify-content:flex-start;width:100%;max-width:100%}#pluxplatform.pluxmarketplace .button-wrapper .button-white{width:fit-content;margin:20px 0 30px}#pluxplatform.pluxmarketplace .pluxins{gap:40px;width:100%;padding:0 0 4px}#pluxplatform.pluxmarketplace .pluxins:before,#pluxplatform.pluxmarketplace .pluxins:after{width:120px;bottom:72px}}#plux-platform-news-wrapper.news-wrapper,#plux-platform-news-wrapper.news-wrapper *,#plux-platform-news-wrapper.news-wrapper :before,#plux-platform-news-wrapper.news-wrapper :after{box-sizing:border-box}#plux-platform-news-wrapper.news-wrapper{width:100%}#plux-platform-news-wrapper.news-wrapper .news{flex-direction:column;align-items:center;width:100%;max-width:1312px;margin-inline:auto;padding:100px 24px;display:flex;position:relative;overflow:visible}#plux-platform-news-wrapper.news-wrapper .news-three-texts-wrapper{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:100%;padding-inline:24px;display:flex}#plux-platform-news-wrapper.news-wrapper .news-three-texts-wrapper h2{width:100%}#plux-platform-news-wrapper.news-wrapper .heading-subtext{flex-direction:column;justify-content:flex-start;align-items:center;gap:25px;width:100%;max-width:100%;margin-top:25px;display:flex}#plux-platform-news-wrapper.news-wrapper .heading-subtext p{width:100%}#plux-platform-news-wrapper.news-wrapper .section-title{text-align:center;text-transform:uppercase;flex-wrap:wrap;justify-content:center;gap:0 8px;width:100%;max-width:100%;margin:0;font-family:Open Sans,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:20px;display:flex}#plux-platform-news-wrapper.news-wrapper .gradient-heading{-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);-webkit-background-clip:text;background-clip:text}#plux-platform-news-wrapper.news-wrapper .section-subtitle{color:#3e3e3e;text-align:center;overflow-wrap:break-word;flex-wrap:wrap;justify-content:center;align-self:center;gap:0 6px;width:100%;max-width:740px;margin:0;padding:0 clamp(16px,5vw,64px);font-family:Open Sans,sans-serif;font-size:clamp(1.8rem,4vw + 1rem,2.5rem);font-weight:700;line-height:40px;display:flex}#plux-platform-news-wrapper.news-wrapper .section-description{color:#3e3e3e;text-align:center;flex-wrap:wrap;justify-content:center;align-self:center;gap:0 5px;width:100%;max-width:657px;margin:0 auto;padding:0 10px;font-family:Open Sans,sans-serif;font-size:18px;font-weight:400;line-height:1.6;display:flex}#plux-platform-news-wrapper.news-wrapper .text-animation>span{opacity:0;display:inline-block;transform:translateY(10px)}#plux-platform-news-wrapper.news-wrapper .text-animation.visible>span{animation:.5s forwards pluxPlatformNewsWordIn;animation-delay:var(--delay,0s)}#plux-platform-news-wrapper.news-wrapper .about-news-slider{width:100%;min-width:0;max-width:100%;margin-top:30px;display:block;position:relative;overflow:hidden}#plux-platform-news-wrapper.news-wrapper .plux-platform-news-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;scrollbar-width:none;touch-action:pan-y pan-x;cursor:grab;flex-flow:row;justify-content:flex-start;align-items:stretch;gap:32px;width:100%;max-width:100%;margin:0;padding:0;display:flex;overflow:auto hidden}#plux-platform-news-wrapper.news-wrapper .plux-platform-news-track::-webkit-scrollbar{display:none}#plux-platform-news-wrapper.news-wrapper .plux-platform-news-track.is-dragging{scroll-behavior:auto;-webkit-user-select:none;user-select:none;cursor:grabbing}#plux-platform-news-wrapper.news-wrapper .plux-platform-news-slide{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 100%;min-width:0;max-width:100%;margin:20px 0 0;padding:0;display:flex}#plux-platform-news-wrapper.news-wrapper .plux-platform-news-slide>.card{color:#3e3e3e;transform-origin:50%;flex-direction:column;width:100%;min-width:0;max-width:100%;height:100%;margin:0;text-decoration:none;transition:transform .3s,opacity .3s;display:flex;transform:scale(1)}@media (hover:hover) and (pointer:fine){#plux-platform-news-wrapper.news-wrapper .plux-platform-news-slide>.card:hover{transform:scale(.95)}}#plux-platform-news-wrapper.news-wrapper .plux-platform-news-slide>.card:focus-visible{outline-offset:-2px;outline:2px solid}#plux-platform-news-wrapper.news-wrapper .card-image-wrapper{aspect-ratio:16/9;border-radius:8px;flex:none;width:100%;position:relative;overflow:hidden}#plux-platform-news-wrapper.news-wrapper .card-image-wrapper>img{object-fit:cover;object-position:center;width:100%;max-width:100%;height:100%;display:block}#plux-platform-news-wrapper.news-wrapper .tags-title{color:#3e3e3e;flex-direction:column;gap:15px;width:100%;min-width:0;padding:15px 15px 15px 0;display:flex}#plux-platform-news-wrapper.news-wrapper .tags{flex-flow:wrap;align-items:center;gap:8px;width:100%;max-width:100%;display:flex}#plux-platform-news-wrapper.news-wrapper .tag-item{overflow-wrap:anywhere;color:#0000;-webkit-text-fill-color:transparent;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-background-clip:text;background-clip:text;border:none;border-radius:7px;max-width:100%;padding:5px 10px;font-size:13px;font-style:italic;position:relative}#plux-platform-news-wrapper.news-wrapper .tag-item:before{content:"";pointer-events:none;-webkit-mask-composite:xor;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);border-radius:7px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}#plux-platform-news-wrapper.news-wrapper .plux-platform-news-slide .card h3{color:#3e3e3e;overflow-wrap:break-word;word-break:normal;width:100%;min-width:0;max-width:100%;margin:0;font-family:Open Sans,sans-serif;font-size:20px;font-weight:600;line-height:1.35}#plux-platform-news-wrapper.news-wrapper .about-news-pagination{justify-content:center;align-items:center;gap:10px;width:100%;margin-top:24px;padding:6px 0;display:flex}#plux-platform-news-wrapper.news-wrapper .about-news-pagination.is-hidden{display:none}#plux-platform-news-wrapper.news-wrapper .about-news-dot{appearance:none;opacity:.3;cursor:pointer;background:#169ff2;border:0;border-radius:50%;flex:0 0 8px;width:8px;min-width:8px;height:8px;min-height:8px;margin:0;padding:0;transition:opacity .2s,transform .2s;display:block;transform:scale(1)}#plux-platform-news-wrapper.news-wrapper .about-news-dot.is-active{opacity:1;transform:scale(1.35)}#plux-platform-news-wrapper.news-wrapper .about-news-dot:focus-visible{outline-offset:4px;outline:2px solid #169ff2}#plux-platform-news-wrapper.news-wrapper .button-wrapper{justify-content:center;align-items:center;width:100%;display:flex}#plux-platform-news-wrapper.news-wrapper .button-wrapper.animate{opacity:0;transform:translateY(12px)}#plux-platform-news-wrapper.news-wrapper .button-wrapper.animate.visible{animation:.6s ease-out forwards pluxPlatformNewsButtonIn;animation-delay:var(--delay,0s)}#plux-platform-news-wrapper.news-wrapper .button-wrapper.animate a{opacity:0;width:100%;max-width:300px}#plux-platform-news-wrapper.news-wrapper .button-wrapper.animate.visible a{opacity:1;transition:opacity .4s ease-out,transform .35s ease-out}#plux-platform-news-wrapper.news-wrapper .button-white{color:#169ff2;text-align:center;background:#fff;border:1px solid #169ff2;border-radius:8px;justify-content:center;align-items:center;min-height:44px;margin-top:24px;padding:0 24px;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;line-height:20px;text-decoration:none;transition:background .25s,color .25s,transform .35s ease-out;display:inline-flex;transform:scale(1)}#plux-platform-news-wrapper.news-wrapper .button-white:hover{color:#fff;background:#169ff2;transform:scale(1.1)}@keyframes pluxPlatformNewsWordIn{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}@keyframes pluxPlatformNewsButtonIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media only screen and (width>=768px) and (width<=1099px){#plux-platform-news-wrapper.news-wrapper .plux-platform-news-slide{flex-basis:calc(50% - 16px)}}@media only screen and (width>=1100px){#plux-platform-news-wrapper.news-wrapper .plux-platform-news-slide{flex-basis:calc(33.3333% - 21.3333px)}}@media only screen and (width<=850px){#plux-platform-news-wrapper.news-wrapper .plux-platform-news-slide .card h3{text-align:left;max-width:100%;font-size:18px}}@media only screen and (width<=732px){#plux-platform-news-wrapper.news-wrapper{overflow:hidden}#plux-platform-news-wrapper.news-wrapper .news{width:100%;max-width:100%;padding-inline:20px}#plux-platform-news-wrapper.news-wrapper .news-three-texts-wrapper{align-items:flex-start;padding-inline:0}#plux-platform-news-wrapper.news-wrapper .news-three-texts-wrapper h2{text-align:left;width:100%;max-width:100%;padding:0}#plux-platform-news-wrapper.news-wrapper .heading-subtext{align-items:flex-start;width:100%}#plux-platform-news-wrapper.news-wrapper .heading-subtext p{text-align:left;width:100%;max-width:100%;padding:0}#plux-platform-news-wrapper.news-wrapper .section-title,#plux-platform-news-wrapper.news-wrapper .section-subtitle,#plux-platform-news-wrapper.news-wrapper .section-description{text-align:left;justify-content:flex-start}#plux-platform-news-wrapper.news-wrapper .section-subtitle{font-size:30px;line-height:40px}#plux-platform-news-wrapper.news-wrapper .plux-platform-news-slide{flex:0 0 100%}#plux-platform-news-wrapper.news-wrapper .about-news-pagination{margin-top:18px}}@media only screen and (width<=480px){#plux-platform-news-wrapper.news-wrapper .news{padding-inline:16px}}@media only screen and (width<=360px){#plux-platform-news-wrapper.news-wrapper .news{padding-inline:14px}}@media (prefers-reduced-motion:reduce){#plux-platform-news-wrapper.news-wrapper .plux-platform-news-track{scroll-behavior:auto}#plux-platform-news-wrapper.news-wrapper .card,#plux-platform-news-wrapper.news-wrapper .about-news-dot{transition:none}}#plux-platform-create.create,#plux-platform-create.create *{box-sizing:border-box}#plux-platform-create.create{width:100%;height:fit-content}#plux-platform-create.create .inner{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;height:fit-content;padding:102px 24px;display:flex}#plux-platform-create.create .content{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}#plux-platform-create.create .content h1{color:#3e3e3e;text-align:center;max-width:556px;margin:0;font-family:Open Sans,sans-serif;font-size:29px;font-style:normal;font-weight:400;line-height:39px}#plux-platform-create.create .content h1 span{font-weight:600}#plux-platform-create.create .buttons{flex-direction:row;justify-content:center;align-items:center;gap:24px;margin-top:24px;display:flex}#plux-platform-create.create .button{color:#fff;text-align:center;cursor:pointer;background:#169ff2;border:none;border-radius:8px;justify-content:center;align-self:center;align-items:center;width:240px;height:55px;padding:0 24px;font-family:Open Sans,sans-serif;font-size:18px;font-weight:600;line-height:25px;text-decoration:none;transition:background .25s,color .25s,transform .35s ease-out;display:inline-flex;transform:scale(1)}#plux-platform-create.create .button:hover{transform:scale(1.08)}#plux-platform-create.create .link{color:#fff;text-decoration:none}@media only screen and (width<=1040px){#plux-platform-create.create .content h1{font-size:20px;line-height:27px}}@media only screen and (width<=732px){#plux-platform-create.create .inner{padding-inline:24px}#plux-platform-create.create .button{width:240px;max-width:100%}}#marketplace-header.header{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:fit-content;padding:80px 0;display:flex;position:relative}#marketplace-header.header>*{z-index:1;position:relative}#marketplace-header.header:before{content:"";background:var(--primary-linear-gradient);position:absolute;inset:-96px 0 0}#marketplace-header.header .inner{max-width:var(--section-max-width);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}#marketplace-header.header .inner h1{color:#fff;text-align:center;margin:0;font-family:Open Sans;font-size:50px;font-style:normal;font-weight:700;line-height:68px}#marketplace-header.header .inner p{color:#fff;text-align:center;width:100%;max-width:860px;margin:25px 0 0;font-family:Open Sans,sans-serif;font-size:22px;font-style:normal;font-weight:300;line-height:37px}#marketplace-header.header a{color:#fff;background:#169ff2;border:none;border-radius:8px;flex-direction:row;justify-content:center;align-self:stretch;align-items:center;height:44px;margin:12px 0;padding:1px 25px;font-weight:600;text-decoration:none;transition:background .25s,color .25s,opacity 1s,transform .35s ease-out;display:flex}#marketplace-header.header .inner .buttons{flex-direction:row;justify-content:center;align-items:center;gap:24px;margin-top:30px;padding:0;display:flex}#marketplace-header.header .inner .buttons .button{color:#fff;text-align:center;border:none;width:232px;height:55px;font-family:Open Sans;font-size:18px;font-style:normal;font-weight:600;line-height:25px;transition:transform .35s ease-out;transform:scale(1)}#marketplace-header.header .inner .buttons .button:hover{transform:scale(1.1)}#marketplace-header.header .inner .buttons .button.outline{color:#3e3e3e;background:#fff;border:1px solid #0000}@media screen and (width<=1120px){#marketplace-header.header{height:auto;padding:40px 0}#marketplace-header.header .inner{align-items:flex-start;padding:0 40px}#marketplace-header.header .inner h1{color:#fff;text-align:left;justify-content:flex-start;margin-top:80px;font-size:30px;line-height:120%}#marketplace-header.header .inner p{color:#fff;text-align:left;justify-content:flex-start;width:100%;max-width:700px;padding:0;font-size:18px;line-height:27px}#marketplace-header.header .inner .buttons{flex-direction:column;gap:0;margin-bottom:60px;padding:0}#marketplace-header.header .inner .buttons .button{margin:4px 0}}#marketplace-explore.explore,#marketplace-explore.explore *,#marketplace-explore.explore :before,#marketplace-explore.explore :after{box-sizing:border-box}#marketplace-explore.explore{flex-direction:column;align-items:center;width:100%;margin-bottom:100px;padding:32px 0 0;display:flex;position:relative}#marketplace-explore.explore>.inner{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:12px;width:100%;max-width:1360px;margin-top:50px;padding-inline:24px;display:flex}#marketplace-explore.explore .left{flex-direction:column;flex:1;justify-content:flex-start;align-items:stretch;gap:20px;max-width:300px;padding-right:12px;display:flex;position:sticky;top:80px}#marketplace-explore.explore .search-bar{flex-direction:column;gap:12px;display:flex}#marketplace-explore.explore .label-button{justify-content:space-between;align-items:flex-start;display:flex}#marketplace-explore.explore .label-button h2{color:#3e3e3e;width:100%;margin:0;font-family:Open Sans,sans-serif;font-size:17px;font-weight:600;line-height:26px}#marketplace-explore.explore .label-button button{color:#3e3e3e;cursor:pointer;background:0 0;border:none;padding:0;font-family:Open Sans,sans-serif;font-size:15px;font-weight:400;line-height:20px;text-decoration:underline;transition:color .25s,opacity .25s}#marketplace-explore.explore .label-button button:hover{color:#169ff2}#marketplace-explore.explore .clear-input,#marketplace-explore.explore .clear-categories{opacity:1}#marketplace-explore.explore .clear-input.is-inactive,#marketplace-explore.explore .clear-categories.is-inactive{opacity:.35;cursor:default}#marketplace-explore.explore .clear-input.is-inactive:hover,#marketplace-explore.explore .clear-categories.is-inactive:hover{color:inherit}#marketplace-explore.explore .input-with-icon{width:100%;position:relative}#marketplace-explore.explore .input-with-icon svg{pointer-events:none;z-index:2;width:18px;height:18px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}#marketplace-explore.explore .input-with-icon input{color:#3e3e3e;background:#fff;border:1px solid #ccc;border-radius:6px;width:100%;padding:10px 12px 10px 40px;font-family:Open Sans,sans-serif;font-size:16px}#marketplace-explore.explore .categories-bar{color:#3e3e3e;font-family:Open Sans,sans-serif;font-size:17px;font-weight:600;line-height:26px}#marketplace-explore.explore .categories-header .left-part{align-items:center;gap:8px;display:flex}#marketplace-explore.explore .categories-buttons{flex-wrap:wrap;gap:5px;margin-top:5px;display:flex}#marketplace-explore.explore .category-button{z-index:1;color:#3e3e3e;cursor:pointer;background:#fff;border:none;border-radius:10px;padding:8px 16px;font-family:Open Sans,sans-serif;font-weight:600;transition:color .3s,background-color .3s,transform .3s;position:relative}#marketplace-explore.explore .category-button:before{content:"";z-index:-1;border-radius:inherit;border:1px solid #0055ff4f;position:absolute;inset:0}#marketplace-explore.explore .category-button:hover{transform:translateY(-3px)}#marketplace-explore.explore .category-button.active{color:#fff;background:#169ff2}#marketplace-explore.explore .categories-toggle-icon{display:none}#marketplace-explore.explore .separator-vertical{background:#00000026;align-self:stretch;width:1px;margin-left:25px}#marketplace-explore.explore .right{flex-direction:column;flex:1 1 0;justify-content:flex-start;align-items:flex-start;width:auto;min-width:0;max-width:800px;margin-left:100px;padding-left:25px;display:flex}#marketplace-explore.explore .right .text{text-align:left;flex-direction:column;justify-content:flex-start;align-self:flex-start;width:100%;min-width:0;margin:0 0 30px;display:flex}#marketplace-explore.explore .section-title{text-align:left;text-transform:uppercase;-webkit-text-fill-color:transparent;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-background-clip:text;background-clip:text;flex-wrap:wrap;justify-content:flex-start;gap:0 6px;width:100%;max-width:100%;margin:0;padding:0;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;line-height:20px;display:flex}#marketplace-explore.explore .heading-subtext{flex-direction:column;align-items:flex-start;gap:15px;width:100%;max-width:850px;display:flex}#marketplace-explore.explore .section-heading,#marketplace-explore.explore .section-subtitle{color:#3e3e3e;text-align:left;overflow-wrap:break-word;flex-wrap:wrap;justify-content:flex-start;align-self:flex-start;gap:0 6px;width:100%;max-width:fit-content;margin:15px 0 0;padding:0;font-family:Open Sans,sans-serif;font-size:clamp(1.8rem,4vw + 1rem,2.5rem);font-weight:700;line-height:40px;display:flex}#marketplace-explore.explore .section-description{color:#3e3e3e;text-align:left;flex-wrap:wrap;justify-content:flex-start;align-self:flex-start;gap:0 6px;width:100%;max-width:100%;margin:10px 0 0;padding:0;font-family:Open Sans,sans-serif;font-size:18px;font-weight:400;line-height:1.6;display:flex}#marketplace-explore.explore .text-animation>span{opacity:0;display:inline-block;transform:translateY(10px)}#marketplace-explore.explore .text-animation.visible>span{animation:.5s forwards marketplaceExploreWordIn;animation-delay:var(--delay,0s)}#marketplace-explore.explore .right ul.grid{grid-template-columns:repeat(3,minmax(0,1fr));place-self:baseline;gap:25px 15px;width:100%;min-width:0;max-width:100%;margin:0;padding:0 0 15px;list-style:none;display:grid}#marketplace-explore.explore ul.grid>li{z-index:1;background:var(--primary-linear-gradient,linear-gradient(134.71deg, #169ff2 -0.5%, #5c0dce 98.45%));border-radius:15px;width:100%;min-width:0;max-width:100%;height:167px;transition:transform .2s;position:relative}#marketplace-explore.explore ul.grid>li:after{content:"";z-index:-1;background:#fff;border-radius:14px;position:absolute;inset:1px}#marketplace-explore.explore ul.grid>li.zoom:hover{transform:scale(1.05)}#marketplace-explore.explore ul.grid>li a{flex-direction:column;gap:10px;width:100%;min-width:0;height:100%;padding:20px 25px;text-decoration:none;display:flex}#marketplace-explore.explore ul.grid>li a .icon{width:100%;height:42px;max-height:42px}#marketplace-explore.explore ul.grid>li a .icon img{object-fit:contain;object-position:left;width:100%;max-width:50%;height:100%;display:block}#marketplace-explore.explore ul.grid>li a .inner-text{flex-direction:column;gap:8px;min-width:0;display:flex}#marketplace-explore.explore ul.grid>li a .inner-text h3{color:var(--text-default-color,#3e3e3e);margin:0;font-family:Open Sans,sans-serif;font-size:20px;font-weight:600;line-height:1.25}#marketplace-explore.explore ul.grid>li a .inner-text span{width:max-content;max-width:100%;color:var(--text-default-color,#3e3e3e);background:#eaf6fe;border-radius:2px;padding:2px 8px;font-family:Open Sans,sans-serif;font-size:14px;font-weight:300;display:inline-flex}#marketplace-explore.explore .right .separator{opacity:.15;background:#000;align-self:center;width:100%;height:1px;margin-top:30px;margin-left:10px}#marketplace-explore.explore .navigation{align-self:flex-end;align-items:center;gap:10px;margin-top:10px;display:flex}#marketplace-explore.explore .navigation .page-text{color:#3e3e3e;margin:0;font-family:Open Sans,sans-serif;font-size:20px;font-weight:600}#marketplace-explore.explore .navigation .nav-btn{cursor:pointer;background:0 0;border:1px solid #3e3e3e;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:opacity .2s,transform .3s;display:flex}#marketplace-explore.explore .navigation .nav-btn img{width:18px;height:18px}#marketplace-explore.explore .navigation .previous-btn img{transform:rotate(180deg)}#marketplace-explore.explore .navigation .nav-btn:hover{transform:translateY(-3px)}#marketplace-explore.explore .navigation .nav-btn.disabled{opacity:.7;cursor:not-allowed;border-color:#3e3e3eb3}#marketplace-explore.explore .navigation .nav-btn.disabled:hover{transform:none}@keyframes marketplaceExploreWordIn{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}@media only screen and (width<=1450px){#marketplace-explore.explore .right .text{margin-left:0}#marketplace-explore.explore .right ul.grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:18px;margin-top:10px;padding:0 5px 0 0}}@media only screen and (width<=1120px){#marketplace-explore.explore>.inner{margin-left:10px;margin-right:10px}#marketplace-explore.explore .left{margin-left:10px}#marketplace-explore.explore .right{margin-left:20px;margin-right:10px}#marketplace-explore.explore .navigation{margin-right:10%}}@media only screen and (width<=1024px){#marketplace-explore.explore>.inner{gap:0}#marketplace-explore.explore .separator-vertical{margin-left:0}#marketplace-explore.explore .section-heading,#marketplace-explore.explore .section-subtitle{font-size:30px}#marketplace-explore.explore .navigation{margin-right:10px}#marketplace-explore.explore ul.grid>li a{justify-content:center;padding:10px 15px}#marketplace-explore.explore ul.grid>li.zoom:hover{transform:none}}@media only screen and (width<=845px){#marketplace-explore.explore>.inner{flex-direction:column;justify-content:flex-start;gap:20px;margin:0 5px}#marketplace-explore.explore .left{width:100%;max-width:100%;margin-left:0;padding-right:0;position:static}#marketplace-explore.explore .separator-vertical{display:none}#marketplace-explore.explore .right{z-index:2;background:#fff;border-radius:12px;width:100%;max-width:100%;margin:0;padding:15px;box-shadow:inset 0 -10px 1px #ffffff1a,0 10px 100px -20px #32325d40,0 30px 60px -30px #0000004d}}@media only screen and (width<=732px){#marketplace-explore.explore .categories-toggle-icon{cursor:pointer;width:18px;height:18px;transition:transform .3s;display:block}#marketplace-explore.explore .categories-header .clear-categories{display:none}#marketplace-explore.explore .categories-header .clear-categories.show{display:inline-block}#marketplace-explore.explore #categories-content{display:none}#marketplace-explore.explore #categories-content.show{display:flex}#marketplace-explore.explore .categories-toggle-icon.open{transform:rotate(180deg)}#marketplace-explore.explore .right .separator{display:none}#marketplace-explore.explore .right{width:100%;margin:0;padding:15px}#marketplace-explore.explore .right .text .section-heading{max-width:334px}#marketplace-explore.explore .right .text,#marketplace-explore.explore .section-title,#marketplace-explore.explore .section-heading,#marketplace-explore.explore .section-subtitle,#marketplace-explore.explore .section-description{text-align:left;justify-content:flex-start;align-self:flex-start;margin-left:0}#marketplace-explore.explore .right ul.grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:18px;margin-top:10px;padding:0 5px 0 0}#marketplace-explore.explore .navigation{align-self:center;margin-right:0}#marketplace-explore.explore ul.grid>li{width:100%;height:110px}#marketplace-explore.explore ul.grid>li a{flex-direction:column;justify-content:center;gap:5px;height:100%;padding:15px 12px;display:flex}#marketplace-explore.explore ul.grid>li a .icon{height:25px}#marketplace-explore.explore ul.grid>li a .icon img{object-fit:contain;object-position:left;width:100%;max-width:50%;height:100%}#marketplace-explore.explore ul.grid>li a .inner-text h3{font-size:15px;display:inline-block}#marketplace-explore.explore ul.grid>li a .inner-text span{font-size:11px}}@media only screen and (width<=450px){#marketplace-explore.explore .right ul.grid{grid-template-columns:1fr}}#marketplace-explore.explore .categories-toggle-button{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:18px;height:18px;padding:0;display:none}#marketplace-explore.explore .categories-toggle-button .categories-toggle-icon{width:18px;height:18px}#marketplace-explore.explore .label-button button:disabled{pointer-events:none}@media only screen and (width<=734px){#marketplace-explore.explore .right>.left{width:300px;max-width:100%;margin:0 0 20px;padding:0;position:static}#marketplace-explore.explore .categories-toggle-button{display:inline-flex}}#contact-form-homepage.contact-form-marketplace,#contact-form-homepage.contact-form-marketplace *,#contact-form-homepage.contact-form-marketplace :before,#contact-form-homepage.contact-form-marketplace :after{box-sizing:border-box}#contact-form-homepage.contact-form-marketplace{color:#3e3e3e;background-color:#eaf6fe;flex-direction:column;align-items:center;width:100%;max-width:100%;font-family:Open Sans,sans-serif;display:flex;position:relative;overflow-x:hidden}#contact-form-homepage.contact-form-marketplace:before{content:"";opacity:.5;pointer-events:none;background:linear-gradient(135deg,#e0f5fffa 0%,#f6eeff 78.13%,#e8d4ff 100%);position:absolute;inset:0}#contact-form-homepage.contact-form-marketplace>*{z-index:1;position:relative}#contact-form-homepage.contact-form-marketplace #formHeader{flex-direction:column;align-items:center;width:100%;max-width:928px;padding-inline:24px;display:flex}#contact-form-homepage.contact-form-marketplace .heading-subtext{flex-direction:column;align-items:center;gap:25px;width:100%;display:flex}#contact-form-homepage.contact-form-marketplace .section-title{text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);-webkit-background-clip:text;background-clip:text;flex-wrap:wrap;justify-content:center;gap:0 6px;width:100%;margin:50px 0 0;font-size:15px;font-weight:600;line-height:20px;display:flex}#contact-form-homepage.contact-form-marketplace .section-heading,#contact-form-homepage.contact-form-marketplace .section-subtitle{color:#3e3e3e;text-align:center;overflow-wrap:break-word;flex-wrap:wrap;justify-content:center;gap:0 6px;width:100%;max-width:928px;margin:25px 0 0;padding:0 clamp(16px,5vw,64px);font-size:clamp(1.8rem,4vw + 1rem,2.5rem);font-weight:700;line-height:40px;display:flex}#contact-form-homepage.contact-form-marketplace .heading-subtext .section-subtitle{margin-bottom:0}#contact-form-homepage.contact-form-marketplace .section-description{color:#3e3e3e;text-align:center;flex-wrap:wrap;justify-content:center;gap:0 6px;width:100%;max-width:657px;margin:0 auto 50px;padding:0 10px;font-size:18px;font-weight:400;line-height:1.6;display:flex}#contact-form-homepage.contact-form-marketplace .text-animation{opacity:1}#contact-form-homepage.contact-form-marketplace .text-animation>span{opacity:0;display:inline-block;transform:translateY(10px)}#contact-form-homepage.contact-form-marketplace .text-animation.visible>span{animation:.5s forwards marketplaceContactWordIn;animation-delay:var(--delay,0s)}#contact-form-homepage.contact-form-marketplace p.text-animation.visible>span{animation-duration:.3s}#contact-form-homepage.contact-form-marketplace .form{width:100%;max-width:920px;box-shadow:none;background:#fff;border-radius:8px;margin:0 0 30px;padding:48px 80px;position:relative}#contact-form-homepage.contact-form-marketplace #pluxin-request{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px;width:100%;min-width:0;margin:0;display:grid}#contact-form-homepage.contact-form-marketplace .form-field{flex-direction:column;gap:6px;width:100%;min-width:0;display:flex}#contact-form-homepage.contact-form-marketplace .form-field.fill,#contact-form-homepage.contact-form-marketplace .fill{grid-column:auto/span 2;min-width:0}#contact-form-homepage.contact-form-marketplace .form-field label{color:#5f5f5f;text-align:left;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:20px}#contact-form-homepage.contact-form-marketplace .form-field input,#contact-form-homepage.contact-form-marketplace .form-field textarea{appearance:none;color:#5f6368;text-align:left;width:100%;min-width:0;max-width:100%;caret-color:var(--primary,#169ff2);background:#fbfbfc;border:1px solid #b3b3b3;border-radius:4px;outline:0;padding-left:8px;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:24px;transition:border-color .2s;display:block}#contact-form-homepage.contact-form-marketplace .form-field input{height:44px;padding-right:8px}#contact-form-homepage.contact-form-marketplace .form-field textarea{resize:vertical;height:112px;padding-top:8px;padding-right:8px}#contact-form-homepage.contact-form-marketplace .form-field input:focus,#contact-form-homepage.contact-form-marketplace .form-field textarea:focus{border-color:#169ff2}#contact-form-homepage.contact-form-marketplace .form-field input::placeholder,#contact-form-homepage.contact-form-marketplace .form-field textarea::placeholder{color:#6b6b6b73;font-family:Open Sans,sans-serif;font-size:15px;font-weight:400;line-height:20px}#contact-form-homepage.contact-form-marketplace .terms{flex-direction:row;align-items:flex-start;width:100%;min-width:0;margin:16px 0 0;display:flex}#contact-form-homepage.contact-form-marketplace .terms .checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;width:35px;min-width:35px;height:20px;margin:4px 0 0;padding-left:35px;position:relative}#contact-form-homepage.contact-form-marketplace .terms .checkbox input{z-index:1;opacity:0;cursor:pointer;width:16px;height:16px;margin:0;position:absolute;top:-2px;left:-3px}#contact-form-homepage.contact-form-marketplace .terms .checkmark{background-color:#169ff2;border:1px solid #169ff2;border-radius:4px;width:16px;height:16px;transition:background-color .25s;position:absolute;top:0;left:0}#contact-form-homepage.contact-form-marketplace .terms .checkmark:before{content:"";background:#fff;border-radius:4px;position:absolute;inset:0}#contact-form-homepage.contact-form-marketplace .terms .checkbox input:checked~.checkmark:before{display:none}#contact-form-homepage.contact-form-marketplace .terms .checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:2px;left:5px;overflow:hidden;transform:rotate(45deg)}#contact-form-homepage.contact-form-marketplace .terms p{color:#3e3e3e;text-align:left;overflow-wrap:anywhere;min-width:0;margin:0;padding:0 0 0 6px;font-family:Open Sans,sans-serif;font-size:13px;font-weight:400;line-height:1.45}#contact-form-homepage.contact-form-marketplace .terms p a{color:#169ff2;font-weight:700;text-decoration:none}#contact-form-homepage.contact-form-marketplace .captcha-container{justify-content:center;align-items:center;width:100%;min-width:0;max-width:100%;display:flex;overflow:hidden}#contact-form-homepage.contact-form-marketplace .g-recaptcha{filter:drop-shadow(0 4px 10px #0000000d);transform-origin:50%;max-width:100%;display:inline-block}#contact-form-homepage.contact-form-marketplace .error-banner{color:#5f2120;background-color:#fdeded;border-left:4px solid #d32f2f;border-radius:4px;align-items:center;gap:10px;width:100%;max-width:100%;padding:12px 16px;font-size:14px;font-weight:500;animation:.3s ease-out marketplaceContactSlideIn;display:flex}#contact-form-homepage.contact-form-marketplace .error-banner[hidden]{display:none}#contact-form-homepage.contact-form-marketplace .btn-row{flex-direction:row;justify-content:center;width:100%;min-width:0;padding:0;display:flex}#contact-form-homepage.contact-form-marketplace .btn-row .button,#contact-form-homepage.contact-form-marketplace .sent .button{color:#fff;text-align:center;cursor:pointer;background:linear-gradient(135deg,#00b0fffa 0%,#861ffc 77.65% 100%);border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:424px;max-width:100%;height:60px;padding:0;font-family:Open Sans,sans-serif;font-size:18px;font-style:normal;font-weight:600;line-height:25px;text-decoration:none;transition:transform .5s;display:flex;transform:scale(1);box-shadow:0 1px 1px #00000040}#contact-form-homepage.contact-form-marketplace .btn-row .button:hover,#contact-form-homepage.contact-form-marketplace .sent .button:hover{transform:scale(1.08)}#contact-form-homepage.contact-form-marketplace #formConfirmation{width:100%;max-width:920px;margin:0 0 25px;scroll-margin-top:100px;display:none}#contact-form-homepage.contact-form-marketplace #formConfirmation.show{display:flex}#contact-form-homepage.contact-form-marketplace #formConfirmation .content{text-align:center;background:#fff;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:72px;display:flex}#contact-form-homepage.contact-form-marketplace #formConfirmation .content h2{color:#3e3e3e;text-align:center;max-width:424px;margin:12px 0 0;font-size:28px;font-weight:700}#contact-form-homepage.contact-form-marketplace #formConfirmation .content h3{color:#3e3e3e;text-align:center;max-width:424px;margin:48px 0 0;font-size:20px;font-weight:400}#contact-form-homepage.contact-form-marketplace #formConfirmation .content .button{margin-top:60px}@keyframes marketplaceContactWordIn{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}@keyframes marketplaceContactSlideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media screen and (width<=992px){#contact-form-homepage.contact-form-marketplace .form{box-shadow:none;background-color:#0000}#contact-form-homepage.contact-form-marketplace .form-field input,#contact-form-homepage.contact-form-marketplace .form-field textarea{background:0 0}}@media screen and (width<=732px){#contact-form-homepage.contact-form-marketplace #formHeader{text-align:left;align-items:flex-start;width:100%;max-width:100%;padding-inline:24px}#contact-form-homepage.contact-form-marketplace .heading-subtext{text-align:left;justify-content:flex-start;align-items:flex-start;width:100%;max-width:100%}#contact-form-homepage.contact-form-marketplace .section-title,#contact-form-homepage.contact-form-marketplace .section-title.text-animation{text-align:left;justify-content:flex-start;align-self:flex-start;width:100%;max-width:100%;margin-left:0;margin-right:0;padding:0}#contact-form-homepage.contact-form-marketplace .section-heading,#contact-form-homepage.contact-form-marketplace .section-subtitle,#contact-form-homepage.contact-form-marketplace .section-heading.text-animation,#contact-form-homepage.contact-form-marketplace .section-subtitle.text-animation{text-align:left;justify-content:flex-start;align-self:flex-start;width:100%;max-width:100%;margin-left:0;margin-right:0;padding:0;font-size:30px;line-height:40px}#contact-form-homepage.contact-form-marketplace .section-description,#contact-form-homepage.contact-form-marketplace .section-description.text-animation{text-align:left;justify-content:flex-start;align-self:flex-start;width:100%;max-width:100%;margin-left:0;margin-right:0;padding:0}#contact-form-homepage.contact-form-marketplace #formHeader .text-animation{text-align:left;flex-wrap:wrap;justify-content:flex-start}#contact-form-homepage.contact-form-marketplace .form{width:100%;max-width:100%;margin:0 0 60px;padding:28px 24px}#contact-form-homepage.contact-form-marketplace #pluxin-request{grid-template-columns:minmax(0,1fr);column-gap:0;width:100%;max-width:100%}#contact-form-homepage.contact-form-marketplace .form-field,#contact-form-homepage.contact-form-marketplace .form-field.fill,#contact-form-homepage.contact-form-marketplace .fill{grid-column:1;width:100%;min-width:0;max-width:100%}#contact-form-homepage.contact-form-marketplace .terms .checkbox{width:20px;min-width:20px;padding-left:20px}#contact-form-homepage.contact-form-marketplace .terms p{font-size:8.5px;line-height:12px}#contact-form-homepage.contact-form-marketplace .btn-row{width:100%;max-width:100%;padding:0}#contact-form-homepage.contact-form-marketplace .btn-row .button{width:424px;max-width:100%}#contact-form-homepage.contact-form-marketplace #formConfirmation{width:100%;max-width:100%;padding-inline:24px}#contact-form-homepage.contact-form-marketplace #formConfirmation .content{padding:48px 36px}#contact-form-homepage.contact-form-marketplace #formConfirmation .content h2{max-width:332px;margin:0;font-size:24px;line-height:normal}#contact-form-homepage.contact-form-marketplace #formConfirmation .content h3{font-size:18px}#contact-form-homepage.contact-form-marketplace #formConfirmation .content .button{align-self:stretch;width:auto;max-width:100%}}@media screen and (width<=480px){#contact-form-homepage.contact-form-marketplace #formHeader,#contact-form-homepage.contact-form-marketplace .form,#contact-form-homepage.contact-form-marketplace #formConfirmation{padding-inline:16px}}@media screen and (width<=350px){#contact-form-homepage.contact-form-marketplace .g-recaptcha{transform:scale(.85)}}#marketplace-get-started.get-started,#marketplace-get-started.get-started *,#marketplace-get-started.get-started :before,#marketplace-get-started.get-started :after{box-sizing:border-box}#marketplace-get-started.get-started{justify-content:center;align-items:center;width:100%;max-width:920px;height:fit-content;margin-top:0%;margin-bottom:0;padding:60px 0;display:flex}#marketplace-get-started.get-started .inner{justify-content:center;align-items:center;width:100%;height:100%;display:flex}@media screen and (width<=995px){#marketplace-get-started.get-started .inner{padding-inline:24px}}@media screen and (width<=732px){#marketplace-get-started.get-started .inner{padding-inline:0}}#marketplace-get-started.get-started .button-container{text-align:center;background:linear-gradient(#5c0dce 0%,#169ff2 100%);border-radius:12px;flex-flow:wrap;justify-content:center;align-items:center;gap:32px;width:100%;max-width:100%;padding:32px 24px;display:flex}#marketplace-get-started.get-started .button-container .heading{color:#fff;text-align:center;width:100%;max-width:637px;margin:0;font-family:Open Sans,sans-serif;font-size:29px;font-style:normal;font-weight:400;line-height:1.35}#marketplace-get-started.get-started .button{color:#fff;text-align:center;white-space:nowrap;cursor:pointer;background:#169ff2;border-radius:8px;flex-direction:row;flex:none;justify-content:center;align-self:center;align-items:center;width:auto;height:44px;margin:12px 0;padding:0 48px;font-family:Open Sans,sans-serif;font-size:18px;font-weight:600;line-height:25px;text-decoration:none;transition:background .25s,color .25s,opacity 1s,transform .5s;display:flex;transform:scale(1)}#marketplace-get-started.get-started .button:hover{transform:scale(1.08)}#marketplace-get-started.get-started .button span{color:inherit;font:inherit}@media screen and (width<=992px){#marketplace-get-started.get-started{max-width:100%}}@media only screen and (width<=1040px){#marketplace-get-started.get-started .button-container .heading{text-align:left;max-width:400px;font-size:20px}}@media only screen and (width<=1000px){#marketplace-get-started.get-started .button-container{gap:0;padding:48px 24px}#marketplace-get-started.get-started .button{align-self:center}}@media only screen and (width<=939px){#marketplace-get-started.get-started .button-container .heading{text-align:left}}@media only screen and (width<=732px){#marketplace-get-started.get-started{padding:24px}#marketplace-get-started.get-started .button-container{flex-direction:column;gap:0;width:100%;max-width:100%;margin:0;padding:32px 24px}#marketplace-get-started.get-started .button-container .heading{text-align:center;width:100%;max-width:100%;margin:0;font-size:20px;line-height:1.4}#marketplace-get-started.get-started .button{width:auto;max-width:100%;height:40px;margin:25px 0 0;padding:0 28px;font-size:15px;line-height:20px}}#tutorials-header.header{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:fit-content;padding:80px 0;display:flex;position:relative}#tutorials-header.header>*{z-index:1;position:relative}#tutorials-header.header:before{content:"";background:var(--primary-linear-gradient);position:absolute;inset:-96px 0 0}#tutorials-header.header .inner{max-width:var(--section-max-width);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex}#tutorials-header.header .inner h1{color:#fff;text-align:center;gap:0 12px;margin:0;font-family:Open Sans;font-size:50px;font-style:normal;font-weight:700;line-height:68px}#tutorials-header.header .inner p{color:#fff;text-align:center;width:100%;max-width:860px;margin:25px 0 0;font-family:Open Sans,sans-serif;font-size:22px;font-style:normal;font-weight:300;line-height:37px}#tutorials-header.header a{color:#fff;background:#169ff2;border:none;border-radius:8px;flex-direction:row;justify-content:center;align-self:stretch;align-items:center;height:44px;margin:12px 0;padding:1px 25px;font-weight:600;text-decoration:none;transition:background .25s,color .25s,opacity 1s,transform .35s ease-out;display:flex}#tutorials-header.header .inner .buttons{flex-direction:row;justify-content:center;align-items:center;gap:24px;margin-top:30px;padding:0;display:flex}#tutorials-header.header .inner .buttons .button{color:#fff;text-align:center;border:none;width:232px;height:55px;font-family:Open Sans;font-size:18px;font-style:normal;font-weight:600;line-height:25px;transition:transform .35s ease-out;transform:scale(1)}#tutorials-header.header .inner .buttons .button:hover{transform:scale(1.1)}#tutorials-header.header .inner .buttons .button.outline{color:#3e3e3e;background:#fff;border:1px solid #0000}@media screen and (width<=1120px){#tutorials-header.header{height:auto;padding:40px 0}#tutorials-header.header .inner{align-items:flex-start;padding:0 24px}#tutorials-header.header .inner h1{color:#fff;text-align:left;justify-content:flex-start;margin-top:80px;font-size:30px;line-height:120%}#tutorials-header.header .inner p{color:#fff;text-align:left;justify-content:flex-start;width:100%;max-width:700px;padding:0;font-size:18px;line-height:27px}#tutorials-header.header .inner .buttons{flex-direction:column;gap:0;margin-bottom:60px;padding:0}#tutorials-header.header .inner .buttons .button{margin:4px 0}}#tutorials-content.content,#tutorials-content.content *,#tutorials-content.content :before,#tutorials-content.content :after{box-sizing:border-box}#tutorials-content.content{color:#3e3e3e;background:#fff;width:100%;padding:80px 24px 110px;font-family:Open Sans,sans-serif}#tutorials-content.content>.inner{grid-template-columns:210px minmax(0,1fr);align-items:start;gap:64px;width:100%;max-width:1360px;margin:0 auto;display:grid}#tutorials-content.content .search-container{min-width:0;position:sticky;top:80px}#tutorials-content.content .anchors{width:100%}#tutorials-content.content .anchors-inner{width:100%;padding:24px 0}#tutorials-content.content .anchors h3{color:#3e3e3e;margin:0 0 18px;font-size:16px;font-weight:700;line-height:22px}#tutorials-content.content .anchors ul{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}#tutorials-content.content .anchors li{width:100%}#tutorials-content.content .anchors li a{color:#777;justify-content:space-between;align-items:center;gap:12px;width:100%;min-height:42px;padding:9px 0;font-size:15px;font-weight:400;line-height:22px;text-decoration:none;transition:color .25s,transform .25s;display:flex}#tutorials-content.content .anchors li a svg{opacity:0;flex:none;transition:opacity .25s,transform .25s;transform:translate(-4px)}#tutorials-content.content .anchors li a:hover,#tutorials-content.content .anchors li.active a{color:#169ff2}#tutorials-content.content .anchors li.active a{font-weight:600}#tutorials-content.content .anchors li.active a svg{opacity:1;transform:translate(0)}#tutorials-content.content .categories-container{width:100%;min-width:0}#tutorials-content.content .category-wrapper{width:100%;min-width:0;margin-bottom:72px;padding-top:10px;scroll-margin-top:90px}#tutorials-content.content .category-wrapper:last-child{margin-bottom:0}#tutorials-content.content .category-header{color:#3e3e3e;text-align:left;cursor:pointer;background:0 0;border:0;border-bottom:1px solid #3e3e3e1f;justify-content:space-between;align-items:center;gap:24px;width:100%;margin:0;padding:0 0 24px;display:flex}#tutorials-content.content .category-header h2{color:inherit;margin:0;font-family:Open Sans,sans-serif;font-size:30px;font-weight:700;line-height:1.3}#tutorials-content.content .category-header svg{flex:none;transition:transform .3s;transform:rotate(-90deg)}#tutorials-content.content .category-header svg.active{transform:rotate(0)}#tutorials-content.content .category-content{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .35s,opacity .25s;display:grid}#tutorials-content.content .category-content.open{opacity:1;grid-template-rows:1fr}#tutorials-content.content .category-content>*{min-height:0}#tutorials-content.content .carousel-shell{width:100%;min-width:0;padding:32px 0 0;position:relative;overflow:hidden}#tutorials-content.content .category-videos{scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;touch-action:pan-x;overscroll-behavior-x:contain;gap:30px;width:100%;min-width:0;padding:0 2px 8px;display:flex;overflow-x:auto}#tutorials-content.content .category-videos::-webkit-scrollbar{display:none}#tutorials-content.content .cover{color:#3e3e3e;scroll-snap-align:start;background:#fff;border-radius:10px;flex-direction:column;flex:0 0 calc(33.3333% - 20px);min-width:0;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}#tutorials-content.content .cover:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}#tutorials-content.content .thumbnail{aspect-ratio:16/9;background:#f3f3f3;border-radius:10px;width:100%;position:relative;overflow:hidden}#tutorials-content.content .thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}#tutorials-content.content .cover:hover .thumbnail img{transform:scale(1.03)}#tutorials-content.content .duration{color:#fff;text-align:center;background:#0d0d15d1;border-radius:4px;min-width:44px;padding:4px 8px;font-size:12px;font-weight:600;line-height:16px;position:absolute;bottom:10px;right:10px}#tutorials-content.content .inner-content{flex-direction:column;flex:1;gap:10px;padding:12px;display:flex}#tutorials-content.content .inner-content h3{color:#3e3e3e;margin:0;font-size:19px;font-weight:600;line-height:1.35}#tutorials-content.content .inner-content p{color:#6b6b6b;margin:0;font-size:15px;font-weight:400;line-height:1.55}#tutorials-content.content .carousel-button{z-index:3;cursor:pointer;background:#fff;border:1px solid #3e3e3e1f;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding:0;transition:transform .25s,box-shadow .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%);box-shadow:0 2px 12px #00000014}#tutorials-content.content .carousel-button:hover{transform:translateY(-50%)scale(1.06);box-shadow:0 4px 16px #0000001f}#tutorials-content.content .carousel-button.previous{left:8px}#tutorials-content.content .carousel-button.next{right:8px}#tutorials-content.content .carousel-button img{width:14px;height:14px;display:block}#tutorials-content.content .overview.button{color:#169ff2;background:#fff;border:1px solid #169ff2;border-radius:8px;justify-content:center;align-items:center;width:fit-content;min-height:44px;margin:24px 0 0;padding:0 24px;font-size:15px;font-weight:600;text-decoration:none;transition:color .25s,background .25s,transform .25s;display:flex}#tutorials-content.content .overview.button:hover{color:#fff;background:#169ff2;transform:translateY(-2px)}@media only screen and (width<=1100px){#tutorials-content.content>.inner{grid-template-columns:180px minmax(0,1fr);gap:40px}#tutorials-content.content .cover{flex-basis:calc(50% - 15px)}}@media only screen and (width<=845px){#tutorials-content.content{padding:60px 24px 90px}#tutorials-content.content>.inner{flex-direction:column;gap:32px;display:flex}#tutorials-content.content .search-container{width:100%;position:static}#tutorials-content.content .anchors-inner{padding:0}#tutorials-content.content .anchors h3{margin-bottom:12px}#tutorials-content.content .anchors ul{flex-flow:wrap;gap:8px}#tutorials-content.content .anchors li{width:auto}#tutorials-content.content .anchors li a{color:#3e3e3e;background:#f7f7f8;border-radius:100px;min-height:38px;padding:8px 14px}#tutorials-content.content .anchors li a svg{display:none}#tutorials-content.content .anchors li.active a{color:#fff;background:#169ff2}}@media only screen and (width<=732px){#tutorials-content.content{padding:48px 16px 72px}#tutorials-content.content .category-wrapper{margin-bottom:52px;scroll-margin-top:72px}#tutorials-content.content .category-header{padding-bottom:18px}#tutorials-content.content .category-header h2{font-size:24px}#tutorials-content.content .category-header svg{width:20px;height:auto}#tutorials-content.content .carousel-shell{padding-top:24px}#tutorials-content.content .category-videos{gap:16px}#tutorials-content.content .cover{flex-basis:88%}#tutorials-content.content .carousel-button{width:38px;height:38px}#tutorials-content.content .carousel-button.previous{left:6px}#tutorials-content.content .carousel-button.next{right:6px}#tutorials-content.content .carousel-button img{width:12px;height:12px}#tutorials-content.content .inner-content{padding-top:14px}#tutorials-content.content .inner-content h3{font-size:17px}#tutorials-content.content .inner-content p{font-size:14px}#tutorials-content.content .overview.button{width:100%;margin-top:18px}}@media only screen and (width<=420px){#tutorials-content.content .cover{flex-basis:94%}}#tutorial-detail.content-tutorial,#tutorial-detail.content-tutorial *,#tutorial-detail.content-tutorial :before,#tutorial-detail.content-tutorial :after,#tutorial-theater-mode,#tutorial-theater-mode *,#tutorial-theater-mode :before,#tutorial-theater-mode :after{box-sizing:border-box}#tutorial-detail.content-tutorial{color:#3e3e3e;background:#fff;width:100%;padding:72px 24px 110px;font-family:Open Sans,sans-serif}#tutorial-detail.content-tutorial>.inner{width:100%;max-width:1040px;margin:0 auto}#tutorial-detail.content-tutorial>.inner>.category{color:#169ff2;background:#eaf6fe;border-radius:100px;padding:7px 12px;font-size:13px;font-weight:600;line-height:18px;display:inline-flex}#tutorial-detail.content-tutorial h1{color:#3e3e3e;max-width:900px;margin:18px 0 38px;font-size:clamp(32px,5vw,48px);font-weight:700;line-height:1.2}#tutorial-detail.content-tutorial .youtube{width:100%;margin-bottom:50px}#tutorial-detail.content-tutorial .video{background:#0d0d15;border-radius:10px;width:100%;padding-top:56.25%;position:relative;overflow:hidden}#tutorial-detail.content-tutorial .video iframe,#tutorial-theater-mode .video iframe{border:0;width:100%;height:100%;position:absolute;inset:0}#tutorial-detail.content-tutorial .youtube nav{justify-content:flex-end;margin-top:14px;display:flex}#tutorial-detail.content-tutorial .button,#tutorial-theater-mode .button{color:#fff;cursor:pointer;background:#169ff2;border:0;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 24px;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:transform .25s;display:inline-flex}#tutorial-detail.content-tutorial .button:hover,#tutorial-theater-mode .button:hover{transform:scale(1.05)}#tutorial-detail.content-tutorial .editor{color:#3e3e3e;width:100%;max-width:850px;margin:0 auto;font-size:17px;line-height:1.75}#tutorial-detail.content-tutorial .tutorial-rich-text{width:100%}#tutorial-detail.content-tutorial .editor h2,#tutorial-detail.content-tutorial .editor h3,#tutorial-detail.content-tutorial .editor h4{color:#3e3e3e;margin:42px 0 16px;line-height:1.3}#tutorial-detail.content-tutorial .editor h2{font-size:30px}#tutorial-detail.content-tutorial .editor h3{font-size:24px}#tutorial-detail.content-tutorial .editor p{margin:0 0 20px}#tutorial-detail.content-tutorial .editor ul,#tutorial-detail.content-tutorial .editor ol{margin:0 0 22px;padding-left:24px}#tutorial-detail.content-tutorial .editor li{margin-bottom:8px}#tutorial-detail.content-tutorial .editor a{color:#169ff2}#tutorial-detail.content-tutorial .editor img{border-radius:8px;max-width:100%;height:auto;margin:30px auto;display:block}#tutorial-detail.content-tutorial .editor pre:not(.code-editor-content){color:#1f1f1f;background:#f6f8fa;border:1px solid #e1e4e8;border-radius:8px;max-width:100%;padding:18px;overflow-x:auto}#tutorial-detail.content-tutorial .editor code{font-family:Consolas,Courier New,monospace}#tutorial-detail.content-tutorial .editor-code-title{color:#333;font-size:15px;font-weight:600;margin-top:34px!important;margin-bottom:10px!important}#tutorial-detail.content-tutorial .tutorial-rich-text .editor-paragraph:has(br:only-child){height:8px;margin:0}#tutorial-detail.content-tutorial .tutorial-code-editor{background:#fff;border:1px solid #d8d8d8;border-radius:8px;width:100%;margin:14px 0 36px;overflow:hidden;box-shadow:0 1px 2px #0000000a,0 6px 20px #0000000d}#tutorial-detail.content-tutorial .code-editor-toolbar{background:#f3f3f3;border-bottom:1px solid #dcdcdc;align-items:flex-end;width:100%;height:36px;display:flex}#tutorial-detail.content-tutorial .code-editor-tab{color:#333;background:#fff;border-top:1px solid #007acc;border-right:1px solid #dcdcdc;align-items:center;gap:8px;min-width:200px;height:36px;padding:0 10px;font-family:Segoe UI,Open Sans,sans-serif;font-size:12px;font-weight:400;display:flex;position:relative}#tutorial-detail.content-tutorial .code-editor-file-icon{flex:none;color:#007acc!important;background:0 0!important;font-family:Consolas,Courier New,monospace!important;font-size:11px!important;font-weight:700!important}#tutorial-detail.content-tutorial .code-editor-filename{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden;color:#333!important;font-family:inherit!important;font-size:inherit!important;background:0 0!important;font-weight:400!important}#tutorial-detail.content-tutorial .code-editor-close{border-radius:4px;flex:0 0 20px;justify-content:center;align-items:center;width:20px;height:20px;display:flex;color:#666!important;background:0 0!important;font-family:Arial,sans-serif!important;font-size:16px!important;font-weight:400!important;line-height:1!important}#tutorial-detail.content-tutorial .code-editor-main{background:#fff;width:100%;min-width:0;display:flex}#tutorial-detail.content-tutorial .code-editor-line-numbers{color:#858585;text-align:right;-webkit-user-select:none;user-select:none;background:#fafafa;border-right:1px solid #eee;flex-direction:column;flex:0 0 54px;align-items:flex-end;padding:14px 12px 14px 0;font-family:Consolas,Courier New,monospace;font-size:14px;font-weight:400;line-height:22px;display:flex}#tutorial-detail.content-tutorial .code-editor-line-numbers span{height:22px;display:block;color:#858585!important;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;line-height:inherit!important;background:0 0!important}#tutorial-detail.content-tutorial .code-editor-content{color:#1f1f1f;tab-size:2;white-space:pre;scrollbar-width:thin;scrollbar-color:#c5c5c5 transparent;background:#fff;border:0;border-radius:0;width:100%;min-width:0;margin:0;padding:14px 20px 14px 14px;font-family:Consolas,Courier New,monospace;font-size:14px;font-weight:400;line-height:22px;display:block;overflow-x:auto}#tutorial-detail.content-tutorial .code-editor-content code{color:#1f1f1f;min-width:max-content;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;white-space:pre;background:0 0;border:0;margin:0;padding:0;display:block}#tutorial-detail.content-tutorial .code-editor-content code::selection{color:#000;background:#add6ff}#tutorial-detail.content-tutorial .code-editor-statusbar{color:#fff;background:#007acc;justify-content:flex-end;align-items:center;gap:16px;width:100%;height:22px;padding:0 10px;font-family:Segoe UI,Open Sans,sans-serif;font-size:10px;font-weight:400;display:flex}#tutorial-detail.content-tutorial .code-editor-statusbar span{color:inherit!important;font-family:inherit!important;font-size:inherit!important;font-weight:inherit!important;background:0 0!important}#tutorial-detail.content-tutorial .code-editor-content::-webkit-scrollbar{width:10px;height:10px}#tutorial-detail.content-tutorial .code-editor-content::-webkit-scrollbar-track{background:#fff}#tutorial-detail.content-tutorial .code-editor-content::-webkit-scrollbar-thumb{background:#c5c5c5;border:2px solid #fff}#tutorial-detail.content-tutorial .code-editor-content::-webkit-scrollbar-thumb:hover{background:#a6a6a6}#tutorial-detail.content-tutorial .documentation{flex-wrap:wrap;align-items:center;gap:5px;max-width:850px;margin:48px auto 0;font-size:16px;display:flex}#tutorial-detail.content-tutorial .documentation a{color:#169ff2;align-items:center;gap:8px;font-weight:600;text-decoration:none;display:inline-flex}#tutorial-detail.content-tutorial .documentation a svg{color:#169ff2}#tutorial-detail.content-tutorial .tutorial-share{border-top:1px solid #3e3e3e1a;justify-content:space-between;align-items:center;gap:20px;max-width:850px;margin:38px auto 0;padding-top:28px;display:flex}#tutorial-detail.content-tutorial .tutorial-share>p{margin:0;font-size:16px;font-weight:600}#tutorial-detail.content-tutorial .socials{gap:10px;display:flex}#tutorial-detail.content-tutorial .social-button{color:#fff;background:#169ff2;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .25s;display:flex}#tutorial-detail.content-tutorial .social-button:hover{transform:scale(1.08)}#tutorial-detail.content-tutorial .overview-button{color:#169ff2;cursor:pointer;background:#fff;border:1px solid #169ff2;border-radius:8px;justify-content:center;align-items:center;width:fit-content;min-height:44px;margin:45px auto 0;padding:0 24px;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;transition:color .25s,background .25s,transform .25s;display:flex}#tutorial-detail.content-tutorial .overview-button:hover{color:#fff;background:#169ff2;transform:translateY(-2px)}#tutorial-detail.content-tutorial .continue-learning{border-top:1px solid #3e3e3e1a;width:100%;margin-top:100px;padding-top:70px}#tutorial-detail.content-tutorial .continue-learning>h2{color:#3e3e3e;text-align:center;margin:0 0 36px;font-size:32px;font-weight:700}#tutorial-detail.content-tutorial .next-videos{grid-template-columns:repeat(3,minmax(0,1fr));gap:28px;display:grid}#tutorial-detail.content-tutorial .related-card{color:#3e3e3e;background:#fff;border-radius:10px;min-width:0;text-decoration:none;transition:transform .3s,box-shadow .3s;overflow:hidden}#tutorial-detail.content-tutorial .related-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}#tutorial-detail.content-tutorial .related-card .thumbnail{aspect-ratio:16/9;background:#f2f2f2;width:100%;position:relative;overflow:hidden}#tutorial-detail.content-tutorial .related-card .thumbnail img{object-fit:cover;width:100%;height:100%;display:block}#tutorial-detail.content-tutorial .related-card .duration{color:#fff;background:#0d0d15d1;border-radius:4px;padding:4px 8px;font-size:12px;font-weight:600;position:absolute;bottom:10px;right:10px}#tutorial-detail.content-tutorial .related-card-content{padding:18px 4px 8px}#tutorial-detail.content-tutorial .related-card-content>.category{color:#169ff2;margin-bottom:8px;font-size:12px;font-weight:600;display:block}#tutorial-detail.content-tutorial .related-card-content h3{margin:0 0 10px;font-size:18px;font-weight:600;line-height:1.35}#tutorial-detail.content-tutorial .related-card-content p{color:#6b6b6b;margin:0;font-size:14px;line-height:1.5}#tutorial-theater-mode{z-index:9999;background:#0d0d15f5;flex-direction:column;justify-content:center;align-items:center;padding:32px;display:flex;position:fixed;inset:0}#tutorial-theater-mode .video{background:#000;width:min(1200px,100%);padding-top:min(67.5%,675px);position:relative}#tutorial-theater-mode nav{justify-content:flex-end;width:min(1200px,100%);margin-top:18px;display:flex}@media only screen and (width<=900px){#tutorial-detail.content-tutorial .next-videos{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (width<=732px){#tutorial-detail.content-tutorial{padding:48px 16px 72px}#tutorial-detail.content-tutorial h1{margin:16px 0 28px;font-size:32px}#tutorial-detail.content-tutorial .youtube{margin-bottom:36px}#tutorial-detail.content-tutorial .youtube nav{justify-content:stretch}#tutorial-detail.content-tutorial .youtube .button{width:100%}#tutorial-detail.content-tutorial .editor{font-size:16px;line-height:1.65}#tutorial-detail.content-tutorial .editor h2{font-size:25px}#tutorial-detail.content-tutorial .editor h3{font-size:21px}#tutorial-detail.content-tutorial .tutorial-code-editor{border-radius:6px;margin:12px 0 28px}#tutorial-detail.content-tutorial .code-editor-toolbar,#tutorial-detail.content-tutorial .code-editor-tab{height:34px}#tutorial-detail.content-tutorial .code-editor-tab{min-width:165px;padding-inline:9px;font-size:11px}#tutorial-detail.content-tutorial .code-editor-line-numbers{flex-basis:42px;padding:12px 8px 12px 0;font-size:12px;line-height:20px}#tutorial-detail.content-tutorial .code-editor-line-numbers span{height:20px}#tutorial-detail.content-tutorial .code-editor-content{padding:12px 16px 12px 12px;font-size:12px;line-height:20px}#tutorial-detail.content-tutorial .code-editor-statusbar{height:20px;font-size:9px}#tutorial-detail.content-tutorial .documentation{margin-top:36px}#tutorial-detail.content-tutorial .tutorial-share{flex-direction:column;align-items:flex-start}#tutorial-detail.content-tutorial .continue-learning{margin-top:70px;padding-top:50px}#tutorial-detail.content-tutorial .continue-learning>h2{font-size:27px}#tutorial-detail.content-tutorial .next-videos{grid-template-columns:1fr}#tutorial-theater-mode{padding:16px}#tutorial-theater-mode nav{justify-content:stretch}#tutorial-theater-mode .button{width:100%}}#tutorial-category-page,#tutorial-category-page *,#tutorial-category-page :before,#tutorial-category-page :after{box-sizing:border-box}#tutorial-category-page.tutorial-category-page{color:#3e3e3e;background:#fff;width:100%;padding:80px 24px 110px;font-family:Open Sans,sans-serif}#tutorial-category-page>.inner{width:100%;max-width:1360px;margin:0 auto}#tutorial-category-page h2{color:#3e3e3e;margin:0 0 36px;font-size:40px;font-weight:700;line-height:1.25}#tutorial-category-page .tutorials-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:30px;display:grid}#tutorial-category-page .tutorial-card{color:#3e3e3e;background:#fff;border-radius:10px;flex-direction:column;min-width:0;text-decoration:none;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden}#tutorial-category-page .tutorial-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}#tutorial-category-page .thumbnail{aspect-ratio:16/9;background:#f3f3f3;border-radius:10px;width:100%;position:relative;overflow:hidden}#tutorial-category-page .thumbnail img{object-fit:cover;width:100%;height:100%;transition:transform .35s;display:block}#tutorial-category-page .tutorial-card:hover .thumbnail img{transform:scale(1.03)}#tutorial-category-page .duration{color:#fff;text-align:center;background:#0d0d15d1;border-radius:4px;min-width:44px;padding:4px 8px;font-size:12px;font-weight:600;line-height:16px;position:absolute;bottom:10px;right:10px}#tutorial-category-page .card-content{flex-direction:column;gap:10px;padding:14px 12px 12px;display:flex}#tutorial-category-page .card-content h3{color:#3e3e3e;margin:0;font-size:19px;font-weight:600;line-height:1.35}#tutorial-category-page .card-content p,#tutorial-category-page .status{color:#6b6b6b;margin:0;font-size:15px;font-weight:400;line-height:1.55}#tutorial-category-page .overview.button{color:#169ff2;background:#fff;border:1px solid #169ff2;border-radius:8px;justify-content:center;align-items:center;width:fit-content;min-height:44px;margin:40px 0 0;padding:0 24px;font-size:15px;font-weight:600;text-decoration:none;transition:color .25s,background .25s,transform .25s;display:flex}#tutorial-category-page .overview.button:hover{color:#fff;background:#169ff2;transform:translateY(-2px)}@media only screen and (width<=1100px){#tutorial-category-page .tutorials-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (width<=732px){#tutorial-category-page.tutorial-category-page{padding:48px 16px 72px}#tutorial-category-page h2{margin-bottom:28px;font-size:30px}#tutorial-category-page .tutorials-list{grid-template-columns:minmax(0,1fr);gap:24px}#tutorial-category-page .overview.button{width:100%;margin-top:32px}}#resources-header.header,#resources-header.header *,#resources-header.header :before,#resources-header.header :after{box-sizing:border-box}#resources-header.header{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:fit-content;padding:80px 0;display:flex;position:relative}#resources-header.header:before{content:"";background:var(--primary-linear-gradient);position:absolute;inset:-96px 0 0}#resources-header.header .inner{max-width:var(--section-max-width);flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding-inline:24px;display:flex}#resources-header.header h1{color:#fff;margin:0 0 18px;font-family:Open Sans,sans-serif;font-size:44px;font-weight:600;line-height:1.2}#resources-header.header p{color:#fff;text-align:center;width:100%;max-width:860px;margin:0;font-family:Open Sans,sans-serif;font-size:22px;font-style:normal;font-weight:300;line-height:37px}#resources-header.header .button{color:#fff;background:#169ff2;border-radius:7px;justify-content:center;align-items:center;width:200px;min-height:48px;margin-top:30px;font-family:Open Sans,sans-serif;font-size:16px;font-weight:600;line-height:22px;text-decoration:none;transition:transform .3s,background .3s;display:inline-flex}#resources-header.header .button:hover{transform:scale(1.04)}@media screen and (width<=732px){#resources-header.header .inner{max-width:var(--section-max-width);flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;height:100%;padding-inline:24px;display:flex}#resources-header.header h1{color:#fff;justify-content:flex-start;margin:0 0 18px;font-family:Open Sans,sans-serif;font-size:44px;font-weight:600;line-height:1.2}#resources-header.header p{color:#fff;text-align:left;justify-content:flex-start;width:100%;max-width:860px;margin:0;font-family:Open Sans,sans-serif;font-size:22px;font-style:normal;font-weight:300;line-height:37px}}#resources-overview.overview,#resources-overview.overview *,#resources-overview.overview :before,#resources-overview.overview :after{box-sizing:border-box}#resources-overview.overview{margin-top:50px;margin-bottom:50px;padding:32px 0 0}#resources-overview.overview>.inner{z-index:1;flex-direction:row;justify-content:center;width:100%;max-width:1360px;margin:0 auto;padding-inline:24px;display:flex;position:relative}#resources-overview.overview .left{flex:none;max-width:300px}#resources-overview.overview .nav-buttons:before{content:"";z-index:1;background-color:#e0e0e0;border-radius:10px;width:1px;position:absolute;top:10px;bottom:10px;left:0}#resources-overview.overview .nav-buttons:after{content:"";z-index:2;width:3px;left:-1px;top:var(--indicator-top,0px);height:var(--indicator-height,0px);background-color:#6f6f6f;border-radius:10px;transition:top .3s,height .3s;position:absolute}#resources-overview.overview .left .nav-buttons{flex-direction:column;margin:0;padding:0;list-style:none;display:flex;position:sticky;top:80px}#resources-overview.overview .left .nav-buttons li a{color:#bcbcbc;padding:12px 20px;font-size:17px;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;display:block}#resources-overview.overview .left .nav-buttons li.active a{color:#6f6f6f}#resources-overview.overview .right{min-width:0}#resources-overview.overview .right .button-wrapper{justify-content:center;width:100%;margin-top:25px;margin-bottom:25px;display:flex}#resources-overview.overview .right .button-wrapper .button-white{cursor:pointer;margin:0}#resources-overview.overview .cards{grid-template-columns:repeat(2,minmax(0,1fr));align-content:start;gap:50px 20px;height:fit-content;padding-bottom:40px;transition:max-height .5s ease-in-out;display:grid;overflow:hidden}#resources-overview.overview .cards.collapsed{max-height:1100px}#resources-overview.overview .cards.expanded{max-height:none}#resources-overview.overview .card{background:0 0;border-radius:5px;flex-direction:column;gap:15px;min-width:0;height:auto;margin:0 20px;padding:12px;text-decoration:none;transition:all .32s ease-in-out;display:flex;position:relative;overflow:visible}#resources-overview.overview .card:hover{box-shadow:0 8px 24px #00000014}#resources-overview.overview .card img{border-radius:5px;width:100%;height:auto;display:block;position:relative}#resources-overview.overview .card>div h2{color:#3e3e3e;margin:24px 0;font-family:Open Sans,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:22px}#resources-overview.overview .card .tags-title{flex-direction:column;gap:15px;display:flex}#resources-overview.overview .card .tags-title h2{color:#3e3e3e;width:100%;margin:0;font-size:20px;font-weight:600;text-decoration:none}#resources-overview.overview .card .tags{flex-flow:wrap;gap:10px;max-width:400px;display:flex}#resources-overview.overview .card .tags .tag-item:nth-child(3){display:none}#resources-overview.overview .cards.show-extra-tags .card .tags .tag-item:nth-child(3){display:block}#resources-overview.overview .card .tags-title .tags .tag-item{background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;border:none;border-radius:7px;padding:5px 10px;font-size:13px;font-style:italic;text-decoration:none;position:relative}#resources-overview.overview .card .tags-title .tags .tag-item:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);border-radius:7px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}#resources-overview.overview .separator-vertical{background-color:#00000026;align-self:stretch;width:1px;margin-left:50px;margin-right:100px}#resources-overview.overview .mobile-nav{-webkit-overflow-scrolling:touch;z-index:100;background-color:#fff;width:100%;padding:24px;display:none;position:sticky;top:60px}#resources-overview.overview .mobile-nav .nav-buttons{flex-flow:wrap;align-items:center;gap:15px 5px;margin:0;padding:0;list-style:none;display:flex;position:relative}#resources-overview.overview .mobile-nav .nav-buttons li{align-items:center;margin:0;padding:0;display:flex}#resources-overview.overview .mobile-nav .nav-buttons li:not(:last-child):after{content:"|";color:#e0e0e0;margin:0 5px;font-size:20px;font-weight:300}#resources-overview.overview .mobile-nav .nav-buttons a{color:#6f6f6f;border-bottom:2px solid #0000;padding-bottom:4px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s}#resources-overview.overview .mobile-nav .nav-buttons li.active a{color:#169ff2;border-bottom:2px solid #169ff2}#resources-overview.overview .button-white{color:#169ff2;background:#fff;border:1px solid #169ff2;border-radius:8px;justify-content:center;align-items:center;min-height:44px;padding:0 24px;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;line-height:20px;transition:background .25s,color .25s,transform .35s ease-out;display:inline-flex}#resources-overview.overview .button-white:hover{color:#fff;background:#169ff2;transform:scale(1.05)}#resources-overview.overview .all.active a,#resources-overview.overview .card>a.all{color:#18b805}#resources-overview.overview .all.active>a:before{background:#18b805}#resources-overview.overview .blog.active a,#resources-overview.overview .card>a.blog{color:#9116f2}#resources-overview.overview .blog.active>a:before{background:#9116f2}#resources-overview.overview .case.active a,#resources-overview.overview .card>a.case{color:#169ff2}#resources-overview.overview .case.active>a:before{background:#169ff2}#resources-overview.overview .whitepaper.active a,#resources-overview.overview .card>a.whitepaper{color:#f08}#resources-overview.overview .whitepaper.active>a:before{background:#f08}@media only screen and (width<=1024px){#resources-overview.overview>.inner{gap:40px}#resources-overview.overview .separator-vertical{margin-right:75px}#resources-overview.overview .card{width:100%;margin:0}#resources-overview.overview .card:hover{transform:scale(1)}#resources-overview.overview .right .cards{gap:25px}#resources-overview.overview .card .tags-title{width:fit-content}#resources-overview.overview .card .tags-title .tags{max-width:100%}#resources-overview.overview .card .tags-title h2{max-width:100%;font-size:18px}#resources-overview.overview .cards.collapsed{max-height:960px}}@media only screen and (width<=1000px){#resources-overview.overview .separator-vertical{margin:0;display:none}#resources-overview.overview .left{margin-left:10px}}@media only screen and (width<=732px){#resources-overview.overview{margin-top:0;margin-bottom:0;padding-top:0}#resources-overview.overview .left{display:none}#resources-overview.overview .right{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-bottom:102px;display:flex}#resources-overview.overview>.inner{align-items:stretch;padding-inline:0}#resources-overview.overview .inner .cards{margin-top:30px;margin-bottom:32px;padding-inline:24px}#resources-overview.overview .card{width:100%;max-width:100%}#resources-overview.overview .cards{grid-template-columns:1fr}#resources-overview.overview .cards.collapsed{max-height:2140px}#resources-overview.overview .card img{width:100%;height:auto}#resources-overview.overview .card .tags-title h2{max-width:100%}#resources-overview.overview .right .cards{align-self:center;gap:50px 25px}#resources-overview.overview .button-wrapper{margin-top:50px}#resources-overview.overview .mobile-nav{display:block}#resources-overview.overview .mobile-nav .nav-buttons{align-self:center}#resources-overview.overview .separator-vertical,#resources-overview.overview .nav-buttons:before,#resources-overview.overview .nav-buttons:after{display:none}#resources-overview.overview .right .button-wrapper{margin-top:0;margin-bottom:15px}}#resources-blog-post,#resources-blog-post *,#resources-blog-post :before,#resources-blog-post :after{box-sizing:border-box}#resources-blog-post.content-blog-post{z-index:1;color:#3e3e3e;flex-direction:column;align-items:center;width:100%;font-family:Open Sans,sans-serif;display:flex;position:relative;overflow:hidden}#resources-blog-post .inner{flex-direction:column;align-items:center;width:100%;max-width:1040px;display:flex}#resources-blog-post .inner>label.type{text-align:center;margin-top:60px;font-family:Open Sans,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:32px}#resources-blog-post .inner>label.type:first-letter{text-transform:capitalize}#resources-blog-post .inner>label.blog{color:#9116f2}#resources-blog-post .inner>label.case{color:#169ff2}#resources-blog-post .inner>label.tutorial{color:#fb9403}#resources-blog-post .inner>label.whitepaper{color:#f08}#resources-blog-post .inner>h1{color:#3e3e3e;text-align:center;max-width:992px;margin:48px 0;font-family:Open Sans,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:normal}#resources-blog-post .inner .blog-subtitle{color:#5f6368;text-align:center;max-width:800px;margin:0 0 40px;font-family:Open Sans,sans-serif;font-size:25px;font-style:normal;font-weight:400;line-height:normal}#resources-blog-post .inner .author{flex-direction:column;align-items:center;display:flex}#resources-blog-post .inner .author .author-thumb{background:linear-gradient(134.71deg,#00b0fff9 -.5%,#861ffc 76.33% 98.45%);border-radius:50%;width:52px;height:52px;padding:2px;overflow:hidden}#resources-blog-post .inner .author .author-thumb img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}#resources-blog-post .inner .author p{color:#3e3e3e;margin:16px 0 0;font-family:Open Sans,sans-serif;font-size:19px;font-style:normal;font-weight:400;line-height:26px}#resources-blog-post .inner .author p b{margin-left:3px}#resources-blog-post .inner>.blog-hero-image{border-radius:4px;width:880px;max-width:100%;height:auto;margin:40px 0 20px;display:block}#resources-blog-post .inner .tags{flex-direction:row;justify-content:space-between;gap:20px;width:100%;max-width:880px;display:flex}#resources-blog-post .inner .tags ul{flex-flow:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#resources-blog-post .inner .tags ul li{color:#fff;text-align:center;background-color:#169ff2;border-radius:4px;padding:4px 20px;font-family:Open Sans,sans-serif;font-size:12px;font-style:italic;font-weight:400;line-height:20px}#resources-blog-post .inner .tags>label{color:#979797;text-align:right;flex:0 0 80px;font-family:Open Sans,sans-serif;font-size:10px;font-style:normal;font-weight:600;line-height:14px}#resources-blog-post .inner .text{color:#3e3e3e;width:100%;max-width:800px;margin-top:28px;font-family:Open Sans,sans-serif;font-size:17px;font-style:normal;font-weight:300;line-height:23px}#resources-blog-post .inner .text h2{color:#169ff2;margin:40px 0 20px}#resources-blog-post .inner .text h3{color:#3e3e3e;margin:40px 0 0;font-family:Open Sans,sans-serif;font-size:17px;font-weight:700}#resources-blog-post .inner .text p{word-wrap:break-word;font-weight:400;line-height:normal}#resources-blog-post .inner .text a{color:#169ff2;font-family:Open Sans,sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:23px;text-decoration:underline}#resources-blog-post .inner .text img,#resources-blog-post .inner img{max-width:100%}#resources-blog-post .inner .text video{width:100%}#resources-blog-post .inner .text iframe{aspect-ratio:3/2;border:0;border-radius:10px;width:100%;height:100%}#resources-blog-post .inner .text .horizontal-grid{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;width:100%;display:flex}#resources-blog-post .inner .text>ul,#resources-blog-post .inner .text .local-spacing{flex-direction:column;gap:20px;margin:40px 0;list-style:none;display:flex}#resources-blog-post .inner .text ul li,#resources-blog-post .inner .editor ul li{padding-left:.5rem;font-weight:400;list-style:none;position:relative}#resources-blog-post .inner .text ul li:before,#resources-blog-post .inner .editor ul li:before{content:"";background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.438%200H3.56195C2.6172%200%201.7112%200.375279%201.04337%201.04337C0.375274%201.71126%200%202.6172%200%203.56195V14.438C0%2015.3828%200.375279%2016.2888%201.04337%2016.9566C1.71126%2017.6247%202.6172%2018%203.56195%2018H14.438C15.3828%2018%2016.2888%2017.6247%2016.9566%2016.9566C17.6247%2016.2887%2018%2015.3828%2018%2014.438V3.56195C18%202.6172%2017.6247%201.7112%2016.9566%201.04337C16.2887%200.375273%2015.3828%200%2014.438%200ZM13.7399%205.94608L8.36365%2012.9272C8.22627%2013.0994%208.01869%2013.2005%207.79862%2013.2027C7.57664%2013.2029%207.36759%2013.0992%207.23338%2012.9224L4.25556%209.03263V9.03284C4.01704%208.71926%204.07747%208.27171%204.39104%208.03316C4.70441%207.79443%205.15201%207.85506%205.39073%208.16843L7.79863%2011.3221L12.6143%205.07201C12.8558%204.76119%2013.3033%204.70479%2013.6142%204.94628C13.925%205.18756%2013.9812%205.63512%2013.7399%205.94597L13.7399%205.94608Z'%20fill='%23169FF2'/%3e%3c/svg%3e") 50%/contain no-repeat;width:18px;height:18px;position:absolute;top:4px;left:-40px}#resources-blog-post .inner .text .local-spacing li,#resources-blog-post .inner .text .local-spacing li p{margin:0}#resources-blog-post .inner .text .blog-img{display:flex}#resources-blog-post .inner .text .blog-img img{width:49%;height:49%}#resources-blog-post .inner .text .blog-img img:first-of-type{margin-right:16px}#resources-blog-post .inner .text .local-video{margin:20px 0}#resources-blog-post .inner .text .local-video video{border-radius:5px}#resources-blog-post .inner .text .customer-case-img img{width:100%;margin:40px 0 20px}#resources-blog-post .magenta-video{border-radius:10px;height:0;margin-top:48px;padding-top:30px;padding-bottom:56.25%;position:relative;overflow:hidden}#resources-blog-post .magenta-video iframe{width:100%;height:100%;position:absolute;inset:0}#resources-blog-post .magenta-video a{display:block;position:relative}#resources-blog-post .magenta-video img{border-radius:4px;width:100%;max-width:880px;margin:40px 0 20px}#resources-blog-post .inner i{z-index:1;background:#169ff2cc;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;width:60px;height:60px;margin:-30px 0 0 -30px;display:flex;position:absolute;top:50%;left:50%}#resources-blog-post .inner i>svg{width:24px;position:relative;left:1px}#resources-blog-post .inner .text .quotation{flex-direction:column;justify-content:center;align-items:center;margin:75px 0;padding-bottom:70px;display:flex;position:relative}#resources-blog-post .inner .text .quotation:before{content:"";z-index:-1;background:linear-gradient(135deg,#00b0fffa -.5%,#861ffc 76.33% 98.45%);position:absolute;inset:120px min(0px,520px - 200vw) 0}#resources-blog-post .inner .text .quote-thumb{border:5px solid #fff;border-radius:260px;width:260px;height:260px;overflow:hidden}#resources-blog-post .inner .text .quote-thumb img{object-fit:cover;border-radius:50%;width:100%;height:100%}#resources-blog-post .inner .text .quotation h2{color:#fff;text-align:center;font-family:Open Sans,sans-serif;font-size:30px;font-style:italic;font-weight:400;line-height:normal}#resources-blog-post .inner .text .quotation h3{color:#fff;text-align:center;font-family:Open Sans,sans-serif;font-size:25px;font-style:normal;font-weight:300;line-height:normal}#resources-blog-post .inner .text .companies{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:15px;margin:40px 0 75px;display:flex}#resources-blog-post .inner .text .companies>div{background:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:250px;height:200px;margin-bottom:16px;padding:0 1em;display:flex;position:relative;box-shadow:1px 1px 10px #00000024}#resources-blog-post .inner .text .companies>div>a{position:absolute;inset:0}#resources-blog-post .inner .text .companies .jet-stream img{width:100%}#resources-blog-post .inner .text .company-intergration{background:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:260px;height:200px;margin-bottom:16px;padding:1.5em 2em;transition:transform .2s;display:flex;box-shadow:1px 1px 10px #00000024}#resources-blog-post .inner .text .company-intergration img{object-fit:scale-down;width:100%;height:100%}#resources-blog-post .inner .text .company-intergration:hover{transform:scale(1.05)}#resources-blog-post .inner .share{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:40px 0 60px;display:flex}#resources-blog-post .inner .share p{color:#3e3e3e;text-align:center;font-family:Open Sans,sans-serif;font-size:17px;font-style:normal;font-weight:700;line-height:23px}#resources-blog-post .share .socials>div{flex-direction:row;justify-content:center;align-items:center;display:flex}#resources-blog-post .share .socials>div .button{color:#fff;background:#169ff2;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;width:32px;height:32px;margin:0 8px;padding:0;text-decoration:none;transition:background-color .2s,transform .2s;display:flex}#resources-blog-post .share .socials>div .button:hover{background:#0d8ed0;transform:translateY(-1px)}#resources-blog-post .share .socials>div .button.wa{display:none}#resources-blog-post .share .socials>div .button svg{width:16px;height:16px}#resources-blog-post .overview-button{color:#169ff2;text-align:center;background:0 0;border:1px solid #169ff2;border-radius:8px;justify-content:center;align-items:center;height:44px;margin-bottom:80px;padding:0 60px;font-family:Open Sans,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:22px;text-decoration:none;transition:color .25s,background .25s ease-out;display:flex}#resources-blog-post .overview-button:hover{color:#fff;background:#169ff2}@media only screen and (width<=1200px){#resources-blog-post .inner{max-width:1040px;padding:0 24px}#resources-blog-post .inner>.blog-hero-image{width:100%}}@media only screen and (width<=667px){#resources-blog-post .inner>label.type{margin-top:44px;font-size:19px}#resources-blog-post .inner>h1{margin:28px 0 40px;font-size:24px}#resources-blog-post .inner .blog-subtitle,#resources-blog-post .inner .author p{font-size:18px}#resources-blog-post .inner .tags{gap:12px}#resources-blog-post .inner .tags ul li{padding-inline:12px}#resources-blog-post .share .socials>div .button.wa{display:flex}#resources-blog-post .inner .text .blog-img{flex-direction:column}#resources-blog-post .inner .text .blog-img img{width:100%;height:auto}#resources-blog-post .inner .text .blog-img img:first-of-type{margin-right:0}#resources-blog-post .inner .text .quotation h2{font-size:20px}#resources-blog-post .inner .text .quotation h3{margin-top:16px;font-size:17px}#resources-blog-post .inner .text .quotation .quote-thumb{width:200px;height:200px}#resources-blog-post .overview-button{width:100%;max-width:320px;padding-inline:24px}}#resources-case-post,#resources-case-post *,#resources-case-post :before,#resources-case-post :after{box-sizing:border-box}#resources-case-post.content-blog-post{z-index:1;color:#3e3e3e;flex-direction:column;align-items:center;width:100%;font-family:Open Sans,sans-serif;display:flex;position:relative;overflow:hidden}#resources-case-post .inner{flex-direction:column;align-items:center;width:100%;max-width:1040px;display:flex}#resources-case-post .inner>label.type{text-align:center;margin-top:60px;font-family:Open Sans,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:32px}#resources-case-post .inner>label.type:first-letter{text-transform:capitalize}#resources-case-post .inner>label.blog{color:#9116f2}#resources-case-post .inner>label.case{color:#169ff2}#resources-case-post .inner>label.tutorial{color:#fb9403}#resources-case-post .inner>label.whitepaper{color:#f08}#resources-case-post .inner>h1{color:#3e3e3e;text-align:center;max-width:992px;margin:48px 0;font-family:Open Sans,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:normal}#resources-case-post .inner .case-subtitle{color:#5f6368;text-align:center;max-width:800px;margin:0 0 40px;font-family:Open Sans,sans-serif;font-size:25px;font-style:normal;font-weight:400;line-height:normal}#resources-case-post .inner .author{flex-direction:column;align-items:center;display:flex}#resources-case-post .inner .author .author-thumb{background:linear-gradient(134.71deg,#00b0fff9 -.5%,#861ffc 76.33% 98.45%);border-radius:50%;width:52px;height:52px;padding:2px;overflow:hidden}#resources-case-post .inner .author .author-thumb img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}#resources-case-post .inner .author p{color:#3e3e3e;margin:16px 0 0;font-family:Open Sans,sans-serif;font-size:19px;font-style:normal;font-weight:400;line-height:26px}#resources-case-post .inner .author p b{margin-left:3px}#resources-case-post .inner>.case-hero-image{border-radius:4px;width:880px;max-width:100%;height:auto;margin:40px 0 20px;display:block}#resources-case-post .inner .tags{flex-direction:row;justify-content:space-between;gap:20px;width:100%;max-width:880px;display:flex}#resources-case-post .inner .tags ul{flex-flow:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#resources-case-post .inner .tags ul li{color:#fff;text-align:center;background-color:#169ff2;border-radius:4px;padding:4px 20px;font-family:Open Sans,sans-serif;font-size:12px;font-style:italic;font-weight:400;line-height:20px}#resources-case-post .inner .tags>label{color:#979797;text-align:right;flex:0 0 80px;font-family:Open Sans,sans-serif;font-size:10px;font-style:normal;font-weight:600;line-height:14px}#resources-case-post .inner .text{color:#3e3e3e;width:100%;max-width:800px;margin-top:28px;font-family:Open Sans,sans-serif;font-size:17px;font-style:normal;font-weight:300;line-height:23px}#resources-case-post .inner .text h2{color:#169ff2;margin:40px 0 20px}#resources-case-post .inner .text h3{color:#3e3e3e;margin:40px 0 0;font-family:Open Sans,sans-serif;font-size:17px;font-weight:700}#resources-case-post .inner .text p{word-wrap:break-word;font-weight:400;line-height:normal}#resources-case-post .inner .text a{color:#169ff2;font-family:Open Sans,sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:23px;text-decoration:underline}#resources-case-post .inner .text img,#resources-case-post .inner img{max-width:100%}#resources-case-post .inner .text video{width:100%}#resources-case-post .inner .text iframe{aspect-ratio:3/2;border:0;border-radius:10px;width:100%;height:100%}#resources-case-post .inner .text .horizontal-grid{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;width:100%;display:flex}#resources-case-post .inner .text>ul,#resources-case-post .inner .text .local-spacing{flex-direction:column;gap:20px;margin:40px 0;list-style:none;display:flex}#resources-case-post .inner .text ul li,#resources-case-post .inner .editor ul li{padding-left:.5rem;font-weight:400;list-style:none;position:relative}#resources-case-post .inner .text ul li:before,#resources-case-post .inner .editor ul li:before{content:"";background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.438%200H3.56195C2.6172%200%201.7112%200.375279%201.04337%201.04337C0.375274%201.71126%200%202.6172%200%203.56195V14.438C0%2015.3828%200.375279%2016.2888%201.04337%2016.9566C1.71126%2017.6247%202.6172%2018%203.56195%2018H14.438C15.3828%2018%2016.2888%2017.6247%2016.9566%2016.9566C17.6247%2016.2887%2018%2015.3828%2018%2014.438V3.56195C18%202.6172%2017.6247%201.7112%2016.9566%201.04337C16.2887%200.375273%2015.3828%200%2014.438%200ZM13.7399%205.94608L8.36365%2012.9272C8.22627%2013.0994%208.01869%2013.2005%207.79862%2013.2027C7.57664%2013.2029%207.36759%2013.0992%207.23338%2012.9224L4.25556%209.03263V9.03284C4.01704%208.71926%204.07747%208.27171%204.39104%208.03316C4.70441%207.79443%205.15201%207.85506%205.39073%208.16843L7.79863%2011.3221L12.6143%205.07201C12.8558%204.76119%2013.3033%204.70479%2013.6142%204.94628C13.925%205.18756%2013.9812%205.63512%2013.7399%205.94597L13.7399%205.94608Z'%20fill='%23169FF2'/%3e%3c/svg%3e") 50%/contain no-repeat;width:18px;height:18px;position:absolute;top:4px;left:-40px}#resources-case-post .inner .text .local-spacing li,#resources-case-post .inner .text .local-spacing li p{margin:0}#resources-case-post .inner .text .blog-img{display:flex}#resources-case-post .inner .text .blog-img img{width:49%;height:49%}#resources-case-post .inner .text .blog-img img:first-of-type{margin-right:16px}#resources-case-post .inner .text .local-video{margin:20px 0}#resources-case-post .inner .text .local-video video{border-radius:5px}#resources-case-post .inner .text .customer-case-img img{width:100%;margin:40px 0 20px}#resources-case-post .magenta-video{border-radius:10px;height:0;margin-top:48px;padding-top:30px;padding-bottom:56.25%;position:relative;overflow:hidden}#resources-case-post .magenta-video iframe{width:100%;height:100%;position:absolute;inset:0}#resources-case-post .magenta-video a{display:block;position:relative}#resources-case-post .magenta-video img{border-radius:4px;width:100%;max-width:880px;margin:40px 0 20px}#resources-case-post .inner i{z-index:1;background:#169ff2cc;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;width:60px;height:60px;margin:-30px 0 0 -30px;display:flex;position:absolute;top:50%;left:50%}#resources-case-post .inner i>svg{width:24px;position:relative;left:1px}#resources-case-post .inner .text .quotation{flex-direction:column;justify-content:center;align-items:center;margin:75px 0;padding-bottom:70px;display:flex;position:relative}#resources-case-post .inner .text .quotation:before{content:"";z-index:-1;background:linear-gradient(135deg,#00b0fffa -.5%,#861ffc 76.33% 98.45%);position:absolute;inset:120px min(0px,520px - 200vw) 0}#resources-case-post .inner .text .quote-thumb{border:5px solid #fff;border-radius:260px;width:260px;height:260px;overflow:hidden}#resources-case-post .inner .text .quote-thumb img{object-fit:cover;border-radius:50%;width:100%;height:100%}#resources-case-post .inner .text .quotation h2{color:#fff;text-align:center;font-family:Open Sans,sans-serif;font-size:30px;font-style:italic;font-weight:400;line-height:normal}#resources-case-post .inner .text .quotation h3{color:#fff;text-align:center;font-family:Open Sans,sans-serif;font-size:25px;font-style:normal;font-weight:300;line-height:normal}#resources-case-post .inner .text .companies{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:15px;margin:40px 0 75px;display:flex}#resources-case-post .inner .text .companies>div{background:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:250px;height:200px;margin-bottom:16px;padding:0 1em;display:flex;position:relative;box-shadow:1px 1px 10px #00000024}#resources-case-post .inner .text .companies>div>a{position:absolute;inset:0}#resources-case-post .inner .text .companies .jet-stream img{width:100%}#resources-case-post .inner .text .company-intergration{background:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:260px;height:200px;margin-bottom:16px;padding:1.5em 2em;transition:transform .2s;display:flex;box-shadow:1px 1px 10px #00000024}#resources-case-post .inner .text .company-intergration img{object-fit:scale-down;width:100%;height:100%}#resources-case-post .inner .text .company-intergration:hover{transform:scale(1.05)}#resources-case-post .inner .share{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:40px 0 60px;display:flex}#resources-case-post .inner .share p{color:#3e3e3e;text-align:center;font-family:Open Sans,sans-serif;font-size:17px;font-style:normal;font-weight:700;line-height:23px}#resources-case-post .share .socials>div{flex-direction:row;justify-content:center;align-items:center;display:flex}#resources-case-post .share .socials>div .button{color:#fff;background:#169ff2;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;width:32px;height:32px;margin:0 8px;padding:0;text-decoration:none;transition:background-color .2s,transform .2s;display:flex}#resources-case-post .share .socials>div .button:hover{background:#0d8ed0;transform:translateY(-1px)}#resources-case-post .share .socials>div .button.wa{display:none}#resources-case-post .share .socials>div .button svg{width:16px;height:16px}#resources-case-post .overview-button{color:#169ff2;text-align:center;background:0 0;border:1px solid #169ff2;border-radius:8px;justify-content:center;align-items:center;height:44px;margin-bottom:80px;padding:0 60px;font-family:Open Sans,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:22px;text-decoration:none;transition:color .25s,background .25s ease-out;display:flex}#resources-case-post .overview-button:hover{color:#fff;background:#169ff2}@media only screen and (width<=1200px){#resources-case-post .inner{max-width:1040px;padding:0 24px}#resources-case-post .inner>.case-hero-image{width:100%}}@media only screen and (width<=667px){#resources-case-post .inner>label.type{margin-top:44px;font-size:19px}#resources-case-post .inner>h1{margin:28px 0 40px;font-size:24px}#resources-case-post .inner .case-subtitle,#resources-case-post .inner .author p{font-size:18px}#resources-case-post .inner .tags{gap:12px}#resources-case-post .inner .tags ul li{padding-inline:12px}#resources-case-post .share .socials>div .button.wa{display:flex}#resources-case-post .inner .text .blog-img{flex-direction:column}#resources-case-post .inner .text .blog-img img{width:100%;height:auto}#resources-case-post .inner .text .blog-img img:first-of-type{margin-right:0}#resources-case-post .inner .text .quotation h2{font-size:20px}#resources-case-post .inner .text .quotation h3{margin-top:16px;font-size:17px}#resources-case-post .inner .text .quotation .quote-thumb{width:200px;height:200px}#resources-case-post .overview-button{width:100%;max-width:320px;padding-inline:24px}}#resources-whitepaper-post,#resources-whitepaper-post *,#resources-whitepaper-post :before,#resources-whitepaper-post :after{box-sizing:border-box}#resources-whitepaper-post.content-blog-post{z-index:1;color:#3e3e3e;flex-direction:column;align-items:center;width:100%;font-family:Open Sans,sans-serif;display:flex;position:relative;overflow:hidden}#resources-whitepaper-post .inner{flex-direction:column;align-items:center;width:100%;max-width:1040px;display:flex}#resources-whitepaper-post .inner>label.type{text-align:center;margin-top:60px;font-family:Open Sans,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:32px}#resources-whitepaper-post .inner>label.type:first-letter{text-transform:capitalize}#resources-whitepaper-post .inner>label.blog{color:#9116f2}#resources-whitepaper-post .inner>label.case{color:#169ff2}#resources-whitepaper-post .inner>label.tutorial{color:#fb9403}#resources-whitepaper-post .inner>label.whitepaper{color:#f08}#resources-whitepaper-post .inner>h1{color:#3e3e3e;text-align:center;max-width:992px;margin:48px 0;font-family:Open Sans,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:normal}#resources-whitepaper-post .inner .whitepaper-subtitle{color:#5f6368;text-align:center;max-width:800px;margin:0 0 40px;font-family:Open Sans,sans-serif;font-size:25px;font-style:normal;font-weight:400;line-height:normal}#resources-whitepaper-post .inner .author{flex-direction:column;align-items:center;display:flex}#resources-whitepaper-post .inner .author .author-thumb{background:linear-gradient(134.71deg,#00b0fff9 -.5%,#861ffc 76.33% 98.45%);border-radius:50%;width:52px;height:52px;padding:2px;overflow:hidden}#resources-whitepaper-post .inner .author .author-thumb img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}#resources-whitepaper-post .inner .author p{color:#3e3e3e;margin:16px 0 0;font-family:Open Sans,sans-serif;font-size:19px;font-style:normal;font-weight:400;line-height:26px}#resources-whitepaper-post .inner .author p b{margin-left:3px}#resources-whitepaper-post .inner>.whitepaper-hero-image{border-radius:4px;width:880px;max-width:100%;height:auto;margin:40px 0 20px;display:block}#resources-whitepaper-post .inner .tags{flex-direction:row;justify-content:space-between;gap:20px;width:100%;max-width:880px;display:flex}#resources-whitepaper-post .inner .tags ul{flex-flow:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#resources-whitepaper-post .inner .tags ul li{color:#fff;text-align:center;background-color:#169ff2;border-radius:4px;padding:4px 20px;font-family:Open Sans,sans-serif;font-size:12px;font-style:italic;font-weight:400;line-height:20px}#resources-whitepaper-post .inner .tags>label{color:#979797;text-align:right;flex:0 0 80px;font-family:Open Sans,sans-serif;font-size:10px;font-style:normal;font-weight:600;line-height:14px}#resources-whitepaper-post .inner .text{color:#3e3e3e;width:100%;max-width:800px;margin-top:28px;font-family:Open Sans,sans-serif;font-size:17px;font-style:normal;font-weight:300;line-height:23px}#resources-whitepaper-post .inner .text h2{color:#169ff2;margin:40px 0 20px}#resources-whitepaper-post .inner .text h3{color:#3e3e3e;margin:40px 0 0;font-family:Open Sans,sans-serif;font-size:17px;font-weight:700}#resources-whitepaper-post .inner .text p{word-wrap:break-word;font-weight:400;line-height:normal}#resources-whitepaper-post .inner .text a{color:#169ff2;font-family:Open Sans,sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:23px;text-decoration:underline}#resources-whitepaper-post .inner .text img,#resources-whitepaper-post .inner img{max-width:100%}#resources-whitepaper-post .inner .text video{width:100%}#resources-whitepaper-post .inner .text iframe{aspect-ratio:3/2;border:0;border-radius:10px;width:100%;height:100%}#resources-whitepaper-post .inner .text .horizontal-grid{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;width:100%;display:flex}#resources-whitepaper-post .inner .text>ul,#resources-whitepaper-post .inner .text .local-spacing{flex-direction:column;gap:20px;margin:40px 0;list-style:none;display:flex}#resources-whitepaper-post .inner .text ul li,#resources-whitepaper-post .inner .editor ul li{padding-left:.5rem;font-weight:400;list-style:none;position:relative}#resources-whitepaper-post .inner .text ul li:before,#resources-whitepaper-post .inner .editor ul li:before{content:"";background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.438%200H3.56195C2.6172%200%201.7112%200.375279%201.04337%201.04337C0.375274%201.71126%200%202.6172%200%203.56195V14.438C0%2015.3828%200.375279%2016.2888%201.04337%2016.9566C1.71126%2017.6247%202.6172%2018%203.56195%2018H14.438C15.3828%2018%2016.2888%2017.6247%2016.9566%2016.9566C17.6247%2016.2887%2018%2015.3828%2018%2014.438V3.56195C18%202.6172%2017.6247%201.7112%2016.9566%201.04337C16.2887%200.375273%2015.3828%200%2014.438%200ZM13.7399%205.94608L8.36365%2012.9272C8.22627%2013.0994%208.01869%2013.2005%207.79862%2013.2027C7.57664%2013.2029%207.36759%2013.0992%207.23338%2012.9224L4.25556%209.03263V9.03284C4.01704%208.71926%204.07747%208.27171%204.39104%208.03316C4.70441%207.79443%205.15201%207.85506%205.39073%208.16843L7.79863%2011.3221L12.6143%205.07201C12.8558%204.76119%2013.3033%204.70479%2013.6142%204.94628C13.925%205.18756%2013.9812%205.63512%2013.7399%205.94597L13.7399%205.94608Z'%20fill='%23169FF2'/%3e%3c/svg%3e") 50%/contain no-repeat;width:18px;height:18px;position:absolute;top:4px;left:-40px}#resources-whitepaper-post .inner .text .local-spacing li,#resources-whitepaper-post .inner .text .local-spacing li p{margin:0}#resources-whitepaper-post .inner .text .blog-img{display:flex}#resources-whitepaper-post .inner .text .blog-img img{width:49%;height:49%}#resources-whitepaper-post .inner .text .blog-img img:first-of-type{margin-right:16px}#resources-whitepaper-post .inner .text .local-video{margin:20px 0}#resources-whitepaper-post .inner .text .local-video video{border-radius:5px}#resources-whitepaper-post .inner .text .customer-case-img img{width:100%;margin:40px 0 20px}#resources-whitepaper-post .magenta-video{border-radius:10px;height:0;margin-top:48px;padding-top:30px;padding-bottom:56.25%;position:relative;overflow:hidden}#resources-whitepaper-post .magenta-video iframe{width:100%;height:100%;position:absolute;inset:0}#resources-whitepaper-post .magenta-video a{display:block;position:relative}#resources-whitepaper-post .magenta-video img{border-radius:4px;width:100%;max-width:880px;margin:40px 0 20px}#resources-whitepaper-post .inner i{z-index:1;background:#169ff2cc;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;width:60px;height:60px;margin:-30px 0 0 -30px;display:flex;position:absolute;top:50%;left:50%}#resources-whitepaper-post .inner i>svg{width:24px;position:relative;left:1px}#resources-whitepaper-post .inner .text .quotation{flex-direction:column;justify-content:center;align-items:center;margin:75px 0;padding-bottom:70px;display:flex;position:relative}#resources-whitepaper-post .inner .text .quotation:before{content:"";z-index:-1;background:linear-gradient(135deg,#00b0fffa -.5%,#861ffc 76.33% 98.45%);position:absolute;inset:120px min(0px,520px - 200vw) 0}#resources-whitepaper-post .inner .text .quote-thumb{border:5px solid #fff;border-radius:260px;width:260px;height:260px;overflow:hidden}#resources-whitepaper-post .inner .text .quote-thumb img{object-fit:cover;border-radius:50%;width:100%;height:100%}#resources-whitepaper-post .inner .text .quotation h2{color:#fff;text-align:center;font-family:Open Sans,sans-serif;font-size:30px;font-style:italic;font-weight:400;line-height:normal}#resources-whitepaper-post .inner .text .quotation h3{color:#fff;text-align:center;font-family:Open Sans,sans-serif;font-size:25px;font-style:normal;font-weight:300;line-height:normal}#resources-whitepaper-post .inner .text .companies{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:15px;margin:40px 0 75px;display:flex}#resources-whitepaper-post .inner .text .companies>div{background:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:250px;height:200px;margin-bottom:16px;padding:0 1em;display:flex;position:relative;box-shadow:1px 1px 10px #00000024}#resources-whitepaper-post .inner .text .companies>div>a{position:absolute;inset:0}#resources-whitepaper-post .inner .text .companies .jet-stream img{width:100%}#resources-whitepaper-post .inner .text .company-intergration{background:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:260px;height:200px;margin-bottom:16px;padding:1.5em 2em;transition:transform .2s;display:flex;box-shadow:1px 1px 10px #00000024}#resources-whitepaper-post .inner .text .company-intergration img{object-fit:scale-down;width:100%;height:100%}#resources-whitepaper-post .inner .text .company-intergration:hover{transform:scale(1.05)}#resources-whitepaper-post .inner .share{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:40px 0 60px;display:flex}#resources-whitepaper-post .inner .share p{color:#3e3e3e;text-align:center;font-family:Open Sans,sans-serif;font-size:17px;font-style:normal;font-weight:700;line-height:23px}#resources-whitepaper-post .share .socials>div{flex-direction:row;justify-content:center;align-items:center;display:flex}#resources-whitepaper-post .share .socials>div .button{color:#fff;background:#169ff2;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;width:32px;height:32px;margin:0 8px;padding:0;text-decoration:none;transition:background-color .2s,transform .2s;display:flex}#resources-whitepaper-post .share .socials>div .button:hover{background:#0d8ed0;transform:translateY(-1px)}#resources-whitepaper-post .share .socials>div .button.wa{display:none}#resources-whitepaper-post .share .socials>div .button svg{width:16px;height:16px}#resources-whitepaper-post .overview-button{color:#169ff2;text-align:center;background:0 0;border:1px solid #169ff2;border-radius:8px;justify-content:center;align-items:center;height:44px;margin-bottom:80px;padding:0 60px;font-family:Open Sans,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:22px;text-decoration:none;transition:color .25s,background .25s ease-out;display:flex}#resources-whitepaper-post .overview-button:hover{color:#fff;background:#169ff2}@media only screen and (width<=1200px){#resources-whitepaper-post .inner{max-width:1040px;padding:0 24px}#resources-whitepaper-post .inner>.whitepaper-hero-image{width:100%}}@media only screen and (width<=667px){#resources-whitepaper-post .inner>label.type{margin-top:44px;font-size:19px}#resources-whitepaper-post .inner>h1{margin:28px 0 40px;font-size:24px}#resources-whitepaper-post .inner .whitepaper-subtitle,#resources-whitepaper-post .inner .author p{font-size:18px}#resources-whitepaper-post .inner .tags{gap:12px}#resources-whitepaper-post .inner .tags ul li{padding-inline:12px}#resources-whitepaper-post .share .socials>div .button.wa{display:flex}#resources-whitepaper-post .inner .text .blog-img{flex-direction:column}#resources-whitepaper-post .inner .text .blog-img img{width:100%;height:auto}#resources-whitepaper-post .inner .text .blog-img img:first-of-type{margin-right:0}#resources-whitepaper-post .inner .text .quotation h2{font-size:20px}#resources-whitepaper-post .inner .text .quotation h3{margin-top:16px;font-size:17px}#resources-whitepaper-post .inner .text .quotation .quote-thumb{width:200px;height:200px}#resources-whitepaper-post .overview-button{width:100%;max-width:320px;padding-inline:24px}}#resources-behind-pluxbox-post,#resources-behind-pluxbox-post *,#resources-behind-pluxbox-post :before,#resources-behind-pluxbox-post :after{box-sizing:border-box}#resources-behind-pluxbox-post.content-blog-post{z-index:1;color:#3e3e3e;flex-direction:column;align-items:center;width:100%;font-family:Open Sans,sans-serif;display:flex;position:relative;overflow:hidden}#resources-behind-pluxbox-post .inner{flex-direction:column;align-items:center;width:100%;max-width:1040px;display:flex}#resources-behind-pluxbox-post .inner>label.type{text-align:center;margin-top:60px;font-family:Open Sans,sans-serif;font-size:24px;font-style:normal;font-weight:600;line-height:32px}#resources-behind-pluxbox-post .inner>label.type:first-letter{text-transform:capitalize}#resources-behind-pluxbox-post .inner>label.blog{color:#9116f2}#resources-behind-pluxbox-post .inner>label.case{color:#169ff2}#resources-behind-pluxbox-post .inner>label.tutorial{color:#fb9403}#resources-behind-pluxbox-post .inner>label.whitepaper{color:#f08}#resources-behind-pluxbox-post .inner>h1{color:#3e3e3e;text-align:center;max-width:992px;margin:32px 0;font-family:Open Sans,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:normal}#resources-behind-pluxbox-post .inner .behind-pluxbox-subtitle{color:#5f6368;text-align:center;max-width:800px;margin:0 0 40px;font-family:Open Sans,sans-serif;font-size:25px;font-style:normal;font-weight:400;line-height:normal}#resources-behind-pluxbox-post .inner .author{flex-direction:column;align-items:center;display:flex}#resources-behind-pluxbox-post .inner .author .author-thumb{background:linear-gradient(134.71deg,#00b0fff9 -.5%,#861ffc 76.33% 98.45%);border-radius:50%;width:52px;height:52px;padding:2px;overflow:hidden}#resources-behind-pluxbox-post .inner .author .author-thumb img{object-fit:cover;border-radius:50%;width:100%;height:100%;display:block}#resources-behind-pluxbox-post .inner .author p{color:#3e3e3e;margin:16px 0 0;font-family:Open Sans,sans-serif;font-size:19px;font-style:normal;font-weight:400;line-height:26px}#resources-behind-pluxbox-post .inner .author p b{margin-left:3px}#resources-behind-pluxbox-post .inner>.behind-pluxbox-hero-image{border-radius:4px;width:880px;max-width:100%;height:auto;margin:40px 0 20px;display:block}#resources-behind-pluxbox-post .inner .tags{flex-direction:row;justify-content:space-between;gap:20px;width:100%;max-width:880px;display:flex}#resources-behind-pluxbox-post .inner .tags ul{flex-flow:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#resources-behind-pluxbox-post .inner .tags ul li{color:#fff;text-align:center;background-color:#169ff2;border-radius:4px;padding:4px 20px;font-family:Open Sans,sans-serif;font-size:12px;font-style:italic;font-weight:400;line-height:20px}#resources-behind-pluxbox-post .inner .tags>label{color:#979797;text-align:right;flex:0 0 80px;font-family:Open Sans,sans-serif;font-size:10px;font-style:normal;font-weight:600;line-height:14px}#resources-behind-pluxbox-post .inner .text{color:#3e3e3e;width:100%;max-width:800px;margin-top:28px;font-family:Open Sans,sans-serif;font-size:17px;font-style:normal;font-weight:300;line-height:23px}#resources-behind-pluxbox-post .inner .text h2{color:#169ff2;margin:40px 0 20px}#resources-behind-pluxbox-post .inner .text h3{color:#3e3e3e;margin:40px 0 0;font-family:Open Sans,sans-serif;font-size:17px;font-weight:700}#resources-behind-pluxbox-post .inner .text p{word-wrap:break-word;font-weight:400;line-height:normal}#resources-behind-pluxbox-post .inner .text a{color:#169ff2;font-family:Open Sans,sans-serif;font-size:17px;font-style:normal;font-weight:600;line-height:23px;text-decoration:underline}#resources-behind-pluxbox-post .inner .text img,#resources-behind-pluxbox-post .inner img{max-width:100%}#resources-behind-pluxbox-post .inner .text video{width:100%}#resources-behind-pluxbox-post .inner .text iframe{aspect-ratio:3/2;border:0;border-radius:10px;width:100%;height:100%}#resources-behind-pluxbox-post .inner .text .horizontal-grid{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:10px;width:100%;display:flex}#resources-behind-pluxbox-post .inner .text>ul,#resources-behind-pluxbox-post .inner .text .local-spacing{flex-direction:column;gap:20px;margin:40px 0;list-style:none;display:flex}#resources-behind-pluxbox-post .inner .text ul li,#resources-behind-pluxbox-post .inner .editor ul li{padding-left:.5rem;font-weight:400;list-style:none;position:relative}#resources-behind-pluxbox-post .inner .text ul li:before,#resources-behind-pluxbox-post .inner .editor ul li:before{content:"";background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.438%200H3.56195C2.6172%200%201.7112%200.375279%201.04337%201.04337C0.375274%201.71126%200%202.6172%200%203.56195V14.438C0%2015.3828%200.375279%2016.2888%201.04337%2016.9566C1.71126%2017.6247%202.6172%2018%203.56195%2018H14.438C15.3828%2018%2016.2888%2017.6247%2016.9566%2016.9566C17.6247%2016.2887%2018%2015.3828%2018%2014.438V3.56195C18%202.6172%2017.6247%201.7112%2016.9566%201.04337C16.2887%200.375273%2015.3828%200%2014.438%200ZM13.7399%205.94608L8.36365%2012.9272C8.22627%2013.0994%208.01869%2013.2005%207.79862%2013.2027C7.57664%2013.2029%207.36759%2013.0992%207.23338%2012.9224L4.25556%209.03263V9.03284C4.01704%208.71926%204.07747%208.27171%204.39104%208.03316C4.70441%207.79443%205.15201%207.85506%205.39073%208.16843L7.79863%2011.3221L12.6143%205.07201C12.8558%204.76119%2013.3033%204.70479%2013.6142%204.94628C13.925%205.18756%2013.9812%205.63512%2013.7399%205.94597L13.7399%205.94608Z'%20fill='%23169FF2'/%3e%3c/svg%3e") 50%/contain no-repeat;width:18px;height:18px;position:absolute;top:4px;left:-40px}#resources-behind-pluxbox-post .inner .text .local-spacing li,#resources-behind-pluxbox-post .inner .text .local-spacing li p{margin:0}#resources-behind-pluxbox-post .inner .text .blog-img{display:flex}#resources-behind-pluxbox-post .inner .text .blog-img img{width:49%;height:49%}#resources-behind-pluxbox-post .inner .text .blog-img img:first-of-type{margin-right:16px}#resources-behind-pluxbox-post .inner .text .local-video{margin:20px 0}#resources-behind-pluxbox-post .inner .text .local-video video{border-radius:5px}#resources-behind-pluxbox-post .inner .text .customer-case-img img{width:100%;margin:40px 0 20px}#resources-behind-pluxbox-post .magenta-video{border-radius:10px;height:0;margin-top:48px;padding-top:30px;padding-bottom:56.25%;position:relative;overflow:hidden}#resources-behind-pluxbox-post .magenta-video iframe{width:100%;height:100%;position:absolute;inset:0}#resources-behind-pluxbox-post .magenta-video a{display:block;position:relative}#resources-behind-pluxbox-post .magenta-video img{border-radius:4px;width:100%;max-width:880px;margin:40px 0 20px}#resources-behind-pluxbox-post .inner i{z-index:1;background:#169ff2cc;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;width:60px;height:60px;margin:-30px 0 0 -30px;display:flex;position:absolute;top:50%;left:50%}#resources-behind-pluxbox-post .inner i>svg{width:24px;position:relative;left:1px}#resources-behind-pluxbox-post .inner .text .quotation{flex-direction:column;justify-content:center;align-items:center;margin:75px 0;padding-bottom:70px;display:flex;position:relative}#resources-behind-pluxbox-post .inner .text .quotation:before{content:"";z-index:-1;background:linear-gradient(135deg,#00b0fffa -.5%,#861ffc 76.33% 98.45%);position:absolute;inset:120px min(0px,520px - 200vw) 0}#resources-behind-pluxbox-post .inner .text .quote-thumb{border:5px solid #fff;border-radius:260px;width:260px;height:260px;overflow:hidden}#resources-behind-pluxbox-post .inner .text .quote-thumb img{object-fit:cover;border-radius:50%;width:100%;height:100%}#resources-behind-pluxbox-post .inner .text .quotation h2{color:#fff;text-align:center;font-family:Open Sans,sans-serif;font-size:30px;font-style:italic;font-weight:400;line-height:normal}#resources-behind-pluxbox-post .inner .text .quotation h3{color:#fff;text-align:center;font-family:Open Sans,sans-serif;font-size:25px;font-style:normal;font-weight:300;line-height:normal}#resources-behind-pluxbox-post .inner .text .companies{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:15px;margin:40px 0 75px;display:flex}#resources-behind-pluxbox-post .inner .text .companies>div{background:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:250px;height:200px;margin-bottom:16px;padding:0 1em;display:flex;position:relative;box-shadow:1px 1px 10px #00000024}#resources-behind-pluxbox-post .inner .text .companies>div>a{position:absolute;inset:0}#resources-behind-pluxbox-post .inner .text .companies .jet-stream img{width:100%}#resources-behind-pluxbox-post .inner .text .company-intergration{background:#fff;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:260px;height:200px;margin-bottom:16px;padding:1.5em 2em;transition:transform .2s;display:flex;box-shadow:1px 1px 10px #00000024}#resources-behind-pluxbox-post .inner .text .company-intergration img{object-fit:scale-down;width:100%;height:100%}#resources-behind-pluxbox-post .inner .text .company-intergration:hover{transform:scale(1.05)}#resources-behind-pluxbox-post .inner .share{flex-direction:column;justify-content:center;align-items:center;width:100%;padding:40px 0 60px;display:flex}#resources-behind-pluxbox-post .inner .share p{color:#3e3e3e;text-align:center;font-family:Open Sans,sans-serif;font-size:17px;font-style:normal;font-weight:700;line-height:23px}#resources-behind-pluxbox-post .share .socials>div{flex-direction:row;justify-content:center;align-items:center;display:flex}#resources-behind-pluxbox-post .share .socials>div .button{color:#fff;background:#169ff2;border-radius:50%;flex-direction:row;justify-content:center;align-items:center;width:32px;height:32px;margin:0 8px;padding:0;text-decoration:none;transition:background-color .2s,transform .2s;display:flex}#resources-behind-pluxbox-post .share .socials>div .button:hover{background:#0d8ed0;transform:translateY(-1px)}#resources-behind-pluxbox-post .share .socials>div .button.wa{display:none}#resources-behind-pluxbox-post .share .socials>div .button svg{width:16px;height:16px}#resources-behind-pluxbox-post .overview-button{color:#169ff2;text-align:center;background:0 0;border:1px solid #169ff2;border-radius:8px;justify-content:center;align-items:center;height:44px;margin-bottom:80px;padding:0 60px;font-family:Open Sans,sans-serif;font-size:16px;font-style:normal;font-weight:600;line-height:22px;text-decoration:none;transition:color .25s,background .25s ease-out;display:flex}#resources-behind-pluxbox-post .overview-button:hover{color:#fff;background:#169ff2}@media only screen and (width<=1200px){#resources-behind-pluxbox-post .inner{max-width:1040px;padding:0 24px}#resources-behind-pluxbox-post .inner>.behind-pluxbox-hero-image{width:100%}}@media only screen and (width<=667px){#resources-behind-pluxbox-post .inner>label.type{margin-top:44px;font-size:19px}#resources-behind-pluxbox-post .inner>h1{margin:28px 0 40px;font-size:24px}#resources-behind-pluxbox-post .inner .behind-pluxbox-subtitle,#resources-behind-pluxbox-post .inner .author p{font-size:18px}#resources-behind-pluxbox-post .inner .tags{gap:12px}#resources-behind-pluxbox-post .inner .tags ul li{padding-inline:12px}#resources-behind-pluxbox-post .share .socials>div .button.wa{display:flex}#resources-behind-pluxbox-post .inner .text .blog-img{flex-direction:column}#resources-behind-pluxbox-post .inner .text .blog-img img{width:100%;height:auto}#resources-behind-pluxbox-post .inner .text .blog-img img:first-of-type{margin-right:0}#resources-behind-pluxbox-post .inner .text .quotation h2{font-size:20px}#resources-behind-pluxbox-post .inner .text .quotation h3{margin-top:16px;font-size:17px}#resources-behind-pluxbox-post .inner .text .quotation .quote-thumb{width:200px;height:200px}#resources-behind-pluxbox-post .overview-button{width:100%;max-width:320px;padding-inline:24px}}#pluxacademy-header.header,#pluxacademy-header.header *,#pluxacademy-header.header :before,#pluxacademy-header.header :after{box-sizing:border-box}#pluxacademy-header.header{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:fit-content;padding:80px 0;display:flex;position:relative}#pluxacademy-header.header:before{content:"";background:var(--primary-linear-gradient);position:absolute;inset:-96px 0 0}#pluxacademy-header.header .inner{z-index:1;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}#pluxacademy-header.header .inner h1{color:#fff;text-align:center;margin:0;font-family:Open Sans;font-size:50px;font-style:normal;font-weight:700;line-height:68px}#pluxacademy-header.header .inner p{color:#fff;text-align:center;width:100%;max-width:860px;margin:25px 0 0;font-family:Open Sans,sans-serif;font-size:22px;font-style:normal;font-weight:300;line-height:37px}#pluxacademy-header.header .inner p span{margin-right:.22em;display:inline-block}#pluxacademy-header.header .inner .buttons{flex-direction:row;justify-content:center;align-items:center;gap:24px;margin-top:30px;padding:0;display:flex}#pluxacademy-header.header .inner .buttons .button{color:#fff;text-align:center;background:#169ff2;border:none;border-radius:8px;justify-content:center;align-items:center;width:232px;height:55px;font-family:Open Sans;font-size:18px;font-style:normal;font-weight:600;line-height:25px;text-decoration:none;transition:transform .35s ease-out;display:flex;transform:scale(1)}@media screen and (width<=450px){#pluxacademy-header.header .inner .buttons{flex-direction:column;align-items:stretch;gap:12px;width:100%;display:flex}#pluxacademy-header.header .inner .buttons .button-wrapper{width:100%}#pluxacademy-header.header .inner .buttons .button{width:100%;max-width:none}}#pluxacademy-header.header .inner .buttons .button:hover{transform:scale(1.1)}#pluxacademy-header.header .inner .buttons .button.outline{color:#3e3e3e;background:#fff;border:1px solid #0000}@media screen and (width<=1120px){#pluxacademy-header.header{height:auto}#pluxacademy-header.header .inner{align-items:flex-start;padding:0 40px}#pluxacademy-header.header .inner h1{color:#fff;text-align:left;justify-content:flex-start;margin-top:80px;font-size:30px;line-height:120%}#pluxacademy-header.header .inner p{color:#ffffffb5;text-align:left;justify-content:flex-start;width:100%;max-width:700px;padding:0;font-size:18px;line-height:27px}#pluxacademy-header.header .inner .buttons{flex-direction:column;align-items:flex-start;gap:0;margin-bottom:60px;padding:0}#pluxacademy-header.header .inner .buttons .button{margin:4px 0}}@media screen and (width<=700px){#pluxacademy-header.header .inner{padding-inline:24px}}#pluxacademy-training-details.training-details,#pluxacademy-training-details.training-details *,#pluxacademy-training-details.training-details :before,#pluxacademy-training-details.training-details :after{box-sizing:border-box}#pluxacademy-training-details.training-details{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:50px;padding-left:20px;padding-right:20px;display:flex}#pluxacademy-training-details.training-details>.inner{width:100%;max-width:1100px;position:relative}#pluxacademy-training-details.training-details .title{margin-bottom:0;font-size:25px;font-weight:700}#pluxacademy-training-details.training-details .subtitle{margin-top:15px;margin-bottom:10px;font-size:20px;font-weight:400}#pluxacademy-training-details.training-details .info-chips{display:flex;position:relative}#pluxacademy-training-details.training-details .info-chip{background-image:linear-gradient(to bottom right,#e0f5ff 0%,#f6eeff 78%,#e8d4ff 100%);border-radius:5px;margin:5px;padding:10px;transition:all .2s ease-in}#pluxacademy-training-details.training-details .info-chip:hover{transform:scale(1.03);box-shadow:0 8px 24px #959da533}#pluxacademy-training-details.training-details .info-chip p{margin:0;font-size:13px}#pluxacademy-training-details.training-details .info-chip p svg{vertical-align:middle;margin-right:3px}#pluxacademy-training-details.training-details .grid{grid-template-columns:1fr 1.2fr;gap:20px;margin:20px 0;display:grid}#pluxacademy-training-details.training-details .border-wrap{background:linear-gradient(to bottom right,#00b0fff9,#861ffc,#861ffc);border-radius:10px;flex-direction:column;flex:1;width:100%;padding:1px;display:flex;position:relative}#pluxacademy-training-details.training-details .left{flex-wrap:wrap;gap:20px;display:flex}#pluxacademy-training-details.training-details .right .border-wrap{min-height:100%;position:relative}#pluxacademy-training-details.training-details .flex{flex-direction:column;gap:20px;height:100%;display:flex}#pluxacademy-training-details.training-details .grid .left .description{background-color:#fff;border-radius:9px;flex:1;height:100%;padding:40px}#pluxacademy-training-details.training-details .grid .left .description h3{margin-top:0}#pluxacademy-training-details.training-details .grid .left .description p{font-size:18px;font-weight:400}#pluxacademy-training-details.training-details .included{background-color:#fff;border-radius:9px;flex:1;height:100%;padding:40px}#pluxacademy-training-details.training-details .included h3{margin-top:0}#pluxacademy-training-details.training-details .included svg{margin-right:10px}#pluxacademy-training-details.training-details .included p{font-size:18px;font-weight:600}#pluxacademy-training-details.training-details .skills{background-color:#fff;border-radius:9px;flex:1;height:100%;padding:40px 40px 30px}#pluxacademy-training-details.training-details .skills h3{margin-top:0}#pluxacademy-training-details.training-details .skills-list{flex-wrap:wrap;display:flex}#pluxacademy-training-details.training-details .skill{width:100%;margin:10px 0;font-size:18px;font-weight:600}#pluxacademy-training-details.training-details .skill svg{margin-right:10px}#pluxacademy-training-details.training-details #share-this-course{margin-top:90px;margin-bottom:90px}#pluxacademy-training-details.training-details .share{text-align:center;width:100%}#pluxacademy-training-details.training-details .share h3{font-size:18px;font-weight:400}#pluxacademy-training-details.training-details .share-buttons{justify-content:center;gap:10px;margin-bottom:20px;display:flex}#pluxacademy-training-details.training-details .share-buttons a{width:36px}#pluxacademy-training-details.training-details .share-buttons img{width:100%}#pluxacademy-training-details.training-details .auth{z-index:10;gap:10px;margin-top:15px;margin-bottom:10px;display:flex;position:absolute;top:90px;right:0}#pluxacademy-training-details.training-details .auth a{border:1px solid #00b0fff9;border-radius:5px;padding:5px 15px;font-size:17px;font-weight:600;text-decoration:none}#pluxacademy-training-details.training-details a.login{color:#00b0fff9;background-color:#fff;transition:all .2s ease-in}#pluxacademy-training-details.training-details a.register{color:#fff;background-color:#00b0fff9;transition:all .2s ease-in}#pluxacademy-training-details.training-details a.login:hover{background-color:#00aeff15}#pluxacademy-training-details.training-details a.register:hover{background-color:#008dcff9}@media only screen and (width<=667px){#pluxacademy-training-details.training-details .grid{display:block}#pluxacademy-training-details.training-details .left{margin-bottom:20px}#pluxacademy-training-details.training-details .auth{position:relative;top:0}#pluxacademy-training-details.training-details .skills{height:fit-content}}#pluxacademy-training-details.training-details .info-chip p,#pluxacademy-training-details.training-details .included p,#pluxacademy-training-details.training-details .skill{align-items:center;display:flex}#pluxacademy-training-details.training-details .info-chip p{gap:4px}#pluxacademy-training-details.training-details .included p,#pluxacademy-training-details.training-details .skill{gap:10px}#pluxacademy-training-details.training-details .info-chip p svg,#pluxacademy-training-details.training-details .included p svg,#pluxacademy-training-details.training-details .skill svg{flex:none;margin-right:0;display:block}#pluxacademy-training-details.training-details .info-chip p svg{width:11px;height:11px}#pluxacademy-training-details.training-details .included p svg{width:22px;height:auto}#pluxacademy-training-details.training-details .skill svg{width:15px;height:15px}#about-us-header.header,#about-us-header.header *,#about-us-header.header :before,#about-us-header.header :after{box-sizing:border-box}#about-us-header.header{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:fit-content;padding:80px 0 120px;display:flex;position:relative}#about-us-header.header:before{content:"";background:var(--primary-linear-gradient);position:absolute;inset:-96px 0 0}#about-us-header.header .inner{width:100%;max-width:var(--max-width-layout);z-index:1;flex-direction:column;justify-content:center;align-items:center;padding-inline:24px;display:flex;position:relative}#about-us-header.header h1{color:#fff;text-align:center;margin:0;font-family:Open Sans,sans-serif;font-size:50px;font-style:normal;font-weight:700;line-height:68px}#about-us-header.header p{color:#fff;text-align:center;width:100%;max-width:860px;margin:25px 0 0;font-family:Open Sans,sans-serif;font-size:22px;font-style:normal;font-weight:300;line-height:37px}#about-us-header.header .text-animation{flex-wrap:wrap;justify-content:center;display:flex}#about-us-header.header .text-animation span{display:inline-block}#about-us-header.header h1.text-animation{gap:0 12px}#about-us-header.header p.text-animation{gap:0 6px}@media screen and (width<=732px){#about-us-header.header{height:auto;min-height:360px}#about-us-header.header .inner{align-items:flex-start;padding:72px 40px}#about-us-header.header h1{text-align:left;font-size:30px;line-height:1.2}#about-us-header.header p{color:#ffffffb5;text-align:left;max-width:700px;margin-top:25px;font-size:18px;line-height:27px}#about-us-header.header .text-animation{justify-content:flex-start}#about-us-header.header{min-height:330px}#about-us-header.header .inner{padding:64px 24px}#about-us-header.header p{width:100%;max-width:100%}}#about-us-mission.mission,#about-us-mission.mission *,#about-us-mission.mission :before,#about-us-mission.mission :after{box-sizing:border-box}#about-us-mission.mission{width:100%}#about-us-mission.mission .inner{flex-wrap:wrap;justify-content:center;align-items:center;gap:50px;width:100%;max-width:1360px;margin:100px auto 0;padding-inline:24px;display:flex}#about-us-mission.mission .left{flex-direction:column;justify-content:center;align-items:center;display:flex}#about-us-mission.mission .left .text{justify-content:center;width:100%;display:flex}#about-us-mission.mission .about-three-texts-wrapper{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:600px;padding:0;display:flex}#about-us-mission.mission .heading-subtext{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:25px;width:100%;display:flex}#about-us-mission.mission .section-title{text-align:center;text-transform:uppercase;background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;width:fit-content;margin:0;font-family:Open Sans,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:28px}#about-us-mission.mission .section-subtitle{color:#3e3e3e;text-align:center;width:100%;margin:0;padding:0;font-family:Open Sans,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:1.2}#about-us-mission.mission .section-description{color:#3e3e3e;text-align:center;width:100%;max-width:558px;margin:0 auto;padding:0;font-family:Open Sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:1.6}#about-us-mission.mission .text-animation{opacity:0;flex-wrap:wrap;justify-content:center;gap:0 6px;width:100%;display:flex}#about-us-mission.mission .text-animation span{opacity:0;display:inline-block;transform:translateY(10px)}#about-us-mission.mission .text-animation.visible{opacity:1}#about-us-mission.mission .text-animation.visible span{animation:.5s forwards about-us-mission-fade-in-word;animation-delay:var(--delay,0s)}#about-us-mission.mission p.text-animation.visible span{animation-duration:.3s}#about-us-mission.mission .button-wrapper{justify-content:center;align-items:center;width:100%;padding:0;display:flex}#about-us-mission.mission .button-wrapper.animate{opacity:0;transform:translateY(12px)}#about-us-mission.mission .button-wrapper.animate.visible{animation:.6s ease-out forwards about-us-mission-button-fade-in;animation-delay:var(--delay,0s)}#about-us-mission.mission .button-wrapper.animate a{opacity:0}#about-us-mission.mission .button-wrapper.animate.visible a{opacity:1;transition:opacity .4s ease-out,transform .35s ease-out}#about-us-mission.mission .button-white{color:#3e3e3e;text-align:center;background:#fff;border:1px solid #3e3e3e14;border-radius:7px;justify-content:center;align-items:center;width:auto;height:40px;margin:25px 0 0;padding:24px 48px;font-family:Open Sans,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:20px;text-decoration:none;transition:transform .5s,background-color .25s,color .25s;display:inline-flex;position:relative;box-shadow:0 1px 5px #3e3e3e1a}#about-us-mission.mission .button-white:hover{transform:scale(1.08)}#about-us-mission.mission .right{justify-content:center;align-items:center;display:flex}#about-us-mission.mission .right img{object-fit:cover;border-radius:10px;width:100%;max-width:800px;height:auto;display:block}@keyframes about-us-mission-fade-in-word{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity);transform:translateY(0)}}@keyframes about-us-mission-button-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media screen and (width>=1315px){#about-us-mission.mission .left{align-items:flex-start}#about-us-mission.mission .left .text{justify-content:flex-start}#about-us-mission.mission .about-three-texts-wrapper,#about-us-mission.mission .heading-subtext{text-align:left;align-items:flex-start}#about-us-mission.mission .section-title,#about-us-mission.mission .section-subtitle,#about-us-mission.mission .section-description{text-align:left;justify-content:flex-start}#about-us-mission.mission .section-description{align-self:flex-start;margin-left:0;margin-right:0}#about-us-mission.mission .text-animation,#about-us-mission.mission .button-wrapper{justify-content:flex-start}}@media screen and (width<=732px){#about-us-mission.mission .inner{flex-direction:column;align-items:center;gap:50px;margin-top:50px;padding-inline:24px}#about-us-mission.mission .left,#about-us-mission.mission .right{width:100%}#about-us-mission.mission .left{align-items:flex-start}#about-us-mission.mission .left .text{justify-content:flex-start}#about-us-mission.mission .about-three-texts-wrapper{text-align:left;align-items:flex-start;width:100%;max-width:100%}#about-us-mission.mission .heading-subtext{text-align:left;align-items:flex-start;gap:15px}#about-us-mission.mission .section-title{text-align:left;width:100%}#about-us-mission.mission .section-subtitle{text-align:left;width:100%;max-width:100%;font-size:30px;line-height:1.35}#about-us-mission.mission .section-description{text-align:left;width:100%;max-width:100%;margin:0;padding:0}#about-us-mission.mission .text-animation{justify-content:flex-start}#about-us-mission.mission .heading-subtext p{text-align:left}#about-us-mission.mission .button-wrapper{justify-content:flex-start}#about-us-mission.mission .button-white{margin-top:25px;padding:12px 24px}#about-us-mission.mission .right{justify-content:flex-start}#about-us-mission.mission .right img{width:100%;max-width:100%;height:auto}}#about-us-offer.offer,#about-us-offer.offer *,#about-us-offer.offer :before,#about-us-offer.offer :after{box-sizing:border-box}#about-us-offer.offer{width:100%}#about-us-offer.offer .inner{margin-inline:auto;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1360px;margin-bottom:100px;display:flex}#about-us-offer.offer .text{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;margin-top:100px;margin-left:0;display:flex}#about-us-offer.offer .about-three-texts-wrapper{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:600px;padding-inline:0;display:flex}#about-us-offer.offer .about-three-texts-wrapper h2{width:100%}#about-us-offer.offer .heading-subtext{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;gap:25px;width:100%;display:flex}#about-us-offer.offer .about-three-texts-wrapper .heading-subtext p{gap:0 6px;width:100%}#about-us-offer.offer .section-title{text-align:center;text-transform:uppercase;color:#0000;background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;justify-content:center;align-self:center;width:fit-content;margin:0;font-family:Open Sans,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:28px}#about-us-offer.offer .section-subtitle{text-align:center;color:#3e3e3e;justify-content:center;width:100%;margin:0;padding:0;font-family:Open Sans,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:1.2}#about-us-offer.offer .section-description{text-align:center;color:#3e3e3e;justify-content:center;align-self:center;width:100%;max-width:558px;margin:0 auto;padding:0;font-family:Open Sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:1.6}#about-us-offer.offer .text-animation{opacity:0;flex-wrap:wrap;justify-content:center;gap:0 6px;display:flex}#about-us-offer.offer .text-animation span{opacity:0;display:inline-block;transform:translateY(10px)}#about-us-offer.offer .text-animation.visible{opacity:1}#about-us-offer.offer .text-animation.visible span{animation:.5s forwards about-us-offer-fade-in-word;animation-delay:var(--delay,0s)}#about-us-offer.offer p.text-animation.visible span{animation-duration:.3s}#about-us-offer.offer .values{justify-content:center;gap:48px;width:100%;margin-top:80px;display:flex}#about-us-offer.offer .value{flex:0 266px;min-width:0}#about-us-offer.offer .values .value.animate{opacity:0;transform:translateY(var(--startPosition,60px))}#about-us-offer.offer .values .value.animate.visible{animation:.5s forwards about-us-offer-opacity-down-translate;animation-delay:var(--delay,0s)}#about-us-offer.offer .value img{margin-bottom:10px;display:block}#about-us-offer.offer .icon-41{object-fit:contain;width:41px;height:41px}#about-us-offer.offer .value-heading{color:#3e3e3e;max-width:282px;margin:0 0 10px;font-family:Open Sans,sans-serif;font-size:21px;font-weight:600;line-height:29px}#about-us-offer.offer .value-subtext{color:#3e3e3e;max-width:266.33px;margin:0;font-family:Open Sans,sans-serif;font-size:15px;font-weight:400;line-height:1.6}@keyframes about-us-offer-fade-in-word{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity);transform:translateY(0)}}@keyframes about-us-offer-opacity-down-translate{0%{opacity:0;transform:translateY(var(--startPosition,-150px))}to{opacity:1;transform:translateY(var(--endPosition,0px))}}@media only screen and (width<=1248px){#about-us-offer.offer .values{padding-inline:24px}}@media only screen and (width<=1033px){#about-us-offer.offer .values{flex-wrap:wrap}}@media screen and (width<=1024px){#about-us-offer.offer .inner{padding-inline:24px}#about-us-offer.offer .text{width:100%;max-width:100%}}@media screen and (width<=732px){#about-us-offer.offer .inner{justify-content:flex-start;margin-bottom:50px;padding-inline:24px}#about-us-offer.offer .text{text-align:left;justify-content:flex-start;align-items:flex-start;margin-top:60px}#about-us-offer.offer .text-animation{flex-wrap:wrap;justify-content:flex-start;gap:0 6px;width:100%;display:flex}#about-us-offer.offer .heading-subtext{gap:15px}#about-us-offer.offer .about-three-texts-wrapper{align-items:flex-start;max-width:100%}#about-us-offer.offer .heading-subtext{text-align:left;align-items:flex-start}#about-us-offer.offer .section-title{text-align:left;justify-content:flex-start;align-self:flex-start;width:100%}#about-us-offer.offer .section-subtitle{text-align:left;justify-content:flex-start;width:100%;max-width:100%;padding:0;font-size:30px;line-height:1.35}#about-us-offer.offer .section-description{text-align:left;justify-content:flex-start;align-self:flex-start;width:100%;max-width:100%;margin:0;padding:0}#about-us-offer.offer .values{flex-wrap:wrap;justify-content:flex-start;gap:48px;margin-top:60px;padding:0}#about-us-offer.offer .value{flex:0 0 100%;width:100%}#about-us-offer.offer .value-heading{max-width:none;font-size:21px;line-height:29px}#about-us-offer.offer .value-subtext{max-width:none;margin:0;font-size:18px;line-height:1.6}}#about-us-journey.journey,#about-us-journey.journey *,#about-us-journey.journey :before,#about-us-journey.journey :after{box-sizing:border-box}#about-us-journey.journey{width:100%}#about-us-journey.journey .inner{margin-inline:auto;flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:50px;width:100%;max-width:1360px;margin-bottom:100px;padding-inline:24px;display:flex}#about-us-journey.journey .left{flex-direction:column;justify-content:center;gap:50px;display:flex}#about-us-journey.journey .left .text{display:flex}#about-us-journey.journey .about-three-texts-wrapper{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:600px;padding-inline:0;display:flex}#about-us-journey.journey .about-three-texts-wrapper h2{width:100%}#about-us-journey.journey .heading-subtext{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:25px;width:100%;display:flex}#about-us-journey.journey .heading-subtext p{gap:0 6px;width:100%}#about-us-journey.journey .section-title{text-transform:uppercase;color:#0000;background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;width:fit-content;margin:0;font-family:Open Sans,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:28px}#about-us-journey.journey .section-subtitle{color:#3e3e3e;text-align:left;justify-content:flex-start;width:100%;margin:0;padding:0;font-family:Open Sans,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:1.2}#about-us-journey.journey .section-description{color:#3e3e3e;text-align:left;justify-content:flex-start;width:100%;max-width:477px;margin:0;padding:0;font-family:Open Sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:1.6}#about-us-journey.journey .text-animation{opacity:0;flex-wrap:wrap;justify-content:flex-start;gap:0 6px;display:flex}#about-us-journey.journey .text-animation span{opacity:0;display:inline-block;transform:translateY(10px)}#about-us-journey.journey .text-animation.visible{opacity:1}#about-us-journey.journey .text-animation.visible span{animation:.5s forwards about-us-journey-fade-in-word;animation-delay:var(--delay,0s)}#about-us-journey.journey p.text-animation.visible span{animation-duration:.3s}#about-us-journey.journey .bottom img{object-fit:cover;border-radius:10px;align-self:stretch;width:100%;height:auto;margin-bottom:50px;display:block}#about-us-journey.journey .right{justify-content:flex-start;display:flex}#about-us-journey.journey .timeline-items{flex-direction:column;justify-content:center;align-items:center;gap:25px;margin-top:30px;display:flex}#about-us-journey.journey .timeline-item{justify-content:center;gap:25px;display:flex}#about-us-journey.journey .timeline-year{background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;flex:none;margin:0;font-family:Open Sans,sans-serif;font-size:37px;font-weight:600;line-height:1.2}#about-us-journey.journey .timeline-description{color:#3e3e3e;text-align:start;max-width:639px;margin:0;font-family:Open Sans,sans-serif;font-size:18px;font-weight:400;line-height:1.6}@keyframes about-us-journey-fade-in-word{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity);transform:translateY(0)}}@media screen and (width<=1350px){#about-us-journey.journey .about-three-texts-wrapper{align-items:flex-start;width:100%;max-width:100%;padding-inline:0}#about-us-journey.journey .heading-subtext{justify-content:center;align-items:center;width:100%}#about-us-journey.journey .section-title,#about-us-journey.journey .section-subtitle,#about-us-journey.journey .section-description{text-align:center;justify-content:center;align-self:center}}@media screen and (width<=1024px){#about-us-journey.journey .inner{flex-direction:column;justify-content:center;align-items:center;gap:10px;padding-left:24px;padding-right:24px}#about-us-journey.journey .left,#about-us-journey.journey .right{width:100%}#about-us-journey.journey .about-three-texts-wrapper{align-items:flex-start;width:100%;max-width:100%;padding-inline:0}#about-us-journey.journey .heading-subtext{align-items:flex-start}#about-us-journey.journey .section-title,#about-us-journey.journey .section-subtitle,#about-us-journey.journey .section-description{text-align:left;justify-content:flex-start;align-self:flex-start}#about-us-journey.journey .section-description{max-width:100%}#about-us-journey.journey .bottom img{width:100%;max-width:100%;height:auto;max-height:none;margin-bottom:0}#about-us-journey.journey .timeline-items{justify-content:flex-start;align-items:flex-start;margin-top:30px}#about-us-journey.journey .timeline-description{align-self:center;max-width:100%}}@media screen and (width<=732px){#about-us-journey.journey .inner,#about-us-journey.journey .left{gap:10px}#about-us-journey.journey .text-animation{flex-wrap:wrap;gap:0 6px;width:100%;display:flex}#about-us-journey.journey .heading-subtext{gap:15px}#about-us-journey.journey .section-subtitle{text-align:left;width:100%;max-width:100%;padding:0;font-size:30px;line-height:1.35}#about-us-journey.journey .section-description{text-align:left;width:100%;max-width:100%;padding:0}#about-us-journey.journey .timeline-items{margin-top:25px}#about-us-journey.journey .timeline-item{gap:10px}#about-us-journey.journey .timeline-year{width:fit-content;font-size:30px}#about-us-journey.journey .timeline-description{font-size:16px;line-height:1.55}#about-us-journey.journey .timeline-items{gap:32px}#about-us-journey.journey .timeline-item{flex-direction:column;gap:10px;display:flex}}#about-us-get-started.get-started,#about-us-get-started.get-started *,#about-us-get-started.get-started :before,#about-us-get-started.get-started :after{box-sizing:border-box}#about-us-get-started.get-started{background:#fff;justify-content:center;align-items:center;width:100%;height:fit-content;margin-top:33px;padding:24px;display:flex}#about-us-get-started.get-started .inner{justify-content:center;align-items:center;width:100%;height:100%;display:flex}#about-us-get-started.get-started .button-container{text-align:center;background:linear-gradient(#5c0dce 0%,#169ff2 100%);border-radius:12px;flex-flow:wrap;justify-content:center;align-items:center;gap:30px;width:fit-content;padding:48px;display:flex}#about-us-get-started.get-started .button-container .text{flex-direction:column;justify-content:center;gap:15px;display:flex}#about-us-get-started.get-started .button-container .heading{color:#fff;text-align:left;max-width:637px;margin:0;font-family:Open Sans,sans-serif;font-size:29px;font-weight:400;line-height:1.35}#about-us-get-started.get-started .button-container .heading strong{font-weight:700}#about-us-get-started.get-started .button-container .subtext{color:#fff;text-align:left;max-width:637px;margin:0;font-family:Open Sans,sans-serif;font-size:18px;font-weight:200;line-height:1.5}#about-us-get-started.get-started .button-container .button{color:#fff;text-align:center;cursor:pointer;background:#169ff2;border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 48px;font-family:Open Sans,sans-serif;font-size:18px;font-weight:600;line-height:25px;text-decoration:none;transition:transform .5s;display:inline-flex}#about-us-get-started.get-started .button-container .button:hover{transform:scale(1.08)}@media only screen and (width<=1000px){#about-us-get-started.get-started .button-container{gap:20px;padding:48px 24px}#about-us-get-started.get-started .button-container .text{margin:0 20px 0 0}#about-us-get-started.get-started .button-container .button{align-self:center}}@media only screen and (width<=939px){#about-us-get-started.get-started .button-container .heading,#about-us-get-started.get-started .button-container .subtext{text-align:left}}@media only screen and (width<=860px){#about-us-get-started.get-started .button-container .heading,#about-us-get-started.get-started .button-container .subtext{text-align:center}}@media only screen and (width<=732px){#about-us-get-started.get-started .button-container{gap:0;margin:0}#about-us-get-started.get-started .button-container .text{margin:0}#about-us-get-started.get-started .button-container .heading{text-align:center;max-width:none}#about-us-get-started.get-started .button-container .subtext{text-align:center}#about-us-get-started.get-started .button-container .button{margin-top:25px}}#about-us-team.team,#about-us-team.team *,#about-us-team.team :before,#about-us-team.team :after{box-sizing:border-box}#about-us-team.team{width:100%;margin-top:102px}#about-us-team.team .inner{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:50px;padding:0 24px;display:flex}#about-us-team.team .text{flex-direction:column;align-items:center;width:100%;max-width:1312px;display:flex}#about-us-team.team .heading-subtext{flex-direction:column;align-items:center;width:100%;display:flex}#about-us-team.team .section-title{text-align:center;text-transform:uppercase;background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text;flex-wrap:wrap;justify-content:center;gap:0 6px;margin:0;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;line-height:28px;display:flex}#about-us-team.team .section-subtitle{color:#3e3e3e;text-align:center;flex-wrap:wrap;justify-content:center;gap:0 8px;width:100%;margin:0;font-family:Open Sans,sans-serif;font-size:40px;font-weight:700;line-height:1.2;display:flex}#about-us-team.team .text-animation span{opacity:0;transform:translateY(10px)}#about-us-team.team .text-animation.visible{opacity:1}#about-us-team.team .text-animation.visible span{animation:.5s forwards aboutUsTeamFadeInWord;animation-delay:var(--delay,0s)}#about-us-team.team .team-group{flex-direction:column;align-items:flex-start;width:100%;max-width:1312px;margin-top:25px;display:flex}#about-us-team.team .team-group>h3{color:#868686;margin:1em 0;font-size:22px;font-weight:400}#about-us-team.team .team-group .separator{opacity:.15;background-color:#000;align-self:center;width:100%;height:1px;margin-bottom:25px}#about-us-team.team .team-group .separator.separator-end{margin-top:75px}#about-us-team.team .team-members{margin-top:100px}#about-us-team.team .person-cards{flex-flow:wrap;gap:100px 50px;max-width:100%;margin-top:25px;display:flex}#about-us-team.team .person-card{opacity:0;will-change:opacity, transform;flex-direction:column;width:100%;max-width:290px;transition:opacity .6s ease-out,transform .6s ease-out;display:flex;transform:translateY(-20px)}#about-us-team.team .person-card.visible{opacity:1;transform:translateY(0)}#about-us-team.team .person-image{object-fit:cover;width:100%;max-width:100%;max-height:281px;display:block}#about-us-team.team .person-name{color:#3e3e3e;margin:15px 0 0;padding:0;font-size:20px;font-weight:600}#about-us-team.team .person-function{color:#868686;margin:0;padding:0;font-size:18px;font-weight:200}#about-us-team.team .linkedin-link{align-items:center;width:fit-content;min-height:24px;margin-top:10px;margin-bottom:10px;display:inline-flex}#about-us-team.team .linkedin-icon{object-fit:contain;width:24px;height:24px}#about-us-team.team .linkedin-link.no-link .linkedin-icon{opacity:0;visibility:hidden;pointer-events:none}#about-us-team.team .description-container{flex-direction:column;justify-content:flex-start;gap:15px;display:flex}#about-us-team.team .person-description{line-clamp:3;-webkit-line-clamp:3;color:#3e3e3e;-webkit-box-orient:vertical;margin:0;padding:0;font-size:17px;font-weight:400;line-height:1.5;transition:max-height .3s ease-out;display:-webkit-box;overflow:hidden}#about-us-team.team .person-description .editor-paragraph{margin:0}#about-us-team.team .person-description.expanded{line-clamp:unset;-webkit-line-clamp:unset;-webkit-box-orient:unset;max-height:none;display:block;overflow:visible}#about-us-team.team .read-more{color:#169ff2;text-align:left;cursor:pointer;background-color:#0000;border:none;align-self:flex-start;margin:0;padding:0;font-family:Open Sans,sans-serif;font-size:18px;font-weight:400;transition:all .3s ease-in-out}#about-us-team.team .read-more:hover{text-decoration:underline}@keyframes aboutUsTeamFadeInWord{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media screen and (width<=1024px){#about-us-team.team .inner{margin-top:100px}#about-us-team.team .person-cards{gap:100px 20px}}@media screen and (width<=732px){#about-us-team.team .inner{align-items:flex-start;gap:25px;margin-top:25px}#about-us-team.team .text,#about-us-team.team .heading-subtext{align-items:flex-start}#about-us-team.team .section-title,#about-us-team.team .section-subtitle{text-align:left;justify-content:flex-start}#about-us-team.team .section-subtitle{font-size:30px}#about-us-team.team .team-group{margin-top:0}#about-us-team.team .person-cards{justify-content:center;align-items:center;gap:50px;width:100%}#about-us-team.team .team-members{margin-top:75px}#about-us-team.team .team-group .separator.separator-end{margin-top:100px;margin-bottom:0}}#about-us-social-media.social-media,#about-us-social-media.social-media *,#about-us-social-media.social-media :before,#about-us-social-media.social-media :after{box-sizing:border-box}#about-us-social-media.social-media{justify-content:center;margin-bottom:0;display:flex}#about-us-social-media.social-media .inner{flex-direction:column;justify-content:center;gap:15px;margin-top:0;padding-top:45px;padding-bottom:45px;display:flex}#about-us-social-media.social-media .social-heading{text-align:center;flex-wrap:wrap;justify-content:center;gap:0 6px;max-width:687px;margin-top:0;font-size:40px;font-weight:700;display:flex}#about-us-social-media.social-media .cards{justify-content:center;gap:15px;display:flex}#about-us-social-media.social-media .card a{cursor:pointer;border:1px solid #00000014;border-radius:50px;flex-direction:row;justify-content:flex-start;align-items:center;width:200px;text-decoration:none;transition:all .3s ease-in-out;display:flex}#about-us-social-media.social-media .card p{color:#3e3e3e;font-size:20px;font-weight:600}#about-us-social-media.social-media .card a:hover{transform:translateY(-5px)}@media screen and (width<=732px){#about-us-social-media.social-media .inner{align-items:center;padding:45px 24px}#about-us-social-media.social-media .social-heading{text-align:left;justify-content:flex-start;width:100%;font-size:30px}#about-us-social-media.social-media .cards{flex-direction:column}#about-us-social-media.social-media .cards .card{align-self:center;width:fit-content;display:inline-flex}}#about-us-news-wrapper.news-wrapper,#about-us-news-wrapper.news-wrapper *,#about-us-news-wrapper.news-wrapper :before,#about-us-news-wrapper.news-wrapper :after{box-sizing:border-box}#about-us-news-wrapper.news-wrapper{background:var(--about-us-news-bg);background-position:50%;background-size:cover;width:100%;max-width:100%;margin-bottom:30px;overflow:hidden}#about-us-news-wrapper .news{padding-inline:24px;width:100%;max-width:1312px;margin-inline:auto;padding-top:45px;padding-bottom:45px;overflow:visible}#about-us-news-wrapper .news-three-texts-wrapper{flex-direction:column;align-items:center;width:100%;max-width:100%;padding-inline:0;display:flex}#about-us-news-wrapper .heading-subtext{flex-direction:column;align-items:center;width:100%;max-width:100%;display:flex}#about-us-news-wrapper .section-title{text-align:center;color:#0000;background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;flex-wrap:wrap;justify-content:center;gap:0 6px;width:100%;max-width:100%;margin:25px 0 0;padding:0;font-size:15px;font-weight:600;line-height:1.4;display:flex}#about-us-news-wrapper .section-subtitle{margin:0;text-align:center;color:#3e3e3e;flex-wrap:wrap;justify-content:center;gap:0 6px;width:100%;max-width:100%;margin-top:10px;padding:0;font-size:40px;font-weight:700;line-height:1.25;display:flex}#about-us-news-wrapper .section-description{text-align:center;color:#3e3e3e;flex-wrap:wrap;justify-content:center;gap:0 5px;width:100%;max-width:687px;margin:15px auto 0;padding:0;font-size:18px;font-weight:400;line-height:1.6;display:flex}#about-us-news-wrapper .about-news-slider{width:100%;min-width:0;max-width:100%;margin-top:30px;display:block;position:relative;overflow:hidden}#about-us-news-wrapper .about-news-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;scrollbar-width:none;touch-action:pan-y pan-x;cursor:grab;flex-flow:row;justify-content:flex-start;align-items:stretch;gap:32px;width:100%;max-width:100%;margin:0;padding:0;display:flex;overflow:auto hidden}#about-us-news-wrapper .about-news-track::-webkit-scrollbar{display:none}#about-us-news-wrapper .about-news-track.is-dragging{cursor:grabbing;scroll-behavior:auto;-webkit-user-select:none;user-select:none}#about-us-news-wrapper .about-news-slide{scroll-snap-align:start;scroll-snap-stop:always;flex:0 0 100%;min-width:0;max-width:100%;margin:20px 0 0;padding:0;display:flex}#about-us-news-wrapper .about-news-slide>.card{width:100%;min-width:0;max-width:100%;height:100%;color:inherit;transform-origin:50%;flex-direction:column;margin:0;text-decoration:none;transition:transform .3s,opacity .3s;display:flex;transform:scale(1)}@media (hover:hover) and (pointer:fine){#about-us-news-wrapper .about-news-slide>.card:hover{transform:scale(.95)}}#about-us-news-wrapper .about-news-slide>.card:focus-visible{outline-offset:-2px;outline:2px solid}#about-us-news-wrapper .card-image-wrapper{aspect-ratio:16/9;border-radius:8px;flex:none;width:100%;position:relative;overflow:hidden}#about-us-news-wrapper .card-image-wrapper>img{object-fit:cover;object-position:center;width:100%;max-width:100%;height:100%;display:block}#about-us-news-wrapper .tags-title{color:#3e3e3e;flex-direction:column;width:100%;min-width:0;padding:15px;display:flex}#about-us-news-wrapper .tags{flex-flow:wrap;align-items:center;gap:8px;width:100%;max-width:100%;display:flex}#about-us-news-wrapper .tag-item{color:#0000;overflow-wrap:anywhere;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;border:none;max-width:100%;padding:5px 10px;font-size:14px;font-weight:400}#about-us-news-wrapper .tag-item:before{content:"";-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);border-radius:7px;padding:1px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;mask-position:0 0,0 0;-webkit-mask-size:auto,auto;mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}#about-us-news-wrapper .about-news-slide .card h3{color:#3e3e3e;overflow-wrap:break-word;word-break:normal;width:100%;min-width:0;max-width:100%;margin:10px 0 0;padding:0;font-size:20px;font-weight:600;line-height:1.4}#about-us-news-wrapper .about-news-pagination{justify-content:center;align-items:center;gap:10px;width:100%;margin-top:24px;padding:6px 0;display:flex}#about-us-news-wrapper .about-news-pagination.is-hidden{display:none}#about-us-news-wrapper .about-news-dot{appearance:none;opacity:.3;cursor:pointer;background:#169ff2;border:0;border-radius:50%;flex:none;width:8px;min-width:8px;height:8px;min-height:8px;margin:0;padding:0;transition:opacity .2s,transform .2s;display:block;transform:scale(1)}#about-us-news-wrapper .about-news-dot.is-active{opacity:1;transform:scale(1.35)}#about-us-news-wrapper .about-news-dot:focus-visible{outline-offset:4px;outline:2px solid #169ff2}#about-us-news-wrapper .button-wrapper{justify-content:center;width:100%;margin-top:40px;display:flex}#about-us-news-wrapper .button-wrapper .button-white.link{color:#3e3e3e;text-align:center;background-color:#fff;border:1px solid #3e3e3e14;border-radius:7px;justify-content:center;align-self:flex-start;align-items:center;width:auto;height:40px;margin:0;padding:24px 48px;font-family:Open Sans,sans-serif;font-size:15px;font-style:normal;font-weight:600;line-height:20px;text-decoration:none;display:inline-flex;position:relative;box-shadow:0 1px 5px #3e3e3e1a}@media only screen and (width>=768px) and (width<=1099px){#about-us-news-wrapper .about-news-slide{flex-basis:calc(50% - 16px)}}@media only screen and (width>=1100px){#about-us-news-wrapper .about-news-slide{flex-basis:calc(33.3333% - 21.3333px)}}@media only screen and (width<=732px){#about-us-news-wrapper .news{width:100%;max-width:100%;padding-inline:20px}#about-us-news-wrapper .news-three-texts-wrapper,#about-us-news-wrapper .heading-subtext{align-items:flex-start;width:100%}#about-us-news-wrapper .section-title,#about-us-news-wrapper .section-subtitle,#about-us-news-wrapper .section-description{text-align:left;justify-content:flex-start;width:100%;max-width:100%}#about-us-news-wrapper .section-subtitle{font-size:30px}#about-us-news-wrapper .section-description{margin-left:0;margin-right:0}#about-us-news-wrapper .about-news-track{gap:32px}#about-us-news-wrapper .about-news-slide{flex:0 0 100%}#about-us-news-wrapper .about-news-pagination{margin-top:18px}}@media only screen and (width<=480px){#about-us-news-wrapper .news{padding-inline:16px}}@media only screen and (width<=360px){#about-us-news-wrapper .news{padding-inline:14px}}@media (prefers-reduced-motion:reduce){#about-us-news-wrapper .about-news-track{scroll-behavior:auto}#about-us-news-wrapper .card,#about-us-news-wrapper .about-news-dot{transition:none}}#partnerships-header.header,#partnerships-header.header *,#partnerships-header.header :before,#partnerships-header.header :after{box-sizing:border-box}#partnerships-header.header{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:fit-content;padding:80px 0;display:flex;position:relative}#partnerships-header.header:before{content:"";background:var(--primary-linear-gradient);position:absolute;inset:-96px 0 0}#partnerships-header.header .inner{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:980px;margin-inline:auto;display:flex}#partnerships-header.header h1{color:#fff;flex-wrap:wrap;justify-content:center;gap:0 12px;margin:0;font-size:56px;font-weight:700;line-height:1.1;display:flex}#partnerships-header.header .inner>p{color:#fff;text-align:center;width:100%;max-width:860px;margin:25px 0 0;font-family:Open Sans,sans-serif;font-size:22px;font-style:normal;font-weight:300;line-height:37px}#partnerships-header.header .buttons{justify-content:center;width:100%;margin-top:36px;display:flex}#partnerships-header.header .button-wrapper{justify-content:center;display:flex}#partnerships-header.header .button{color:#fff;background:#169ff2;border-radius:8px;justify-content:center;align-items:center;padding:14px 28px;font-size:16px;font-weight:600;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex}#partnerships-header.header .button:hover{transform:translateY(-3px);box-shadow:0 8px 24px #00000024}#partnerships-header.header .text-animation{flex-wrap:wrap;display:flex}@media screen and (width<=732px){#partnerships-header.header{padding:64px 24px}#partnerships-header.header .inner{text-align:left;align-items:flex-start}#partnerships-header.header h1{text-align:left;justify-content:flex-start;width:100%;font-size:40px}#partnerships-header.header .inner>p{text-align:left;justify-content:flex-start;width:100%;max-width:100%;margin-top:20px;font-size:18px}#partnerships-header.header .buttons{justify-content:flex-start;margin-top:28px}#partnerships-header.header .button-wrapper{justify-content:flex-start}}@media screen and (width<=480px){#partnerships-header.header{padding-inline:20px}#partnerships-header.header h1{font-size:36px}}@media (prefers-reduced-motion:reduce){#partnerships-header.header .button{transition:none}}#partnerships--partnerships-section.partnerships,#partnerships--partnerships-section.partnerships *,#partnerships--partnerships-section.partnerships :before,#partnerships--partnerships-section.partnerships :after{box-sizing:border-box}#partnerships--partnerships-section.partnerships{color:#3e3e3e;width:100%;margin-block:100px}#partnerships--partnerships-section.partnerships>.inner{flex-direction:column;align-items:center;width:100%;min-width:0;display:flex}#partnerships--partnerships-section.partnerships .partnerships-three-texts-wrapper{flex-direction:column;align-items:center;width:100%;min-width:0;padding-inline:24px;display:flex}#partnerships--partnerships-section.partnerships .partnerships-three-texts-wrapper .heading-subtext{flex-direction:column;align-items:center;width:100%;min-width:0;display:flex}#partnerships--partnerships-section.partnerships .partnerships-three-texts-wrapper .text-animation{flex-wrap:wrap;justify-content:center;gap:0 6px;min-width:0;display:flex}#partnerships--partnerships-section.partnerships .section-title{color:#0000;text-align:center;text-transform:uppercase;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);-webkit-background-clip:text;background-clip:text;flex-wrap:wrap;justify-content:center;gap:0 6px;width:100%;margin:0 0 25px;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;line-height:20px;display:flex}#partnerships--partnerships-section.partnerships .heading-subtext{gap:25px}#partnerships--partnerships-section.partnerships .heading-subtext .section-subtitle{color:#3e3e3e;text-align:center;flex-wrap:wrap;justify-content:center;gap:0 6px;width:100%;max-width:928px;margin:0;font-family:Open Sans,sans-serif;font-size:40px;font-weight:700;line-height:1.2;display:flex}#partnerships--partnerships-section.partnerships .heading-subtext .section-description{color:#3e3e3e;text-align:center;flex-wrap:wrap;justify-content:center;gap:0 6px;width:100%;max-width:611px;margin:0;font-family:Open Sans,sans-serif;font-size:18px;font-weight:400;line-height:27px;display:flex}#partnerships--partnerships-section.partnerships .toggleButtons{background:#f3f3f3;border-radius:999px;grid-template-columns:repeat(2,minmax(0,1fr));width:min(100% - 48px,500px);margin-top:35px;padding:4px;display:grid;position:relative;overflow:hidden}#partnerships--partnerships-section.partnerships .toggleButton{z-index:2;color:#868686;min-width:0;font:inherit;text-align:center;cursor:pointer;background:0 0;border:0;padding:11px 16px;font-size:15px;font-weight:600;transition:color .3s;position:relative}#partnerships--partnerships-section.partnerships .toggleButton.active{color:#fff}#partnerships--partnerships-section.partnerships .toggleButton:focus-visible{outline-offset:-2px;border-radius:999px;outline:2px solid #169ff2}#partnerships--partnerships-section.partnerships .selector{z-index:1;inset-block:4px;pointer-events:none;background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);border-radius:999px;width:calc(50% - 4px);transition:transform .3s;position:absolute;left:4px;transform:translate(0)}#partnerships--partnerships-section.partnerships .selector.is-solution{transform:translate(100%)}#partnerships--partnerships-section.partnerships .partners{width:100%;min-width:0;max-width:1360px;margin-inline:auto;padding-inline:24px}#partnerships--partnerships-section.partnerships .partners .sol-partners,#partnerships--partnerships-section.partnerships .partners .tech-partners{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:25px;width:100%;min-width:0;margin-top:50px;display:grid}#partnerships--partnerships-section.partnerships .partners .tech-partner,#partnerships--partnerships-section.partnerships .partners .sol-partner{opacity:0;will-change:opacity, transform;background:#fff;border:1px solid #00000017;border-radius:10px;flex-direction:column;width:100%;min-width:0;height:100%;transition:opacity .6s ease-out,transform .6s ease-out;display:flex;overflow:hidden;transform:translateY(30px)}#partnerships--partnerships-section.partnerships .partners .tech-partner.in-view,#partnerships--partnerships-section.partnerships .partners .sol-partner.in-view{opacity:1;transform:translateY(0)}#partnerships--partnerships-section.partnerships .partners .tech-partner>.thumbnail,#partnerships--partnerships-section.partnerships .partners .sol-partner>.thumbnail{aspect-ratio:2;object-fit:cover;flex:none;width:100%;max-width:none;height:auto;display:block}#partnerships--partnerships-section.partnerships .partners .tech-partner .info,#partnerships--partnerships-section.partnerships .partners .sol-partner .info{text-align:left;flex-direction:column;flex:auto;gap:12px;width:100%;min-width:0;padding:20px 15px 0;display:flex}#partnerships--partnerships-section.partnerships .partners .name,#partnerships--partnerships-section.partnerships .partners .description{min-width:0;margin:0}#partnerships--partnerships-section.partnerships .partners .name{color:#3e3e3e;overflow-wrap:anywhere;font-size:19px;font-weight:700;line-height:1.35}#partnerships--partnerships-section.partnerships .partners .description{color:#3e3e3e;overflow-wrap:anywhere;width:100%;max-width:none;font-size:15px;font-weight:400;line-height:1.4}#partnerships--partnerships-section.partnerships .partners .editor-paragraph{margin:0}#partnerships--partnerships-section.partnerships .partners .tech-partner .bottom,#partnerships--partnerships-section.partnerships .partners .sol-partner .bottom{flex-direction:column;align-items:flex-start;gap:10px;width:100%;min-width:0;margin-top:auto;margin-bottom:12px;display:flex}#partnerships--partnerships-section.partnerships .tech-partner .read-more{color:#169ff2;align-items:center;gap:10px;width:fit-content;margin-top:5px;text-decoration:none;transition:opacity .3s;display:inline-flex}#partnerships--partnerships-section.partnerships .tech-partner .read-more span{font-size:15px;font-weight:600;transition:color .3s}#partnerships--partnerships-section.partnerships .tech-partner .read-more .arrow-logo{object-fit:contain;width:15px;height:15px;margin-top:0;transition:transform .3s}#partnerships--partnerships-section.partnerships .tech-partner .read-more:hover{opacity:.9}#partnerships--partnerships-section.partnerships .tech-partner .read-more:hover span{color:#0e86cc}#partnerships--partnerships-section.partnerships .tech-partner .read-more:hover .arrow-logo{transform:translate(5px)}#partnerships--partnerships-section.partnerships .tech-partner .bottom>a:not(.read-more){width:fit-content;display:inline-flex}#partnerships--partnerships-section.partnerships .tech-partner .bottom .logo{object-fit:contain;width:30px;height:30px;display:block}#partnerships--partnerships-section.partnerships .sol-partner .location{align-items:center;gap:10px;min-width:0;margin-bottom:15px;display:flex}#partnerships--partnerships-section.partnerships .sol-partner .location img{object-fit:contain;flex:none;width:13px;height:20px}#partnerships--partnerships-section.partnerships .sol-partner .location span{overflow-wrap:anywhere;min-width:0}#partnerships--partnerships-section.partnerships .sol-partner .contact{flex-direction:column;gap:15px;width:100%;min-width:0;display:flex}#partnerships--partnerships-section.partnerships .sol-partner .contact-title{color:#3e3e3e;margin:0;font-size:15px;font-weight:700}#partnerships--partnerships-section.partnerships .sol-partner .contact-info{overflow-wrap:anywhere;width:100%;min-width:0;height:auto;padding:0}#partnerships--partnerships-section.partnerships .sol-partner .icons{flex-wrap:wrap;gap:12px;margin-top:25px;margin-bottom:12px;display:flex}#partnerships--partnerships-section.partnerships .sol-partner .icons a{display:inline-flex}#partnerships--partnerships-section.partnerships .sol-partner .icons img{object-fit:contain;width:30px;height:30px;display:block}@media only screen and (width<=1280px){#partnerships--partnerships-section.partnerships .partners .sol-partners,#partnerships--partnerships-section.partnerships .partners .tech-partners{grid-template-columns:repeat(2,minmax(0,1fr))}}@media only screen and (width<=870px){#partnerships--partnerships-section.partnerships .partners .sol-partners,#partnerships--partnerships-section.partnerships .partners .tech-partners{grid-template-columns:minmax(0,1fr)}}@media screen and (width<=732px){#partnerships--partnerships-section.partnerships{margin-block:72px}#partnerships--partnerships-section.partnerships .partnerships-three-texts-wrapper{align-items:flex-start;padding-inline:20px}#partnerships--partnerships-section.partnerships .partnerships-three-texts-wrapper .heading-subtext{align-items:flex-start}#partnerships--partnerships-section.partnerships .partnerships-three-texts-wrapper .text-animation{text-align:left;justify-content:flex-start;width:100%;max-width:100%}#partnerships--partnerships-section.partnerships .section-title,#partnerships--partnerships-section.partnerships .heading-subtext .section-subtitle,#partnerships--partnerships-section.partnerships .heading-subtext .section-description{text-align:left;justify-content:flex-start;max-width:100%}#partnerships--partnerships-section.partnerships .heading-subtext .section-subtitle{font-size:30px}#partnerships--partnerships-section.partnerships .partners{padding-inline:20px}#partnerships--partnerships-section.partnerships .toggleButtons{width:calc(100% - 40px)}#partnerships--partnerships-section.partnerships .toggleButton{padding-inline:10px;font-size:14px}}@media screen and (width<=480px){#partnerships--partnerships-section.partnerships .partnerships-three-texts-wrapper,#partnerships--partnerships-section.partnerships .partners{padding-inline:16px}#partnerships--partnerships-section.partnerships .toggleButtons{width:calc(100% - 32px)}}@media (prefers-reduced-motion:reduce){#partnerships--partnerships-section.partnerships .partners .tech-partner,#partnerships--partnerships-section.partnerships .partners .sol-partner{opacity:1;transform:none}#partnerships--partnerships-section.partnerships .selector,#partnerships--partnerships-section.partnerships .toggleButton,#partnerships--partnerships-section.partnerships .tech-partner .read-more,#partnerships--partnerships-section.partnerships .tech-partner .read-more .arrow-logo{transition:none}}#partnerships-form,#partnerships-form *,#partnerships-form :before,#partnerships-form :after{box-sizing:border-box}#partnerships-form{color:#3e3e3e;background-color:#eaf6fe;flex-direction:column;align-items:center;width:100%;padding-inline:24px;scroll-margin-top:60px;display:flex;position:relative}#partnerships-form:before{content:"";opacity:.5;background:linear-gradient(135deg,#e0f5fffa 0%,#f6eeff 78.13%,#e8d4ff 100%);position:absolute;inset:0}#partnerships-form>*{z-index:1;position:relative}#partnerships-form .formHeader{width:100%;max-width:928px}#partnerships-form .partnerships-three-texts-wrapper{flex-direction:column;align-items:center;width:100%;display:flex}#partnerships-form .heading-subtext{flex-direction:column;align-items:center;gap:25px;width:100%;display:flex}#partnerships-form .section-title{color:#0000;text-align:center;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);-webkit-background-clip:text;background-clip:text;width:100%;margin:50px 0 0;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;line-height:20px}#partnerships-form .section-subtitle{color:#3e3e3e;text-align:center;margin:0;width:100%;margin-top:15px;font-family:Open Sans,sans-serif;font-size:40px;font-weight:700;line-height:1.2}#partnerships-form .section-heading{align-self:center;max-width:928px}#partnerships-form .section-description{color:#3e3e3e;text-align:center;width:100%;margin:0 0 25px;font-family:Open Sans,sans-serif;font-size:18px;font-weight:400;line-height:27px}#partnerships-form .text-animation{opacity:0;flex-wrap:wrap;justify-content:center;gap:0 6px;display:flex}#partnerships-form .text-animation span{opacity:0;transform:translateY(10px)}#partnerships-form .text-animation.visible{opacity:1}#partnerships-form .text-animation.visible span{animation:.5s forwards partnershipsFormFadeInWord;animation-delay:var(--delay,0s)}#partnerships-form p.text-animation.visible span{animation-duration:.3s}@keyframes partnershipsFormFadeInWord{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}#partnerships-form .card{background:#fff;border-radius:8px;width:100%;max-width:920px;margin:45px auto 80px;padding:48px 80px;position:relative;box-shadow:1px 1px 4px 1px #00000040}#partnerships-form #pluxin-request{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 20px;width:100%;margin:0;display:grid}#partnerships-form #pluxin-request .fill{grid-column:1/-1}#partnerships-form #pluxin-request .form-field{flex-direction:column;gap:6px;width:100%;min-width:0;display:flex}#partnerships-form #pluxin-request .form-field label{color:#777;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400}#partnerships-form #pluxin-request .form-field input[type=text],#partnerships-form #pluxin-request .form-field input[type=email],#partnerships-form #pluxin-request .form-field textarea{color:#3e3e3e;background:#fff;border:1px solid #bdbdbd;border-radius:8px;outline:0;width:100%;min-width:0;padding:10px 12px;font-family:Open Sans,sans-serif;font-size:15px}#partnerships-form #pluxin-request .form-field input[type=text],#partnerships-form #pluxin-request .form-field input[type=email]{height:40px}#partnerships-form #pluxin-request .form-field textarea{resize:vertical;min-height:95px}#partnerships-form #pluxin-request .form-field input:focus,#partnerships-form #pluxin-request .form-field textarea:focus{border-color:#169ff2}#partnerships-form #pluxin-request .form-field input::placeholder,#partnerships-form #pluxin-request .form-field textarea::placeholder{color:#8a8a8a;opacity:1}#partnerships-form .terms{align-items:flex-start;margin-top:16px;display:flex}#partnerships-form .terms .checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;flex:none;margin-top:4px;padding-left:35px;position:relative}#partnerships-form .terms .checkbox input{z-index:1;opacity:0;cursor:pointer;width:16px;height:16px;position:absolute;top:-2px;left:-3px}#partnerships-form .terms .checkmark{background:#169ff2;border:1px solid #169ff2;border-radius:4px;width:16px;height:16px;transition:background-color .25s;position:absolute;top:0;left:0}#partnerships-form .terms .checkmark:before{content:"";background:#fff;border-radius:4px;position:absolute;inset:0}#partnerships-form .terms .checkbox input:checked~.checkmark:before{display:none}#partnerships-form .terms .checkmark:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}#partnerships-form .terms p{color:#3e3e3e;text-align:left;margin:0;padding-left:6px;font-family:Open Sans,sans-serif;font-size:13px;font-weight:400}#partnerships-form .terms p a{color:#169ff2;font-weight:700;text-decoration:none}#partnerships-form .captcha-container{justify-content:center;align-items:center;width:100%;max-width:100%;display:flex;overflow:hidden}#partnerships-form #contact-captcha{filter:drop-shadow(0 4px 10px #0000000d);display:inline-block}#partnerships-form .error-banner{color:#5f2120;background:#fdeded;border-left:4px solid #d32f2f;border-radius:4px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;animation:.3s ease-out partnershipsFormSlideIn;display:flex}@keyframes partnershipsFormSlideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}#partnerships-form .btn-row{justify-content:center;width:100%;display:flex}#partnerships-form .btn-row .button,#partnerships-form .sent .button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00b0fffa 0%,#861ffc 77.65% 100%);border:0;border-radius:8px;justify-content:center;align-items:center;width:min(100%,424px);min-height:60px;margin-top:30px;padding:0;font-family:Open Sans,sans-serif;font-size:18px;font-weight:600;text-decoration:none;transition:transform .5s;display:flex;box-shadow:0 1px 1px #00000040}#partnerships-form .btn-row .button:hover,#partnerships-form .sent .button:hover{transform:scale(1.08)}#partnerships-form .sent{background:#fff;flex-direction:column;align-items:center;width:100%;height:100%;padding:72px;display:none;position:absolute;inset:0}#partnerships-form .sent.show{display:flex}#partnerships-form .sent h2{color:#3e3e3e;text-align:center;max-width:424px;margin:12px 0 0;font-size:28px;font-weight:700}#partnerships-form .sent h3{color:#3e3e3e;text-align:center;max-width:424px;margin:48px 0 0;font-size:20px;font-weight:400}#partnerships-form .sent .button{margin-top:60px}#partnerships-form .formConfirmation{text-align:center;scroll-margin-top:100px;display:none}#partnerships-form .formConfirmation .section-subtitle{margin:25px 0}@media screen and (width<=992px){#partnerships-form .card{box-shadow:none;background:0 0;padding-inline:0}#partnerships-form form input[type=text],#partnerships-form form textarea{background:0 0}}@media screen and (width<=732px){#partnerships-form{padding-inline:20px}#partnerships-form .formHeader{width:100%;max-width:none}#partnerships-form .partnerships-three-texts-wrapper,#partnerships-form .heading-subtext{align-items:flex-start}#partnerships-form .section-title,#partnerships-form .section-subtitle,#partnerships-form .section-description{text-align:left;justify-content:flex-start}#partnerships-form .section-subtitle{font-size:30px;line-height:1.2}#partnerships-form .section-heading{align-self:flex-start}#partnerships-form .text-animation{flex-wrap:wrap;justify-content:flex-start;width:100%;display:flex}#partnerships-form .card{width:100%;max-width:100%;margin-inline:0;padding:24px 0}#partnerships-form #pluxin-request{grid-template-columns:1fr;gap:18px}#partnerships-form #pluxin-request .form-field,#partnerships-form #pluxin-request .fill{grid-column:1/-1;width:100%;min-width:0}#partnerships-form #pluxin-request .form-field input,#partnerships-form #pluxin-request .form-field textarea{width:100%;min-width:0}#partnerships-form .terms{width:100%}#partnerships-form .terms .checkbox{padding-left:20px}#partnerships-form .terms p{overflow-wrap:anywhere;margin-top:0;font-size:8.5px}#partnerships-form .btn-row .button{width:100%;max-width:100%}#partnerships-form .sent{justify-content:center;padding:48px 36px}#partnerships-form .sent h2{max-width:332px;margin:0;font-size:24px}#partnerships-form .sent h3{font-size:18px}#partnerships-form .sent .button{width:100%}}@media screen and (width<=350px){#partnerships-form #contact-captcha{transform-origin:50%;transform:scale(.85)}}@media (prefers-reduced-motion:reduce){#partnerships-form .text-animation,#partnerships-form .text-animation span{opacity:1;transform:none}#partnerships-form .text-animation.visible span,#partnerships-form .error-banner{animation:none}#partnerships-form .btn-row .button,#partnerships-form .sent .button{transition:none}}#partnerships-get-started.get-started,#partnerships-get-started.get-started *,#partnerships-get-started.get-started :before,#partnerships-get-started.get-started :after{box-sizing:border-box}#partnerships-get-started.get-started{justify-content:center;align-items:center;width:100%;height:fit-content;margin-top:0;padding:45px 0 102px;display:flex}#partnerships-get-started.get-started .inner{justify-content:center;align-items:center;width:100%;height:100%;display:flex}#partnerships-get-started.get-started .button-container{text-align:center;background:linear-gradient(#5c0dce 0%,#169ff2 100%);border-radius:12px;flex-flow:wrap;justify-content:center;align-items:center;gap:30px;width:100%;max-width:920px;padding:48px;display:flex}#partnerships-get-started.get-started .button-container .text{flex-direction:column;justify-content:center;gap:15px;display:flex}#partnerships-get-started.get-started .button-container .heading{color:#fff;text-align:left;max-width:637px;margin:0;font-family:Open Sans,sans-serif;font-size:29px;font-weight:400;line-height:1.35}#partnerships-get-started.get-started .button-container .heading strong{font-weight:700}#partnerships-get-started.get-started .button-container .subtext{color:#fff;text-align:left;max-width:637px;margin:0;font-family:Open Sans,sans-serif;font-size:18px;font-weight:200;line-height:1.5}#partnerships-get-started.get-started .button-container .button{color:#fff;text-align:center;cursor:pointer;background:#169ff2;border:none;border-radius:8px;justify-content:center;align-items:center;padding:12px 48px;font-family:Open Sans,sans-serif;font-size:18px;font-weight:600;line-height:25px;text-decoration:none;transition:transform .5s;display:inline-flex}#partnerships-get-started.get-started .button-container .button:hover{transform:scale(1.08)}@media only screen and (width<=1000px){#partnerships-get-started.get-started .button-container{gap:20px;padding:48px 24px}#partnerships-get-started.get-started .button-container .text{margin:0 20px 0 0}#partnerships-get-started.get-started .button-container .button{align-self:center}}@media only screen and (width<=939px){#partnerships-get-started.get-started .button-container .heading,#partnerships-get-started.get-started .button-container .subtext{text-align:left}}@media only screen and (width<=860px){#partnerships-get-started.get-started .button-container .heading,#partnerships-get-started.get-started .button-container .subtext{text-align:center}}@media only screen and (width<=732px){#partnerships-get-started.get-started .button-container{gap:0;margin:0}#partnerships-get-started.get-started .button-container .text{margin:0}#partnerships-get-started.get-started .button-container .heading{text-align:center;max-width:none}#partnerships-get-started.get-started .button-container .subtext{text-align:center}#partnerships-get-started.get-started .button-container .button{margin-top:25px}}#careers-header,#careers-header *,#careers-header :before,#careers-header :after{box-sizing:border-box}#careers-header.header{box-sizing:border-box;flex-direction:column;justify-content:center;align-items:center;width:100%;height:fit-content;padding:80px 0;display:flex;position:relative}#careers-header.header:before{content:"";background:var(--primary-linear-gradient);position:absolute;inset:-96px 0 0}#careers-header .inner{flex-direction:column;justify-content:center;align-items:center;height:fit-content;padding:0 24px;display:flex}#careers-header h1{color:#fff;letter-spacing:-1px;text-align:center;margin:0;font-family:Open Sans,sans-serif;font-size:50px;font-style:normal;font-weight:700;line-height:68px}#careers-header p{color:#fff;text-align:center;width:100%;max-width:860px;margin:25px 0 0;font-family:Open Sans,sans-serif;font-size:22px;font-style:normal;font-weight:300;line-height:37px}#careers-header .text-animation{opacity:0;flex-wrap:wrap;justify-content:center;gap:0 6px;display:flex}#careers-header .text-animation span{opacity:0;transform:translateY(10px)}#careers-header .text-animation.visible{opacity:1}#careers-header .text-animation.visible span{animation:.5s forwards careersHeaderFadeInWord;animation-delay:var(--delay,0s)}#careers-header p.text-animation.visible span{animation-duration:.3s}@keyframes careersHeaderFadeInWord{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}@media only screen and (width<=732px){#careers-header .inner{align-items:flex-start;min-height:auto;padding:0 24px}#careers-header h1{text-align:left;margin-top:80px;font-size:30px;line-height:120%}#careers-header p{color:#ffffffb5;text-align:left;margin-bottom:60px;font-size:18px;font-weight:400;line-height:27px}#careers-header .text-animation{flex-wrap:wrap;justify-content:flex-start;width:100%;display:flex}}@media (prefers-reduced-motion:reduce){#careers-header .text-animation,#careers-header .text-animation span{opacity:1;transform:none}#careers-header .text-animation.visible span{animation:none}}#careers-images.images,#careers-images.images *,#careers-images.images :before,#careers-images.images :after{box-sizing:border-box}#careers-images.images{color:#3e3e3e;width:100%;overflow:hidden}#careers-images.images>.inner{flex-direction:column;justify-content:center;width:100%;margin-top:100px;padding-inline:24px;display:flex}#careers-images .heading-subtext{flex-direction:column;align-self:center;align-items:center;gap:25px;width:100%;display:flex}#careers-images .section-title{color:#0000;text-align:center;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);-webkit-background-clip:text;background-clip:text;flex-wrap:wrap;justify-content:center;gap:0 6px;width:100%;margin:0;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;line-height:20px;display:flex}#careers-images .section-subtitle{color:#3e3e3e;text-align:center;flex-wrap:wrap;justify-content:center;gap:0 6px;width:100%;margin:15px 0 0;font-family:Open Sans,sans-serif;font-size:40px;font-weight:700;line-height:1.2;display:flex}#careers-images .section-description{color:#3e3e3e;text-align:center;flex-wrap:wrap;justify-content:center;gap:0 6px;width:100%;max-width:920px;margin:0;font-family:Open Sans,sans-serif;font-size:18px;font-weight:400;line-height:1.6;display:flex}#careers-images .mobile-text{display:none}#careers-images .desktop-text{display:flex}#careers-images .text-animation{opacity:0}#careers-images .text-animation>span{opacity:0;display:inline-block;transform:translateY(10px)}#careers-images .text-animation.visible{opacity:1}#careers-images .text-animation.visible>span{animation:.5s forwards careersImagesFadeInWord;animation-delay:var(--delay,0s)}#careers-images p.text-animation.visible>span{animation-duration:.3s}@keyframes careersImagesFadeInWord{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}#careers-images .button-wrapper{align-self:center;margin-bottom:0}#careers-images #jobs-opening-button .button-white{color:#3e3e3e;text-align:center;background:#fff;border:1px solid #3e3e3e14;border-radius:7px;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin:32px auto 52px;padding:8px 16px;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;line-height:20px;text-decoration:none;transition:transform .5s,background-color .25s,color .25s;display:flex;box-shadow:0 1px 5px #3e3e3e1a}#careers-images #jobs-opening-button .button-white:hover{transform:scale(1.08)}#careers-images .button-wrapper.animate{opacity:0;transform:translateY(12px)}#careers-images .button-wrapper.animate.visible{animation:.6s ease-out forwards careersImagesButtonFadeIn;animation-delay:var(--delay,0s)}@keyframes careersImagesButtonFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}#careers-images .image-carousel{justify-content:center;width:100%;padding:0 0 40px;display:flex;position:relative;overflow:hidden}#careers-images .image-carousel:before,#careers-images .image-carousel:after{content:"";z-index:3;pointer-events:none;width:150px;position:absolute;top:0;bottom:40px}#careers-images .image-carousel:before{background:linear-gradient(90deg,#fff 0%,#fffffff2 20%,#fff0 100%);left:0}#careers-images .image-carousel:after{background:linear-gradient(270deg,#fff 0%,#fffffff2 20%,#fff0 100%);right:0}#careers-images .carousel-inner{width:100%;max-width:100%}#careers-images .image-carousel .row{white-space:nowrap;width:max-content;display:flex}#careers-images .slide-track{flex:none;animation:40s linear infinite careersImagesSlide;display:flex}#careers-images .image-carousel .row:hover .slide-track{animation-play-state:paused}#careers-images .card-image{flex:none;margin-inline:16px}#careers-images .card-image img{object-fit:cover;border-radius:12px;width:353px;height:218px;display:block;box-shadow:0 4px 10px #0000001a}#careers-images .desktop-only{display:block}#careers-images .mobile-only{display:none}@keyframes careersImagesSlide{0%{transform:translate(0)}to{transform:translate(-100%)}}@media only screen and (width<=732px){#careers-images.images>.inner{margin-top:50px}#careers-images .heading-subtext{align-items:flex-start}#careers-images .section-title,#careers-images .section-subtitle,#careers-images .section-description{text-align:left;justify-content:flex-start}#careers-images .section-subtitle{font-size:30px}#careers-images .desktop-text{display:none}#careers-images .mobile-text{display:flex}#careers-images .inner #jobs-opening-button{width:100%;max-width:100%}#careers-images #jobs-opening-button .button-white{margin-inline:0}#careers-images .desktop-only{display:none}#careers-images .mobile-only{flex-direction:column;gap:10px;display:flex}#careers-images .image-carousel:before,#careers-images .image-carousel:after{display:none}#careers-images .card-image img{width:223px;height:144px}#careers-images .image-carousel .row.reverse-direction .slide-track{animation-direction:reverse}}@media (prefers-reduced-motion:reduce){#careers-images .text-animation,#careers-images .text-animation>span,#careers-images .button-wrapper.animate{opacity:1;transform:none}#careers-images .text-animation.visible>span,#careers-images .button-wrapper.animate.visible,#careers-images .slide-track{animation:none}}#careers-benefits-section,#careers-benefits-section *,#careers-benefits-section :before,#careers-benefits-section :after{box-sizing:border-box}#careers-benefits-section.benefits-wrappper{background-image:linear-gradient(to bottom, #fff0 60%, #fff 100%), var(--benefits-background);color:#3e3e3e;background-position:top;background-repeat:no-repeat;background-size:cover;width:100%;padding-top:45px;padding-bottom:45px}#careers-benefits-section>.inner{flex-direction:column;justify-content:center;align-items:center;width:100%;margin-top:0;padding-inline:24px;display:flex}#careers-benefits-section .heading-subtext{flex-direction:column;align-items:center;gap:25px;width:100%;display:flex}#careers-benefits-section .section-title{color:#0000;text-align:center;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);-webkit-background-clip:text;background-clip:text;flex-wrap:wrap;justify-content:center;gap:0 6px;margin:0;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;line-height:20px;display:flex}#careers-benefits-section .section-subtitle{color:#3e3e3e;text-align:center;flex-wrap:wrap;justify-content:center;gap:0 6px;width:100%;margin:15px 0 0;font-family:Open Sans,sans-serif;font-size:40px;font-weight:700;line-height:54px;display:flex}#careers-benefits-section .section-description{color:#3e3e3e;text-align:center;flex-wrap:wrap;justify-content:center;gap:0 6px;width:100%;max-width:720px;margin:0;font-family:Open Sans,sans-serif;font-size:18px;font-weight:400;line-height:27px;display:flex}#careers-benefits-section .text-animation{opacity:0}#careers-benefits-section .text-animation>span{opacity:0;display:inline-block;transform:translateY(10px)}#careers-benefits-section .text-animation.visible{opacity:1}#careers-benefits-section .text-animation.visible>span{animation:.5s forwards careersBenefitsFadeInWord;animation-delay:var(--delay,0s)}#careers-benefits-section p.text-animation.visible>span{animation-duration:.3s}@keyframes careersBenefitsFadeInWord{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}#careers-benefits-section .benefits-background-wrapper{width:100%}#careers-benefits-section .benefits{grid-template-columns:repeat(3,1fr);justify-items:center;gap:50px 100px;width:fit-content;margin:100px auto 0;display:grid}#careers-benefits-section .benefit{min-width:0}#careers-benefits-section .benefit.animate{opacity:0;transform:translateY(var(--startPosition,60px))}#careers-benefits-section .benefit.animate.visible{animation:.5s forwards careersBenefitFadeUp;animation-delay:var(--delay,0s)}@keyframes careersBenefitFadeUp{0%{opacity:0;transform:translateY(var(--startPosition,60px))}to{opacity:1;transform:translateY(0)}}#careers-benefits-section .benefit-heading{color:#3e3e3e;font-family:Open Sans,sans-serif;font-size:21px;font-weight:600;line-height:normal}#careers-benefits-section .benefit-subtext{color:#3e3e3e;max-width:350px;margin-top:25px;font-family:Open Sans,sans-serif;font-size:18px;font-weight:400;line-height:normal}#careers-benefits-section .icon-41{object-fit:contain;width:41px;height:41px}#careers-benefits-section .icon-special-width{width:51px}@media only screen and (width<=1350px){#careers-benefits-section .benefits{gap:50px}}@media only screen and (width<=1250px){#careers-benefits-section .benefits{grid-template-columns:repeat(2,1fr)}}@media only screen and (width<=810px){#careers-benefits-section .benefits{grid-template-columns:repeat(1,1fr);margin-top:0}#careers-benefits-section .benefit-subtext{margin-top:0}}@media only screen and (width<=732px){#careers-benefits-section.benefits-wrappper{justify-content:flex-start;width:100%;display:flex}#careers-benefits-section>.inner{padding-inline:24px}#careers-benefits-section .heading-subtext{align-items:flex-start;width:100%}#careers-benefits-section .section-title,#careers-benefits-section .section-subtitle,#careers-benefits-section .section-description{text-align:left;justify-content:flex-start;width:100%}#careers-benefits-section .section-subtitle{font-size:30px;line-height:1.2}#careers-benefits-section .benefits{margin-top:25px;padding:28px 32px}#careers-benefits-section #career-benefits{padding-inline:0}}@media (prefers-reduced-motion:reduce){#careers-benefits-section .text-animation,#careers-benefits-section .text-animation>span,#careers-benefits-section .benefit.animate{opacity:1;transform:none}#careers-benefits-section .text-animation.visible>span,#careers-benefits-section .benefit.animate.visible{animation:none}}#jobs.jobs,#jobs.jobs *,#jobs.jobs :before,#jobs.jobs :after{box-sizing:border-box}#jobs.jobs{z-index:1;color:#3e3e3e;flex-direction:column;align-items:center;width:100%;padding:32px 0 0;display:flex;position:relative}#jobs.jobs>.inner{flex-direction:column;justify-content:space-between;align-items:center;width:100%;max-width:1040px;margin:45px 0 0;display:flex}#jobs.jobs .section-title{color:#0000;text-align:center;-webkit-text-fill-color:transparent;background:linear-gradient(90deg,#169ff2 0%,#5c0dce 100%);-webkit-background-clip:text;background-clip:text;flex-wrap:wrap;justify-content:center;gap:0 6px;margin:0;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;line-height:20px;display:flex}#jobs.jobs .heading-subtext{flex-direction:column;align-items:center;gap:25px;width:100%;display:flex}#jobs.jobs .section-subtitle{color:#3e3e3e;text-align:center;flex-wrap:wrap;justify-content:center;gap:0 6px;width:100%;margin:0;font-family:Open Sans,sans-serif;font-size:40px;font-weight:700;line-height:54px;display:flex}#jobs.jobs .text-animation{opacity:0}#jobs.jobs .text-animation>span{opacity:0;display:inline-block;transform:translateY(10px)}#jobs.jobs .text-animation.visible{opacity:1}#jobs.jobs .text-animation.visible>span{animation:.5s forwards jobsFadeInWord;animation-delay:var(--delay,0s)}#jobs.jobs p.text-animation.visible>span{animation-duration:.3s}@keyframes jobsFadeInWord{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}#jobs.jobs .job-openings-text .no-openings{text-align:center;width:fit-content;margin:0}#jobs.jobs .job-openings-text .card{justify-content:center;display:flex}#jobs.jobs .job-openings-text .card a{color:#3e3e3e;cursor:pointer;border:1px solid #00000014;border-radius:50px;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;width:fit-content;margin:0;padding:0 16px 0 0;font-family:Open Sans,sans-serif;font-size:20px;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;display:flex}#jobs.jobs .job-openings-text .card a:hover{transform:scale(1.05)}#jobs.jobs .job-openings-text .card img{flex:none;display:block}#jobs.jobs .cards{flex-flow:wrap;justify-content:center;gap:20px;width:100%;margin:40px 0 120px;padding:0;display:flex}#jobs.jobs .separator{background-color:#00000026;width:100%;height:1px;margin-top:45px}@media only screen and (width<=1200px){#jobs.jobs>.inner{padding-inline:32px}}@media only screen and (width<=732px){#jobs.jobs>.inner{padding-inline:24px}#jobs.jobs .heading-subtext{align-items:center;width:100%}#jobs.jobs .section-title,#jobs.jobs .section-subtitle{text-align:center;justify-content:center}#jobs.jobs .section-subtitle{margin-top:15px;font-size:30px;line-height:1.2}#jobs.jobs .job-openings-text .no-openings{text-align:center;width:100%}#jobs.jobs .job-openings-text .card{width:100%;display:flex}#jobs.jobs .cards{margin-bottom:80px}}@media (prefers-reduced-motion:reduce){#jobs.jobs .text-animation,#jobs.jobs .text-animation>span{opacity:1;transform:none}#jobs.jobs .text-animation.visible>span{animation:none}#jobs.jobs .job-openings-text .card a{transition:none}}html{scrollbar-gutter:stable}:is(html:has(#ibc-booking-page .modal-overlay:not([hidden])),body:has(#ibc-booking-page .modal-overlay:not([hidden]))){overflow:hidden}#ibc-booking-page,#ibc-booking-page *,#ibc-booking-page :before,#ibc-booking-page :after{box-sizing:border-box}#ibc-booking-page{color:#3e3e3e;width:100%;font-family:Open Sans,sans-serif}#ibc-booking-page .section-overview{z-index:1;flex-direction:column;align-items:center;margin-top:30px;margin-bottom:30px;font-family:Open Sans,sans-serif;display:flex;position:relative}#ibc-booking-page .section-overview .inner{flex-direction:column;align-items:center;width:100%;max-width:1040px;padding:80px 0 60px;display:flex}#ibc-booking-page .app{width:100%}#ibc-booking-page .section-overview .inner h1{color:#3e3e3e;margin:0;font-size:40px;font-style:normal;font-weight:700;line-height:122%}#ibc-booking-page .section-overview .inner h1 span,#ibc-booking-page .modal #modal-title span,#ibc-booking-page .modal h2 span{background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}#ibc-booking-page .section-overview .inner p{color:#3f4650;margin-bottom:40px;font-family:Open Sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:160%}#ibc-booking-page .section-overview .inner p.footnote{color:#5f6368;margin-top:24px;font-size:15px}#ibc-booking-page .section-overview .inner p.hint{color:#5f6368;margin:8px 0 0;font-size:15px;font-style:normal;font-weight:600;line-height:155%}#ibc-booking-page .day-tabs{border-bottom:2px solid #169ff2;flex-wrap:wrap;gap:8px;margin-bottom:24px;padding-bottom:24px;display:flex}#ibc-booking-page .day-tab{color:#3e3e3e;cursor:pointer;background:0 0;border:1px solid #868a8f;border-radius:8px;min-height:44px;padding:12px 16px;font-family:inherit;font-size:18px;font-weight:400;transition:background-color .15s,border-color .15s,color .15s}#ibc-booking-page .day-tab:hover{color:#fff;background:#0078ae;border-color:#169ff2}#ibc-booking-page .day-tab.active{color:#fff;background:#169ff2;border-color:#169ff2}#ibc-booking-page .slot-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:10px;display:grid}#ibc-booking-page .slot-btn{color:#3e3e3e;cursor:pointer;background:#fff;border:1px solid #868a8f;border-radius:8px;min-height:44px;padding:12px;font-family:inherit;font-size:18px;font-weight:500;transition:background-color .15s,border-color .15s}#ibc-booking-page .slot-btn:hover{background-color:#c7edff;border-color:#169ff2}#ibc-booking-page .availability-error{color:#d64545}#ibc-booking-page .modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(5px);background:#141b2459;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}#ibc-booking-page .modal-overlay[hidden]{display:none}#ibc-booking-page .modal{background:#fff;border:1px solid #0000000f;border-radius:24px;width:100%;max-width:800px;max-height:calc(100vh - 48px);padding:0;position:relative;overflow:hidden;box-shadow:0 30px 70px #0000002e,0 8px 24px #00000014}#ibc-booking-page .modal>div:not([hidden]){scrollbar-width:thin;scrollbar-color:#b8bec4 transparent;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;width:100%;max-height:calc(100vh - 48px);padding:40px;overflow-y:auto}#ibc-booking-page .modal>div:not([hidden])::-webkit-scrollbar{width:8px}#ibc-booking-page .modal>div:not([hidden])::-webkit-scrollbar-track{background:0 0}#ibc-booking-page .modal>div:not([hidden])::-webkit-scrollbar-thumb{background:#b8bec4 padding-box padding-box;border:2px solid #0000;border-radius:999px}#ibc-booking-page .modal>div:not([hidden])::-webkit-scrollbar-thumb:hover{background:#92999f padding-box padding-box}#ibc-booking-page .modal #modal-title,#ibc-booking-page .modal .confirm-booking-label{color:#3e3e3e;margin:0;padding-right:50px;font-family:Open Sans,sans-serif;font-size:40px;font-weight:700;line-height:1.2}#ibc-booking-page .modal .hint{color:#5f6368;margin:10px 0 0;font-size:15px;font-weight:600;line-height:1.55}#ibc-booking-page .modal-close{z-index:10;color:#38404a;cursor:pointer;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;transition:background-color .2s,transform .2s;display:flex;position:absolute;top:28px;right:28px}#ibc-booking-page .modal-close:hover{background:#f3f6f8;transform:scale(1.05)}#ibc-booking-page .modal-close:disabled{cursor:default;opacity:.5;transform:none}#ibc-booking-page .modal #booking-form{flex-direction:column;gap:16px;margin:30px 0 0;padding:0;display:flex}#ibc-booking-page .modal #booking-form label{color:#55545b;letter-spacing:.1px;flex-direction:column;font-family:Open Sans,sans-serif;font-size:13px;font-weight:600;line-height:20px;display:flex}#ibc-booking-page .modal #booking-form input{color:#3e3e3e;background:#fff;border:1px solid #d2d6da;border-radius:10px;outline:none;width:100%;height:50px;margin-top:7px;padding:10px 16px;font-family:inherit;font-size:16px;font-weight:400;line-height:24px;transition:border-color .2s,box-shadow .2s}#ibc-booking-page .modal #booking-form input:hover{border-color:#a9afb5}#ibc-booking-page .modal #booking-form input:focus{border-color:#169ff2;box-shadow:0 0 0 3px #169ff21f}#ibc-booking-page .modal #booking-form input::placeholder{color:#a9adb3;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px}#ibc-booking-page .modal .form-error{color:#d64545;margin:0;font-size:13px;font-weight:500;line-height:1.5}#ibc-booking-page .modal .buttons{gap:14px;width:100%;margin-top:8px;display:flex}#ibc-booking-page .modal .btn-secondary,#ibc-booking-page .modal .btn-primary{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;height:50px;font-family:inherit;font-size:15px;font-weight:600;transition:background-color .2s,border-color .2s,color .2s,transform .2s,box-shadow .2s;display:flex}#ibc-booking-page .modal .btn-secondary{color:#169ff2;background:#fff;border:1px solid #169ff2;flex-shrink:0;width:130px;padding:0 20px}#ibc-booking-page .modal .btn-secondary:hover{background:#169ff214}#ibc-booking-page .modal .btn-primary{color:#fff;background:#169ff2;border:1px solid #169ff2;width:100%;padding:0 24px;box-shadow:0 8px 20px #169ff22e}#ibc-booking-page .modal .btn-primary:hover{background:#078edc;border-color:#078edc;transform:translateY(-1px);box-shadow:0 10px 24px #169ff240}#ibc-booking-page .modal .btn-primary:disabled,#ibc-booking-page .modal .btn-secondary:disabled{cursor:default;opacity:.55;box-shadow:none;transform:none}#ibc-booking-page .modal .footnote{color:#777d83;margin:8px 0 0;font-size:13px;font-weight:400;line-height:1.5}#ibc-booking-page .modal #thankyou-view h2{color:#3e3e3e;margin:0 0 20px;padding-right:45px;font-size:40px;font-weight:700;line-height:1.2}#ibc-booking-page .modal #thankyou-view>p{color:#3f4650;margin:0 0 18px;font-size:16px;line-height:1.65}#ibc-booking-page .modal .thankyou-details{color:#3e3e3e;background:#eef8fe;border:1px solid #169ff226;border-radius:12px;margin:0 0 28px;padding:18px 20px;font-size:16px;line-height:1.7}#ibc-booking-page .modal .thankyou-details strong{font-weight:700}@media (width<=1024px){#ibc-booking-page .section-overview .inner{padding:80px 24px 60px}}@media (width<=600px){#ibc-booking-page .section-overview .inner{padding:30px 24px 0}#ibc-booking-page .section-overview .inner h1{font-size:24px}#ibc-booking-page .section-overview .inner p{margin-bottom:40px;font-size:15px}#ibc-booking-page .section-overview .inner p.footnote{color:#5f6368;margin-top:24px}#ibc-booking-page .day-tabs{scrollbar-width:none;-webkit-overflow-scrolling:touch;overflow-x:auto}#ibc-booking-page .day-tabs::-webkit-scrollbar{display:none}#ibc-booking-page .day-tab{white-space:nowrap;flex:none;font-size:15px}#ibc-booking-page .slot-btn{font-size:15px}#ibc-booking-page .slot-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px}#ibc-booking-page .modal-overlay{align-items:flex-end;padding:0}#ibc-booking-page .modal{border-radius:24px 24px 0 0;width:100%;max-width:none;max-height:calc(100dvh - 45px);padding:0;overflow:hidden}#ibc-booking-page .modal>div:not([hidden]){max-height:calc(100dvh - 45px);padding:30px 24px 28px}#ibc-booking-page .modal #modal-title,#ibc-booking-page .modal .confirm-booking-label,#ibc-booking-page .modal #thankyou-view h2{padding-right:42px;font-size:28px;line-height:1.25}#ibc-booking-page .modal-close{top:20px;right:18px}#ibc-booking-page .modal .hint{margin-top:8px;font-size:14px}#ibc-booking-page .modal #booking-form{gap:14px;margin-top:24px;padding:0;position:static;overflow:visible}#ibc-booking-page .modal #booking-form input{height:48px;font-size:16px}#ibc-booking-page .modal .buttons{flex-direction:column-reverse;gap:10px;margin-top:10px}#ibc-booking-page .modal .btn-primary,#ibc-booking-page .modal .btn-secondary{width:100%}#ibc-booking-page .modal .thankyou-details{padding:16px;font-size:15px}}@media (width<=340px){#ibc-booking-page .section-overview .inner{padding:30px 24px 0}#ibc-booking-page .section-overview .inner h1{font-size:24px}#ibc-booking-page .section-overview .inner p{margin-bottom:40px;font-size:15px}#ibc-booking-page .section-overview .inner p.footnote{color:#5f6368;margin-top:24px}#ibc-booking-page .modal #modal-title,#ibc-booking-page .modal .confirm-booking-label,#ibc-booking-page .modal #thankyou-view h2{font-size:24px}}#request-trial-page,#request-trial-page *,#request-trial-page :before,#request-trial-page :after{box-sizing:border-box}#request-trial-page{color:#3e3e3e;background:#fff;width:100%;font-family:Open Sans,sans-serif}#request-trial-page .contact{z-index:1;background-color:#fff;flex-direction:column;align-items:center;width:100%;display:flex;position:relative}#request-trial-page .contact-inner{width:100%;max-width:1312px;margin:100px auto 140px;padding:0 24px;display:block}#request-trial-page .form{width:100%;margin:0;display:flex}#request-trial-page .form .left,#request-trial-page .form .right{flex:50%;min-width:0}#request-trial-page .form .left{border-right:.3px solid #00000040;flex-direction:column;justify-content:space-around;padding-right:50px;display:flex}#request-trial-page .form .right{width:100%;margin:0;padding-left:50px}#request-trial-page .section-title{text-transform:uppercase;color:#0000;background:linear-gradient(90deg,#169ff2 0%,#861ffc 100%);-webkit-background-clip:text;background-clip:text;width:fit-content;margin:0 0 18px;font-size:15px;font-weight:600;line-height:1.4}#request-trial-page .section-subtitle{color:#3e3e3e;margin:0;font-size:40px;font-weight:700;line-height:1.22}#request-trial-page .section-description{color:#3e3e3e;margin:20px 0 0;font-size:18px;font-weight:400;line-height:1.6}#request-trial-page .form .left .section-title,#request-trial-page .form .left .section-subtitle,#request-trial-page .form .left .section-description{text-align:left}#request-trial-page .form .left .tags{flex-wrap:wrap;gap:8px;margin-top:30px;display:flex}#request-trial-page .form .left .tags .tag{color:#00000094;background:#def2fe;border-radius:5px;padding:10px;font-family:Open Sans,sans-serif;font-size:13px;font-weight:600}#request-trial-page .form .left>img{border-radius:20px;width:100%;margin-top:100px;display:block}#request-trial-page .form .right form,#request-trial-page .form .right form>#firstStep{height:100%}#request-trial-page .form .right form>#firstStep{flex-direction:column;justify-content:space-around;gap:20px;display:flex}#request-trial-page .form .right label{color:#666;margin-bottom:10px;font-family:Open Sans,sans-serif;font-size:12px;font-weight:600;line-height:18px;display:block}#request-trial-page .form .right input,#request-trial-page .form .right textarea{color:#666;background:#fff;border:1px solid #ccc;border-radius:8px;outline:none;width:100%;padding:16px;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px}#request-trial-page .form .right input{height:56px;margin-top:10px}#request-trial-page .form .right textarea{resize:none;height:100%;min-height:160px}#request-trial-page .form .right input:focus,#request-trial-page .form .right textarea:focus{border-color:#169ff2}#request-trial-page .form .right input::placeholder,#request-trial-page .form .right textarea::placeholder{opacity:.6}#request-trial-page .message-group{flex-direction:column;flex-grow:1;display:flex}#request-trial-page .message-group textarea{flex-grow:1}#request-trial-page .input-row{flex-wrap:wrap;gap:20px;display:flex}#request-trial-page .input-group{flex:1 1 0;min-width:250px}#request-trial-page .terms{align-items:flex-start;gap:10px;display:flex}#request-trial-page .terms p{color:#3e3e3e;margin:0;padding:0;font-family:Open Sans,sans-serif;font-size:13px;font-weight:400;line-height:18px}#request-trial-page .terms p a{color:#169ff2;font-size:13px;font-weight:700;line-height:18px;text-decoration:underline}#request-trial-page .checkbox{flex:0 0 20px;width:20px;height:20px;margin:0;position:relative}#request-trial-page .checkbox input{z-index:1;opacity:0;cursor:pointer;width:20px;height:20px;margin:0;position:absolute;top:-2px;left:-3px}#request-trial-page .checkbox .checkmark{background:#fff;border:1.5px solid #169ff2;border-radius:4px;width:20px;height:20px;margin:0;display:block;position:relative}#request-trial-page .checkbox input:checked~.checkmark:after{content:"";border:2px solid #169ff2;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}#request-trial-page .captcha-wrapper,#request-trial-page .captcha-container{width:100%}#request-trial-page .captcha-container{justify-content:center;align-items:center;display:flex}#request-trial-page .g-recaptcha{filter:drop-shadow(0 4px 10px #0000000d);min-width:304px;min-height:78px;display:inline-block}#request-trial-page .error-banner{color:#5f2120;background:#fdeded;border-left:4px solid #d32f2f;border-radius:4px;align-items:center;gap:10px;padding:12px 16px;font-size:14px;font-weight:500;animation:.3s ease-out requestTrialSlideIn;display:flex}#request-trial-page .error-banner[hidden]{display:none}@keyframes requestTrialSlideIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}#request-trial-page #submitBtn{color:#fff;text-align:center;cursor:pointer;background:#169ff2;border:0;border-radius:8px;width:100%;height:56px;margin:0;padding:0;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px;transition:transform .3s ease-in-out}#request-trial-page #submitBtn:hover{transform:scale(1.05)}#request-trial-page .trusted{width:100%;margin-top:110px;overflow:hidden}#request-trial-page .trusted-heading{color:#3e3e3e73;text-align:center;flex-wrap:wrap;justify-content:center;gap:0 6px;margin:0 0 36px;font-size:18px;font-weight:600;line-height:1.5;display:flex}#request-trial-page .logos{width:100%;position:relative;overflow:hidden}#request-trial-page .logo-track{width:max-content;animation:45s linear infinite requestTrialLogoScroll;display:flex}#request-trial-page .logo-slide{flex:none;align-items:center;gap:54px;padding-right:54px;display:flex}#request-trial-page .logo-slide img{object-fit:contain;flex:none;width:auto;max-width:110px;height:48px;display:block}#request-trial-page .logo-fade{z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}#request-trial-page .logo-fade-left{background:linear-gradient(90deg,#fff 0%,#fff0 100%);left:0}#request-trial-page .logo-fade-right{background:linear-gradient(270deg,#fff 0%,#fff0 100%);right:0}@keyframes requestTrialLogoScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}#request-trial-page #formConfirmation{text-align:center;margin-top:100px;scroll-margin-top:100px}#request-trial-page #formConfirmation[hidden]{display:none}#request-trial-page #formConfirmation .section-subtitle,#request-trial-page #formConfirmation .section-description{text-align:center}#request-trial-page #formConfirmation .CTA{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;margin-top:30px;display:grid}#request-trial-page #formConfirmation .confirmation-card{background:#fff;border:1px solid #00000017;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:80px 40px;display:flex}#request-trial-page #formConfirmation .confirmation-card>p{color:#3e3e3e;text-align:center;margin:0 0 24px;font-size:23px;font-weight:700;line-height:32px}#request-trial-page #formConfirmation .confirmation-card>a{color:#fff;background:#169ff2;border:1px solid #3e3e3e14;border-radius:7px;justify-content:center;align-items:center;min-height:48px;padding:10px 36px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .2s;display:inline-flex;box-shadow:0 1px 5px #3e3e3e1a}#request-trial-page #formConfirmation .confirmation-card>a:hover{transform:scale(1.05)}#request-trial-page #formConfirmation .socials{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}#request-trial-page #formConfirmation .socials a{color:#3e3e3e;border:1px solid #00000014;border-radius:26px;align-items:center;min-height:44px;padding:0 18px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .2s,border-color .2s;display:inline-flex}#request-trial-page #formConfirmation .socials a:hover{border-color:#169ff2;transform:scale(1.05)}@media only screen and (width<=1120px){#request-trial-page .contact-inner{margin:80px auto 100px;padding:0 36px}#request-trial-page .form{display:block}#request-trial-page .form .left,#request-trial-page .form .right{border:0;width:100%;padding:0}#request-trial-page .form .left{justify-content:center;align-items:center}#request-trial-page .form .left .section-title,#request-trial-page .form .left .section-subtitle,#request-trial-page .form .left .section-description{text-align:center}#request-trial-page .form .left .section-title{margin-inline:auto}#request-trial-page .form .left .tags{justify-content:center}#request-trial-page .form .left>img{margin-top:20px}#request-trial-page .form .right{border-top:.3px solid #00000040;margin-top:50px;padding-top:50px}#request-trial-page #formConfirmation .CTA{grid-template-columns:minmax(0,1fr)}}@media only screen and (width<=732px){#request-trial-page .contact-inner{margin:48px auto 72px;padding:0 16px}#request-trial-page .section-subtitle{font-size:30px}#request-trial-page .section-description{font-size:15px}#request-trial-page .form .right{margin-top:40px;padding-top:40px}#request-trial-page .input-row{grid-template-columns:minmax(0,1fr);gap:20px;display:grid}#request-trial-page .input-group{min-width:0}#request-trial-page .trusted{margin-top:72px}#request-trial-page .logo-slide{gap:34px;padding-right:34px}#request-trial-page .logo-slide img{max-width:90px;height:40px}#request-trial-page .logo-fade{width:54px}#request-trial-page #formConfirmation .confirmation-card{padding:48px 20px}}@media only screen and (width<=450px){#request-trial-page .form .right{padding-left:0;padding-right:0}#request-trial-page .captcha-container{justify-content:flex-start;overflow:hidden}#request-trial-page .g-recaptcha{transform-origin:0 0;transform:scale(.9)}}@media only screen and (width<=350px){#request-trial-page .g-recaptcha{transform:scale(.85)}}#coreoc-header.header,#coreoc-header.header *,#coreoc-header.header :before,#coreoc-header.header :after{box-sizing:border-box}#coreoc-header.header{color:#fff;text-align:center;flex-direction:column;align-items:center;width:100%;padding:32px 0 0;display:flex;position:relative}#coreoc-header.header:before{content:" ";background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);position:absolute;inset:-96px 0 0}#coreoc-header.header .gradient-white-bg{z-index:1;pointer-events:none;background:linear-gradient(#fff0 40%,#fff 98.45%);width:100%;height:100%;position:absolute;top:0;left:0}#coreoc-header.header>.inner{z-index:2;flex-direction:column;align-items:center;width:100%;max-width:1312px;display:flex;position:relative;overflow:visible}#coreoc-header.header .hero-eyebrow{color:#ffffffe6;letter-spacing:-.01em;text-align:center;width:100%;margin:30px 0 12px;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:1.3;position:relative}#coreoc-header.header .special-homepage-heade-text{color:#fff;text-align:center;width:100%;max-width:800px;margin:0;padding:0;font-family:Open Sans,sans-serif;font-size:42px;font-style:normal;font-weight:700;line-height:1.2}#coreoc-header.header .special-homepage-heade-text.text-animation{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:0 9px;display:flex}#coreoc-header.header .hero-description{color:#fff;text-align:center;width:100%;max-width:660px;margin:40px 0;font-family:Open Sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:27px}#coreoc-header.header .hero-description.text-animation{opacity:1;display:block}#coreoc-header.header .hero-description.text-animation>span{width:auto;display:inline}#coreoc-header.header .hero-description .mobile-hero-text{color:#fff;width:auto;height:auto;font-weight:600;display:inline}#coreoc-header.header .hero-description .mobile-hero-text>span{width:auto;display:inline}#coreoc-header.header .text-animation{opacity:0}#coreoc-header.header .special-homepage-heade-text.text-animation>span,#coreoc-header.header .hero-description.text-animation>span:not(.mobile-hero-text),#coreoc-header.header .hero-description.text-animation .mobile-hero-text>span{opacity:0;transform:translateY(10px)}#coreoc-header.header .text-animation.visible{opacity:1}#coreoc-header.header .special-homepage-heade-text.text-animation.visible>span{animation:.5s forwards coreocFadeInWord;animation-delay:var(--delay,0s)}#coreoc-header.header .hero-description.text-animation.visible>span:not(.mobile-hero-text),#coreoc-header.header .hero-description.text-animation.visible .mobile-hero-text>span{animation:.3s forwards coreocFadeInWord;animation-delay:var(--delay,0s)}#coreoc-header.header .hero-description.text-animation>.mobile-hero-text{opacity:1;animation:none;transform:none}@keyframes coreocFadeInWord{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}#coreoc-header.header .metrics{grid-template-columns:repeat(2,1fr);gap:16px;width:min(900px,100%);margin:15px auto;display:grid}#coreoc-header.header .metric-card{color:#ececec;background:#ffffff31;border-radius:15px;justify-content:center;align-items:center;gap:24px;padding:16px 20px;display:flex}#coreoc-header.header .metric-value{flex:none;font-size:38px;font-weight:700;line-height:1}#coreoc-header.header .metric-label{color:#e2e2e2;text-align:left;font-size:15px;font-weight:600;line-height:1.3}#coreoc-header.header .buttons{flex-direction:row;display:flex}#coreoc-header.header #hero-btn{justify-content:center;width:100%;margin-top:36px}#coreoc-header.header #hero-btn .button-wrapper{width:100%;max-width:260px}#coreoc-header.header #hero-btn .button{color:#fff;background:#03a9f4;border:0;border-radius:8px;flex-direction:row;justify-content:center;align-self:stretch;align-items:center;gap:6px;width:100%;height:44px;margin:0;padding:1px 25px;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;text-decoration:none;transition:background .25s,color .25s,opacity 1s,transform .35s ease-out;display:flex}#coreoc-header.header #hero-btn .button:hover{transform:scale(1.1)}#coreoc-header.header #hero-btn .button svg{flex:none}#coreoc-header.header .header-img{background:linear-gradient(#ffffff39 0,#8f8f8f22 100%);border-radius:11px;width:100%;max-width:1312px;height:fit-content;margin-top:70px;padding:8px}#coreoc-header.header .header-img img{border-radius:7px;width:100%;height:auto;display:block}@media screen and (width<=1360px){#coreoc-header.header>.inner{padding-inline:24px}}@media only screen and (width<=1120px){#coreoc-header.header>.inner{width:100%;margin:0 50px;position:relative}#coreoc-header.header .special-homepage-heade-text{max-width:540px;padding-top:0;font-size:30px;font-weight:700;line-height:120%}#coreoc-header.header .special-homepage-heade-text.text-animation{gap:0 7px}#coreoc-header.header .hero-description{width:100%;max-width:660px;margin:40px 0;font-size:18px;font-weight:400;line-height:27px}#coreoc-header.header .button:first-child{margin-right:15px}}@media only screen and (width<=850px){#coreoc-header.header .button-wrapper.animate,#coreoc-header.header .button-wrapper.animate.visible{opacity:1;animation:none;transform:none}}@media only screen and (width<=732px){#coreoc-header.header>.inner{margin:0 35px;position:relative}#coreoc-header.header .hero-eyebrow{text-align:left;padding-left:9px}#coreoc-header.header .hero-eyebrow:before{content:"";background:#ffffffe6;width:2px;height:18px;position:absolute;top:50%;left:0;transform:translateY(-50%)}#coreoc-header.header .special-homepage-heade-text{text-align:left;justify-content:flex-start;max-width:none;padding-top:0}#coreoc-header.header .special-homepage-heade-text.text-animation{justify-content:flex-start;gap:0 6px}#coreoc-header.header .hero-description{text-align:left}}@media screen and (width<=700px){#coreoc-header.header .metric-card{justify-content:flex-start}}@media screen and (width<=526px){#coreoc-header.header .metrics{grid-template-columns:1fr 1fr;gap:4px}#coreoc-header.header .metric-card{justify-content:center;gap:6px;padding:8px 16px}#coreoc-header.header .metric-value{font-size:20px}#coreoc-header.header .metric-label{font-size:15px}}@media screen and (width<=450px){#coreoc-header.header #hero-btn .button-wrapper{max-width:450px}}@media screen and (width<=340px){#coreoc-header.header .metrics{grid-template-columns:1fr 1fr;gap:8px}#coreoc-header.header .metric-card{justify-content:center;gap:6px;width:auto;padding:8px}}#coreoc-trusted.trusted,#coreoc-trusted.trusted *,#coreoc-trusted.trusted :before,#coreoc-trusted.trusted :after{box-sizing:border-box}#coreoc-trusted.trusted{color:#fff;background:#fff;flex-direction:column;align-items:center;width:100%;margin-top:51px;padding:45px 0;font-family:Open Sans,sans-serif;display:flex;position:relative;overflow-x:hidden}#coreoc-trusted.trusted>p{color:#3e3e3e;text-align:center;padding-inline:24px;font-size:18px}#coreoc-trusted.trusted>p.text-animation{flex-wrap:wrap;justify-content:center;gap:10px;display:flex}#coreoc-trusted.trusted>p.text-animation>span{opacity:0;display:inline;transform:translateY(10px)}#coreoc-trusted.trusted>p.text-animation.visible>span{animation:.3s forwards coreocTrustedFadeInWord;animation-delay:var(--delay,0s)}@keyframes coreocTrustedFadeInWord{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,.45);transform:translateY(0)}}@keyframes coreocTrustedSlide{0%{transform:translate(0)}to{transform:translate(-100%)}}#coreoc-trusted.trusted .logos{white-space:nowrap;opacity:1;flex-direction:row;width:100%;max-width:1312px;margin:30px 0;display:flex;position:relative;overflow:hidden;transform:translateY(40px)}#coreoc-trusted.trusted .logos.show{opacity:1;transition:opacity 1s,transform .35s ease-out;transform:translateY(0)}#coreoc-trusted.trusted .logos .left-end{z-index:3;pointer-events:none;background:linear-gradient(90deg,#fff 0%,#fff0 100%);width:100px;height:100%;position:absolute;top:0;left:0}#coreoc-trusted.trusted .logos .right-end{z-index:3;pointer-events:none;background:linear-gradient(-90deg,#fff 0%,#fff0 100%);width:100px;height:100%;position:absolute;top:0;right:0}#coreoc-trusted.trusted .logos:before{content:"";z-index:2;pointer-events:none;width:250px;height:100%;position:absolute;top:0;right:0}#coreoc-trusted.trusted .logos .logo-slide{flex-direction:row;flex:none;align-items:center;animation:25s linear infinite coreocTrustedSlide;display:flex}#coreoc-trusted.trusted .logos:hover .logo-slide{animation-play-state:paused}#coreoc-trusted.trusted .logos .logo-slide img{object-fit:contain;flex:none;width:auto;height:50px;margin:0 30px;display:block}#coreoc-trusted.trusted .logos .logo-slide img.low-logo{height:40px}@media only screen and (width<=1120px){#coreoc-trusted.trusted .logos .logo-slide img{height:40px;margin:0 30px}#coreoc-trusted.trusted .logos .logo-slide img.low-logo{height:32px}}@media only screen and (width<=732px){#coreoc-trusted.trusted>p{width:100%;padding-inline:24px}#coreoc-trusted.trusted .logos .left-end,#coreoc-trusted.trusted .logos .right-end{width:70px}}@media only screen and (width<=450px){#coreoc-trusted.trusted{padding-left:0;padding-right:0}#coreoc-trusted.trusted>p.text-animation{gap:0 5px}#coreoc-trusted.trusted .logos .left-end,#coreoc-trusted.trusted .logos .right-end{width:46px}}@media (prefers-reduced-motion:reduce){#coreoc-trusted.trusted .logos .logo-slide{animation-play-state:paused}#coreoc-trusted.trusted>p.text-animation>span{opacity:.45;animation:none;transform:none}}#coreoc-shift-section.shift-section,#coreoc-shift-section.shift-section *,#coreoc-shift-section.shift-section :before,#coreoc-shift-section.shift-section :after{box-sizing:border-box}#coreoc-shift-section.shift-section{width:100%;margin-top:54px;padding:0 20px;font-family:Open Sans,sans-serif}#coreoc-shift-section.shift-section .gradient-card{background:linear-gradient(134.71deg,#e0f5ff99 -.5%,#e8d5ff99 98.45%);border-radius:24px;width:100%;max-width:1360px;margin:100px auto 60px;padding:40px 24px}#coreoc-shift-section.shift-section .gradient-card h2{color:#3e3e3e;letter-spacing:-.03em;text-align:left;width:100%;margin:0 0 24px;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.05}#coreoc-shift-section.shift-section .gradient-card h2.text-animation{flex-flow:wrap;justify-content:flex-start;align-items:flex-start;gap:0;width:100%;display:flex}#coreoc-shift-section.shift-section .gradient-card h2.text-animation span{width:fit-content;display:inline}#coreoc-shift-section.shift-section .gradient-card p{color:#10182ab8;text-align:left;width:100%;margin:0;font-size:18px;font-weight:400;line-height:1.6}#coreoc-shift-section.shift-section .gradient-card p.text-animation{width:100%;display:block}#coreoc-shift-section.shift-section .gradient-card p.text-animation span{width:auto;display:inline}#coreoc-shift-section.shift-section .text-animation{opacity:0}#coreoc-shift-section.shift-section .text-animation span{opacity:0;transform:translateY(10px)}#coreoc-shift-section.shift-section .text-animation.visible{opacity:1}#coreoc-shift-section.shift-section .text-animation.visible span{animation:.5s forwards coreocShiftFadeInWord;animation-delay:var(--delay,0s)}#coreoc-shift-section.shift-section p.text-animation.visible span{animation-duration:.3s}@keyframes coreocShiftFadeInWord{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}@media screen and (width<=1049px){#coreoc-shift-section.shift-section{padding:0}#coreoc-shift-section.shift-section .gradient-card{isolation:isolate;background:0 0;padding-top:0;padding-bottom:0;position:relative;overflow:clip visible}#coreoc-shift-section.shift-section .gradient-card:before{content:"";filter:blur(40px);z-index:-1;pointer-events:none;background:linear-gradient(134.71deg,#e0f5ff99 -.5%,#e8d5ff99 98.45%);position:absolute;inset:-60px}}@media screen and (width<=600px){#coreoc-shift-section.shift-section{padding:0}#coreoc-shift-section.shift-section .gradient-card{border-radius:20px;padding:28px 20px}}@media (prefers-reduced-motion:reduce){#coreoc-shift-section.shift-section .text-animation.visible span{opacity:1;animation:none;transform:none}}#coreoc-powers-section.coreocpowers-section,#coreoc-powers-section.coreocpowers-section *,#coreoc-powers-section.coreocpowers-section :before,#coreoc-powers-section.coreocpowers-section :after{box-sizing:border-box}#coreoc-powers-section.coreocpowers-section{color:#3e3e3e;width:100%;padding:72px 24px 82px;font-family:Open Sans,sans-serif}#coreoc-powers-section .coreocpowers-inner{width:100%;max-width:1312px;margin:0 auto}#coreoc-powers-section .coreocpowers-intro{margin-top:30px;margin-bottom:30px}#coreoc-powers-section .coreocpowers-intro h2{color:#3e3e3e;letter-spacing:-.03em;width:100%;margin:0 0 24px;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.1}#coreoc-powers-section .coreocpowers-intro h2.text-animation{flex-flow:wrap;justify-content:flex-start;align-items:baseline;gap:0 8px;width:100%;display:flex}#coreoc-powers-section .coreocpowers-intro h2.text-animation>span{flex:none;width:auto;display:inline-block}#coreoc-powers-section .coreocpowers-intro h2 span.gradient{background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}#coreoc-powers-section .coreocpowers-intro p{color:#10182ab8;width:100%;margin:0;font-size:18px;font-weight:400;line-height:1.55}#coreoc-powers-section .coreocpowers-intro p.text-animation{width:100%;display:block}#coreoc-powers-section .coreocpowers-intro p.text-animation span{width:auto;display:inline}#coreoc-powers-section .text-animation{opacity:0}#coreoc-powers-section .text-animation span{opacity:0;transform:translateY(10px)}#coreoc-powers-section .text-animation.visible{opacity:1}#coreoc-powers-section .text-animation.visible span{animation:.5s forwards coreocPowersFadeInWord;animation-delay:var(--delay,0s)}#coreoc-powers-section p.text-animation.visible span{animation-duration:.3s}@keyframes coreocPowersFadeInWord{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}#coreoc-powers-section .coreocpowers{width:100%;overflow:hidden}#coreoc-powers-section .coreocpowers-gallery{width:100%}#coreoc-powers-section .coreocpowers-gallery__track{grid-template-columns:60% 40%;gap:16px;width:100%;display:grid}#coreoc-powers-section .coreocpowers-gallery__item{border-radius:10px;min-width:0;margin:0;overflow:hidden}#coreoc-powers-section .coreocpowers-gallery__item img{object-fit:cover;object-position:center;border-radius:inherit;width:100%;height:100%;display:block}#coreoc-powers-section .coreocpowers-gallery__item:first-child img{aspect-ratio:16/9}#coreoc-powers-section .coreocpowers-gallery__item:last-child img{aspect-ratio:1.05;object-position:left center}@media screen and (width<=1024px){#coreoc-powers-section .coreocpowers-gallery__track{grid-template-columns:60% 40%;gap:14px}}@media screen and (width<=732px){#coreoc-powers-section .coreocpowers-gallery__track{grid-template-columns:1fr;gap:16px;width:100%;display:grid}#coreoc-powers-section .coreocpowers-gallery__item{border-radius:10px;width:100%;overflow:hidden}#coreoc-powers-section .coreocpowers-gallery__item img{border-radius:10px;width:100%;height:auto;display:block}}@media (prefers-reduced-motion:reduce){#coreoc-powers-section .text-animation.visible span{opacity:1;animation:none;transform:none}}#coreoc-operations-section.operations-section,#coreoc-operations-section.operations-section *,#coreoc-operations-section.operations-section :before,#coreoc-operations-section.operations-section :after{box-sizing:border-box}#coreoc-operations-section.operations-section{color:#3e3e3e;width:100%;padding:22px 24px 82px;font-family:Open Sans,sans-serif}#coreoc-operations-section .operations-inner{width:100%;max-width:1312px;margin:0 auto}#coreoc-operations-section .operations-intro{margin-top:0;margin-bottom:102px}#coreoc-operations-section .operations-intro h2{color:#3e3e3e;letter-spacing:-.03em;width:100%;margin:0 0 24px;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.1}#coreoc-operations-section .operations-intro h2.text-animation{flex-flow:wrap;justify-content:flex-start;align-items:baseline;gap:0 8px;width:100%;display:flex}#coreoc-operations-section .operations-intro h2.text-animation>span{flex:none;width:auto;display:inline-block}#coreoc-operations-section span.gradient{background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}#coreoc-operations-section .operations-intro p{color:#10182ab8;width:100%;margin:0;font-size:18px;line-height:1.55}#coreoc-operations-section .operations-intro p strong{color:#424242;font-weight:700}#coreoc-operations-section .operations-intro p.text-animation{width:100%;display:block}#coreoc-operations-section .operations-intro p.text-animation>span{width:auto;display:inline}#coreoc-operations-section .ecosystem-title{color:#3e3e3e;letter-spacing:-.03em;width:100%;margin:0 0 28px;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.1}#coreoc-operations-section .ecosystem-title.text-animation{flex-flow:wrap;justify-content:flex-start;align-items:baseline;gap:0 8px;display:flex}#coreoc-operations-section .ecosystem-title.text-animation>span{width:auto;display:inline}#coreoc-operations-section .ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-top:45px;display:grid}#coreoc-operations-section .ecosystem-card{background:#fff;border:1px solid #0711261f;border-radius:16px;flex-direction:column;gap:18px;padding:18px 22px;display:flex}#coreoc-operations-section .ecosystem-card-header{align-items:center;gap:14px;display:flex}#coreoc-operations-section .ecosystem-card-header h3{color:#3e3e3e;margin:0;font-size:20px;font-weight:700;line-height:1.2}#coreoc-operations-section .ecosystem-icon{flex:none;font-size:26px;line-height:1}#coreoc-operations-section .connects-icon{margin-inline:6px}#coreoc-operations-section .ecosystem-card p{color:#10182ab3;margin:0;font-size:18px;line-height:1.45;display:block}#coreoc-operations-section .ecosystem-card p span{white-space:normal;width:auto;display:inline}#coreoc-operations-section .text-animation{opacity:0}#coreoc-operations-section .text-animation span{opacity:0;transform:translateY(10px)}#coreoc-operations-section .text-animation.visible{opacity:1}#coreoc-operations-section .text-animation.visible span{animation:.5s forwards coreocOperationsFadeInWord;animation-delay:var(--delay,0s)}#coreoc-operations-section .ecosystem-title>span>.gradient{opacity:1;animation:none;transform:none}#coreoc-operations-section p.text-animation.visible span{animation-duration:.3s}@keyframes coreocOperationsFadeInWord{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}@media (width<=880px){#coreoc-operations-section .ecosystem-grid{grid-template-columns:1fr}}@media (width<=600px){#coreoc-operations-section.operations-section{padding:48px 20px}#coreoc-operations-section .operations-intro{margin-bottom:48px}#coreoc-operations-section .ecosystem-card{min-height:auto;padding:20px}}@media (prefers-reduced-motion:reduce){#coreoc-operations-section .text-animation.visible span{opacity:1;animation:none;transform:none}}#coreoc-solutions.solutions,#coreoc-solutions.solutions *{box-sizing:border-box}#coreoc-solutions.solutions{text-align:center;flex-direction:column;align-items:center;width:100%;margin-top:20px;display:flex;overflow:hidden}#coreoc-solutions.solutions>.inner{flex-direction:column;align-items:center;width:100%;max-width:1312px;margin:0 auto;padding-inline:24px;display:flex;overflow:visible}#coreoc-solutions.solutions .coreoc-heading-wrapper{justify-content:center;width:100%;max-width:1312px;display:flex}#coreoc-solutions.solutions .coreoc-heading{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-bottom:10px;display:flex}#coreoc-solutions.solutions .coreoc-section-title{color:#3e3e3e;text-align:left;flex-direction:column;align-items:flex-start;width:fit-content;margin:0;font-family:Open Sans,sans-serif;font-size:clamp(28px,4vw,42px);font-weight:700;line-height:1.2;display:flex}#coreoc-solutions.solutions .coreoc-heading-line{flex-flow:wrap;justify-content:flex-start;align-items:baseline;gap:0 8px;display:flex}#coreoc-solutions.solutions .coreoc-section-title.text-animation>.coreoc-heading-line>span{opacity:0;width:auto;display:inline-block;transform:translateY(10px)}#coreoc-solutions.solutions .coreoc-section-title.text-animation.visible>.coreoc-heading-line>span{animation:.5s forwards solutionsFadeInWord;animation-delay:var(--delay,0s)}#coreoc-solutions.solutions .gradient-text{background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}#coreoc-solutions.solutions #oc-wrapper{width:100%}#coreoc-solutions.solutions #oc{flex-direction:row;justify-content:center;align-items:flex-start;gap:8px;width:100%;margin-top:15px;display:flex}#coreoc-solutions.solutions #oc p{color:#10182ab8;text-align:left;width:fit-content;height:fit-content;margin:0;padding:0;font-family:Open Sans,sans-serif;font-size:18px;line-height:1.55}#coreoc-solutions.solutions .solutionsViewport{--shadow-gutter:24px;width:calc(100% + (var(--shadow-gutter) * 2));min-width:0;margin-top:45px;margin-inline:calc(var(--shadow-gutter) * -1);padding-inline:var(--shadow-gutter);overflow:hidden}#coreoc-solutions.solutions .solutionsContainer{--slide-gap:32px;justify-content:flex-start;align-items:stretch;gap:var(--slide-gap);will-change:transform;width:100%;min-width:0;padding:16px 0 32px;transition:transform .5s;display:flex;transform:translate(0,0)}#coreoc-solutions.solutions .solutionsContainer>.solution{flex:0 0 calc((100% - (var(--slide-gap) * 2)) / 2.15);width:calc((100% - (var(--slide-gap) * 2)) / 2.15);min-width:0;color:inherit;border-radius:16px 16px 10px 10px;flex-direction:column;align-items:stretch;padding:0;text-decoration:none;transition:box-shadow .3s;display:flex;position:relative}#coreoc-solutions.solutions .solutionsContainer>.solution:hover{box-shadow:0 4px 16px #11111a1a,0 8px 32px #11111a0d}#coreoc-solutions.solutions .solution>.solutionCover{border:1px solid #e5e5e5;border-radius:16px 16px 0 0;width:100%;min-width:0;padding:48px 48px 0;overflow:hidden}#coreoc-solutions.solutions .solution:first-child>.solutionCover{background:url(data:image/webp;base64,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) 0 0/cover no-repeat}#coreoc-solutions.solutions .solution:nth-child(2)>.solutionCover{background:url(data:image/webp;base64,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) 0 0/cover no-repeat}#coreoc-solutions.solutions .solution:nth-child(3)>.solutionCover{background:url(/assets/ai-DjRxkuLa.webp) 0 0/cover no-repeat}#coreoc-solutions.solutions .solution:nth-child(4)>.solutionCover{background:url(data:image/webp;base64,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) 0 0/cover no-repeat}#coreoc-solutions.solutions .solution:nth-child(5)>.solutionCover{background:url(data:image/webp;base64,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) 0 0/cover no-repeat}#coreoc-solutions.solutions .solution:nth-child(6)>.solutionCover{background:url(data:image/webp;base64,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) 0 0/cover no-repeat}#coreoc-solutions.solutions .solution>.solutionCover>img{aspect-ratio:533/287;object-fit:cover;object-position:top;border-radius:12px 12px 0 0;width:100%;max-width:100%;height:auto;display:block;box-shadow:0 2px 8px #000000ab}#coreoc-solutions.solutions .solution>.solutionInfo{background:#fff;border-bottom:1px solid #e7e7e7;border-left:1px solid #e7e7e7;border-right:1px solid #e7e7e7;border-radius:0 0 10px 10px;align-items:center;gap:16px;width:100%;padding:20px 60px 20px 28px;display:flex}#coreoc-solutions.solutions .solutionInfoText{flex-direction:column;gap:3px;min-width:0;display:flex}#coreoc-solutions.solutions .solutionInfoTitle{color:#20212b;text-align:left;margin:0;font-size:18px;font-weight:600;line-height:1.2}#coreoc-solutions.solutions .solutionInfoSubtitle{color:#5c5c64;text-align:left;margin:0;font-size:14px;font-weight:400;line-height:1.4}#coreoc-solutions.solutions .solution-card-right-arrow{pointer-events:none;width:24px;height:auto;position:absolute;bottom:24px;right:24px}#coreoc-solutions.solutions .solutionDots{justify-content:center;align-items:center;gap:12px;width:100%;margin-top:0;display:flex}#coreoc-solutions.solutions .solutionDot{cursor:pointer;background:#7e3dca38;border:0;border-radius:999px;width:12px;height:12px;padding:0;transition:width .25s,transform .25s,background .25s}#coreoc-solutions.solutions .solutionDot:hover{background:#7e3dca73}#coreoc-solutions.solutions .solutionDot.active{background:#8e3fd1;width:30px;transform:scale(1.08)}#coreoc-solutions.solutions .solutionDot:focus-visible{outline-offset:3px;outline:2px solid #169ff2}#coreoc-solutions.solutions .buttons,#coreoc-solutions.solutions .buttonsMobile{justify-content:flex-end;gap:5px;width:100%;display:flex}#coreoc-solutions.solutions .buttons{margin-top:0}#coreoc-solutions.solutions .buttonsMobile{margin-top:25px;display:none}#coreoc-solutions.solutions .buttons>button,#coreoc-solutions.solutions .buttonsMobile>button{cursor:pointer;background:#fff;border:1px solid #0000001a;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:41px;padding:0;transition:background .2s,border-color .2s,opacity .2s;display:inline-flex}#coreoc-solutions.solutions .buttons>button:not(:disabled):hover,#coreoc-solutions.solutions .buttonsMobile>button:not(:disabled):hover{background:#f1f1f1}#coreoc-solutions.solutions .buttons>button.active,#coreoc-solutions.solutions .buttonsMobile>button.active{background:#169ff2;border-color:#00000014}#coreoc-solutions.solutions .buttons>button.active:hover,#coreoc-solutions.solutions .buttonsMobile>button.active:hover{background:#1397e5}#coreoc-solutions.solutions .buttons>button:disabled,#coreoc-solutions.solutions .buttonsMobile>button:disabled{cursor:default;background:0 0;border-color:#0000003a}#coreoc-solutions.solutions .solutions-book-a-demo-wrapper{justify-content:flex-start;align-items:center;width:100%;margin-top:20px;display:flex}#coreoc-solutions.solutions .business-case__button{color:#169ff2;background:0 0;border:2px solid #169ff2;border-radius:12px;justify-content:center;align-items:center;gap:20px;min-height:58px;padding:12px 30px 12px 34px;font-size:clamp(17px,1.25vw,22px);font-weight:600;line-height:1;text-decoration:none;transition:background .25s,color .25s,transform .25s;display:inline-flex}#coreoc-solutions.solutions .business-case__arrow{justify-content:center;align-items:center;transition:transform .25s;display:inline-flex;transform:translateY(-1px)}#coreoc-solutions.solutions .business-case__button:hover{background:var(--blue,#169ff2);color:#fff;transform:translateY(-2px)}#coreoc-solutions.solutions .business-case__button:hover .business-case__arrow{transform:translate(5px,-1px)}#coreoc-solutions.solutions .business-case__button:focus-visible{outline-offset:4px;outline:3px solid #009ee34d}#coreoc-solutions.solutions .buttons.animate{opacity:0;transform:translateX(var(--startPosition,150px))}#coreoc-solutions.solutions .buttons.animate.visible{animation:.5s forwards solutionsControlsIn}#coreoc-solutions.solutions .animate,#coreoc-solutions.solutions .animate>*{animation-delay:var(--delay,0s)}@media only screen and (width<=1330px){#coreoc-solutions.solutions>.inner{max-width:100%}#coreoc-solutions.solutions .solutionsContainer{--slide-gap:24px}#coreoc-solutions.solutions .solutionsContainer>.solution{flex:0 0 100%;width:100%;min-width:100%;max-width:100%}#coreoc-solutions.solutions .solutionDots{gap:10px;margin-top:0}#coreoc-solutions.solutions .solutionDot{width:11px;height:11px}#coreoc-solutions.solutions .solutionDot.active{width:30px}}@media only screen and (width<=1120px){#coreoc-solutions.solutions .buttons{display:none}#coreoc-solutions.solutions .buttonsMobile{display:flex}#coreoc-solutions.solutions .solutionsViewport{margin-top:30px}}@media only screen and (width<=732px){#coreoc-solutions.solutions>.inner{padding-inline:24px}#coreoc-solutions.solutions .solutionsContainer{--slide-gap:16px}}@media only screen and (width<=600px){#coreoc-solutions.solutions .coreoc-heading-line{gap:0 6px}#coreoc-solutions.solutions #oc p{font-size:18px}#coreoc-solutions.solutions>.inner{padding-inline:18px}#coreoc-solutions.solutions .solution>.solutionCover{padding:20px 20px 0}#coreoc-solutions.solutions .solution>.solutionInfo{gap:12px;padding:18px 54px 18px 18px}#coreoc-solutions.solutions .solutionInfoTitle{font-size:18px}#coreoc-solutions.solutions .solutionInfoSubtitle{font-size:13px}#coreoc-solutions.solutions .solution-card-right-arrow{bottom:20px;right:18px}#coreoc-solutions.solutions .solutionDots{gap:9px;margin-top:0}#coreoc-solutions.solutions .solutionDot{width:10px;height:10px}#coreoc-solutions.solutions .solutionDot.active{width:28px}#coreoc-solutions.solutions .buttonsMobile>button{width:65px;height:40px}#coreoc-solutions.solutions .business-case__button{justify-content:space-between;width:100%;min-height:58px;padding-inline:22px}}@media (prefers-reduced-motion:reduce){#coreoc-solutions.solutions .solutionsContainer,#coreoc-solutions.solutions .solution,#coreoc-solutions.solutions .solutionDot,#coreoc-solutions.solutions .buttons>button,#coreoc-solutions.solutions .buttonsMobile>button,#coreoc-solutions.solutions .business-case__button,#coreoc-solutions.solutions .business-case__arrow{transition:none!important}#coreoc-solutions.solutions .text-animation.visible>span,#coreoc-solutions.solutions .buttons.animate.visible{animation-duration:.01ms!important;animation-delay:0s!important}}#coreoc-results-section.results-section,#coreoc-results-section.results-section *,#coreoc-results-section.results-section :before,#coreoc-results-section.results-section :after{box-sizing:border-box}#coreoc-results-section.results-section{width:100%;margin-top:112px;padding:30px 24px 102px;font-family:Open Sans,sans-serif;position:relative;overflow:hidden}#coreoc-results-section.results-section .results-section-top-border{background:linear-gradient(90.04deg,#fff0 .14%,#179cf1 10.05%,#2979e9 25.39%,#4146dc 64.56%,#5c0dce 89.33%,#fff0 99.24%);width:100%;max-width:1100px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}#coreoc-results-section.results-section:before{content:"";filter:blur(55px);opacity:.1;pointer-events:none;background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);border-radius:1000px;width:100%;max-width:1312px;height:420px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}#coreoc-results-section .results-inner{z-index:1;width:100%;max-width:1312px;margin:0 auto;position:relative}#coreoc-results-section .results-title{text-align:center;letter-spacing:-.035em;color:#3e2f95;margin:30px 0 60px;font-size:40px;font-weight:700;line-height:1.08;position:relative}#coreoc-results-section .results-title:before{content:"Simpler operations. More speed. Lower cost.";z-index:-1;color:#34308f;position:absolute;inset:0}#coreoc-results-section .results-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;width:100%;max-width:860px;margin:0 auto;display:grid}#coreoc-results-section .result-card{text-align:center;background:#fffffff5;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:13px 24px;display:flex;box-shadow:0 15px 40px #0000002e}#coreoc-results-section .result-card strong{color:#3d2ca3;margin-bottom:6px;font-size:clamp(38px,4vw,48px);font-weight:700;line-height:1;display:block}#coreoc-results-section .result-card span{color:#3d2ca3;font-size:18px;line-height:1.3}@media (width<=700px){#coreoc-results-section.results-section{padding:20px 24px 80px}#coreoc-results-section .results-title{margin-bottom:36px}#coreoc-results-section .result-card{min-height:110px}}@media (width<=450px){#coreoc-results-section .results-grid{grid-template-columns:1fr;gap:16px}}#coreoc-results-cta.results-cta,#coreoc-results-cta.results-cta *,#coreoc-results-cta.results-cta :before,#coreoc-results-cta.results-cta :after{box-sizing:border-box}#coreoc-results-cta.results-cta{background:#fff;width:100%;padding:0 24px 100px;font-family:Open Sans,sans-serif;position:relative}#coreoc-results-cta #results-cta-scrolling-point{background:0 0;width:2px;height:2px;position:absolute;top:-100px;left:0}#coreoc-results-cta .results-cta-inner{text-align:center;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:1312px;margin:0 auto;padding-top:8px;display:flex}#coreoc-results-cta h2{color:#3e3e3e;margin:0 0 18px;font-size:clamp(34px,4vw,50px);font-weight:700;line-height:1.08}#coreoc-results-cta h2.text-animation{flex-wrap:wrap;justify-content:center;align-items:baseline;gap:0 10px;display:flex}#coreoc-results-cta p{color:#282828a6;margin:0 0 34px;font-size:20px;line-height:1.5}#coreoc-results-cta p.text-animation{flex-wrap:wrap;justify-content:center;gap:0 6px;display:flex}#coreoc-results-cta .results-cta-buttons{flex-wrap:wrap;justify-content:center;gap:18px;width:100%;max-width:400px;display:flex}#coreoc-results-cta .results-cta-buttons a,#coreoc-results-cta .results-cta-buttons button{cursor:pointer;border-radius:8px;justify-content:center;align-items:center;min-width:180px;min-height:50px;padding:6px 15px;font-family:Open Sans,sans-serif;font-size:17px;font-weight:500;text-decoration:none;display:inline-flex}#coreoc-results-cta .results-cta-buttons a.cta-primary,#coreoc-results-cta .results-cta-buttons button.cta-primary{color:#fff;background:#169ff2;border:none;outline:none;font-weight:600;transition:all .3s}#coreoc-results-cta .results-cta-buttons a.cta-primary:hover,#coreoc-results-cta .results-cta-buttons button.cta-primary:hover{background:#0d7fc6}#coreoc-results-cta .results-cta-buttons a.cta-secondary,#coreoc-results-cta .results-cta-buttons button.cta-secondary{color:#169ff2;background:#fff;border:1px solid #169ff2;font-weight:600;transition:all .3s}#coreoc-results-cta .results-cta-buttons a.cta-secondary:hover,#coreoc-results-cta .results-cta-buttons button.cta-secondary:hover{color:#0d7fc6;border:1px solid #0d7fc6}#coreoc-results-cta .text-animation{opacity:0}#coreoc-results-cta .text-animation>span{opacity:0;display:inline-block;transform:translateY(10px)}#coreoc-results-cta .text-animation.visible{opacity:1}#coreoc-results-cta .text-animation.visible>span{animation:.5s forwards coreocResultsCtaFadeIn;animation-delay:var(--delay,0s)}#coreoc-results-cta p.text-animation.visible>span{animation-duration:.3s}@keyframes coreocResultsCtaFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:var(--targetOpacity,1);transform:translateY(0)}}@media (width<=700px){#coreoc-results-cta.results-cta{padding:0 24px 56px}#coreoc-results-cta .results-cta-buttons{flex-direction:column}#coreoc-results-cta .results-cta-buttons a,#coreoc-results-cta .results-cta-buttons button{width:100%}}@media (prefers-reduced-motion:reduce){#coreoc-results-cta .text-animation.visible>span{opacity:1;animation:none;transform:none}}#coreoc-booking,#coreoc-booking *,#coreoc-booking :before,#coreoc-booking :after{box-sizing:border-box}#coreoc-booking.ibc-booking-section-wrapper{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);backface-visibility:hidden;isolation:isolate;color:#3e3e3e;background:#f8fafd75;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100dvh;font-family:Open Sans,sans-serif;display:flex;position:fixed;top:0;left:0;transform:translateZ(0)}#coreoc-booking .section-overview{isolation:isolate;background-color:#fff;border-top-left-radius:20px;border-top-right-radius:20px;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:fit-content;max-height:calc(100vh - 60px);margin-top:auto;display:flex;bottom:0;left:0;overflow:hidden;box-shadow:0 10px 100px -20px #32325d66,0 20px 60px -30px #0000004d}#coreoc-booking .section-overview .inner{flex-direction:column;align-items:center;width:100%;max-width:1040px;padding:80px 0 60px;display:flex}#coreoc-booking .app{width:fit-content;max-width:100%}#coreoc-booking .section-overview header{flex:none;position:relative}#coreoc-booking .section-overview main{flex:auto;min-height:0;max-height:none;overflow:visible}#coreoc-booking .section-overview .inner .booking-label{color:#3e3e3e;margin:0;font-size:40px;font-style:normal;font-weight:700;line-height:122%}#coreoc-booking .section-overview .inner .booking-label span,#coreoc-booking #modal-title span,#coreoc-booking #thankyou-view h2 span{background:linear-gradient(134.71deg,#169ff2 -.5%,#5c0dce 98.45%);-webkit-text-fill-color:transparent;color:#0000;-webkit-background-clip:text;background-clip:text}#coreoc-booking .section-overview .inner p{color:#3f4650;margin-bottom:40px;padding-right:40px;font-family:Open Sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:120%}#coreoc-booking .section-overview .inner p.footnote{color:#5f6368;margin-top:24px;margin-bottom:0;font-size:15px}#coreoc-booking .close-booking-btn{z-index:20;cursor:pointer;background:0 0;border:none;border-radius:1000px;outline:none;justify-content:center;align-items:center;width:60px;height:60px;margin-left:auto;display:flex;position:absolute;top:-10px;right:-12px}#coreoc-booking .close-booking-btn svg{pointer-events:none;width:24px;height:auto}#coreoc-booking .close-booking-btn:hover{background-color:#00000017}#coreoc-booking .day-tabs{border-bottom:2px solid #169ff2;flex-wrap:wrap;gap:12px;margin-bottom:24px;padding-bottom:24px;display:flex}#coreoc-booking .day-tab{color:#3e3e3e;cursor:pointer;background:0 0;border:1px solid #868a8f;border-radius:8px;min-height:44px;padding:12px 16px;font-family:Open Sans,sans-serif;font-size:18px;font-weight:400;transition:all .15s}#coreoc-booking .day-tab:hover{color:#fff;background:#0078ae;border-color:#169ff2}#coreoc-booking .day-tab.active{color:#fff;background:#169ff2;border-color:#169ff2}#coreoc-booking .slot-grid{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));gap:12px;display:grid}#coreoc-booking .slot-btn{color:#3e3e3e;cursor:pointer;background:#fff;border:1px solid #868a8f;border-radius:8px;min-height:44px;padding:12px;font-family:Open Sans,sans-serif;font-size:18px;font-weight:500;transition:all .15s}#coreoc-booking .slot-btn:hover{background-color:#c7edff;border-color:#169ff2}#coreoc-booking .section-overview .inner p.hint{color:#5f6368;margin:8px 0 0;padding:0;font-size:15px;font-style:normal;font-weight:600;line-height:155%}#coreoc-booking .section-overview .inner p.availability-error{color:#d64545}#coreoc-booking .modal-overlay{z-index:100;background:#ffffff94;justify-content:center;align-items:center;width:100vw;height:100vh;padding:16px;display:flex;position:fixed;inset:0}#coreoc-booking .modal-overlay[hidden]{display:none}#coreoc-booking .modal{-webkit-overflow-scrolling:touch;isolation:isolate;background:#fff;border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-width:800px;padding:24px;display:flex;position:absolute;top:60px;bottom:0;box-shadow:0 10px 100px -20px #32325d40,0 20px 60px -30px #0000004d}#coreoc-booking .modal-close{z-index:20;color:#38404a;cursor:pointer;pointer-events:auto;touch-action:manipulation;background:0 0;border:none;border-radius:1000px;justify-content:center;align-items:center;width:60px;height:60px;margin:-8px;padding:8px;line-height:1;display:flex;position:absolute;top:35px;right:35px}#coreoc-booking .modal-close svg{pointer-events:none;width:24px;height:auto}#coreoc-booking .modal-close:hover:not(:disabled){background-color:#00000017}#coreoc-booking .modal-close:disabled{cursor:default;opacity:.5}#coreoc-booking #modal-title{color:#3e3e3e;margin:0;padding-right:70px;font-size:40px;font-weight:700;line-height:122%}#coreoc-booking #form-view{height:100%}#coreoc-booking #booking-form{flex-direction:column;gap:14px;margin:0;padding:24px 12px 24px 0;display:flex;position:absolute;inset:120px 0 0;overflow:auto}#coreoc-booking #booking-form label{color:#55545b;letter-spacing:.1px;flex-direction:column;font-family:Open Sans,sans-serif;font-size:15px;font-style:normal;font-weight:400;line-height:20px;display:flex}#coreoc-booking #booking-form input{background:#fff;border:1px solid #ccc;border-radius:12px;outline:none;width:100%;height:48px;margin-top:8px;padding:8px 16px;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400}#coreoc-booking #booking-form input:focus{border-color:#03a9f4}#coreoc-booking #booking-form input::placeholder{color:#b7b6bc;font-family:Open Sans,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:24px}#coreoc-booking .buttons{flex-direction:row;gap:16px;width:100%;margin-top:12px;display:flex}#coreoc-booking .btn-secondary{color:#03a9f4;cursor:pointer;text-align:center;background-color:#fff;border:1px solid #03a9f4;border-radius:8px;width:120px;height:48px;padding:12px;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;transition:background .15s}#coreoc-booking .btn-primary{color:#fff;cursor:pointer;background:#03a9f4;border:2px solid #03a9f4;border-radius:8px;width:100%;height:48px;padding:12px;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;transition:background .15s}#coreoc-booking .btn-primary:disabled,#coreoc-booking .btn-secondary:disabled{cursor:default;opacity:.6}#coreoc-booking .form-error{color:#d64545;margin:0;padding:0;font-size:13px}#coreoc-booking #thankyou-view{padding-top:8px}#coreoc-booking #thankyou-view h2{color:#3e3e3e;margin:0 0 18px;font-size:40px;font-weight:700}#coreoc-booking #thankyou-view>p{margin-bottom:12px}#coreoc-booking .thankyou-details{background:#def2fe;border-radius:8px;margin:0 0 40px;padding:12px 16px;font-size:16px;line-height:1.6}@media (width<=1024px){#coreoc-booking .section-overview .inner{padding:30px 24px 60px}#coreoc-booking .app{width:100%}}@media (width<=600px){#coreoc-booking .section-overview .inner{padding:30px 24px 0}#coreoc-booking .section-overview .inner .booking-label{font-size:24px}#coreoc-booking .section-overview .inner>.app>header>p:not(.booking-label){margin-bottom:40px;font-size:15px}#coreoc-booking #modal-title{font-size:24px}#coreoc-booking .modal-close{top:24px;right:24px}#coreoc-booking .day-tabs{-webkit-overflow-scrolling:touch;scrollbar-width:none;overflow-x:auto}#coreoc-booking .day-tabs::-webkit-scrollbar{display:none}#coreoc-booking .day-tab{white-space:nowrap;flex:none;font-size:15px}#coreoc-booking .slot-btn{font-size:15px}#coreoc-booking .slot-grid{grid-template-columns:repeat(auto-fill,minmax(80px,1fr));gap:12px}#coreoc-booking .modal-overlay{align-items:stretch;padding:0}#coreoc-booking .modal{border-radius:24px 24px 0 0;width:100%;max-width:none;padding:24px;top:60px;bottom:0}#coreoc-booking #booking-form{padding:8px 24px 24px;padding-inline:0;padding-right:10px;top:130px}}@media (width<=472px){#coreoc-booking .buttons{flex-direction:column-reverse}#coreoc-booking .btn-secondary{width:100%}}@media (width<=340px){#coreoc-booking .section-overview .inner{padding:30px 24px 0}#coreoc-booking .section-overview .inner .booking-label,#coreoc-booking #modal-title{font-size:24px}}#coreoc-download-form,#coreoc-download-form *,#coreoc-download-form :before,#coreoc-download-form :after{box-sizing:border-box}#coreoc-download-form.download-form-wrapper{z-index:1100;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#3e3e3e;isolation:isolate;background:#f8fafd94;justify-content:center;align-items:center;width:100%;height:100dvh;padding:24px;font-family:Open Sans,sans-serif;display:flex;position:fixed;inset:0;overflow:hidden}#coreoc-download-form .download.card{background:#fff;border-radius:20px;flex-direction:column;width:min(100%,720px);max-height:calc(100dvh - 48px);padding:34px 40px 40px;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 60px -18px #32325d3d,0 18px 44px -24px #0000002e}#coreoc-download-form .download.card>header{flex:none;width:100%;min-height:34px;position:relative}#coreoc-download-form #close-download-form-btn{z-index:5;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:52px;height:52px;padding:0;transition:background-color .18s;display:flex;position:absolute;top:-18px;right:-22px}#coreoc-download-form #close-download-form-btn:hover:not(:disabled){background:#00000017}#coreoc-download-form #close-download-form-btn:focus-visible{outline-offset:2px;outline:2px solid #169ff2}#coreoc-download-form #close-download-form-btn:disabled{cursor:default;opacity:.5}#coreoc-download-form #close-download-form-btn svg{pointer-events:none}#coreoc-download-form #whitepaperForm{scrollbar-width:thin;scrollbar-color:#b8bec4 transparent;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;flex:auto;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;width:100%;min-width:0;min-height:0;margin:10px 0 0;padding:0 8px 0 0;display:grid;overflow:hidden auto}#coreoc-download-form #whitepaperForm::-webkit-scrollbar{width:8px}#coreoc-download-form #whitepaperForm::-webkit-scrollbar-track{background:0 0}#coreoc-download-form #whitepaperForm::-webkit-scrollbar-thumb{background:#b8bec4 padding-box padding-box;border:2px solid #0000;border-radius:999px}#coreoc-download-form #whitepaperForm::-webkit-scrollbar-thumb:hover{background:#92999f padding-box padding-box}#coreoc-download-form #whitepaperForm>label{color:#666;flex-direction:column;width:100%;min-width:0;max-width:100%;font-size:12px;font-weight:600;line-height:18px;display:flex}#coreoc-download-form #whitepaperForm input[type=text],#coreoc-download-form #whitepaperForm input[type=email]{color:#666;background:#fff;border:1px solid #ccc;border-radius:8px;outline:none;width:100%;min-width:0;max-width:100%;height:56px;margin-top:10px;padding:16px;font-family:Open Sans,sans-serif;font-size:16px;font-weight:400;line-height:24px;display:block}#coreoc-download-form #whitepaperForm input[type=text]:focus,#coreoc-download-form #whitepaperForm input[type=email]:focus{border-color:#169ff2}#coreoc-download-form #whitepaperForm input::placeholder{color:#6669}#coreoc-download-form .fill{grid-column:1/-1;min-width:0;max-width:100%}#coreoc-download-form .terms{align-items:flex-start;gap:10px;width:100%;min-width:0;display:flex}#coreoc-download-form .terms p{color:#3e3e3e;overflow-wrap:anywhere;min-width:0;margin:0;font-size:13px;font-weight:400;line-height:18px}#coreoc-download-form .terms p a{color:#169ff2;font-size:13px;font-weight:700;line-height:18px;text-decoration:underline}#coreoc-download-form .checkbox{cursor:pointer;flex:0 0 20px;width:20px;height:20px;margin:0;position:relative}#coreoc-download-form .checkbox input{z-index:2;opacity:0;cursor:pointer;width:20px;height:20px;margin:0;position:absolute;inset:0}#coreoc-download-form .checkbox .checkmark{background:#fff;border:1.5px solid #169ff2;border-radius:4px;width:20px;height:20px;display:block;position:relative}#coreoc-download-form .checkbox input:checked~.checkmark:after{content:"";border:2px solid #169ff2;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}#coreoc-download-form .captcha-wrapper,#coreoc-download-form .captcha-container{width:100%;min-width:0;max-width:100%}#coreoc-download-form .captcha-wrapper{overflow:hidden}#coreoc-download-form .captcha-container{justify-content:center;align-items:center;display:flex;overflow:hidden}#coreoc-download-form .g-recaptcha{min-width:304px;min-height:78px;display:inline-block}#coreoc-download-form .error-banner{color:#5f2120;background:#fdeded;border-left:4px solid #d32f2f;border-radius:4px;align-items:center;gap:10px;width:100%;min-width:0;max-width:100%;padding:12px 16px;font-size:14px;font-weight:500;display:flex}#coreoc-download-form .btn-row{width:100%;min-width:0;max-width:100%}#coreoc-download-form .btn-row .button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#00b0fffa 0%,#861ffc 77.65% 100%);border:0;border-radius:8px;width:100%;min-width:0;max-width:100%;height:56px;padding:0 24px;font-family:Open Sans,sans-serif;font-size:16px;font-weight:600;transition:background-color .2s,transform .2s}#coreoc-download-form .btn-row .button:hover:not(:disabled){transform:scale(1.015)}#coreoc-download-form .btn-row .button:disabled{cursor:default;opacity:.65}#coreoc-download-form .sent{text-align:center;scrollbar-width:thin;scrollbar-color:#b8bec4 transparent;scrollbar-gutter:stable;-webkit-overflow-scrolling:touch;flex-direction:column;flex:auto;align-items:center;width:100%;min-width:0;min-height:0;padding:26px 10px 16px;display:none;overflow:hidden auto}#coreoc-download-form .sent.show{display:flex}#coreoc-download-form .sent::-webkit-scrollbar{width:8px}#coreoc-download-form .sent::-webkit-scrollbar-track{background:0 0}#coreoc-download-form .sent::-webkit-scrollbar-thumb{background:#b8bec4 padding-box padding-box;border:2px solid #0000;border-radius:999px}#coreoc-download-form .sent::-webkit-scrollbar-thumb:hover{background:#92999f padding-box padding-box}#coreoc-download-form .sent h2{color:#3e3e3e;max-width:600px;margin:0 0 20px;font-size:clamp(26px,4vw,38px);font-weight:700;line-height:1.2}#coreoc-download-form .sent h3{color:#3e3e3ebd;max-width:570px;margin:0 0 30px;font-size:17px;font-weight:400;line-height:1.55}#coreoc-download-form .sent>.button{color:#fff;background:#169ff2;border-radius:8px;justify-content:center;align-items:center;min-height:48px;padding:12px 28px;font-size:15px;font-weight:600;text-decoration:none;display:inline-flex}#coreoc-download-form .sent>.button:hover{background:#0d8ed0}@media (width<=600px){#coreoc-download-form.download-form-wrapper{align-items:flex-end;padding:0}#coreoc-download-form .download.card{border-radius:20px 20px 0 0;width:100%;max-width:100%;max-height:calc(100dvh - 40px);padding:28px 0 26px 10px;overflow:hidden}#coreoc-download-form #close-download-form-btn{top:-16px;right:-10px}#coreoc-download-form #whitepaperForm{grid-template-columns:minmax(0,1fr);gap:18px;width:100%;min-width:0;max-width:100%;padding-right:0;overflow:hidden auto}#coreoc-download-form #whitepaperForm>label,#coreoc-download-form #whitepaperForm input[type=text],#coreoc-download-form #whitepaperForm input[type=email]{width:100%;min-width:0;max-width:100%}#coreoc-download-form .fill{grid-column:auto;width:100%;min-width:0;max-width:100%}#coreoc-download-form .terms{width:100%;min-width:0;max-width:100%}#coreoc-download-form .terms p{overflow-wrap:anywhere;min-width:0}#coreoc-download-form .captcha-wrapper,#coreoc-download-form .captcha-container{width:100%;min-width:0;max-width:100%}}@media (width<=380px){#coreoc-download-form .captcha-container{justify-content:flex-start;overflow:hidden}#coreoc-download-form .g-recaptcha{transform-origin:0 0;transform:scale(.88)}}.not-found{background:var(--primary-linear-gradient);color:#fff;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:120px 24px 80px;font-family:Open Sans,sans-serif;display:flex;position:relative;overflow:hidden}.not-found__content{z-index:3;text-align:center;width:100%;max-width:780px;position:relative}.not-found__code{letter-spacing:-8px;color:#ffffff2e;-webkit-user-select:none;user-select:none;margin-bottom:12px;font-size:clamp(110px,18vw,210px);font-weight:700;line-height:.9}.not-found__eyebrow{letter-spacing:3px;text-transform:uppercase;color:#ffffffe0;margin:0 0 18px;font-size:14px;font-weight:700;line-height:1.4}.not-found h1{letter-spacing:-1.4px;color:#fff;text-shadow:0 2px 18px #00000029;margin:0;font-size:clamp(38px,5vw,62px);font-weight:700;line-height:1.1}.not-found h1 span{color:#fff}.not-found__description{color:#ffffffe0;max-width:590px;margin:26px auto 0;font-size:17px;font-weight:400;line-height:1.7}.not-found__actions{justify-content:center;align-items:center;gap:14px;margin-top:38px;display:flex}.not-found__primary,.not-found__secondary{border-radius:999px;justify-content:center;align-items:center;min-height:52px;padding:0 28px;font-size:15px;font-weight:600;text-decoration:none;transition:transform .2s,background .2s,border-color .2s,box-shadow .2s;display:inline-flex}.not-found__primary{color:#169ff2;background:#fff;border:1px solid #fff;box-shadow:0 12px 28px #00000029}.not-found__primary:hover{transform:translateY(-2px);box-shadow:0 16px 34px #00000038}.not-found__secondary{color:#fff;-webkit-backdrop-filter:blur(8px);background:#ffffff14;border:1px solid #ffffff8c}.not-found__secondary:hover{background:#ffffff24;border-color:#fff;transform:translateY(-2px)}.not-found__primary:focus-visible,.not-found__secondary:focus-visible{outline-offset:4px;outline:3px solid #fff}.not-found__grid{z-index:1;opacity:.06;pointer-events:none;background-image:linear-gradient(#ffffff52 1px,#0000 1px),linear-gradient(90deg,#ffffff52 1px,#0000 1px);background-size:64px 64px;position:absolute;inset:0}.not-found__glow{pointer-events:none;filter:blur(100px);border-radius:50%;position:absolute}.not-found__glow--one{background:#ffffff1f;width:500px;height:500px;top:-180px;left:-140px}.not-found__glow--two{background:#ffffff14;width:540px;height:540px;bottom:-200px;right:-180px}@media (width<=600px){.not-found{padding:100px 20px 70px}.not-found__code{letter-spacing:-5px;font-size:100px}.not-found h1{letter-spacing:-.8px;font-size:36px;line-height:1.15}.not-found__description{margin-top:22px;font-size:16px;line-height:1.65}.not-found__actions{flex-direction:column;gap:12px;width:100%;margin-top:32px}.not-found__primary,.not-found__secondary{width:100%;max-width:320px}}#terms-header,#terms-header *,#terms-header :before,#terms-header :after{box-sizing:border-box}#terms-header.terms-header{color:#fff;text-align:center;justify-content:center;align-items:center;width:100%;min-height:455px;padding:48px 24px;font-family:Open Sans,sans-serif;display:flex}#terms-header.terms-header:before{content:"";background:var(--primary-linear-gradient);position:absolute;inset:-96px 0 0}#terms-header .terms-header__inner{flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:1040px;display:flex}#terms-header h1{color:#fff;letter-spacing:-.04em;flex-wrap:wrap;justify-content:center;gap:0 10px;width:100%;margin:0;font-family:Open Sans,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:1.22;display:flex}#terms-header .subtitle{flex-direction:column;align-items:center;width:100%;margin-top:20px;display:flex}#terms-header .subtitle p{color:#fff;flex-wrap:wrap;justify-content:center;gap:0 5px;width:100%;margin:0;font-family:Open Sans,sans-serif;font-size:18px;font-style:normal;line-height:1.6;display:flex}#terms-header .subtitle .title{font-weight:400}#terms-header .subtitle .subtitle-text{font-weight:300}#terms-header .text-animation>span{display:inline-block}@media (width<=1085px){#terms-header.terms-header{min-height:420px;padding-inline:32px}}@media (width<=800px){#terms-header.terms-header{min-height:360px;padding:44px 28px}#terms-header h1{gap:0 8px;font-size:36px}#terms-header .subtitle{margin-top:18px}#terms-header .subtitle p{font-size:17px}}@media (width<=600px){#terms-header.terms-header{min-height:320px;padding:40px 24px}#terms-header h1{letter-spacing:-.03em;font-size:32px;line-height:1.18}#terms-header .subtitle{margin-top:16px}#terms-header .subtitle p{font-size:15px;line-height:1.55}}@media (width<=380px){#terms-header.terms-header{min-height:290px;padding-inline:20px}#terms-header h1{gap:0 7px;font-size:29px}}#terms-content,#terms-content *,#terms-content :before,#terms-content :after{box-sizing:border-box}#terms-content.terms-content-section{color:#3e3e3e;background:#fff;justify-content:center;width:100%;padding:48px 24px 100px;font-family:Open Sans,sans-serif;display:flex}#terms-content .terms-content__inner{width:100%;max-width:1040px;margin:0 auto}#terms-content .terms-content__layout{z-index:1;grid-template-columns:210px minmax(0,560px);justify-content:center;align-items:start;gap:64px;width:100%;min-width:0;display:grid;position:relative}#terms-content .category-dropdown{width:210px;margin:0;padding-left:16px;position:relative}#terms-content .category-dropdown:before{content:"";z-index:-1;pointer-events:none;position:absolute;inset:-48px 0 -100px min(0px,520px - 55vw)}#terms-content .category-dropdown:after{content:"";z-index:1;pointer-events:none;background:#e0e0e0;border-radius:10px;width:1px;height:575px;position:absolute;top:0;left:0}#terms-content .category-list{z-index:2;width:100%;margin:0;padding:0;list-style:none;position:relative}#terms-content .category{width:100%;margin:0;padding:0;list-style:none;position:relative}#terms-content .category:before{content:"";z-index:3;opacity:0;pointer-events:none;background:#6f6f6f;border-radius:10px;width:3px;height:40px;transition:opacity .2s;position:absolute;top:50%;left:-17px;transform:translateY(-50%)}#terms-content .category.active:before{opacity:1}#terms-content .category-trigger{color:#bcbcbc;text-align:left;cursor:pointer;background:0 0;border:0;outline:0;align-items:center;width:100%;min-height:52px;padding:12px 20px 12px 0;font-family:Open Sans,sans-serif;display:flex}#terms-content .category-trigger:focus-visible{outline-offset:2px;border-radius:6px;outline:2px solid #169ff2}#terms-content .category-title{color:#bcbcbc;width:100%;max-width:200px;font-size:17px;font-weight:600;line-height:23px;transition:color .2s;display:block}#terms-content .category-trigger:hover .category-title{color:#8c8c8c}#terms-content .category.active .category-title{color:#6f6f6f}#terms-content .category-number,#terms-content .accordion,#terms-content .accordion-menu{display:none}#terms-content .terms-desktop-content{width:100%;min-width:0;margin:0;padding:0}#terms-content .terms-desktop-content h2{color:#3e3e3e;text-align:left;width:100%;margin:0 0 25px;padding:0;font-family:Open Sans,sans-serif;font-size:40px;font-weight:700;line-height:1.2}#terms-content .terms-clause-list{width:100%;margin:0;padding:0;list-style:none}#terms-content .terms-clause-list>li{color:#3e3e3e;width:100%;max-width:560px;margin:0 0 16px;padding-left:46px;font-family:Open Sans,sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:23px;position:relative}#terms-content .terms-clause-number{white-space:nowrap;text-align:right;width:38px;position:absolute;top:0;left:0}#terms-content .terms-clause-body{word-break:normal;overflow-wrap:normal;min-width:0}#terms-content .terms-clause-body ul{width:100%;max-width:500px;margin:10px 0 0;padding:0;list-style:none}#terms-content .terms-clause-body ul li{color:#3e3e3e;max-width:500px;margin:0 0 8px;padding:0;font-family:Open Sans,sans-serif;font-size:17px;font-weight:400;line-height:23px}#terms-content .terms-clause-body a{color:#169ff2}@media only screen and (width<=1085px){#terms-content.terms-content-section{padding-inline:32px}#terms-content .terms-content__layout{grid-template-columns:200px minmax(0,560px);gap:44px}#terms-content .category-dropdown{width:200px}#terms-content .terms-desktop-content h2{font-size:30px}#terms-content .terms-clause-list>li{max-width:100%}}@media only screen and (width<=800px){#terms-content.terms-content-section{padding:0 0 72px}#terms-content .terms-content__inner{max-width:none}#terms-content .terms-content__layout{display:block}#terms-content .terms-desktop-content{display:none}#terms-content .category-dropdown{width:100%;margin:0;padding:0;display:block;position:relative}#terms-content .category-dropdown:before{z-index:-2;inset:0}#terms-content .category-dropdown:after,#terms-content .category:before{display:none}#terms-content .category-list{background:#fff;width:100%;margin:0;padding:0 0 24px}#terms-content .category{border-bottom:1px solid #169ff233;width:100%;margin:0;padding:0}#terms-content .category:last-child{border-bottom:0}#terms-content .category-trigger{align-items:center;gap:16px;width:100%;min-height:72px;padding:0 28px;display:flex}#terms-content .category-number{color:#fff;background:#169ff2;border-radius:50%;flex:0 0 40px;justify-content:center;align-items:center;width:40px;height:40px;font-size:16px;font-style:normal;font-weight:700;display:flex}#terms-content .category-title{color:#169ff2;flex:auto;min-width:0;max-width:none;font-size:17px;font-weight:700;line-height:23px}#terms-content .category.active .category-title,#terms-content .category-trigger:hover .category-title{color:#169ff2}#terms-content .accordion{flex:0 0 32px;place-items:center;width:32px;height:32px;transition:transform .35s;display:grid}#terms-content .accordion svg{width:20px;height:auto}#terms-content .category.active .accordion{transform:rotate(180deg)}#terms-content .accordion-menu{width:100%;display:block}#terms-content .accordion-menu[hidden]{display:none}#terms-content .panel{width:100%;padding:0 28px 22px 84px}#terms-content .terms-clause-list--mobile>li{max-width:none;margin-bottom:16px;padding-left:0;font-size:17px;line-height:23px}#terms-content .terms-clause-list--mobile .terms-clause-body ul,#terms-content .terms-clause-list--mobile .terms-clause-body ul li{max-width:none}}@media only screen and (width<=600px){#terms-content.terms-content-section{padding-bottom:64px}#terms-content .category-trigger{gap:14px;min-height:68px;padding-inline:24px}#terms-content .category-number{flex-basis:38px;width:38px;height:38px;font-size:15px}#terms-content .category-title{font-size:16px;line-height:22px}#terms-content .accordion{flex-basis:30px;width:30px;height:30px}#terms-content .accordion svg{width:18px}#terms-content .panel{padding:0 24px 22px 76px}#terms-content .terms-clause-list--mobile>li,#terms-content .terms-clause-list--mobile .terms-clause-body ul li{font-size:16px;line-height:23px}}@media only screen and (width<=400px){#terms-content .category-trigger{gap:12px;padding-inline:20px}#terms-content .category-number{flex-basis:36px;width:36px;height:36px}#terms-content .accordion{flex-basis:28px;width:28px;height:28px}#terms-content .panel{padding:0 20px 22px 68px}}@media (prefers-reduced-motion:reduce){#terms-content .category:before,#terms-content .category-title,#terms-content .accordion{transition:none}}#trainingregister-header.header,#trainingregister-header.header *,#trainingregister-header.header :before,#trainingregister-header.header :after{box-sizing:border-box}#trainingregister-header.header{flex-direction:column;justify-content:center;align-items:center;width:100%;height:456px;display:flex;position:relative}#trainingregister-header.header:before{content:"";background:var(--primary-linear-gradient);position:absolute;inset:-96px 0 0}#trainingregister-header.header .inner{z-index:1;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}#trainingregister-header.header .inner h1{color:#fff;text-align:center;margin:0;font-family:Open Sans;font-size:50px;font-style:normal;font-weight:700;line-height:68px}#trainingregister-header.header .inner p{color:#fff;text-align:center;width:100%;max-width:860px;margin:25px 0;padding-inline:24px;font-family:Open Sans;font-size:22px;font-style:normal;font-weight:400;line-height:37px}#trainingregister-header.header .inner p span{margin-right:.22em;display:inline-block}#trainingregister-header.header .inner .buttons{flex-direction:row;justify-content:center;align-items:center;gap:24px;margin-top:30px;padding:0;display:flex}#trainingregister-header.header .inner .buttons .button{color:#fff;text-align:center;background:#169ff2;border:none;border-radius:8px;justify-content:center;align-items:center;width:232px;height:55px;font-family:Open Sans;font-size:18px;font-style:normal;font-weight:600;line-height:25px;text-decoration:none;transition:transform .35s ease-out;display:flex;transform:scale(1)}#trainingregister-header.header .inner .buttons .button:hover{transform:scale(1.1)}#trainingregister-header.header .inner .buttons .button.outline{color:#3e3e3e;background:#fff;border:1px solid #0000}@media screen and (width<=732px){#trainingregister-header.header{height:auto}#trainingregister-header.header .inner{align-items:flex-start;padding:0 40px}#trainingregister-header.header .inner h1{color:#fff;text-align:left;justify-content:flex-start;margin-top:80px;font-size:30px;line-height:120%}#trainingregister-header.header .inner p{color:#ffffffb5;text-align:left;justify-content:flex-start;width:100%;max-width:700px;padding:0;font-size:18px;line-height:27px}#trainingregister-header.header .inner .buttons{flex-direction:column;align-items:flex-start;gap:0;width:100%;max-width:600px;margin-bottom:60px;padding:0}#trainingregister-header.header .inner .buttons .button-wrapper,#trainingregister-header.header .inner .buttons .button{width:100%;margin:4px 0}}@media screen and (width<=700px){#trainingregister-header.header .inner{padding-inline:24px;padding-bottom:100px}}#training-register-page.main,#training-register-page.main *,#training-register-page.main :before,#training-register-page.main :after{box-sizing:border-box}#training-register-page.main{background-image:linear-gradient(to bottom right,#e0f5ff 0%,#f6eeff 78%,#e8d4ff 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding-top:100px;padding-bottom:100px;display:flex;position:relative}#training-register-page.main .inner{width:100%;max-width:var(--section-max-width);height:fit-content;position:relative}#training-register-page.main .card{background-color:#fff;border-radius:10px;grid-template-columns:3fr 2fr;width:100%;min-height:670px;display:grid;position:relative;overflow:hidden}#training-register-page.main .left{color:#fff;background-image:linear-gradient(to bottom right,#00b0ff 0%,#861ffc 78% 100%);border-radius:10px 0 0 10px;min-width:0;padding:100px 85px;position:relative;overflow:hidden}#training-register-page.main .left h1{z-index:2;max-width:440px;margin:15px 0 30px;font-family:Open Sans,sans-serif;font-size:45px;font-style:normal;font-weight:700;line-height:1.18;position:relative}#training-register-page.main .left p{z-index:2;margin:0 0 18px;font-family:Open Sans,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:1.55;position:relative}#training-register-page.main .background{z-index:1;pointer-events:none;width:130%;position:absolute;bottom:-50px;left:-15%}#training-register-page.main .background img{width:100%;height:auto;display:block}#training-register-page.main .right{z-index:2;background:#fff;min-width:0;padding:145px 20px 90px;position:relative}#training-register-page.main .form-title{color:#3e3e3e;text-align:center;width:100%;margin:0 0 22px;font-family:Open Sans,sans-serif;font-size:25px;font-style:normal;font-weight:700;line-height:1.25}#training-register-page.main .form-subtitle{color:#3e3e3e;margin:0 0 15px;font-family:Open Sans,sans-serif;font-size:17px;font-weight:400}#training-register-page.main #training-request{width:100%}#training-register-page.main .identity{gap:10px;width:100%;display:flex}#training-register-page.main .email{width:100%;margin-top:10px}#training-register-page.main input[type=text],#training-register-page.main input[type=email]{color:#3e3e3e;border:.7px solid #bdbdbd;border-radius:5px;outline:none;width:100%;min-width:0;height:45px;padding:12px 13px;font-family:Open Sans,sans-serif;font-size:15px;font-weight:400}#training-register-page.main input::placeholder{color:#818181;opacity:1}#training-register-page.main .privacy{align-items:flex-start;gap:5px;margin-top:20px;display:flex}#training-register-page.main .privacy p{color:#3e3e3e;margin:0;font-family:Open Sans,sans-serif;font-size:12px;font-weight:400;line-height:1.42}#training-register-page.main .privacy a{color:#169ff2;font-weight:700}#training-register-page.main .checkbox-container{flex:0 0 25px;width:25px}#training-register-page.main input[type=checkbox]{appearance:none;cursor:pointer;background-color:#0000;border:1px solid #7c7c7c;border-radius:4px;outline:none;width:20px;height:20px;margin:2px 5px 0 0;padding:0;transition:outline .1s}#training-register-page.main input[type=checkbox]:checked{background:url(/assets/images/list-bullet-check.svg) 50%/cover no-repeat;border:none}#training-register-page.main .captcha-wrapper{justify-content:center;width:100%;margin-top:25px;display:flex}#training-register-page.main .captcha-container,#training-register-page.main .g-recaptcha{width:304px;min-height:78px}#training-register-page.main .error-banner{color:#5f2120;background-color:#fdeded;border-left:4px solid #d32f2f;border-radius:4px;align-items:center;gap:10px;margin-top:25px;padding:12px 16px;font-size:14px;font-weight:500;animation:.3s ease-out training-register-slide-in;display:flex}#training-register-page.main .error-banner svg{flex:none}#training-register-page.main button,#training-register-page.main .button{color:#fff;text-align:center;cursor:pointer;background-image:linear-gradient(to bottom right,#00b0ff 0%,#861ffc 78% 100%);border:none;border-radius:7px;width:100%;margin-top:30px;padding:15px;font-family:Open Sans,sans-serif;font-size:17px;font-weight:600;line-height:22px;text-decoration:none}#training-register-page.main button:disabled{cursor:default;opacity:.7}#training-register-page.main .sent{display:none}#training-register-page.main .sent.show{background:#fff;border-radius:10px;width:min(100%,900px);padding:60px 40px;display:block}#training-register-page.main #formConfirmation .content{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex}#training-register-page.main #formConfirmation .content h2{margin-top:0}#training-register-page.main #formConfirmation .content h3{color:#3e3e3e;font-weight:400}#training-register-page.main #formConfirmation .content .button{width:fit-content;min-width:220px}@keyframes training-register-slide-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media only screen and (width<=1120px){#training-register-page.main{padding-top:72px}#training-register-page.main .left{padding:80px 55px}#training-register-page.main .left h1{font-size:38px}#training-register-page.main .right{padding-inline:20px}}@media only screen and (width<=667px){#training-register-page.main{width:100%;padding:0 20px 50px;position:relative;overflow:visible}#training-register-page.main .inner{width:100%;max-width:100%}#training-register-page.main .card{z-index:10;width:100%;min-width:0;max-width:100%;min-height:0;margin-top:-75px;display:block;position:relative;overflow:hidden}#training-register-page.main .left{display:none}#training-register-page.main .right{width:100%;min-width:0;max-width:100%;padding:25px 22px 20px}#training-register-page.main .form-title{margin-bottom:20px;font-size:24px}#training-register-page.main .form-subtitle{margin-bottom:15px}#training-register-page.main #training-request{width:100%;min-width:0;max-width:100%}#training-register-page.main .identity{width:100%;display:block}#training-register-page.main .identity input:first-child{margin-bottom:10px}#training-register-page.main .email{width:100%}#training-register-page.main input[type=text],#training-register-page.main input[type=email]{width:100%;min-width:0;max-width:100%}#training-register-page.main .privacy{width:100%}#training-register-page.main .captcha-wrapper{justify-content:center;width:100%}#training-register-page.main button{width:100%}#training-register-page.main .sent.show{padding:40px 25px}}@media only screen and (width<=360px){#training-register-page.main{padding-inline:15px}#training-register-page.main .right{padding-inline:18px}#training-register-page.main .captcha-wrapper{justify-content:flex-start;height:69px}#training-register-page.main .captcha-container{transform-origin:0 0;width:304px;transform:scale(.88)}}.pbw-wrapper{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;height:fit-content;padding:100px 24px;display:flex}.pbw{--pbw-primary:#169ff2;--pbw-primary-contrast:#fff;--pbw-text:#1a1a1a;--pbw-muted:#666;--pbw-border:#e3e3e3;--pbw-bg:#fff;--pbw-bg-subtle:#f8f9fb;--pbw-radius:12px;color:var(--pbw-text);background:var(--pbw-bg);border:1px solid var(--pbw-border);box-sizing:border-box;border-radius:16px;grid-template-columns:260px 1fr;width:100%;max-width:680px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;display:grid;box-shadow:0 1px 3px #0000000a,0 8px 24px #0000000f}.pbw *{box-sizing:border-box}.pbw.pbw-standalone,.pbw.pbw-confirmation{padding:36px 28px;display:block}.pbw-loading,.pbw-error{font-size:14px}.pbw-error{color:#c0392b}.pbw-left{border-right:1px solid var(--pbw-border);padding:28px 24px}.pbw-avatar{background:var(--pbw-primary);width:44px;height:44px;color:var(--pbw-primary-contrast);border-radius:50%;justify-content:center;align-items:center;margin-bottom:12px;font-size:17px;font-weight:600;display:flex}.pbw-avatar-img{object-fit:cover;display:block}.pbw-eyebrow{color:var(--pbw-muted);text-transform:uppercase;letter-spacing:.03em;margin:0 0 4px;font-size:12px;font-weight:600}.pbw-title{margin:0 0 8px;font-size:19px;line-height:1.3}.pbw-description{color:var(--pbw-muted);margin:0 0 16px;font-size:13px;line-height:1.5}.pbw-meta-row{color:var(--pbw-text);align-items:center;gap:8px;margin-bottom:8px;font-size:13px;display:flex}.pbw-meta-icon{opacity:.75;opacity:.75;justify-content:center;align-items:center;width:16px;min-width:16px;font-size:13px;line-height:1;display:inline-flex}.pbw-meta-row:first-of-type .pbw-meta-icon{font-size:15px}.pbw-muted{color:var(--pbw-muted);font-size:13px}.pbw-calendar{margin-top:20px}.pbw-calendar-nav{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.pbw-month-label{text-transform:capitalize;font-size:13px;font-weight:600}.pbw-nav-btn{border:1px solid var(--pbw-border);cursor:pointer;width:26px;height:26px;color:var(--pbw-text);background:0 0;border-radius:50%;justify-content:center;align-items:center;font-size:14px;line-height:1;display:flex}.pbw-nav-btn:hover:not(:disabled){border-color:var(--pbw-primary);color:var(--pbw-primary)}.pbw-nav-btn:disabled{opacity:.3;cursor:default}.pbw-weekday-row{grid-template-columns:repeat(7,1fr);margin-bottom:4px;display:grid}.pbw-weekday-row span{text-align:center;color:var(--pbw-muted);text-transform:uppercase;font-size:10px;font-weight:600}.pbw-month-grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.pbw-cell-empty{aspect-ratio:1}.pbw-cell{aspect-ratio:1;color:var(--pbw-text);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:12.5px;display:flex}.pbw-cell:hover:not(:disabled){background:var(--pbw-bg-subtle)}.pbw-cell:disabled{color:#c9c9c9;cursor:default}.pbw-cell-today{text-underline-offset:3px;font-weight:700;text-decoration:underline}.pbw-cell-selected{font-weight:600;background:var(--pbw-primary)!important;color:var(--pbw-primary-contrast)!important}.pbw-right{min-height:320px;padding:28px 24px}.pbw-placeholder{padding-top:8px}.pbw-slots-heading{text-transform:capitalize;margin:0 0 16px;font-size:13px;font-weight:600}.pbw-slots{flex-direction:column;gap:8px;max-height:320px;padding-right:4px;display:flex;overflow-y:auto}.pbw-slot{border:1px solid var(--pbw-primary);background:var(--pbw-bg);color:var(--pbw-primary);cursor:pointer;text-align:center;border-radius:8px;padding:10px 14px;font-size:13.5px;font-weight:500;transition:background .1s}.pbw-slot:hover{background:var(--pbw-primary);color:var(--pbw-primary-contrast)}.pbw-back{color:var(--pbw-primary);cursor:pointer;background:0 0;border:none;margin-bottom:16px;padding:0;font-size:12.5px;font-weight:600}.pbw-form{flex-direction:column;gap:12px;display:flex}.pbw-field{flex-direction:column;gap:4px;font-size:13px;display:flex}.pbw-field input,.pbw-field textarea{font:inherit;border:1px solid var(--pbw-border);resize:vertical;border-radius:8px;padding:9px 11px}.pbw-field input:focus,.pbw-field textarea:focus{outline:2px solid var(--pbw-primary);outline-offset:1px}.pbw-btn{background:var(--pbw-primary);color:var(--pbw-primary-contrast);cursor:pointer;border:none;border-radius:8px;margin-top:4px;padding:11px 16px;font-size:14px;font-weight:600}.pbw-btn:hover:not(:disabled){filter:brightness(.92)}.pbw-btn:disabled{opacity:.6;cursor:default}.pbw-btn-secondary{color:var(--pbw-primary);border:1px solid var(--pbw-primary);background:0 0}.pbw-confirmation{text-align:center}.pbw-confirmation-avatar{width:40px;height:40px;margin:0 auto 12px}.pbw-check{color:#fff;background:#16a34a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 14px;font-size:19px;display:flex;box-shadow:0 4px 10px #16a34a40}.pbw-confirmation h3{margin:0 0 8px;font-size:19px}.pbw-confirmation p{margin:0 0 8px;font-size:14px}.pbw-confirmation-lead{font-size:15px;font-weight:600;margin:0 0 20px!important}.pbw-confirmation-card{background:var(--pbw-bg-subtle);border:1px solid var(--pbw-border);text-align:left;border-radius:10px;margin:0 0 20px;padding:14px 16px}.pbw-confirmation-card .pbw-meta-row{margin-bottom:10px}.pbw-confirmation-card .pbw-meta-row:last-child{margin-bottom:0}.pbw-confirmation-card .pbw-meta-row a{color:var(--pbw-primary);font-weight:600;text-decoration:none}.pbw-confirmation-card .pbw-meta-row a:hover{text-decoration:underline}@media (width<=560px){.pbw{grid-template-columns:1fr;max-width:380px}.pbw-left{border-right:none;border-bottom:1px solid var(--pbw-border)}}.privacy-hero{flex-direction:column;align-items:center;width:100%;padding:32px 0 0;display:flex;position:relative}.privacy-hero:before{content:"";background:linear-gradient(134.71deg,#00b0fff9 -.5%,#861ffc 76.33% 98.45%);position:absolute;inset:-96px 0 0}.privacy-hero>*{z-index:1;position:relative}.privacy-hero__inner{justify-content:space-between;align-items:center;width:100%;max-width:1040px;display:flex;overflow:hidden}.privacy-hero__left h1{color:#fff;margin:0 0 48px;font-size:45px;font-weight:700;line-height:61px;position:relative}.privacy-hero__left h1:after{content:"";background:#fff;border-radius:2px;width:48px;height:5px;position:absolute;bottom:-16px;left:0}.privacy-hero__left h2{color:#fff;margin:0;font-size:20px;font-weight:400;line-height:27px}.privacy-hero__left h2 span{display:block}.privacy-hero__mobile-poster{display:none}.privacy-hero__right{margin-right:48px}.privacy-hero__right img{width:auto;max-width:none;height:400px;position:relative;top:60px}@media (width<=1120px){.privacy-hero__inner{padding-left:36px;padding-right:36px}.privacy-hero__right img{height:360px;top:48px}}@media (width<=667px){.privacy-hero__inner{padding-left:24px;padding-right:24px}.privacy-hero__left{flex-direction:column;align-items:center;width:100%;display:flex}.privacy-hero__left h1{text-align:center;margin:48px 0}.privacy-hero__left h1:after{margin-left:-24px;left:50%}.privacy-hero__left h2{text-align:center}.privacy-hero__mobile-poster{justify-content:center;height:160px;display:flex;overflow:hidden}.privacy-hero__mobile-poster img{width:auto;max-width:none;height:280px;margin-top:40px}.privacy-hero__right{display:none}}.privacy-content{color:#3e3e3e;-webkit-tap-highlight-color:transparent;flex-direction:column;align-items:center;font-family:Open Sans,sans-serif;display:flex;overflow-x:hidden}.privacy-content *,.privacy-content :before,.privacy-content :after{box-sizing:border-box}.privacy-content a{color:#169ff2}.privacy-content__inner{width:100%;max-width:1040px}.privacy-layout{z-index:1;grid-template-columns:285px minmax(0,1fr);width:100%;min-height:760px;display:grid;position:relative}.privacy-sidebar{justify-content:center;padding-left:16px;display:flex;position:relative}.privacy-sidebar:before{content:"";z-index:-1;position:absolute;inset:0 0 0 min(0px,520px - 55vw)}.privacy-sidebar__line{z-index:0;opacity:.3;border-right:2px dashed #169ff2;height:720px;position:absolute;top:90px;left:40px}.privacy-sidebar__list{z-index:1;width:100%;margin:0;padding:5vh 0 32px;list-style:none;position:relative}.privacy-category{margin:0 16px 32px;position:relative}.privacy-category__button{color:#b1defb;width:100%;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:40px minmax(0,1fr);align-items:center;gap:16px;padding:0;display:grid}.privacy-category.is-active .privacy-category__button{color:#169ff2}.privacy-category__number{color:#fff;background:#b1defb;border-radius:999px;place-items:center;width:40px;height:40px;font-size:16px;font-weight:700;line-height:1;display:grid}.privacy-category.is-active .privacy-category__number{background:#169ff2}.privacy-category__title{max-width:200px;font-size:16px;font-weight:700;line-height:23px}.privacy-category__chevron,.privacy-category__panel{display:none}.privacy-desktop-copy{padding:5vh 5% 72px}.privacy-desktop-copy__title{color:#169ff2;margin:0 0 28px;font-size:17px;font-weight:700;line-height:23px}.privacy-section-html{color:#3e3e3e;font-size:17px;font-weight:400;line-height:23px}.privacy-section-html>ul,.privacy-section-html>ol{margin-top:0}.privacy-section-html ol{counter-reset:item;margin:0;padding-left:32px}.privacy-section-html ol>li{counter-increment:item;margin-bottom:16px;display:block;position:relative}.privacy-section-html ol>li:before{content:counters(item, ".") ". ";color:#3e3e3e;position:absolute;right:calc(100% + 10px)}.privacy-section-html ul{padding-left:24px}.privacy-section-html ul>li{margin-bottom:8px}.privacy-section-html .privacy-list{padding-left:24px}.privacy-section-html table{border-collapse:collapse;width:100%;max-width:100%}.privacy-section-html th,.privacy-section-html td{vertical-align:top;padding:8px}.privacy-section-html img{max-width:100%;height:auto}@media (width<=1120px){.privacy-content__inner{padding-left:36px;padding-right:36px}}@media (width<=667px){.privacy-content__inner{padding-left:0;padding-right:0}.privacy-layout{min-height:0;display:block}.privacy-sidebar{margin:0;padding:0}.privacy-sidebar:before{z-index:-1;inset:0}.privacy-sidebar__line{display:none}.privacy-sidebar__list{width:100%;margin:0;padding:0 0 24px}.privacy-category{margin:0}.privacy-category.is-active{background:#fff}.privacy-category__button{color:#169ff2;grid-template-columns:40px minmax(0,1fr) 32px;gap:16px;min-height:72px;padding:0 28px;position:relative}.privacy-category__button:after{content:"";background:#169ff233;height:1px;position:absolute;bottom:0;left:28px;right:28px}.privacy-category:last-child .privacy-category__button:after{display:none}.privacy-category__number{background:#169ff2}.privacy-category__title{max-width:none}.privacy-category__chevron{color:#169ff2;width:20px;transition:transform .35s;display:block}.privacy-category.is-active .privacy-category__chevron{transform:rotate(180deg)}.privacy-category__panel{padding:0 28px 20px 84px;display:none}.privacy-category.is-active .privacy-category__panel{display:block}.privacy-category__panel .privacy-section-html{font-size:17px;line-height:23px}.privacy-category__panel .privacy-section-html ol{padding-left:24px}.privacy-desktop-copy{display:none}}@media (width<=430px){.privacy-category__button{grid-template-columns:36px minmax(0,1fr) 24px;gap:12px;padding-left:20px;padding-right:20px}.privacy-category__number{width:36px;height:36px;font-size:14px}.privacy-category__title{font-size:15px;line-height:21px}.privacy-category__panel{padding-left:68px;padding-right:20px}.privacy-section-html table{display:block;overflow-x:auto}}#mediakit-overview.mediakit-overview,#mediakit-overview.mediakit-overview *,#mediakit-overview.mediakit-overview :before,#mediakit-overview.mediakit-overview :after{box-sizing:border-box}#mediakit-overview.mediakit-overview{z-index:1;flex-direction:column;align-items:center;padding:0 36px;display:flex;position:relative}#mediakit-overview .inner{flex-direction:column;align-items:center;width:100%;max-width:1040px;padding:60px 0;display:flex}#mediakit-overview h1{color:#3e3e3e;margin:60px 0;font-family:Open Sans,sans-serif;font-size:40px;font-weight:700;line-height:54px;position:relative}#mediakit-overview h1:before{content:"";background:#169ff2;border-radius:3px;width:48px;height:5px;margin-left:-24px;position:absolute;bottom:-20px;left:50%}#mediakit-overview .mediakit-overview-description{text-align:center;color:#3e3e3e;max-width:560px;margin:0 0 72px;font-family:Open Sans,sans-serif;font-size:17px;font-weight:400;line-height:23px}#mediakit-overview .mediakit-overview-grid{grid-template-columns:repeat(2,minmax(200px,1fr));gap:72px 32px;width:100%;max-width:824px;display:grid}#mediakit-overview .mediakit-overview-card{min-width:0;text-decoration:none;transition:transform .2s}#mediakit-overview .mediakit-overview-card:nth-child(-n+2){border-bottom:1px solid #d9d9d9}#mediakit-overview .mediakit-overview-card:hover{transform:scale(1.05)}#mediakit-overview .mediakit-overview-image{background:linear-gradient(134.71deg,#00b0fff9 -.5%,#861ffc 76.33% 98.45%);border-radius:4px;width:100%;height:244px;overflow:hidden}#mediakit-overview .mediakit-overview-image img{object-fit:scale-down;width:100%;height:100%;display:block}#mediakit-overview .mediakit-overview-card-content{padding:20px 0 28px}#mediakit-overview .mediakit-overview-card h2{color:#3e3e3e;margin:0;font-family:Open Sans,sans-serif;font-size:24px;font-weight:700;line-height:33px}#mediakit-overview .mediakit-download-all{color:#169ff2;border:1px solid #169ff2;border-radius:8px;justify-content:center;align-self:center;align-items:center;min-height:48px;margin:52px 0;padding:0 24px;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;line-height:20px;text-decoration:none;transition:background .25s,color .25s,transform .35s ease-out;display:flex}#mediakit-overview .mediakit-download-all:hover{color:#fff;background:#169ff2}@media only screen and (width<=667px){#mediakit-overview h1{margin-top:0;font-size:24px;line-height:33px}#mediakit-overview h1:before{width:24px;margin-left:-12px}#mediakit-overview .mediakit-overview-description{margin:0}#mediakit-overview .mediakit-overview-grid{grid-template-columns:100%;row-gap:40px;margin:52px 0}#mediakit-overview .mediakit-overview-card:nth-child(-n+3){border-bottom:1px solid #d9d9d9}#mediakit-overview .mediakit-overview-card h2{text-align:center;font-size:20px;line-height:27px}#mediakit-overview .mediakit-download-all{align-self:stretch;margin:0}}@font-face{font-family:vanhooff;src:url(/assets/vanhooffsans-CU6Nqrmz.woff2)format("woff2");font-style:normal;font-weight:400}@font-face{font-family:vanhooff-bold;src:url(/assets/vanhooffsans-bold-DJ2yVmka.woff2)format("woff2");font-style:normal;font-weight:700}#mediakit-logos,#mediakit-fonts,#mediakit-colors,#mediakit-illustrations{z-index:1;box-sizing:border-box;color:#3e3e3e;flex-direction:column;align-items:center;display:flex;position:relative}#mediakit-logos *,#mediakit-fonts *,#mediakit-colors *,#mediakit-illustrations *,#mediakit-logos :before,#mediakit-fonts :before,#mediakit-colors :before,#mediakit-illustrations :before,#mediakit-logos :after,#mediakit-fonts :after,#mediakit-colors :after,#mediakit-illustrations :after{box-sizing:border-box}#mediakit-logos .inner,#mediakit-fonts .inner,#mediakit-colors .inner,#mediakit-illustrations .inner{flex-direction:column;width:100%;max-width:1040px;padding:60px 0;display:flex}#mediakit-logos h1,#mediakit-fonts h1,#mediakit-colors h1,#mediakit-illustrations h1{color:#3e3e3e;margin:60px 0 100px;font-family:Open Sans,sans-serif;font-size:40px;font-weight:700;line-height:54px;position:relative}#mediakit-colors h1{margin-bottom:60px}#mediakit-logos h1:before,#mediakit-fonts h1:before,#mediakit-colors h1:before,#mediakit-illustrations h1:before{content:"";background:#169ff2;border-radius:3px;width:48px;height:5px;position:absolute;bottom:-20px;left:0}#mediakit-logos .grid,#mediakit-colors .grid,#mediakit-illustrations .grid{grid-template-columns:repeat(2,minmax(200px,1fr));gap:72px 48px;display:grid}#mediakit-logos .card,#mediakit-colors .card,#mediakit-illustrations .card{background:#fff;border-radius:5px;overflow:hidden;box-shadow:1px 1px 10px #00000040}#mediakit-logos .logo,#mediakit-colors .logo,#mediakit-illustrations .logo{background-color:#169ff2;border-radius:4px 4px 0 0;width:100%;height:232px;overflow:hidden}#mediakit-logos .logo.illustration,#mediakit-colors .logo.illustration,#mediakit-illustrations .logo.illustration{height:272px}#mediakit-logos .logo>img,#mediakit-illustrations .logo>img{object-fit:scale-down;width:100%;height:100%;display:block}#mediakit-illustrations .logo.cover>img{object-fit:cover}#mediakit-logos .logo.transparent{background-color:#0000;background-image:linear-gradient(45deg,#f7f7f3 25%,#0000 25%),linear-gradient(-45deg,#f7f7f7 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#f7f7f7 75%),linear-gradient(-45deg,#0000 75%,#f7f7f7 75%);background-position:0 0,0 10px,10px -10px,-10px 0;background-size:20px 20px}#mediakit-illustrations .logo.dark-gradient{background:linear-gradient(134.71deg,#00b0fff9 -.5%,#861ffc 76.33% 98.45%)}#mediakit-illustrations .logo.light-gradient{background:linear-gradient(134.71deg,#e0f5fff9 -.5%,#f6eeff 76.8%,#e8d5ff 98.45%)}#mediakit-logos .content,#mediakit-colors .content,#mediakit-illustrations .content{flex-direction:column;padding:28px 24px;display:flex}#mediakit-logos .content h2,#mediakit-colors .content h2,#mediakit-illustrations .content h2{color:#3e3e3e;margin:12px 0 20px;font-family:Open Sans,sans-serif;font-size:17px;font-weight:700;line-height:23px}#mediakit-logos .tags,#mediakit-colors .tags,#mediakit-illustrations .tags{flex-flow:wrap;gap:8px;margin:0;padding:0;list-style:none;display:flex}#mediakit-logos .tags li,#mediakit-colors .tags li,#mediakit-illustrations .tags li{background-color:#169ff2;border-radius:8px;flex:0 0 51px;justify-content:center;align-items:center;min-height:32px;padding:0;transition:transform .2s;display:flex;overflow:hidden}#mediakit-logos .tags li:hover,#mediakit-colors .tags li:hover,#mediakit-illustrations .tags li:hover{transform:scale(1.1)}#mediakit-logos .tags a,#mediakit-colors .tags a,#mediakit-illustrations .tags a{color:#fff;text-align:center;justify-content:center;align-items:center;width:100%;min-height:32px;padding:0 16px;font-family:Open Sans,sans-serif;font-size:14px;font-weight:600;line-height:19px;text-decoration:none;display:flex}#mediakit-logos .button,#mediakit-fonts .button,#mediakit-colors .button,#mediakit-illustrations .button{color:#169ff2;text-align:center;border:1px solid #169ff2;border-radius:8px;justify-content:center;align-self:center;align-items:center;min-height:48px;margin:52px 0;padding:0 24px;font-family:Open Sans,sans-serif;font-size:15px;font-weight:600;line-height:20px;text-decoration:none;transition:background .25s,color .25s,transform .35s ease-out;display:flex}#mediakit-logos .content>.button,#mediakit-colors .content>.button,#mediakit-illustrations .content>.button{align-self:center;margin:60px 0 40px}#mediakit-logos .button:hover,#mediakit-fonts .button:hover,#mediakit-colors .button:hover,#mediakit-illustrations .button:hover{color:#fff;background:#169ff2}#mediakit-colors .palet-grid{flex-direction:row;gap:100px;display:flex}#mediakit-colors .palet-grid h3{margin:0 0 24px}#mediakit-colors .primary{flex:0 328px}#mediakit-colors .secondary{flex:0 608px}#mediakit-colors .primary .example,#mediakit-colors .secondary .example{border-radius:4px;flex:none;grid-template-rows:repeat(3,minmax(0,1fr));grid-template-columns:1fr 60px;width:100%;max-width:328px;height:272px;margin:0;padding:0;list-style:none;display:grid;overflow:hidden}#mediakit-colors .secondary .example{flex:0 140px;grid-template-columns:1fr 28px;height:100%}#mediakit-colors .primary .example>li:first-child,#mediakit-colors .secondary .example>li:first-child{grid-row:auto/span 3}#mediakit-colors .primary h4,#mediakit-colors .primary p{margin:12px 0 0}#mediakit-colors .secondary>ul{grid-template-rows:repeat(2,minmax(100px,1fr));grid-template-columns:repeat(2,minmax(100px,1fr));gap:40px 24px;height:272px;margin:0;padding:0;list-style:none;display:grid}#mediakit-colors .secondary>ul>li{flex-direction:row;align-items:center;gap:16px;height:100%;display:flex}#mediakit-colors .secondary h4{margin:12px 0}#mediakit-colors .secondary h4:first-child{margin-top:0}#mediakit-colors .secondary p{margin:0}#mediakit-colors .slider{flex-direction:row;justify-content:space-between;align-items:center;margin:12px 0 0;padding:0 24px;list-style:none;display:flex;position:relative}#mediakit-colors .slider:after{content:"";background-color:#d9d9d9;height:1px;position:absolute;top:30px;left:40px;right:40px}#mediakit-colors .slider>li{z-index:1;text-align:center;flex-direction:column;flex:auto;justify-content:center;align-items:center;display:flex;position:relative}#mediakit-colors .slider>li:first-child{align-items:flex-start}#mediakit-colors .slider>li:last-child{align-items:flex-end}#mediakit-colors .slider i{background-color:#169ff2;border:2px solid #d9d9d9;justify-content:center;align-items:center;width:26px;height:26px;display:flex;position:relative}#mediakit-colors .slider i:before{content:"";background:#d9d9d9;border-radius:4px;width:8px;height:8px;margin-left:-4px;position:absolute;bottom:-10px;left:50%}#mediakit-colors .slider h4{margin:24px 0 12px;font-size:16px;line-height:22px}#mediakit-colors .slider p{margin:0;font-size:16px;line-height:22px}#mediakit-fonts .google-font-mark{width:222px;height:146px}#mediakit-fonts .google-font-mark text{fill:#169ff2;font-family:Open Sans,sans-serif;font-size:142px;font-weight:300}#mediakit-fonts .pbx-font-mark{color:#169ff2;font-family:vanhooff,sans-serif;font-size:84px;line-height:1}#mediakit-fonts .columns{flex-direction:row;width:100%;margin:56px 0 0;display:flex}#mediakit-fonts .columns>div{flex-direction:column;flex:50%;display:flex}#mediakit-fonts .columns ul{margin:0;padding:0;list-style:none}#mediakit-fonts .family{flex-direction:row;margin:0;display:flex}#mediakit-fonts .family>div:first-child{width:108px}#mediakit-fonts .family li{line-height:28px}#mediakit-fonts .family label{color:#3e3e3e;font-family:Open Sans,sans-serif;font-size:17px;font-weight:600;line-height:28px}#mediakit-fonts .font-example{position:relative}#mediakit-fonts .font-example li{max-width:440px;margin:0 0 0 60px;padding-bottom:52px;line-height:28px;position:relative}#mediakit-fonts .font-example li:after{content:"";border-left:1px solid #d9d9d9;position:absolute;top:0;bottom:0;left:-60px}#mediakit-fonts .font-example li:first-child:after{top:8px}#mediakit-fonts .font-example li:last-child:after{height:16px;bottom:auto}#mediakit-fonts .font-example li:before{content:"";z-index:1;background-color:#169ff2;border-radius:5px;width:10px;height:10px;position:absolute;top:6px;left:-65px}#mediakit-fonts .columns .button{align-self:flex-start;width:252px}#mediakit-fonts .button.mobile{display:none}#mediakit-fonts .vanhooff{font-family:vanhooff,sans-serif}#mediakit-fonts .vanhooff-bold{font-family:vanhooff-bold,sans-serif}@media only screen and (width<=1120px){#mediakit-logos,#mediakit-fonts,#mediakit-colors,#mediakit-illustrations{padding:0 36px}#mediakit-colors .palet-grid{gap:60px}}@media only screen and (width<=667px){#mediakit-logos h1,#mediakit-fonts h1,#mediakit-colors h1,#mediakit-illustrations h1{margin-top:0;font-size:24px;line-height:33px}#mediakit-logos h1:before,#mediakit-fonts h1:before,#mediakit-colors h1:before,#mediakit-illustrations h1:before{width:24px}#mediakit-logos .grid,#mediakit-colors .grid,#mediakit-illustrations .grid{grid-template-columns:100%;row-gap:40px;margin:0 0 52px}#mediakit-logos .button,#mediakit-fonts .button,#mediakit-colors .button,#mediakit-illustrations .button{align-self:stretch;margin:0}#mediakit-logos .logo,#mediakit-colors .logo,#mediakit-illustrations .logo,#mediakit-logos .logo.illustration,#mediakit-colors .logo.illustration,#mediakit-illustrations .logo.illustration{height:180px}#mediakit-colors .palet-grid{flex-direction:column;gap:20px}#mediakit-colors .secondary{flex:0 auto}#mediakit-colors .secondary>ul{height:auto}#mediakit-colors .secondary .example{flex:0 0 88px;width:100px}#mediakit-colors .secondary>ul>li{flex-direction:column;align-items:flex-start}#mediakit-fonts .columns{flex-direction:column;margin-top:20px}#mediakit-fonts .columns>div{margin-bottom:40px}#mediakit-fonts .button.desktop{display:none}#mediakit-fonts .button.mobile{align-self:center;display:flex}#mediakit-fonts .columns.last{border-bottom:1px solid #d9d9d9;margin-bottom:60px;padding-bottom:20px}#mediakit-fonts h1{margin-bottom:48px}#mediakit-fonts .family{margin:0 0 24px}#mediakit-fonts .font-example li{word-wrap:break-word;max-width:228px}#mediakit-fonts .google-font-mark{width:148px;height:100px}#mediakit-fonts .google-font-mark text{font-size:100px}#mediakit-fonts .pbx-font-mark{font-size:58px}}.cookie-backdrop{--primary:#03a9f4;color:#121216;z-index:100000;background:#1d1e2599;justify-content:center;width:100%;height:100%;display:none;position:fixed;bottom:0}.cookie-backdrop header svg{width:120px;height:auto;color:var(--primary)}.cookie-backdrop>div{z-index:150;background:#fff;border-radius:8px;flex-direction:column;align-self:center;width:fit-content;max-width:600px;height:fit-content;padding:60px;display:flex}.cookie-backdrop>div h2{opacity:.75;color:#121216;text-align:center;margin:0 0 32px;font-size:28px;font-weight:700}.cookie-backdrop>div p{color:#1d1e25bf;text-align:justify;text-align:center;margin:0 0 40px;font-size:16px;font-weight:100;line-height:24px}.cookie-backdrop a{color:var(--primary)}.cookie-backdrop button{height:44px;color:var(--primary);cursor:pointer;background-color:#0000;border:none;border-radius:8px;outline:none;flex-direction:row;flex:0 0 44px;justify-content:center;align-items:center;padding:0 16px;font-size:16px;text-decoration:none;transition:color .5s,background-color .5s;display:inline-flex}.cookie-backdrop .switch{flex-direction:column;margin:20px 0 44px;display:flex}.cookie-backdrop .switch>div{background-color:#fff;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.cookie-backdrop .switch>div>div:first-child{cursor:pointer;justify-content:space-between;align-items:center;min-height:48px;padding:0 24px;transition:min-height .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1);display:flex}.cookie-backdrop .switch>div>div:last-child{color:#1d1e25bf;text-align:justify;box-sizing:border-box;height:100%;max-height:0;font-size:16px;font-weight:100;line-height:24px;transition:max-height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.cookie-backdrop .switch .open div:last-child{height:100%;max-height:var(--max,128px)}.cookie-backdrop .switch>div:last-child.open div:last-child{height:100%;max-height:var(--max,176px)}.cookie-backdrop .switch>div>div:last-child p{margin:0;padding:8px 24px 24px}.cookie-backdrop .switch>div:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.cookie-backdrop .switch>div:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px}.cookie-backdrop .switch>div svg{margin-right:8px}.cookie-backdrop .switch>div label{cursor:pointer;flex:auto;font-size:16px}.cookie-backdrop .switch>div .toggle{z-index:0;box-sizing:border-box;vertical-align:middle;-webkit-tap-highlight-color:transparent;flex-shrink:0;width:58px;height:38px;padding:12px;display:inline-flex;position:relative;left:12px;overflow:hidden}.cookie-backdrop .switch>div .toggle>span.btn-label{align-items:inherit;justify-content:inherit;z-index:1;width:100%;padding:9px;transition:left .15s cubic-bezier(.4,0,.2,1),transform .15s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:0;left:0}.cookie-backdrop .switch>div .toggle.checked>span.btn-label{transform:translate(20px)}.cookie-backdrop .switch>div .toggle.checked.disabled>span.back{background:#838383}.cookie-backdrop .switch>div .toggle.checked.disabled>span .thumb{background:#ebebeb;box-shadow:0 2px 1px #0000001a}.cookie-backdrop .switch>div .toggle>span .input{width:100%;cursor:inherit;opacity:0;z-index:1;height:100%;margin:0;padding:0;position:absolute;top:0;left:-110%}.cookie-backdrop .switch>div .toggle>span .thumb{background-color:#fff;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.cookie-backdrop .switch>div .toggle>span.back{opacity:.38;z-index:-1;opacity:.12;background-color:#000;border-radius:7px;width:100%;height:100%;transition:opacity .15s cubic-bezier(.4,0,.2,1),background-color .15s cubic-bezier(.4,0,.2,1)}.cookie-backdrop .switch>div .toggle.checked>span .thumb,.cookie-backdrop .switch>div .toggle.checked>span.back{background-color:var(--primary)}.default-cookies{color:#1d1e2580}.cookie-backdrop svg{fill:currentColor;-webkit-user-select:none;user-select:none;flex-shrink:0;width:1em;height:1em;font-size:1.5rem;transition:fill .2s cubic-bezier(.4,0,.2,1);display:inline-block}.cookie-backdrop .buttons{flex-direction:row;justify-content:center;display:flex}.cookie-backdrop button{flex:none}.cookie-backdrop button:hover{background-color:#eaedf1}.cookie-backdrop button.primary{background-color:var(--primary);color:#fff;margin-right:8px}.cookie-backdrop .switch p{text-align:left}.cookie-backdrop button.primary:hover{background-color:#0a91ce}@media only screen and (width<=480px){.cookie-backdrop{flex-direction:column;justify-content:flex-end}.cookie-backdrop>div{background-color:#fff;border-radius:0;flex:none;justify-content:center;padding:36px;transition:transform .35s;overflow:auto;transform:translateY(400px)}.cookie-backdrop>div.cshow{transform:translateY(0)}}
